
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,
select {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

input,
textarea {
	outline: none;
	border: none;
}

li {
	list-style: none;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
	color: #333;
}

.clear {
	clear: both;
}

body {
	overflow-x: hidden;
}

/* 轮播 */


.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}



.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}





.swiper_mation2 img {
	width: 100%;
}

.swiper_mation2 .banner_three,
.swiper_mation2 .banner_two {
	display: none;
}

.swiper_mation2 .banner_one {
	display: block;
}

.network_one .swiper_mation2 {
	margin-right: 15px;
	margin-left: 15px;
}

.network_one .banner_left,
.network_one .banner_right {
	display: none;
}

.network_one {
	position: relative;
}

.network_one .banner_left {
	position: absolute;
	left: -46px;
	top: 50%;
	z-index: 99;
	/* display: none; */
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	transition: all 0.5s;
	margin-top: -20px;
}

.network_one .banner_left img,
.network_one .banner_right img {
	width: 9px;
	padding: 12px 0;
	line-height: 40px;
}

.network_one .banner_right {
	position: absolute;
	right: -46px;
	top: 50%;
	z-index: 99;
	/* display: none; */
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	transition: all 0.5s;
	margin-top: -20px;
}

.swiper_mation2 .pagination_mation {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 15px;
	display: none;
}

