﻿@charset "utf-8";

/* CSS Document */

body,
a,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font,
span {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑"
}

fieldset,
img {
    border: 0;
    vertical-align: top;
	width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
menu {
    display: block;
}

article,
footer,
header,
section {
    width: 32rem;
    margin: 0 auto;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0;
    )
}

a {
    outline: none;
}

input,
textarea,
select,
form {
    vertical-align: top;
    font-size: 100%;
}

td {
    font-size: 100%;
}


/*input{ -webkit-appearance: none; }*/

a {
    color: #666;
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    font-size: 0;
    line-height: 0;
    clear: both;
    zoom: 1;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    font-family: "微软雅黑";
}

#LRdiv0 {
    display: none!important;
}

select::-ms-expand {
    display: none;
}
html{
    font-size:20px;
}

body {
    max-width: 32rem;
    font-size: 0.9rem;
    background: #fff;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.container {
    width: 32rem;
    position: relative;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: auto;
border:0;
    position: relative;
}

.head{
	width:100%;
	overflow:hidden;
	height:7.8rem;
	z-index:10000;
    background: #fff;
	}
.head .logo{
	width:5.8rem;
	height:5.8rem;
	margin-top:1rem;
	margin-left:1rem;
	float:left;
	}
.head .logo img{
	width:100%;
	}
	
.head .head_phone{
	width:3.7rem;
	height:3.7rem;
	margin-top:2rem;
	float:right;
	margin-right:1rem;
	}
	
.head .head_phone img{
	width:100%;
	}

.head_ms{
	margin-top:1.5rem;
	float:left;
	margin-left:1.3rem;
	}
.head_ms ul li{
	height:1.5rem;
	line-height:1.5rem;
		font-size:1rem;
	color:#1e51a2;
	}

.head_ms ul li img{
	width:0.95rem;
	height:0.85rem;
	margin-top:0.3rem;
	margin-right:0.3rem;
	}

.nav{
	width:100%;
	height:3.4rem;
	}
.nav ul{
	width:90%;
	margin:0 auto;
	}
.nav ul li{
	width:25%;
	float:left;
	text-align:center;
	height:3.4rem;
	line-height:3.4rem;
	
	}
.nav ul li a{
	color:#fff;
	font-size:1.2rem;
	}
	
.nav ul li div{
	height:1.2rem;
	border-right:1px solid #6687bd;
	float:right;
	margin-top:1.2rem;
	}


.index_nav{
	width:100%;
	height:3.4rem;
	background:#1e51a2;
	}
.index_nav ul{
	width:90%;
	margin:0 auto;
	}
.index_nav ul li{
	width:25%;
	float:left;
	text-align:center;
	height:3.4rem;
	line-height:3.4rem;
	
	}
.index_nav ul li a{
	color:#fff;
	font-size:1.2rem;
	}
	
.index_nav ul li div{
	height:1.2rem;
	border-right:1px solid #6687bd;
	float:right;
	margin-top:1rem;
	}
	

.top_fu {
    width: 32rem;
    height: 7rem;
    overflow: hidden;
    position: absolute;
    z-index: 9999!important;
}

.banner img {
    width: 100%;
    display: block;
}

.top_fu .logo {
    width: 5.5rem;
    height: 5.5rem;
    float: left;
    top: 0.75rem;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
}

.top_fu .logo img {
    width: 100%;
    display: block;
}

.top_fu .menu {
    width: 2.3rem;
    display: block;
    margin-top: 3rem;
    margin-right: 2rem;
    float: right;
}

.chage {
    position: relative;
}

.chagegb {
    margin-top: 3.5rem !important;
}

.chage span {
    width: 2.3rem;
    height: 0.3rem;
    background: #fff;
    display: block;
    margin-bottom: 0.2rem;
    border-radius: 0.5rem;
}

.chage span:first-child {
    width: 2rem;
}

.chagegb span:nth-child(2) {
    display: none;
}

.chagegb span:first-child {
    width: 2.3rem;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
}

.chagegb span:last-child {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    z-index: 33;
}

.cdan {
    width: 32rem;
    height: 7rem;
    background: #1e54a4;
    position: fixed;
    bottom: 0rem;
    z-index: 9999;
}

.cdan .cdan_item {
    width: 4.5rem;
    float: left;
    text-align: center;
}

.cdan .cdan_lb {
    width: 5.5rem;
}

.cdan .cdan_item img {
    width: 3.6rem;
    height: 2.7rem;
    margin-top: 1.5rem;
}

.cdan .cdan_item h2 {
    font-size: 1rem;
    color: #fff;
    margin-top: 0.5rem;
}

.cdan .cdan_mid {
    width: 11.5rem;
    height: 8rem;
}

.cdan .cdan_mid img {
    width: 7.12rem;
    height: 7.2rem;
    margin-top: -2rem;
	margin-bottom:-0.5rem;
	margin-left: 1rem;
}

.aa {
    position: fixed;
    width: 32rem;
    top: 7rem !important;
    display: block;
    background: #000;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999!important;
    filter: Alpha(opacity=80);
    word-break: break-all;
    transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    overflow: hidden;
    height: 45rem;
}

.warp_zong {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #1e1f20;
}

.nav_ty li {
    width: 25%;
    float: left;
}

.nav_ty ul li a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 3.2rem;
}

.nav_tys {
    background: #1f54a4;
    height: auto;
    display: none;
    padding-bottom: 100%;
    background-color: rgba(31, 84, 164, 0.6);
    filter: Alpha(opacity=60);
}

.nav_tys ul {
    padding-left: 10%;
}

.nav_tys ul li {
    color: #fff;
    width: 50%;
    float: left;
}

.nav_tys ul li a {
    line-height: 2.8rem;
    font-size: 1rem;
    color: #fff;
}

.nav_qiehuan1 {
    width: 20%;
    height: 100%;
    height: 38rem;
    background: #000;
    float: left;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 98;
    filter: Alpha(opacity=10);
}

.nav_tys {
    width: 80%;
    float: left;
}

.nav_qiehuan1 li {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 3rem;
    line-height: 3rem;
}

.hover {
    background: #1f54a4;
    background-color: rgba(31, 84, 164, 0.6);
    filter: Alpha(opacity=60);
}

.rhxs {
    width: 90%;
    margin: 0 auto;
    height: 22.6rem;
    background: url(../images/d_rhxbg.jpg) no-repeat;
    background-size: 100% 100%;
}

select {
    outline: none;
    appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
}

.search-kfy {
    width: 32rem;
    height: 20.5rem;
    background: #222;
    color: #fff;
    margin-bottom: 7rem;
}

.search-kfy * {
    box-sizing: border-box;
}

.search-kfy h3 {
    padding-top: 2rem;
    font: 1.8rem/3rem '微软雅黑';
    text-align: center;
}

.search-kfy .choose {
    display: flex;
    justify-content: space-between;
    width: 28rem;
    margin: 0 auto;
    margin-top: 3rem;
    height: 3rem;
}

.search-kfy .choose .select,
.search-kfy .choose select {
    position: relative;
    width: 13.5rem !important;
    color: #222;
    background: #fff;
    height: 3rem;
    padding-left: 0 !important;
    font: 1.2rem/3rem '微软雅黑';
}

.search-kfy .choose select {
    text-indent: 1rem;
    padding: 0;
    border-radius: 0;
}


/*
.search-kfy .choose select option {
    height: 3rem;
}
*/

.search-kfy .choose .select:after {
    display: table;
    content: '';
    position: absolute;
    top: .7rem;
    right: 0!important;
    width: 0;
    height: 0;
    border-top: 1.6rem solid #222;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: none;
    transform: scale(.5);
}

.search-kfy .action {
    border: 2px solid #fff;
    background: #222;
    width: 14rem;
    height: 3rem;
    margin: 0 auto;
    margin-top: 2rem;
    text-align: center;
    font: 1.6rem/3rem '微软雅黑';
    user-select: none;
    cursor: pointer;
}


/*文章页*/

.article-component:after {
    display: table;
    clear: both;
    content: '';
}

.top-article,
.top-article .top-banner {
    width: 32rem;
    height: 21.1rem;
    position: relative;
}

.article-box {
    width: 30rem;
    margin: 0 auto;
    margin-top: 2rem;
}

.article-box h1 {
    font: 600 2rem/3rem '微软雅黑';
    text-align: center;
}

.article-box .info {
    display: flex;
    font: 1.1rem/1.5rem '微软雅黑';
}

.article-box .info p {
    margin: 1rem;
}

.article-box .body {
    position: relative;
    width: 30rem;
    font: 1.3rem/2.4rem '微软雅黑';
}

.article-box .body a,
.article-box .body span {
    font: 1.3rem/2.4rem '微软雅黑';
}

.article-box .body #ctrl-body {
    height: 30rem;
    overflow: hidden;
    transition: all .5s ease;
}

.article-box .body #ctrl-body h1,
.article-box .body #ctrl-body h2,
.article-box .body #ctrl-body h3,
.article-box .body #ctrl-body h4,
.article-box .body #ctrl-body h5,
.article-box .body #ctrl-body h6 {
    font: 600 1.6rem/2rem '微软雅黑';
}

.article-box .body #ctrl-body img {
    width: auto;
    display: inline;
    max-width: 100%;
}