.swiper_mation2 .pagination_mation .swiper-pagination-switch {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.swiper_mation2 .pagination_mation .swiper-pagination-switch.swiper-active-switch {
	background-color: #012969;
	border: 1px solid #012969;
}

/*小屏导航按钮*/

.menuIco {
	width: 26px;
	max-width: 30px;
	height: 64px;
	z-index: 2;
	right: 12px;
	top: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: 20px;
}

.menuIco div {
	width: 100%;
	height: 3px;
	background: #fff;
	margin: 5px auto;
	transition: all 0.5s;
	z-index: 5;
}

.menuIco .menuIco-one {
	margin-top: 21px;
}

.menuIco-close .menuIco-one {
	transform: rotate(45deg) translate(6px, 6px);
}

.menuIco-close .menuIco-two {
	display: none;
}

.menuIco-close .menuIco-three {
	transform: rotate(-45deg);
}

.header {
	background: url(../image/20191105bj001.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.header .logo {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.header .logo img {
	max-width: 20%;
}

.header .logos {
	text-align: center;
	margin-bottom: 10px;
}

.header .logoss {
	text-align: center;
	margin-bottom: 30px;
}

.header .logoz {
	height: 218px;
}
.header .logoz img{
	margin-top: 55px;
}
.header .logos img {
	max-width: 90%;
	
}

.header .logoss img {
	max-width: 80%;
}

.header .nav {
	position: absolute;
	top: 150px;
	width: 100%;
	right: 100%;
	transition: all 0.5s;
	z-index: 999;
	background-color: #fff;
	padding: 0 15px;
}

.header .nav.active {
	right: 0px;
}

.header .nav li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #D2D2D2;
}

.header .nav li a {
	display: block;
	font-weight: bold;
}

.header .nav li img {
	width: 20px;
}

.header .nav li font {
	float: right;
}

.header .nav li font img {
	width: 12px;
}

.header .nav li span {
	margin-left: 10px;
}

.navs {
	display: none;
}

.content {
	overflow: hidden;
	padding: 20px 0 40px;
}

.content .consult {
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}

.content .consult .rows {
	margin: 0 -7.5px;
}

.content .consult .rows div {
	padding: 0 7.5px;
}

.content .consult .rows img {
	max-width: 60%;
	margin: 10px 0;
	transition: all 0.5s;
}

.content .consult .rows a:hover img {
	transform: rotate(360deg) scale(1.2);
}

.content .consult .bad {
	background: url(../image/20191105img025.png) no-repeat center;
	background-size: 100% 100%;
}

.content .consult .report {
	background: url(../image/20191105img026.png) no-repeat center;
	background-size: 100% 100%;
}

.content .consult .query {
	background: url(../image/20191105img027.png) no-repeat center;
	background-size: 100% 100%;
}

.content .consult a {
	display: block;
	padding: 0 5px;
	height: 110px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}

.content .info {
	overflow: hidden;
	margin-top: 25px;
}

.content .info .red {
	color: #dc0014;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 10px;
}

.content .info .red p {
	line-height: 1.4;
	font-size: 1px;
	margin: 0;
	padding: 0 !important;
}

.content .info .red span,
.content .info .red font,
.content .info .red strong {
	margin: 0;
	padding: 0;
	line-height: unset;
	font-family: "微软雅黑";
	font-size: 14px !important;
	font-weight: normal;
}

.content .info .red:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #DC0014;
	left: 0;
	top: 10px;
}

.content .info li a {
	padding: 10px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	position: relative;
	padding-right: 80px;
}

.content .info li a:hover {
	color: #012969;
}

.content .info li:nth-child(2n){
	background: rgba(235, 241, 255, 1);
}

.content .info li a:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	
	background: url('../image/yuan.png');
	background-size: cover;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.content .info li a span{
	position: absolute;
	right: 10px;
	color:#666;
}

.content .info .more {
	background-color: #f4f5f9;
	border-radius: 2px;
	display: block;
	width: 68px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #999;
	float: right;
}

.content .list {
	margin-top: 20px;
}

.content .title {
	position: relative;
	border-bottom: 1px solid #dbdde4;
	padding-bottom: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content .title span {
	font-size: 20px;
	color: #012969;
	position: relative;
}

.content .title span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #012969;
	left: 0;
	bottom: -17px;
}

.content .title a {
	color: #999999;
	bottom: 15px;
	position: absolute;
	right: 0;
}

.content .list li a {
	padding: 10px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	position: relative;
	padding-right: 80px;
}

.content .list li a:hover {
	color: #012969;
}

.content .list li a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: url('../image/yuan.png');
	background-size: cover;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.content .list li a span{
	position: absolute;
	right: 10px;
	color:#666;
}

.content .lists {
	margin-top: 40px;
}

.content .lists ul {
	display: none;
}

.content .lists .switch {
	font-size: 24px;
	border-bottom: 1px solid #dbdde4;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

.content .lists .switch i {
	margin: 0 20px;
	font-style: normal;
}

.content .lists .switch span {
	position: relative;
	cursor: pointer;
	margin-right: 40px;
	color: #333;
	position: relative;
}

/* .content .lists .switch span:first-child::before{content: "";position: absolute;width: 1px;height: 25px;top: 5px;right: -20px;background-color: #DBDDE4;} */

.content .lists .switch span.active {
	color: #012969;
	font-weight: bold;
}

.content .lists .switch span.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #012969;
	left: 0;
	bottom: -17px;
}

.content .lists .switch a {
	color: #999999;
	bottom: 15px;
	position: absolute;
	right: 0;
	font-size: 14px;
	display: none;
}

.content .network {
	margin: 20px 0 0;
	overflow: hidden;
}

.content .network_one {
	margin: 20px 0 0;
}

.content .phone .phone_box {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.content .phone a:hover .rows div {
	transform: translate(0, -7px);
}

.content .phone p {
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
	color: #012969;
}

.content .report_pohoe {
	position: absolute;
	background-color: #F55E23;
	left: 0px;
	top: 15px;
	padding: 2px 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	display: none;
}

.content .phone .phone_box .rows {
	height: 100px;
	background: url(../image/imgbg20220524_1.jpg);
	background-size: 100% 100%;
	margin: 0 -7.5px;
	padding: 5px;
	border: 1px solid #b4cceb;
}

.content .phone .main p {
	margin-top: 5px;
}

.footer {
	background-color: #E3E4E6;
	text-align: center;
	padding: 20px 0;
}

.footer img {
	margin: 0 10px;
}

.footer p {
	line-height: 1.8;
}

.footer p span {
	display: block;
	margin: 0 5px;
}

/*二级*/

.contents {
	overflow: hidden;
	padding: 20px 0 40px;
}

.contents .site {
	border-bottom: 3px solid #012969;
	display: none;
	text-align: right;
	margin: 20px 0;
	padding-bottom: 20px;
	color: #666;
}

.contents .site a {
	color: #666;
}

.contents .report {
	padding: 30px 0px 20px;
}

.contents .report_item {
	position: relative;
	border: 1px solid #DBDDE4;
	padding: 15px;
	margin-top: 40px;
}

.contents .report_item:first-child {
	margin-top: 0;
}

.contents .report_item .report_title {
	position: absolute;
	background-color: #dc0014;
	height: 30px;
	line-height: 30px;
	top: -30px;
	padding: 0 20px;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 16px;
	font-weight: bold;
}

.contents .report_item .report_list {
	overflow: hidden;
	margin-bottom: 15px;
}

.contents .report_item .report_list span {
	width: 30%;
	float: left;
	font-size: 12px;
	text-align: right;
	padding-right: 6px;
	min-height: 1px;
	position: relative;
	margin-top: 3px;
}

.contents .report_item .report_list span i {
	color: #dc0014;
	margin-right: 2px;
	font-style: normal;
	display: none;
}

.contents .report_item .report_list .report_rig {
	width: 70%;
	float: left;
	font-size: 12px;
	position: relative;
}

.contents .report_item .report_list select {
	width: 100%;
	outline: none;
	border: 1px solid #DBDDE4;
	font-size: 12px;
	height: 25px;
}

.contents .report_item .report_list input {
	width: 100%;
	outline: none;
	float: left;
	border: 1px solid #DBDDE4;
	text-indent: 1em;
	font-size: 12px;
	height: 25px;
}

.contents .report_item .report_list .website {
	height: 50px;
}

.contents .report_item .report_list .red {
	color: #DC0014;
}

.contents .report_item .report_list .search {
	padding: 3px 10px;
	background-color: #99a9c3;
	color: #fff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.contents .report_item .report_list textarea {
	height: 60px;
	outline: none;
	border: 1px solid #DBDDE4;
	font-size: 12px;
	width: 100%;
	padding: 5px;
}

.contents .report_item .report_list .annex {
	padding: 5px 30px;
	background-color: #012969;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
}

.contents .report_item .report_list .region select {
	width: 48%;
	float: left;
}

.contents .report_item .report_list .region select:first-child {
	margin-right: 2%;
}

.contents .report_item .report_list .code {
	position: absolute;
	right: 5px;
	top: 4px;
	background-color: #012969;
	color: #fff;
	padding: 0 6px;
	z-index: 99;
	cursor: pointer;
}

.contents .report_item .report_list .gender input {
	width: auto;
	float: none;
}

.contents .report_item .report_list .gender input {
	box-sizing: border-box;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	position: relative;
	border: none;
	outline: none;
}

.contents .report_item .report_list .gender input[type=text] {
	border-bottom: 1px solid #ccc;
	width: 60%;
	height: 4px;
	padding-left: 5px;
	display: none;
}

.contents .report_item .report_list .gender input[type=radio]:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .report_list .gender input[type=radio]:checked:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .report_list .gender input[type=radio]:checked:after {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -4px;
	background: url(../image/20191105img029.png) no-repeat center;
	background-size: 100% 100%;
}

.contents .report_item .report_list .btn{position: absolute;width: 100px;right: 10px;height: 20px;top: 3px;z-index: 999;text-align: center;padding: 0;text-indent: 0;}

.contents .submit {
	margin-top: 20px;
	padding-left: 30%;
	margin-left: 5px;
}

.contents .submit span {
	width: 40%;
	height: 30px;
	line-height: 30px;
	background-color: #012969;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
}

.contents .report_item .choose {
	margin: 20px 0 10px;
	color: #012969;
}

.contents .report_item .choose input {
	width: auto;
	float: none;
}

.contents .report_item .choose input {
	box-sizing: border-box;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	position: relative;
	border: none;
	outline: none;
}

.contents .report_item .choose input[type=text] {
	border-bottom: 1px solid #ccc;
	width: 60%;
	height: 4px;
	padding-left: 5px;
	display: none;
}

.contents .report_item .choose input[type=checkbox]:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .choose input[type=checkbox]:checked:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -6px;
	margin-top: -3px;
	background-color: #fff;
	left: 0;
	top: 0;
}

.contents .report_item .choose input[type=checkbox]:checked:after {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -4px;
	background: url(../image/20191105img029.png) no-repeat center;
	background-size: 100% 100%;
}

.contents .report_item .choose span {
	position: relative;
	top: 2px;
	left: -3px;
}

.contents .report_item .report_p {
	overflow: hidden;
}

.contents .report_item .report_p span {
	float: left;
	width: 5%;
}

.contents .report_item .report_p .report_p_right {
	float: left;
	width: 95%;
	padding-left: 10px;
}

.contents .report_item .report_p .red {
	color: #DC0014;
}

.contents .submit.agree {
	padding-left: 10%;
}

.contents .submit span.no {
	background-color: #8094b4;
}

.contents .report_genre {
	overflow: hidden;
	margin: 0 -7.5px;
}

.contents .genre_item {
	padding: 0 7.5px;
}

.contents .genre_list {
	background-color: #3c8bf6;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-radius: 10px;
	font-weight: bold;
	background: url(../image/20191105img039.png) no-repeat center;
	background-size: 100% 100%;
	display: block;
}

.contents .genre_list img {
	width: 19px;
	height: 19px;
	margin-bottom: 10px;
}

.contents .genre_item+.genre_item+.genre_item+.genre_item {
	margin-top: 20px;
}

.contents .genre_list:hover {
	background: url(../image/20191105img040.png) no-repeat center;
	background-size: 100% 100%;
}

.contents .navz {
	border-bottom: 3px solid #012969;
	padding-bottom: 10px;
	position: relative;
}

.contents .navz .navz_item {
	margin-right: 15px;
	position: relative;
	font-weight: bold;
	color: #012969;
	font-size: 20px;
	display: none;
}

.contents .navz .navz_item.active {
	color: #DC0014;
	display: inline-block;
}

.contents .navz .navz_item:before {
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #DC0014;
	bottom: -15px;
	left: 0;
}

.contents .navz .navz_item.active:before {
	display: block;
}

.contents .navz p {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #666;
	white-space: nowrap;
}

.contents .navz p a {
	color: #666;
}

.contents .more_box {
	overflow: hidden;
}

.contents .more_box .more_list {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #DBDDE4;
}

.contents .more_box .more_list .more_title {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 20px;
}

.contents .more_box .more_list .more_con {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.contents .more_box .more_list .more_con p {
	line-height: 1.4;
	font-size: 16px;
	margin: 0;
	padding: 0 !important;
}

.contents .more_box .more_list .time {
	color: #333;
}

.contents .more_box .more_list:hover .more_title {
	color: #012969;
}

.contents .yema {
	margin-top: 30px;
	text-align: center;
}

.contents .single {
	border: 1px solid #DBDDE4;
	overflow: hidden;
	display: block;
	margin: 20px 0;
	padding: 20px 15px;
}

.contents .single_title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDDE4;
	margin-bottom: 20px;
}

.contents .single_title p {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 20px;
	width: 68%;
}

.contents .single_title span {
	float: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #3476F0;
	text-align: center;
	max-width: 30%;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.contents .single_con {
	overflow: hidden;
}

.contents .single_con .single_left {
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
}

.contents .single_con .single_right {
	float: right;
	width: 80%;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-indent: 0;
	line-height: 1.4;
	font-size: 14px;
}

.contents .single_con .single_left .day {
	font-size: 40px;
}

.contents .single_con .single_right p {
	line-height: 1.4;
	font-size: 14px;
	margin: 0;
	padding: 0 !important;
}

.contents .single_con .single_right span,
.contents .single_con .single_right strong,
.contents .single_con .single_right font {
	margin: 0;
	padding: 0;
	line-height: unset;
	font-family: "微软雅黑";
	font-size: 14px !important;
	font-weight: normal;
}

.contents .single:hover .single_title p {
	color: #012969;
}

.contents .detail {
	border: 1px solid #DBDDE4;
	padding: 20px 15px;
}

.contents .detail_title {
	text-align: center;
	border-bottom: 1px solid #DBDDE4;
	padding-bottom: 15px;
}

.contents .detail_title h3 {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
}

.contents .detail_title span {
	display: block;
	color: #666;
	margin-top: 3px;
}

.contents .detail_con {
	line-height: 2;
	padding: 20px 0 30px;
	color: #666;
}

.contents .detail_con img {
	margin: 10px 0;
}

.contents .detail_con p {
	margin: 5px 0;
}

.yema {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 30px;
	background-color: #f2f2f2;
}

.yema .leftcon span {
	padding: 0 5px;
	color: #377ee0;
}

.yema .leftcon em {
	padding: 0 5px;
	color: #377ee0;
	font-style: normal;
}

.yema .rightcon {
	margin-top: 10px;
}

.yema .rightcon a {
	padding: 5px 10px;
	background-color: #377ee0;
	color: #fff;
	margin-left: 10px;
}

.yema .rightcon span {
	display: none;
}

.yema .rightcon input {
	display: none;
}

.contents .web {
	overflow: hidden;
	margin-top: 20px;
	line-height: 1.8;
}

.contents .web .row {
	margin: 0 -7.5px;
}

.contents .web .web_item {
	text-align: center;
	color: #fff;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.contents .web .web_item p {
	background-color: #377EE0;
	padding: 5px 0;
}

.social-share .icon-qzone {
	background: url(../image/qzone.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qzone:hover {
	background: url(../image/qzone.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qzone:before {
	display: none;
}

.social-share .icon-qq {
	background: url(../image/qq.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qq:hover {
	background: url(../image/qq.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-qq:before {
	display: none;
}

.social-share .icon-weibo {
	background: url(../image/weibo.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-weibo:hover {
	background: url(../image/weibo.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-weibo:before {
	display: none;
}

.social-share .icon-wechat {
	background: url(../image/chat.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-wechat:hover {
	background: url(../image/chat.png) no-repeat center;
	background-size: cover;
	border: none;
}

.social-share .icon-wechat:before {
	display: none;
}

.fenxiangs #share-2 {
	margin-top: 10px;
}
.content .phone_zijiok {
	padding: 0;
}
.content .phone_zijiok .phone_box a:first-child p {
	margin-top: 8px;
}

.content .phone_zijiok .phone_box a:first-child+a p {
	margin-top: 8px;
}

.content .phone_zijiok .phone_box a:first-child+a+a p {
	margin-top: 20px;
}

.content .phone_zijiok .phone_box a img {
	max-width: 32px;
	
}
.content .phone_zijiok .phone_box a .rows div{
	padding: 6px;
	background: #012969;
	border-radius: 50%;
	display: block;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	margin-right: 10px;
	transition: all 0.5s;
}

.content .phone_zijiok .phone_box a p {
	float: left;
	width: 70%;
	text-align: left;
}

.content .phone_zijiok .phone_box .rows {
	height: 70px;
	margin-bottom: 10px;
}

/* 自己 */

.content .ziji_one .color_oneo {
	background: url(../image/20200831img010.png) no-repeat center;
	background-size: 100% 100%;
}

.content .ziji_one .color_twoo {
	background: url(../image/20200831img012.png) no-repeat center;
	background-size: 100% 100%;
}

.content .ziji_one .ziji_one_ziji a {
	display: block;
	padding: 0 5px;
	height: 110px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}

.content .ziji_one .ziji_one_ziji a img {
	max-width: 48px;
	margin: 22px 0 10px;
	transition: all 0.5s;
}

.content .ziji_one .ziji_one_ziji,
.content .ziji_one .ziji_two_ziji {
	margin: 0 -17px;
}

.ziji_two_ziji>div a {
	border-radius: 18px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 6px 0.3px rgba(152, 152, 152, 0.32);
	padding: 10px 15px;
	margin-top: 20px;
	text-align: center;
}

.ziji_two_ziji a {
	display: block;
}

.ziji_two_ziji a img {
	width: 45px;
}

.ziji_two_ziji a span {
	display: inline-block;
	font-size: 16px;
	margin-left: 20px;
	margin-left: 0;
	margin-top: 8px;
}

.annex {
	padding: 30px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.annex_title {
	color: #005ea3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.annex p a {
	margin: 5px 0px;
	display: block;
}

.swiper-button {
	display: none;
}

/* 辟谣专区 */
.content .refute{
	margin-top: 20px;
}
.content .refute a{
	text-align: center;
	display: block;
}
.content .refute img{
	max-width: 100%;
	margin-top: 5px;
}
.content .refute a:last-child img{
	margin-top: 15px;
}

/*cxy 2024-11-28*/
.title_box{overflow: hidden; border-bottom: 2px solid rgba(43, 152, 237, 1);;}
.title_name{float: left;}
.title_name img{width: 175px; height: 50px;}
.title_more{float: right;margin-top: 10px;}
.title_more a{font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 33px;
	color: rgba(43, 152, 237, 1);
	text-align: justify;
	vertical-align: top;}
.swiperIndex{margin-top: 25px;}

.hui_bg{background: #E6EDFCFF;    padding-bottom: 30px;}
.img_title{overflow: hidden; margin-top: 25px; margin-bottom: 30px;}
.img_title_img{ height: 50px;}
.img_title_box{overflow: hidden; display: flex;}
.z_img{width: 132px; margin-right: 10px;}
.f_img{width: 132px; margin-left: 10px;}
.title_name{font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 45px;}
.news_title{border-bottom: none;}
.flist_img_box{overflow: hidden; width: 100%; border-radius: 10px; margin-bottom: 10px;  position: relative;}
.flist_img_box img{width: 100%; height: 270px;transition: all 1s;}
.flist_img_box:hover img{
    transform: scale(1.2);
}


.img_title_bg{text-align: center; color: #fff; background: #0000007F;font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 50px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: middle; height: 50px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.yl_list{
	
}

.yl{margin-bottom: 60px; margin-top: 50px !important;}

.jh{width: 22px;
    height: 22px;
	display: inline-block;}
	

.footer .rows span{color: #000;;}
.footer .rows a{color: #000;}

.right_nav{position: fixed;right:40px;top:500px;z-index: 9999;}
.right_nav li{background-color: #FFFFFF;width: 96px;margin-bottom: 10px;border-radius: 9px;position: relative;box-shadow:0 2px 6px 0 rgba(67,100,147,0.28);}
.right_nav li a{display: block;text-align: center;cursor: pointer;width: 96px;height: 96px;border-radius: 9px;color: #000;font-size: 24px;}
.show-ewm{position: absolute;opacity: 0;z-index: -1;filter: alpha(opacity=0);width: 205px;left:-50px;display: none;}
.right_nav li:hover .phone_code{background: url(../img/phone_hover.png) center 10px no-repeat;}
.right_nav li:hover .mail_code{background: url(../img/mail_hover.png) center 10px no-repeat;}
/*.right_nav li .ewm1{background: url(../image/phone_box.png) no-repeat;top: -2px;height: 105px;}*/
.right_nav li .ewm1{background: url(../image/mail_box.png) no-repeat;top: -2px;height: 105px;}
.right_nav li .ewm1 p{width: 80%;margin-left: 20px;font-size: 20px;color: #000;padding-top: 15px;}
.work_time{width: 80%;margin-left: 20px;height: 44px;margin-top: 8px;}
.work_time span{display: inline-block;float: left;font-size: 14px;color: #666;line-height: 20px;}
.work_time span:last-child{margin-left: 3px;}
.right_nav li .ewm2{background: url(../image/mail_box.png) no-repeat;top: 20px;height: 60px;}
.right_nav li .ewm2 p{ font-size: 17px;line-height: 55px;width: 80%; color: #000;margin-left: 20px;font-weight: 600;}
.left-nav{position: fixed;left: 50%;margin-left: -700px;z-index: 999;top: 290px;width:80px;}
.phone_code{background: url(../img/phone.png) center 10px no-repeat;height: 57px;width: 140px;}
.mail_code{background: url(../img/mail.png) center 10px no-repeat;height: 37px;width: 70px;}
.scroll_top{width: 96px;height: 60px;box-shadow: 0 2px 6px 0 rgba(67,100,147,0.28);border-radius: 9px;margin-top: 20px;background: url(../image/scroll_top.png) center center no-repeat #fff;cursor: pointer;}
.scroll_top:hover{background: url(../image/scroll_tophover.png) center center no-repeat #2A76FE;}

.phone_box:hover .ewm1{display: block !important;}
.yx_box:hover .ewm2{display: block !important;}
.erweima_box:hover .ewm3{display: block !important;}
.scroll_top a{ display: block; width: 100%; height: 100%;}
.case_middle{
    width: 310px;
    margin-left: 29px;
}

.middle_item{
    width: 280px;
    height: 166px;
    background: url(../img/middle_item.png) center top no-repeat;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 21px;
}

.middle_item:nth-child(2){
    margin-bottom: 0;
}

.middle_item:hover{
    background: url(../img/middle_item_hover.png) center top no-repeat;
}
.middle_item a,.right_item a{
    display: table;
    width: 100%;
    height: 100%;
}

.middle_item p,.right_item p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.right_item{
    width: 280px;
    height: 166px;
    background: url(../img/right_item.png) center top no-repeat;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 21px;
}

.right_item:hover{
    background: url(../img/right_item_hover.png) center top no-repeat;
}

.right_item:nth-child(2){
    margin-bottom: 0;
}

.link_box{
    margin-top: 30px;
    padding-bottom: 50px;
}

.link_item{
    float: left;
    width: 229px;
    height: 80px;
    margin-right: 13.75px;
}

.link_item:last-child{
    margin-right: 0;
}

.case_waplist,.py_wap,.wap_link{
    display: none;
}

.special_pc{
    display: block;
}

.special_wap{
    display: none;
}

.zxjb_pc{
    width: 1200px;
    height:165px;
    background: url(../img/zxzn_pc.png) center top no-repeat;
    text-align: center;
    display: block;
    position: relative;
}

.zxjb_pc a{
    width: 244px;
    height: 47px;
    display: inline-block;
    margin: 102px 20px 0;
}
.qlhn_dy{
    position: absolute;
    bottom: 26px;
    height: auto!important;
}
.zxjb_wap{
    display: none;
}
/*list*/
.list_top_border{border-bottom:2px solid rgba(95, 112, 143, 0.17); padding-bottom: 15px;}
.current_location{font-size: 18px; font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
	text-align: justify;
	vertical-align: top;}
.list{padding-top: 15px !important;}
.list_box{min-height: 200px;overflow: hidden;}
.left_box{width: 223px; float: left; border-radius: 10px;    margin-top: 50px;}
.right_box{width: 80%; float: right; margin-bottom: 50px;}
.list_title{width: 100%; height: 72px; border-top-left-radius: 10px; border-top-right-radius: 10px; background: url('../image/20191105img039.png') no-repeat; background-size: cover;
text-align: center; color: #fff; font-size: 22px; line-height: 72px;
}
.list_title img{width: 100%; height: 100%;}
.list_nav{overflow: hidden;}
.list_nav ul li a{width: 100%; text-align: center; font-size: 18px; color: #000; display: block; text-align: center; line-height: 50px;}
.list_nav ul li:hover a{ color: #2B98ED; border-bottom: 2px solid #2B98ED;}
.list_nav ul li {background-color: #ebf2fd;}
.list_nav ul li:last-child{border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.on a{color: #2B98ED !important; border-bottom: 2px solid #2B98ED;}
/*分页*/
.page {
	padding-top: 26px;
	/*padding-bottom: 32px;*/
	text-align: center;
    width: 50%;
    margin: 0 auto;
	/*padding-left:10px;*/
	/*padding-right:25%;*/
}
.page .num {
	padding: 6px 16px;
	border:1px solid #e7e7e7;
	font-size: 15px;
	color:#686666;
	background:#fff;
	display: inline-block;
}
.page .num.current,.page .num:hover {
	background:#2B98ED;
	border-color:#2B98ED;
	color:#fff;
	cursor: pointer;
}
.navswiper  {
	margin-bottom: 10px;
}
.navswiper .swiper-slide {
	font-size: 14px;
	text-align: center;
	background:#fff;
	border:1px solid #e7e7e7;
	padding: 10px 0;
	overflow: hidden;
}
.navswiper .current {
	background:#2B98ED;
	color:#fff;
}

/*view*/
.view_box{overflow: hidden;}
.view_box h1{text-align: center; margin-top: 50px; margin-bottom: 50px; font-weight: bold;}
.admin_box{ width: 58%; margin: 0 auto;margin-top: 20px; margin-bottom: 20px; overflow: hidden;}
.view_title{width: 50%; float: left;}
.view_title img{width: 20px; height: 20px; margin-right: 10px;}
.view_box hr{border: 1px solid #2B98ED;}
.view_cont{overflow: hidden; margin-bottom: 50px;}
.view_cont p{line-height: 40px;
	color: rgba(0, 0, 0, 1);
	/** 文本2 */
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.8px; text-indent: 20px;
}
.author{text-align: right; font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
	vertical-align: middle;
	margin-top: 50px;
}

/*form*/
.current_location img{width: 20px; height: 24px; margin-right: 5px;}

.form_title_h3{font-size: 33px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 33px;
	color: rgba(43, 152, 237, 1);
	text-align: justify; text-align: center;
	float: left;
}
.form{margin-bottom: 50px;}
.register{overflow: hidden;}
.register p{font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
	text-align: justify;
	vertical-align: middle;
	margin-top: 50px;
}

/*单选 复选样式*/
input[type=checkbox],
input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox],
input[type=radio] {
    width: 21px;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
 
  input[type=checkbox] {
    border-radius: 7px;
  }
  input[type=checkbox]:after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:checked {
    --r: 43deg;
  }
 
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }

.btn_box{overflow: hidden; margin-bottom: 50px;}

button {
	background: none; /* 去除背景色 */
	color: inherit; /* 文字颜色继承父元素 */
	border: none; /* 去除边框 */
	padding: 0; /* 去除填充 */
	margin: 0; /* 去除边距 */
	font: inherit; /* 字体样式继承父元素 */
	cursor: pointer; /* 鼠标样式为指针 */
  }
.bule{width: 245px;
	height: 50px;
	opacity: 1;
	border-radius: 8px;
	background: #2B98ED; color: #fff;font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: middle; 
}

.kong{
	width: 245px;
	height: 50px;
	opacity: 1;
	border-radius: 8px;
	color: #2B98ED;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle; 
	border: 1px solid #2B98ED;
}
.left30{margin-left: 30px;}


/*form*/
.form{width: 50%; margin: 0 auto; overflow: hidden;}
.form .report_list{overflow: hidden; margin-bottom: 25px;}
.form .report_list span{width: 20%; float: left;font-size: 16px;
	margin-top: 8px;
	padding-right: 15px;text-align: right;}
.form .report_list .report_rig{width: 80%; float: left;}
.form .report_list .report_rig input{height: 40px;
	font-size: 16px;width: 100%;
    outline: none;
    float: left;
    border: 1px solid #DBDDE4;
    padding-left: 5px;border-radius: 8px;}
.mag_top_50{margin-top: 50px;}
.left55{margin-left: 55px;}
.w50{overflow: hidden;}
.w50 input{width: 50% !important; float: left;}
.w50 img{width: 110px; height: 30px; float: left; margin-left: 20px; margin-top: 4px;}
.w50 a{color: #2B98ED; font-size: 16px; float: left; margin-left: 30px; margin-top: 8px;}

/*举报*/
.name_box{margin-top: 50px; overflow: hidden; border-bottom: 1px solid rgba(43, 152, 237, 1); margin-bottom: 30px;}
.name_box ul li{width: 96px; height: 50px; float: left; float: left;}
.y_bg{background: url('../image/tab_bg.png') no-repeat; background-size: contain;}
.y_bg a{color: #fff !important;}
.name_box ul li a{display: block; text-align: center; font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1); line-height: 50px;
	}
.form_name{width: 100% !important;}
.form_name .report_list span {text-align: right; width: 105px;line-height: 22px;
}
.form_name .report_list .report_rig {width: 60%;}
.form_name .report_list p{float: left;font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(181, 188, 199, 1);
	text-align: justify;
	vertical-align: middle; margin-left: 10px; line-height: 40px;}
.form_title{overflow: hidden; }
.form_title span{float: left; font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
	text-align: justify;}
.form_title img{float: left; margin-left: 10px; margin-top: 10px;}
.report_rig select{width: 100%;height: 50px; border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	
	border: 1px solid rgba(220, 223, 230, 1);}
.report_rig textarea{
	width: 100%;min-height: 165px; border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 223, 230, 1); padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;}
.h160 input{height: 160px !important;}




.file {  position: relative;  display: inline-block; 
	  text-decoration: none;  text-indent: 0;  line-height: 20px;width: 245px;
	  height: 50px;
	  opacity: 1;
	  border-radius: 8px;
	  background: rgba(43, 152, 237, 1); color: #fff !important; text-align: center; line-height: 50px;}
.file input {  position: absolute;  font-size: 100px;  right: 0;  top: 0;  opacity: 0;}
.file:hover {  background: #AADFFD;  border-color: #78C3F3;  color: #004974;  text-decoration: none;}
.autobtn{width: 50%; margin: 0 auto; margin-bottom: 50px; margin-top: 30px;}


.phone_news{display: none;}
#container {
	position: relative;
	height: 200px; /* 设置为你的图片高度 */
	overflow: hidden;
	margin-top: 90px;
  }
  .slide {
	position: absolute;
	width: 100%; /* 设置为你的图片宽度 */
  }
  .slide:last-child{display: none;}
.form_name .form_title img{width: 174px; margin-top: 7px;}
.ccc{overflow: hidden;width: auto;
    display: inline-block;
    margin: 0 auto;}

.index_title{
    width: 39%;
    margin: 0 auto;
}

/*cxy 12-10*/
#box2{display: none;}
#box3{display: none;}

.ver-errors span{padding-right: 0px !important;
    margin-top: 0px !important;
    width: auto !important;}
.ver-errors{
	width: auto !important;
    padding-bottom: 5px !important;
	float: left !important;
	background-color:#fff !important;
}
.ver-errors .ver-error-caret{display: none;}

/*搜索*/
.search_box{width: 100%;border-radius: 6px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 12px  rgba(0, 105, 232, 0.35);height: 60px; margin-top: 50px; margin-bottom: 50px; position: relative;}
.search_box input{width: 100%; height: 100%; font-size: 20px; text-indent: 70px;}
.search_box img{width: 40px; display: block; float: left;position: absolute; top: 10px; left: 10px;}
.search_box button{width: 106px;
	height: 60px;
	opacity: 1;
	border-radius: 6px;
	background: #2B98ED; position: absolute; top: 0px; right: 0px; color: #fff; font-size: 20px; letter-spacing: 5px; text-align: center;}

/*举报列表*/
.guestbook_title {
    height: 52px;
    font-size: 16px;
    background: #F3F9FF;
    margin: 12px 0 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
	font-weight: bold;
	margin-bottom: 0px;
}
.guestbook_title li.t1 {
    left: 0;
    right: 750px;
}
.guestbook_title li {
    position: absolute;
    line-height: 52px;
    text-align: center;
    padding: 0;
    background: none !important;
    top: 0;
}
.guestbook_title li.t6 {
    width: 160px;
    right: 590px;
}
 .guestbook_title li.t2 {
    width: 270px;
    right: 320px;
}
 .guestbook_title li.t4 {
    width: 160px;
    right: 160px;
}
 .guestbook_title li.t3 {
    width: 160px;
    right: 0;
    border-right: 0 none;
}
 ul.odd,  ul.even {
    height: 52px;
    clear: both;
    overflow: hidden;
    position: relative;
}
 ul.even {
    background: #f7f8fa;
}
 ul.odd li.t1,  ul.even li.t1 {
    left: 0;
    right: 500px;
    padding-left: 18px;
    text-align: left;
}

 ul.odd li.t6,  ul.even li.t6 {
    width: 160px;
    right: 590px;
}

 ul.odd li.t3,  ul.even li.t3 {
    width: 260px;
    padding: 0 5px;
    right: 320px;
}

 ul.odd li.t4,  ul.even li.t4 {
    width: 160px;
    color: #d20607;
    right: 160px;
}
 ul.odd li.t2,  ul.even li.t2 {
    width: 160px;
    border: 0 none;
    right: 0;
    color: #999;
}

 ul.odd li,  ul.even li {
    padding: 0;
    background: none;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
}

/*举报详情*/
.newstitle {
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
}

 .liuyancon {
	margin: 20px auto 0;
    border-collapse: collapse;
    margin-top: 37px;
}

 .liuyancon th.tit {
    width: 14%;
}
 .liuyancon th.tit {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 10px;
    text-align: right;
    width: 18%;
    background: #f8f8f8;
}

 .liuyancon td.nr {
    width: 36%;
    font-size: 16px;
    line-height: 1.5;
}
 .liuyancon th.tit {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 10px;
    text-align: center;
    width: 14%;
    background: #ebf1fd;
}

 .liuyancon td.nr {
    width: 17%;
    font-size: 16px;
    line-height: 1.5;padding: 18px 15px;word-break: break-all;
     text-align:center;
}
 .liuyancon td.nrtxt {
    padding: 18px 15px;
}
 .liuyancon th.tit,  .liuyancon td.nr,  .liuyancon td.nrtxt {
    border: #e3e3e3 1px solid;
}
.ls-msg-title {
    margin: 29px 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
    border-bottom: 2px solid #b9d0df;
}

.table_title{background: url('../image/333.png') no-repeat; background-size: cover; width: 160px; height: 40px; text-align: center; color: #fff;}

.right_table_box{float: right; margin-left: 18px; margin-top: 70px;  border-left: 1px solid #f7f7f7; padding-left: 10px; height: 100%;}
.jblc_title{width: 100%; border-bottom: 1px solid #f7f7f7;}
.jblc_title span{color: #358ed5; font-size: 18px; text-align: left; width: 60px; line-height: 60px; padding-bottom: 10px; border-bottom: 2px solid #3b94da;}

.liucheng{overflow: hidden; margin-top: 20px;}
.lc_left{width: 20%; float: left;}
.lc_left img{width: 100%; width:36px; height: 36px;}
.lc_right{width: 80%; float: right;}
.lc_right p{margin-bottom: 10px;}


/*其他*/
.main {
    background: #FFFFFF;
    margin: 30px 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}
.article-title {
    font-size: 26px;
    margin: 30px auto;
}
.ta-c {
    text-align: center;
}
.article-title.wing:before,
.article-title.wing:after {
    background: url("../image/bg_wing_left.png");
    content: "";
    display: inline-block;
    height: 2px;
    width: 180px;
    margin: auto 20px;
    vertical-align: middle;
}
.article-title.wing:after {
    background: url("../image/bg_wing_right.png");
}
.btns_report_rings li {
    float: left;
    background: #f4fbff;
    width: 31%;
    font-size: 18px;
    line-height: 80px;
    margin-left: 0.8%;
    margin-right: 1.4%;
    margin-bottom: 28px;
    border-radius: 4px;
    box-shadow: 0px 0px 9.9px 0.1px rgba(5, 157, 254, 0.32);
}
.btns_report_rings li a {
    display: block;
    text-align: left;
    padding-left: 65px;
}
.btns_report_rings >.tolong {
    font-size: 14px;
    line-height: 27px !important;
    height: 80px;
}

/*````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````*/




@media (min-width: 326px) {
	.header .logos {
		margin-bottom: 20px;
	}
	.header .nav {
		top: 180px;
	}
	.content .consult a {
		height: 120px;
	}
}

@media (min-width: 348px) {
	.ziji_two_ziji a span {
		margin-left: 5px;
	}
	.ziji_two_ziji>div a {
		text-align: initial;
	}
}

@media (min-width: 375px) {
	.ziji_two_ziji a span {
		margin-left: 8px;
		margin-top: 0px;
	}
	.ziji_two_ziji>div a {
		text-align: initial;
	}
}
/*手机主要样式*/
@media screen and (max-width: 430px)  {
    .form_name .report_list p{
        left: 0px!important;
        top: 85px!important;
    }
    .height140{
        height: 140px!important;
    }
    .ver-errors{
        top: 0px!important;
    }
    .form_name .report_list span{
        width: 100%;
        text-align: left;
    }
    .page{
        width: 100%;
    }
    .view_title{
        width: 100%;
        margin-bottom: 10px;
    }
	.ziji_two_ziji a span {
		margin-left: 20px;
		margin-top: 0px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		margin: 15px 0 10px;
	}
	.content .phone_zijiok .phone_box a:first-child p {
		margin-top: 18px;
	}
	.content .phone_zijiok .phone_box a:first-child+a p {
		margin-top: 18px;
	}

	/* .img_title_box{width: 100%;} */
	.z_img{width: 25%; float: left; margin-top: 15px;}
	.img_title_img{float: left;}
	.f_img{float: left;width: 25%;  margin-top: 15px;}	
	.law{display: none;}
	.tabs .tab {
		padding: 10px;
		cursor: pointer;
		float: left;
		font-size: 16px;
		font-weight: bold;
	  }
	   
	  .tabs .tab.active {
		color: #fff;
		background: url('../image/phone_tab_bg.png') no-repeat;
		background-size: cover;
	  }
	   
	  .tab-content .content {
		display: none;
		padding-top: 0px;
	
	  }
	   
	  .tab-content .content.active {
		display: block;
	  }
	  .phone_news{overflow: hidden; display: block;}
	  .tabs{overflow: hidden; position: relative;}
	  /**/
	  .right_nav{display: none;}
	  .phone_more{position: absolute; top:-5px; right:0px; display: none;}
	  .content .list{margin-top: 0px;}
	  .phone_more  a {font-size: 15px !important;}
	  .img_title_box{width: 100%; overflow: hidden;}

	  .left_box{width: 100%; margin-top: 10px;}
	  .list_title{width: 100%;
		float: left;
		height: 52px;font-size: 18px;
        line-height: 53px}
		.list_nav{float: left;width: 100%;}
	.list_nav ul li{width: 100%; float: left;}
	.right_box{width: 100%;}
	.view_box h1{font-size: 20px;
		line-height: 35px; margin-top: 20px; margin-bottom: 20px;}
	.admin_box{width: 100%;}
	.form_title img{width: 23%;}
	.form_title{margin-bottom: 0px;}
	.form{width: 100%;}
	.btn_box button{width: 45%;}
	.btn_box{margin-top: 30px;}
	.left55{margin-left: 0px;}
	.form_name .report_list .report_rig{width: 100%;}
	.autobtn{width: 100%;}
	#container{margin-top: 0px;}
	.header .logoz img{margin-top: 100px;}
	.phone_more_on{display: block !important;}
	.liuyancon th.tit{width: 19%;}
	 .guestbook_title li.t6,  ul.odd li.t6,  ul.even li.t6 {
        display: none;
    }

     .guestbook_title li.t2,  ul.odd li.t3,  ul.even li.t3 {
        display: none;
	}
	 .guestbook_title li.t3,  ul.odd li.t2,  ul.even li.t2 {
        display: none;
    }
     .guestbook_title li.t1,  ul.odd li.t1,  ul.even li.t1 {
        right: 90px;
    }
     .guestbook_title li.t4,  ul.odd li.t4,  ul.even li.t4 {
        width: 90px;
        right: 0;
    }

    /*qita phone*/
    .article-title.wing:before, .article-title.wing:after{display: none; width: 0px;}
    .btns_report_rings li{width: 100%;}
    .swiperIndex{height: 65px !important;}












}

@media (min-width: 768px) {




	.content .ziji_one .ziji_one_ziji a {
		height: 130px;
		margin-bottom: 10px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		margin: 15px 0;
	}
	.content .ziji_one .ziji_one_ziji a p {
		font-size: 16px;
	}
	.ziji_two_ziji a img {
		width: 55px;
	}
	.swiper_mation2 .banner_one,
	.swiper_mation2 .banner_three {
		display: none;
	}
	.swiper_mation2 .banner_two {
		display: block;
	}
	.content .phone_zijiok .phone_box a img {
		max-width: 55px;
	}

	.content .phone_zijiok .phone_box a:first-child p {
		margin-top: 0;
	}
	.content .phone_zijiok .phone_box a:first-child+a p {
		margin-top: 0;
	}
	.content .phone_zijiok .phone_box a:first-child+a+a p {
		margin-top: 0;
		text-align: center;
	}
	.content .phone_zijiok .phone_box .rows {
		margin-bottom: 0;
	}
	.header {
		background: url(../image/20191105bj002.png) no-repeat center;
		background-size: 100% 100%;
	}
	.header .nav {
		display: none;
	}
	.menuIco {
		display: none;
	}
	.header {
		height: 400px;
	}
	.header .logo {
		display: none;
	}
	.header .logos {
		display: none;
	}
	.header .logoss {
		display: none;
	}
	.header .logoz {
		display: block;
		line-height: 400px;
	}
	.navs {
		display: block;
		/* background: linear-gradient(180deg, rgba(154, 201, 237, 0.35) 0%, rgba(0, 182, 248, 0) 100%); */
		height: 50px;
		line-height: 50px;
		background-color: #012969;
	}
	.navs a {
		display: block;
		width: 19%;
		float: left;
		text-align: center;
		color:#fff;
text-align: justify;
		font-size: 24px;
	}
	.navs a img {
		position: relative;
		top: -3px;
		transition: all 0.5s;width: 20px;
		height: 20px;
		margin-left: 40px;
	}
	.navs a:hover img {
		transform: translate(0px, -5px);
	}
	.content .consult a {
		height: 200px;
		font-size: 24px;
		padding: 0 20px;
	}
	.content .consult .rows img {
		margin: 20px 0;
	}
	.content .network {
		margin: 30px 0;
	}
	.content .network_one {
		margin: 30px 0;
	}
	.content .phone .phone_box {
		margin-top: 25px;
	}
	.content .phone .phone_box .rows {
		height: 170px;
		padding-top: 20px;
	}

	.content .phone_zijiok .phone_box a .rows div {
		display: inline-block;
		margin: 0 auto;
		float: none;
	}

	.content .phone p {
		float: left;
		font-size: 24px;
		margin-top: 3px;
		margin-left: 10px;
	}

	.content .phone_zijiok .phone_box a p {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 15px 12px;
		font-size: 20px;
	}

	
	
	.content .title span {
		font-size: 24px;
	}
	.contents .report_item .report_list span {
		font-size: 16px;
		margin-top: 8px;
		padding-right: 15px;
	}
	.contents .report_item .report_list select {
		height: 40px;
		font-size: 16px;
	}
	.contents .report_item .report_list input {
		height: 40px;
		font-size: 16px;
	}
	.contents .report_item .report_list .search {
		padding: 5px 20px;
	}
	.contents .report_item .report_list .website {
		margin-bottom: 3px;
	}
	.contents .report_item .report_list textarea {
		height: 100px;
	}
	.contents .report_item .report_list .report_rig {
		font-size: 16px;
	}
	.contents .report_item .report_list .annex {
		padding: 10px 40px;
	}
	.contents .report_item .report_list .red {
		margin-bottom: 3px;
	}
	.contents .report_item .report_list .gender input {
		margin: 0 20px;
	}
	.contents .report_item .report_list .gender input[type=radio]:before {
		width: 30px;
		height: 30px;
	}
	.contents .report_item .report_list .gender input[type=radio]:checked:before {
		width: 30px;
		height: 30px;
	}
	.contents .report_item .report_list .gender input {
		width: 20px;
		height: 14px;
	}
	.contents .report_item .report_list .gender input[type=radio]:checked:after {
		width: 17px;
		height: 13px;
	}
	.contents .report_item .report_list .code {
		top: 6px;
		padding: 0 15px;
	}

	.contents .report_item .report_list .btn{height: 30px;top: 5px;width: 130px;}

	.contents .submit {
		margin-left: 7px;
		font-size: 16px;
	}
	.contents .submit span {
		width: 160px;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	.contents .report_item {
		font-size: 16px;
		line-height: 1.6;
	}
	.contents .genre_list {
		padding: 20px 0;
		font-size: 20px;
	}
	.contents .genre_list img {
		width: 38px;
		height: 38px;
	}
	.contents .report_genre {
		padding: 20px 60px;
		margin: 0 -15px;
	}
	.contents .genre_item {
		padding: 0 15px;
	}
	.contents .navz .navz_item {
		font-size: 24px;
	}
	.contents .more_box .more_list {
		font-size: 16px;
	}
	.contents .more_box .more_list .more_con {
		margin: 20px 0;
	}
	.contents .navz {
		margin-bottom: 10px;
	}
	.contents .single_title span {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.contents .single_title p {
		font-size: 24px;
	}
	.contents .single_con .single_left .day {
		font-size: 54px;
		margin-top: -5px;
	}
	.contents .single_con .single_left .month {
		font-size: 16px;
	}
	.contents .single_con .single_right {
		-webkit-line-clamp: 4;
	}
	.contents .single_con .single_right p {
		line-height: 1.6;
		font-size: 16px;
		-webkit-line-clamp: 4;
	}
	.contents .detail_title span {
		display: inline-block;
		margin: 0 5px;
		font-size: 16px;
	}
	.contents .detail_con {
		font-size: 16px;
	}
	.contents .detail_con * {
		font-family: "宋体";
	}
	.contents .detail_con p {
		font-size: 16px;
		margin: 10px 0;
		font-family: "宋体";
	}
	.yema {
		padding: 10px 30px 30px 30px;
		overflow: hidden;
	}
	/* .yema .leftcon {padding-top: 20px;} */
	.yema .rightcon {
		padding-top: 10px;
		margin-left: 30px;
		margin-top: 10px;
	}
	.yema .rightcon span {
		display: inline-block;
		margin-left: 10px;
		line-height: 40px;
		height: 40px;
	}
	.yema .rightcon a {
		padding: 0px 10px;
		background-color: #377ee0;
		color: #fff;
		margin-left: 10px;
		display: inline-block;
		line-height: 40px;
		height: 40px;
	}
	.yema .rightcon input[type="text"] {
		display: inline-block;
		margin-left: 10px;
		outline: none;
		width: 150px;
		box-sizing: border-box;
		height: 40px;
		padding: 8px 10px;
	}
	.yema .rightcon input[type="button"] {
		display: inline-block;
		padding: 0px 10px;
		background-color: #377ee0;
		color: #fff;
		margin-left: 10px;
		line-height: 40px;
		display: inline-block;
		border: none;
	}
	.footer {
		text-align: center;
	}
	.footer p {
		margin-top: 15px;
	}
	.footer p span {
		display: inline-block;
	}
	.contents .single_con .single_right span,
	.contents .single_con .single_right strong,
	.contents .single_con .single_right font {
		font-size: 16px !important;
	}
	.contents .single_con .single_right {
		font-size: 16px;
		line-height: 1.6;
	}

	/* 辟谣专区 */
	.content .refute{
		margin-top: 0;
	}
	.content .refute a{
		float: left;
		width: calc(50% - 10px);
	}
	.content .refute img{
		margin-top: 10px;
	}
	.content .refute a:last-child{
		margin-left: 20px;
	}
	.content .refute a:last-child img{
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.content .ziji_one .ziji_one_ziji,
	.content .ziji_one .ziji_two_ziji {
		margin: 0;
		padding: 0;
	}
	.content .ziji_one .ziji_one_ziji>div {
		width: 100%;
		margin-top: 20px;
	}
	.content .ziji_one .ziji_one_ziji>div:first-child+div {}
	.content .ziji_one .ziji_one_ziji a {
		height: 120px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		max-width: 22%;
		margin: 30px 0px 10px 22px;
		float: left;
	}
	.content .ziji_one .ziji_one_ziji a p {
		font-size: 28px;
		float: left;
		margin-top: 38px;
		margin-left: 34px;
	}
	.content .ziji_one .ziji_one_ziji>div {
		padding-left: 0;
	}
	.swiper_mation2 .pagination_mation {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 99;
		height: 35px;
		line-height: 35px;
		text-align: right;
		padding-right: 15px;
		display: none;
	}
	.swiper_mation2 .pagination_mation .swiper-pagination-switch {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #fff;
		background-color: #fff;
		display: inline-block;
		margin-left: 10px;
		cursor: pointer;
	}
	.swiper_mation2 .banner_one,
	.swiper_mation2 .banner_two {
		display: none;
	}
	.swiper_mation2 .banner_three {
		display: block;
	}
	.network_one .banner_left,
	.network_one .banner_right {
		display: block;
	}
	.swiper_mation2 .pagination_mation {
		display: block;
	}
	.header {
		background: url(../image/header_bg.png) no-repeat center;
		background-size: 100% 100%;
		
	}
	.content {
		overflow: hidden;
		padding: 40px 0 50px;
		padding-bottom: 0px;
	}
	.content .consult a {
		height: 150px;
		padding-top: 40px;
	}
	.content .consult a p {
		float: left;
		width: 60%;
		text-align: left;
	}
	.content .consult .rows img {
		float: left;
		margin: 0;
		margin-right: 15px;
	}
	.content .consult .query p {
		padding-top: 15px;
	}
	.content .consult .report p {
		padding-top: 15px;
	}
	.content .consult .rows {
		margin: 0 -15px;
	}
	.content .consult .rows div {
		padding: 0 15px;
	}
	.content .info {
		margin-top: 40px;
	}
	.content .info .red {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.content .title {
		font-size: 24px;
	}
	.content .title a {
		font-size: 14px;
	}
	.content .network {
		margin: 40px 0;
	}
	.content .network_one {
		margin: 40px 0;
	}
	.content .title span:after {
		bottom: -19px;
	}
	.content .law .clear {
		display: none;
	}
	.content .phone .phone_box {
		margin-top: 30px;
	}
	
	.content .phone .phone_box .rows {
		padding: 20px;
		height: 180px;
	}

	.content .phone_zijiok .phone_box a{
		padding-left:20px; 
		padding-right: 20px;
	}
	.content .phone_zijiok .phone_box a .rows div {
		
	}
	.content .phone_zijiok .phone_box a p{
		text-align: center;
		padding: 15px 30px;
	}
	
	.contents .site {
		display: block;
		margin: 30px 0 40px;
	}
	.contents .report {
		padding: 50px 15px 30px;
	}
	.contents .report_item {
		margin-top: 80px;
	}
	.contents .report_item .report_title {
		padding: 0px;
		height: 50px;
		line-height: 50px;
		top: -51px;
		left: 30px;
		width: 190px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	.contents .report_item .report_list span {
		width: 20%;
	}
	.contents .report_item .report_list .report_rig {
		width: 80%;
	}
	.contents .report_item .report_list .code {
		padding: 2px 15px;
	}
	.contents .report_item .report_list .btn{position: absolute;width: 200px;right: 25px;height: 30px;top: 5px;z-index: 999}
    .contents .report_item .report_list .report_rig textarea{margin-top: 0;font-size:16px;}
	.contents .submit {
		padding-left: 20%;
	}
	.contents .report_genre {
		padding: 20px 80px;
	}
	.contents .genre_list {
		padding: 25px 0;
	}
	.contents .navz {
		margin: 20px 0 40px;
		padding-bottom: 15px;
	}
	.contents .navz .navz_item {
		font-size: 32px;
		margin-right: 40px;
		padding-bottom: 7px\9;
		display: inline-block;
	}
	.contents .navz .navz_item:before {
		bottom: -20px;
	}
	.contents .more_box .more_list:first-child {
		padding-top: 0;
	}
	.contents .single_con .single_left {
		width: 10%;
	}
	.contents .single_con .single_right {
		width: 90%;
	}
	.contents .single_title {
		padding-bottom: 20px;
	}
	.contents .single {
		padding: 30px 20px;
		margin: 30px 0;
	}
	.contents .single:first-child {
		margin-top: 0;
	}
	.contents .single_title span {
		bottom: 20px;
	}
	.contents .single_con .single_right p {
		height: auto;
	}
	.contents .detail {
		margin-top: 40px;
		padding: 30px;
	}
	.contents .detail_title h3 {
		margin-bottom: 30px;
	}
	.contents .detail_title {
		padding-bottom: 30px;
	}
	.contents .detail_con {
		padding: 20px 0;
	}
	.contents .detail_con p {
		margin: 10px 0;
	}
	.yema {
		padding: 30px;
	}
	.yema .leftcon {
		float: left;
		padding-top: 0px;
		line-height: 40px;
	}
	.yema .rightcon {
		float: left;
		padding-top: 0px;
		margin-left: 30px;
		margin-top: 0px;
	}
	.contents .report_item .report_p span {
		text-align: right;
	}
	.contents .report_item .choose {
		padding-left: 20px;
	}
	.content .info {
		position: relative;
	}
	.content .info li a {
		font-size: 16px;
		padding-right: 95px;
	}
	.content .list li a {
		font-size: 16px;
		padding-right: 110px;
	}
	.contents .more_box .more_list .more_title {
		font-size: 24px;
	}
	.contents .web .web_item p {
		padding: 15px 0;
		font-size: 18px;
	}
	.footer p span {
		margin: 0 15px;
	}
	.content .report_pohoe {
		padding: 3px 15px;
		display: block;
	}
	.swiper-button {
		display: block;
		background: rgba(255, 255, 255, 0.341);
		border-radius: 5px;
		color: #fff;
		cursor: pointer;
		font-size: 26px;
		font-weight: bold;
		height: 69px;
		line-height: 69px;
		margin-top: -35px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 25px;
	}
	.swiper-button-prev {
		left: 10px;
	}
	.swiper-button-next {
		right: 10px;
	}

	/* 辟谣专区 */
	.content .refute{
		margin-top: 20px;
	}
	.content .refute a{
		width: 100%;
	}
	.content .refute img{
		margin-top: 20px;
	}
	.content .refute a:last-child{
		margin-left: 0;
	}
	.content .refute a:last-child img{
		margin-top: 20px;
	}

	
}

@media (min-width: 1200px) {
	.content .ziji_one .ziji_one_ziji a img {
		margin: 30px 0px 10px 66px;
	}
	.content .ziji_one .ziji_one_ziji a p {
		font-size: 36px;
		margin-top: 34px;
	}
	.content .ziji_one .ziji_one_ziji a {
		height: 173px;
	}
	.content .ziji_one .ziji_one_ziji a img {
		margin: 60px 0px 10px 66px;
	}
	.content .ziji_one .ziji_one_ziji a p {
		margin-top: 65px;
	}
	.content .ziji_one .ziji_one_ziji a {
		margin-bottom: 0;
	}
	.content .ziji_one .ziji_one_ziji>div:first-child+div {
		margin-top: 35px;
	}

	.content .phone_zijiok .phone_box a .rows div {
		
	}

	.content .phone_zijiok .phone_box a p {
		font-size: 24px;
		padding: 17px 45px;
	}

	.content .ziji_one .ziji_one_ziji a p {
		margin-left: 20px;
	}
	.ziji_two_ziji>div a {
		padding: 20px 25px 20px 35px;
		transition: all 0.7s;
	}
	.ziji_two_ziji>div a:hover img {
		transform: rotateY(180deg);
		transition: all 0.7s;
	}
	.ziji_two_ziji a img {
		width: 70px;
		transition: all 0.7s;
	}
	.ziji_two_ziji a span {
		font-size: 18px;
		margin-left: 25px;
	}
	.content .ziji_one .ziji_two_ziji>div {
		margin-right: -15px;
		padding-left: 10px;
	}
	.annex {
		margin-bottom: 40px;
	}
}


@media (min-width: 1350px) {
	.container {
		width: 1240px;
	}
	.content .consult a {
		padding: 40px 50px;
	}
	.content .consult .rows img {
		margin-right: 20px;
	}
	.content .report_pohoe {
		top: 25px;
	}

	.content .refute img{
		margin-top: 10px;
	}


	.content .phone_zijiok .phone_box a p{
		padding: 17px 60px;
	}
}