.article-box .body .jiazai-box {
    position: absolute;
    width: 30rem;
    bottom: 0;
    left: 0;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all .1s ease;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2), #fff);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, .2), #fff);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, .2), #fff);
    /* Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), #fff);
    /* 标准语法 */
}

.article-box .body .jiazai {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.6rem;
    height: 2.7rem;
    border: 1px solid #1d50a2;
    color: #1d50a2;
    border-radius: 2.7rem;
    transition: all .5s ease;
}

.article-box .body .jiazai span {
    font: 600 1.3rem/2.7rem '微软雅黑';
}

.article-box .body .jiazai .jzbtn {
    width: 1rem;
    height: .5rem;
    margin-left: 2rem;
}

.prenext {
    width: 30rem;
    padding-left: 1.4rem;
    margin: 0 auto;
    margin-top: 2rem;
}

.prenext .part {
    font: 1.1rem/2.2rem '微软雅黑';
}

.tuijyd {
    width: 30rem;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.tuijyd h3 {
    position: relative;
    padding-left: 1.2rem;
    font: 1.5rem/1.5rem '微软雅黑';
}

.tuijyd h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    border-left: .3rem solid #004ea2;
    height: 1.5rem;
}

.tuijyd ul {
    padding-top: 1.2rem;
}

.tuijyd ul li {
    width: 30rem;
    height: 2.4rem;
    display: flex;
    justify-content: space-between;
}

.tuijyd ul li a {
    display: flex;
    height: 2.4rem;
    justify-content: space-between;
    align-items: center;
}

.tuijyd ul li a:before {
    content: '';
    width: .5rem;
    height: .5rem;
    margin: 0 .3rem;
    border-radius: 50%;
    background: #e1000f;
}

.tuijyd ul li:first-child a:before {
    content: '';
    width: .7rem;
    height: 1rem;
    background: url(../images/hot.png) no-repeat;
    background-size: 100%;
}

.tuijyd ul li a,
.tuijyd ul li span {
    font: 1.2rem/2.4rem '微软雅黑';
}


/*列表页*/

.position {
    width: 30rem;
    height: 1.2rem;
    font: 1.2rem/1.2rem '微软雅黑';
    overflow: hidden;
    padding-left: 1rem;
    margin-top: 2.4rem;
}

.list {
    width: 30rem;
    overflow: hidden;
    padding-left: 1rem;
    margin-top: 1.2rem;
}

.list ul.view-list:after {
    display: none;
    clear: both;
    content: '';
}

.list ul.view-list li {
    height: 9rem;
    margin-bottom: 2rem;
}

.swiper-slide .img {
    width: 25.7rem;
    height: 22.2rem;
    margin-left: 4rem;
}

.swiper-slide .img img {
    width: 100%;
}

.list ul.view-list li:last-child {
    margin-bottom: 0;
}

.list ul.view-list li .c1 {
    float: left;
    width: 9rem;
    height: 9rem;
}

.list ul.view-list li .c1 img {
    width: 100%;
    height: 6rem;
    margin-top: 1rem;
}

.list ul.view-list li .c2 {
    float: right;
    width: 19rem;
    height: 9rem;
}

.list ul.view-list li .c2 h3 {
    font: 600 1.4rem/3rem '微软雅黑';
    height: 3rem;
    width: 19rem;
    overflow: hidden;
}

.list ul.view-list li .c2 p {
    font: 1.1rem/2rem '微软雅黑';
    height: 6rem;
    width: 19rem;
    overflow: hidden;
}

.xlan.list-xlan {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    margin-top: 2rem;
}

.mnjc {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.mnjc h2 {
    font-size: 2rem;
    font-weight: 600;
}

.mnjc h3 {
    font-size: 1.2rem;
    letter-spacing: 1rem;
text-indent: 0.75em;
}

.mnjc p {
    font-size: 1rem;
}

.mnjc a {
    font-size: 0.9rem;
}

.mnjc img {
    width: 1.8rem;
    height: 1.55rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mnjc .yuyue2 {
    display: block;
    margin: 0 auto;
    margin-top: .5rem;
    width: 9rem;
    height: 3rem;
    background: #1e50a2;
    font: 1.5rem/3rem '微软雅黑';
    text-align: center;
    color: #fff;
}

.top-banner {
    width: 100%;
}

.top-banner img {
    width: 100%;
}

.zjlunbo {
    padding-top: 2rem;
    height: 34.2rem;
}

.zjlunbo .swiper-slide {
    height: 20rem;
    width: 100%;
}

.zjlunbo .swiper-slide .wz {
    position: absolute;
    z-index: 100;
    left: 1rem;
    bottom: -6rem;
    margin-top: 5rem;
    width: 22.5rem;
    height: 13.6rem;
    border-radius: 2rem;
    background: rgba(37, 99, 182, .75);
    padding: 0 .5rem;
    padding-top: 1.3rem;
    color: #fff;
    font: 1.1rem/2rem '微软雅黑';
}

.zjlunbo .swiper-slide .wz h3 {
   
    display: flex;
    font: 1.4rem/2.8rem '微软雅黑';
}

.zjlunbo .swiper-slide .wz h3 .sp1 {
     text-indent:1.7em;
margin-right:0.5rem;

}

.zjlunbo .swiper-slide .wz h3 .sp2 {
    font: 1rem/2.8rem '微软雅黑';

}

.zjlunbo .swiper-button-next {
    margin-top: 7rem;
    right: 2rem;
    transform: scale(.8);
}

.zjlunbo .swiper-pagination {
    bottom: 2rem;
}

.doc_banner {
    width: 30.7rem;
    margin: 0 auto;
}

.doc_banner img {
    width: 100% !important;
    height: auto!important;
}

.doc_banner2 {
    width: 15rem;
    margin: 0 auto;
}

.doc_banner2 img {
    width: 100% !important;
    height: 100% !important;
}

.doc_name {
    position: absolute;
    right: 4rem;
    top: 7rem;
    text-align: center;
}

.doc_name img {
    width: 30.7rem !important;
}

.doc_name h2 {
    font-size: 1.6rem;
}

.doc_name h3 {
    font-size: 1.2rem;
    margin-left: 4rem;
    margin-top: 0.3rem;
}

.pages {
    display: table;
    margin: 0 auto;
    font-size: 1.2rem;
    margin-top: 2rem;
}

.pages ul li {
    float: left;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.index_foot{
    width: 100%;
    padding-top: 3.5rem;
margin-top:1rem;
	background:url(../images/map_bg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-bottom: 10rem;
}

.index_foot h2 {
    font-size: 0.9rem;
    color: #656565;
    line-height: 1.5rem;
letter-spacing:0.2rem;
}


.yyjs{ width: 100%; padding: 2%; background-color: #fff; margin-bottom: 15%;}
.yyjs p{ font-size: 14px;}
.yyjs div h1{ font-size: 16px; padding: 2% 0; font-weight: bold;}
.yyjs div p{ line-height: 1.5; padding-top: 2%;}
.yyjs p img{ width: 60%; float: left; margin-right: 2%;}
.yyjs div{ padding: 2%; background: #fff; margin-top: 2%;}
.yyjs div:nth-child(2n){ background: #f0f0f0;}
.yyjs div h1{ width: 22%; border-bottom: 2px solid #086e53; color: #434343; text-align: center; display: block;}
.yyjs div img{ margin-top: 2%;}

.zjtd{ width: 100%; padding: 2%; background-color: #fff; margin-bottom: 15%;}
.zjtd li{ margin-bottom: 2%;}
.zjtd h1{ font-size: 18px; font-weight: bold; padding-bottom: 3%;}
.zjtd span{ width: 100%; font-size: 13px; line-height: 1.5; display: block;}
.zjtd p{ width: 100%; line-height: 1.5; display: block;}
.zjtd a{ width: 100%; height: 35px; text-align: center; line-height: 35px; background-color: #009882; display: block; margin-top: 2%; color: #fff; font-weight: bold;}
.zjtd img{ width: 30%; float: left; margin:0 4% 0 0;}

.cclx{ width: 100%; height: 100vh; padding: 2%; background-color: #fff; margin-bottom: 15%;}
.cclx img{ width: 100%; padding: 2% 0;}
.cclx p{ width: 100%; font-size: 14px; padding-bottom: 2%;}
.cclx a{ color: #333;}
.cclx span{ width: 20%; color: #009983;}
.cclx li{ line-height: 2;}

/* 底部旋转 */
.yhb02{
	display: block;height: auto;position: absolute;bottom: 0.5rem;left:11.5rem;text-align: center;z-index: 1;
}
.yhb01{
	display: block;height: auto;position: absolute;bottom: 0.5rem;left:11.5rem;text-align: center;/* animation: 3s linear 0s normal none infinite running circle;-webkit-animation: 3s linear 0s normal none infinite running circle; */
}
@keyframes circle {
 0% {
  transform:rotate(0deg)
 }
 100% {
  transform:rotate(-360deg)
 }
}

@-webkit-keyframes circle {
 0% {
  transform:rotate(0deg)
 }
 100% {
  transform:rotate(-360deg)
 }
}
@-moz-keyframes circle {
 0% {
  transform:rotate(0deg)
 }
 100% {
  transform:rotate(-360deg)
 }
}
/* 底部旋转 */
