body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: 'Source Han Sans CN';
	min-width: 1280px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/SourceHanSansCN-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

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

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	min-width: 1050px;
	z-index: 8;
	transition: all 0.3s ease;
}

.headerxz {
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 3px 6px #D6D6D6;
	-webkit-box-shadow: 0px 3px 6px #D6D6D6;
	box-shadow: 0px 3px 6px #D6D6D6;
}

.header {
	width: 90%;
	height: 110px;
	padding: 15px 0;
	margin-left: 5%;
	max-width: 1600px;
}

.headerlogo {
	height: 80px;
	float: left;
}

.headerlogo img {
	height: 84%;
}

.sybanner {
	width: 100%;
	display: block;
}

.headerlb {
	width: 80%;
	float: right;
	text-align: right;
	margin-top: 30px;
}

.headerlb a {
	display: inline-block;
	color: #222222;
	font-size: 15px;
	margin-left: 3%;
	transition: all 0.3s ease;
}

.headerlb .headerlbxz {
	position: relative;
}

.headerlb .headerlbxz:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #2e70b5;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.headerlb a:hover {
	color: #2e70b5;
}

.index01 {
	width: 100%;
	padding: 100px 0;
}

.index01main {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.index01main h4 {
	font-size: 15px;
	line-height: 35px;
	color: #666;
}

.index01main > a {
	display: inline-block;
	padding: 17px 0;
	width: 200px;
	text-align: center;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	font-size: 15px;
	color: #666;
	margin: 100px 0;
	transition: all 0.3s ease;
}

.index01main > a i {
	margin-left: 5px;
	transition: margin-left 0.1s ease;
}

.index01main > a:hover {
	background-color: #2E70B5;
	border: 1px solid #2E70B5;
	color: #FFFFFF;
}

.index01main > a:hover>i {
	margin-left: 20px;
}

.index01_1 {
	width: 100%;
	margin-top: 10px;
}

.index01_1 div {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}

.index01_1 a:nth-child(2) div {
	margin: 0 20%;
}

.index01_1 div h5 {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color: #c1c1c1;
	transition: all 0.3s ease;
}

.index01_1 div p {
	font-size: 25px;
	line-height: 25px;
	color: #c1c1c1;
	transition: all 0.3s ease;
}

.index01_1 div p i {
	font-size: 25px;
	color: #cedceb;
	line-height: 25px;
	margin-left: 5px;
	transition: all 0.3s ease;
}

.index01_1 .index01_1xz h5,
.index01_1 .index01_1xz p,
.index01_1 .index01_1xz i {
	color: #2e70b5;
}

.index02 {
	width: 100%;
	padding: 100px 0;
	background: url(../images/sybg1.jpg) center center no-repeat;
}

.index02tit {
	font-size: 25px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}

.index02main {
	width: 1200px;
	margin: auto;
}

.index02lb {
	width: 100%;
	float: left;
}

.index02lb li {
	width: 20%;
	float: left;
	text-align: center;
}

.index02lb li i {
	font-size: 80px;
	line-height: 80px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 15px;
}

.index02lb li p {
	font-size: 15px;
	color: #FFFFFF;
}

.index03 {
	width: 100%;
	padding: 100px 0;
}

.index03main {
	width: 1200px;
	margin: auto;
}

.index03tit {
	font-size: 25px;
	line-height: 30px;
	color: #222222;
	font-weight: bold;
}

.index03tit span {
	font-size: 15px;
	color: #666;
	display: block;
	margin-top: 5px;
	font-weight: normal;
}

.index03lb {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.index03lb div {
	width: 33.33%;
	float: left;
	color: #FFFFFF;
	position: relative;
	transition: all 0.3s ease;
}

.index03lb div:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease;
}

.index03lb div:hover::after{
	background-color: rgba(0,0,0,0.7);
}


.index03lb div:nth-child(1) {
	background: url(../images/sybg2.jpg) center center no-repeat;
	background-size: auto 100%;
}

.index03lb div:nth-child(2) {
	background: url(../images/sybg3.jpg) center center no-repeat;
	background-size: auto 100%;
}

.index03lb div:nth-child(3) {
	background: url(../images/sybg4.jpg) center center no-repeat;
	background-size: auto 100%;
}

.index03lb div h4 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #FFFFFF;
	position: relative;
	z-index:2;
	transition: all 0.3s;
}

.index03lb div p {
	font-size: 15px;
    height: 100px;
    line-height: 25px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    transition: all 0.3s;
}

.index03lb div a {
	display: block;
	padding: 60px 40px;
}

.index03lb div:hover h4, .index03lb div:hover p  {
	transform: scale(1.03);
}

footer {
	width: 100%;
	padding: 80px 0 50px 0;
	background-color: #e4e4e4;
	text-align: center;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footerlogo {
	display: inline-block;
	height: 84px;
}

.footer h4 {
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	margin: 30px 0;
}

.indexqrcode {
	width:25%;
	margin: 0 auto;
	margin-top: 30px;
}

.indexqrcode div {
	float: left;
	width:46%;
}
.indexqrcode div:nth-child(1){
	margin-right: 4%;
}

.indexqrcode div img {
	width:100%;
}
.indexqrcode div p{
	font-size: 14px;
	line-height: 20px;
}


.bqsy {
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	margin-top: 40px;
}

.bqsy a {
	color: #222222;
}

.dlzc {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/dlzcbg.jpg) left center no-repeat;
	background-size: auto 100%;
}

.dlzcright {
	width: 45%;
	text-align: center;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FFFFFF;
	padding-top: 10%;
}

.dlzctit {
	font-size: 30px;
	margin-bottom: 30px;
}

.dlzcright1 {
	width: 400px;
	margin: auto;
	text-align: left;
	margin-bottom: 20px;
}

.dlzcright1 h4 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}

.dlzcright1 input {
	width: 100%;
	height: 35px;
	border: 1px solid #222222;
	border-radius: 5px;
	outline-style: none;
	padding: 0 10px;
}

.dlzcbut {
	width: 400px;
	height: 40px;
	color: #FFFFFF;
	outline-style: none;
	background-color: #007AFF;
	line-height: 40px;
	font-size: 15px;
	margin-top: 10px;
}

.dlzcts {
	margin-top: 30px;
}

.dlzcts p {
	display: inline-block;
	font-size: 14px;
	color: #869aac;
	margin-right: 80px;
	line-height: 20px;
}

.dlzcts a {
	display: inline-block;
	font-size: 14px;
	color: #1f8efa;
	line-height: 20px;
	transition: all 0.3s ease;
}

.dlzcts a:hover {
	color: #2E70B5;
}

.bqxydl {
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	color: #c6c6c6;
}

.bqxydl a {
	color: #c6c6c6;
}

.jdgs1 {
	width: 100%;
	padding: 80px 0;
}

.jdgs1main {
	width: 1200px;
	margin: auto;
}

.jdgs1tit {
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
}

.jdgs1main1 {
	width: 100%;
}

.jdgs1main1left {
	width: 46%;
	float: left;
}

.jdgs1main1left h4 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 80px;
}

.jdgs1main1left p {
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}

.jdgs1main1right {
	width: 48%;
	float: right;
}

.jdgs1main2 {
	width: 100%;
	padding: 80px 0;
	background: url(../images/jdgsbg1.jpg) center center no-repeat;
}

.jdgs1main2left {
	width: 48%;
	float: left;
	position: relative;
}

.jdgs1main2right {
	width: 48%;
	float: right;
}

.jdgs1main2right h4 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 80px;
}

.jdgs1main2right p {
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}

.jdgs1main2left div {
	padding-left: 50px;
	text-align: center;
}

.jdgs1main2left div i {
	font-size: 35px;
	line-height: 35px;
	color: #2e70b5;
	position: absolute;
	left: 0;
	top: 0;
}

.jdgs1main2left div h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #2e70b5;
}

.jdgs1main2left div p {
	font-size: 14px;
	color: #2e70b5;
}

.jdgs1main2left div:nth-child(1) {
	position: absolute;
	right: 182px;
	top: -70px;
	padding-left: 0;
}

.jdgs1main2left div:nth-child(1) i {
	position: initial;
	display: inline-block;
	margin-bottom: 5px;
}

.jdgs1main2left div:nth-child(2) {
	position: absolute;
	left: 110px;
	top: 0;
}

.jdgs1main2left div:nth-child(3) {
	position: absolute;
	left: 220px;
	top: 60px;
}

.jdgs1main2left div:nth-child(4) {
	position: absolute;
	left: 20px;
	top: 90px;
}

.jdgs1main2left div:nth-child(5) {
	position: absolute;
	left: 270px;
	top: 160px;
}

.jdgs1main2left div:nth-child(5) h4 {
	padding-top: 10px;
}

.jdgs1main2left div:nth-child(6) {
	position: absolute;
	left: 25px;
	top: 190px;
}

.jdgs1main2left div:nth-child(6) i {
	position: initial;
	display: inline-block;
	margin-bottom: 5px;
}

.jdgs1main2left div:nth-child(7) {
	position: absolute;
	left: 210px;
	top: 260px;
}

.jdgs1main2left div:nth-child(8) {
	position: absolute;
	left: 337px;
	top: 220px;
}

.jdgs2 {
	width: 100%;
	padding-top: 500px;
	position: relative;
	background: url(../images/jdgs2bg.jpg) center center no-repeat;
}

.jdgs2main1 {
	width: 1200px;
	margin: auto;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.jdgs2main1 p {
	display: inline-block;
	padding: 0px 50px;
	line-height: 60px;
	background-color: #2e70b5;
	font-size: 25px;
	color: #FFFFFF;
	margin-top: -30px;
}

.jdgs2main2 {
	width: 1200px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	padding: 50px 100px;
	background-color: #f5f5f5;
}

.jdgs2main2 h4 {
	font-size: 25px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.jdgs2main2 p {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

.jdgs3 {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 80px;
}

.jdgs3main {
	width: 1200px;
	margin: auto;
}

.jdgs3lb {
	width: 100%;
	float: left;
}

.jdgs3lb li {
	width: 29.33%;
	float: left;
}

.jdgs3lb li:nth-child(3n-1) {
	margin: 0 5.5%;
}

.jdgs3lb li div {
	width: 100%;
	padding: 20px;
	position: relative;
	color: #666;
	transition: all 0.3s ease;
}

.jdgs3lb li div i {
	font-size: 80px;
	line-height: 80px;
}

.jdgs3lb li div p {
	font-size: 25px;
	position: absolute;
	left: 105px;
	top: 25px;
	line-height: 20px;
}

.jdgs3lb li h4 {
	font-size: 15px;
	line-height: 35px;
	color: #666666;
	margin-top: 20px;
}

.jdgs3lb li:hover>div {
	background-color: #2e70b5;
	color: #FFFFFF;
}

.footergg {
	width: 1200px;
	margin: auto;
}

.footergg1 {
	width: 100%;
	float: left;
}

.footergg1left {
	width: 70%;
	float: left;
	padding-left: 320px;
	text-align: left;
	position: relative;
}

.footergg1left img {
	width: 260px;
	position: absolute;
	left: 0;
	top: 0;
}

.footergg1left h4 {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
}

.footergg1left h4:nth-child(3) {
	margin: 10px 0;
}

.footergg1right {
	width: 20%;
	float: right;
}

.footergg1right div {
	width: 46%;
	float: left;
}

.footergg1right div:nth-child(2){
	margin-left: 4%;
}

.footergg1right div img {
	width: 100%;
	margin-bottom: 5px;
}

.footergg1right p {
	font-size: 13px;
	color: #222222;
	text-align: center;
	line-height: 20px;
}

.footergg2 {
	width: 100%;
	margin-top: 50px;
	text-align: left;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.footergg2 p {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}

.footergg2 p a {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin-left: 15px;
	transition: all 0.3s ease;
}

.footergg2 p a:hover {
	color: #2E70B5;
}

.footergg .bqsy {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin-top: 0;
}

.footergg .bqsy a {
	color: #666666;
}

.sdfw1tit {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	padding-bottom: 80px;
}

.sdfw1tit h4 {
	font-size: 35px;
    line-height: 40px;
    color: #fbfcff;
    margin-bottom: 15px;
    text-shadow:5px 2px 6px #000;
}

.sdfw1tit h4 i {
	font-size: 28px;
	margin-right: 5px;
}

.sdfw1tit p {
	font-size: 18px;
    color: #fbfcff;
    line-height: 20px;
    text-shadow:5px 2px 6px #000;
}

.sdfwxx {
	width: 100%;
}

.sdfwxx1 {
	width: 100%;
}

.sdfwxx1tit {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
}

.sdfwxx1tit p {
	color: #999;
	font-size: 16px;
	letter-spacing: .04em;
	line-height: 42px;
	cursor: pointer;
	margin-right: 63px;
	display: inline-block;
}

.sdfwxx1tit p:last-child {
	margin-right: 0px;
}

.sdfwxx1tit .sdfwxx1titxz {
	color: #2e70b5;
}

.sdfwxx1main {
	width: 100%;
	position: relative;
}

.sdfwxx1left {
	width: 320px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #f2f2f2;
	padding: 50px 40px;
}

.sdfwxx1right {
	width: calc(100% - 320px);
	float: right;
}

.sdfwxx1left i {
	font-size: 50px;
	line-height: 50px;
	color: #467DB9;
}

.sdfwxx1left h4 {
	font-size: 25px;
	color: #222222;
	margin: 30px 0;
	font-weight: bold;
}

.sdfwxx1left p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.hdal {
	padding: 80px 0;
}

.hdalmain {
	width: 1200px;
	margin: auto;
}

.hdalmainleft {
	width: 20%;
	float: left;
}

.hdalmainleft h4 {
	font-size: 25px;
	color: #467DB9;
	line-height: 30px;
	margin-bottom: 30px;
}

.hdalleft {
	display: block;
	width: 25px;
	line-height: 40px;
	border: 1px solid #BBBBBB;
	text-align: center;
	font-family: "黑体";
	font-size: 20px;
	float: left;
}

.hdalright {
	display: block;
	width: 25px;
	line-height: 40px;
	border: 1px solid #BBBBBB;
	text-align: center;
	font-family: "黑体";
	font-size: 20px;
	float: left;
	margin-left: 20px;
}

.hdalmainleft div i {
	cursor: pointer;
	transition: all 0.3s ease;
}

.hdalmainleft div i:hover {
	background-color: #467DB9;
	color: #FFFFFF;
	border: 1px solid #467DB9;
}

.hdalmainright {
	width: 78%;
	float: right;
}

.swiper-containerhd {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 10px;
}

.swiper-containerhd .swiper-slide {
	border: 1px solid #dddddd;
	padding: 10px;
	text-align: center;
}

.swiper-containerhd .swiper-slide img {
	width: 100%;
	height: 145px;
	display: block;
	margin-bottom: 10px;
}

.swiper-containerhd .swiper-slide h4 {
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-containerhd .swiper-slide p {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	text-align: left;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
}

.swiper-containerhd .swiper-slide a {
	display: inline-block;
	padding: 7px 20px;
	margin-top: 10px;
	color: #222222;
	font-size: 14px;
	border: 1px solid #DDDDDD;
	transition: all 0.3s ease;
}

.swiper-containerhd .swiper-slide a:hover {
	background-color: #467DB9;
	color: #FFFFFF;
	border: 1px solid #467DB9;
}

.sdfwxx1left h5 {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
	padding-left: 30px;
	color: #666666;
}

.sdfwxx1left h5 img {
	width: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.sjzq {
	width: 1200px;
	margin: auto;
	padding: 100px 0;
}

.sjzqtit1 {
	font-size: 30px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 50px;
}

.sjzqtit2 {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.sjzqtit2 a {
	font-size: 25px;
	color: #222222;
	line-height: 40px;
	float: left;
	display: block;
	margin-right: 9%;
}

.sjzqtit2xz {
	position: relative;
}

.sjzqtit2xz:after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #467DB9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
}

.sjzqtit2search {
	width: 40%;
	float: right;
	position: relative;
	border: 1px solid #DDDDDD;
	border-radius: 20px;
	overflow: hidden;
}

.sjzqtit2search input {
	width: 100%;
	height: 38px;
	padding: 0 20px;
	border: none;
	outline-style: none;
	padding-right: 30px;
}

.sjzqtit2search button {
	width: 35px;
	padding: 0;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #BBBBBB;
	background-color: #FFFFFF;
	outline-style: none;
}

.sjzqtit2search button i {
	font-size: 25px;
	color: #BBBBBB;
}

.sjzqtit3 {
	width: 100%;
	padding: 25px;
	background-color: #fbfcff;
}

.sjzqtit3 div {
	width: 100%;
	float: left;
	margin: 12px 0;
	position: relative;
	padding-left: 80px;
}

.sjzqtit3 div h4 {
	font-size: 15px;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 3px;
	color: #222222;
}

.sjzqtit3 div p {
	font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    color: #666666;
    margin: 3px 6px;
    float: left;
    cursor: pointer;
    border: 1px solid #fbfcff;
}

.sjzqtit3 div .sjzqtit2searchxz {
	background-color: #e4f2fd;
	border: 1px solid #67aefc;
	color: #67aefc;
}

.sjzq1lb {
	width: 100%;
}

.sjzq1lb a {
	width: 23%;
	float: left;
	margin: 20px 0;
	margin-right: 2.66%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0px 0px 13px #B3B3B3;
	-webkit-box-shadow: 0px 0px 13px #B3B3B3;
	box-shadow: 0px 0px 13px #B3B3B3;
}

.sjzq1lb a:after {
	content: '';
	position: absolute;
	border-bottom: 4px solid #fecde0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 90px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.sjzq1lb a:nth-child(2n):after {
	border-bottom: 4px solid #66affe;
}

.sjzq1lb a:nth-child(3n):after {
	border-bottom: 4px solid #cdf6e8;
}

.sjzq1lb a:nth-child(7n):after {
	border-bottom: 4px solid #fde7be;
}

.sjzq1lb a:nth-child(4n) {
	margin-right: 0;
}

.sjzq1lbimg {
	width: 100%;
	position: relative;
}

.sjzq1lbimg1 {
	width: 100%;
	height: 203px;
	display: block;
}

.sjzq1lbimg div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.7);
}

.sjzq1lb a:hover>.sjzq1lbimg div {
	opacity: 1;
}

.sjzq1lbimg div img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}

.sjzq1lbjs {
	width: 100%;
	padding: 20px;
}

.sjzq1lbjs h4 {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #222222;
	margin-bottom: 10px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sjzq1lbjs p {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sjzq1lbjs p:nth-child(3) {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.sjzq1detail {
	width: 900px;
	margin: auto;
	padding: 50px 0;
}

.sjzqmbx i {
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	margin-right: 5px;
}

.sjzqmbx a {
	font-size: 15px;
	line-height: 20px;
	color: #666;
	display: inline-block;
	margin: 0 5px;
}

.sjzq1detail1 {
	width: 100%;
}

.sjzq1detail1 img {
	width: 25%;
	float: left;
}

.sjzq1detail1 div {
	width: 72%;
	float: right;
}

.sjzq1detail1 div h4 {
	font-size: 20px;
	margin-top: 5px;
	line-height: 20px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
}

.sjzq1detail1 div p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
}

.sjzq1detail1 div p span {
	color: #222222;
	font-weight: bold;
}

.sjzq1detailtit {
	width: 100%;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #6ba0d6;
	font-size: 16px;
	text-align: center;
	margin: 50px 0;
}

.sjzq1detail2tit {
	font-size: 16px;
	line-height: 20px;
	border-left: 8px solid #467DB9;
	padding-left: 10px;
	margin-bottom: 15px;
}

.sjzq1detail2nr {
	margin-bottom: 40px;
}

.sjzq1detail2nr div {
	padding-left: 18px;
}

.sjzq1detail2nr div p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.sjzq2lb {
	width: 100%;
	float: left;
}

.sjzq2lb1 {
	width: 30.33%;
	float: left;
	position: relative;
	margin: 20px 0;
	-moz-box-shadow: 0px 0px 13px #B3B3B3;
	-webkit-box-shadow: 0px 0px 13px #B3B3B3;
	box-shadow: 0px 0px 13px #B3B3B3;
}

.sjzq2lb1:nth-child(3n-1) {
	margin: 20px 4.5%;
}

.sjzq2lb1himg {
	width: 100%;
	height: 245px;
	overflow: hidden;
}

.sjzq2lb1himg img {
	width: 100%;
}

.sjzq2lb1hjs {
	padding: 40px 25px;
}

.sjzq2lb1hjs h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.sjzq2lb1hjs p {
	font-size: 15px;
	line-height: 25px;
	height: 75px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
}

.sjzq2lb1q {
	width: 0%;
	position: absolute;
	height: 0%;
	top: 50%;
	left: 50%;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 13px #B3B3B3;
	-webkit-box-shadow: 0px 0px 13px #B3B3B3;
	box-shadow: 0px 0px 13px #B3B3B3;
	background-color: #ffffff;
	transition: all 0.4s ease;
	z-index: 2;
}

.sjzq2lb1q1 {
	width: 100%;
	display: block;
	position: relative;
}

.sjzq2lb1:hover>.sjzq2lb1q {
	width: 110%;
	height: 100%;
	top: 0;
	left: -5%;
}

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

.sjzq2lb1q1 p {
	width: 100%;
	padding: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

.sjzq2lb1q2 {
	padding: 20px;
	height: 460px;
	overflow: auto;
}

.sjzq2lb1q2 a {
	width: 48%;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 15px;
}

.sjzq2lb1q2 a:nth-child(2n) {
	float: right;
}

.sjzq2lb1q2 a i {
	font-size: 35px;
	color: #007AFF;
	line-height: 35px;
	display: inline-block;
	margin-bottom: 10px;
}

.sjzq2lb1q2 a p {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222222;
}

.sjzq1detail1 div p a {
	display: inline-block;
	color: #666;
	margin-left: 10px;
}

.sjzq1detail1 div p a i {
	color: #007AFF;
}

.sjzq1detailxmjs {
	text-align: center;
}

.sjzq1detailxmjs p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #222222;
}

.sjzq1detailxmjs p img {
	max-width: 100%;
}

.sjzq3lb {
	width: 100%;
}

.sjzq3lb div {
	width: 31.33%;
	float: left;
	margin: 20px 0;
}

.sjzq3lb div:nth-child(3n-1) {
	margin: 20px 3%;
}

.sjzq3lb div iframe {
	width: 100%;
	height: 185px;
}

.sjzq3lb div p {
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsfltit {
	width: 200px;
	margin: auto;
	margin-bottom: 40px;
	border: 2px solid #2e70b5;
}

.newsfltit a {
	display: block;
	width: 50%;
	font-size: 15px;
	line-height: 35px;
	float: left;
	text-align: center;
	color: #222222;
}

.newsfltit .newsfltitxz {
	background-color: #2e70b5;
	color: #FFFFFF;
}

.newslb li {
	width: 100%;
	height: 150px;
	position: relative;
	padding-left: 300px;
	padding-right: 110px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.newslb li img {
	width: 280px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
}

.newslb li h5 {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 10px;
	background-color: #e8e8e8;
	color: #222222;
	text-align: center;
	font-size: 14px;
}

.newslb li h5 span {
	font-size: 35px;
	display: block;
	line-height: 35px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.newslb li h4 {
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslb li p {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	color: #222222;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
}

.newsdet {
	width: 100%;
	margin-top: 50px;
}

.newsdet1 {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}

.newsdet1 h4 {
	font-size: 18px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 10px;
}

.newsdet1 p {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.newsdet1 p i {
	margin-right: 5px;
	font-size: 20px;
	vertical-align: bottom;
}

.newsdetnr {
	width: 100%;
}

.newsdetnr p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}

.newsdetnr p img {
	max-width: 100%;
}

.contact {
	width: 100%;
	-moz-box-shadow: 0px 0px 13px #BFBFBF;
	-webkit-box-shadow: 0px 0px 13px #BFBFBF;
	box-shadow: 0px 0px 13px #BFBFBF;
}

.contactleft {
	width: 60%;
	padding: 50px;
	float: left;
}

.contacttit {
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 30px;
}

.contactleft1 {
	width: 100%;
}

.contactleft1in {
	width: 48%;
	float: left;
}

.contactleft1in:nth-child(2n) {
	float: right;
}

.contactleft1in h4 {
	font-size: 15px;
	color: #cccccc;
	line-height: 20px;
}

.contactleft1in input {
	width: 100%;
	height: 40px;
	outline-style: none;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #222222;
}

.contactleft1text {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.contactleft1text h4 {
	font-size: 15px;
	color: #cccccc;
	line-height: 20px;
}

.contactleft1text textarea {
	width: 100%;
	height: 100px;
	font-family: 'Source Han Sans CN';
	font-size: 18px;
	outline-style: none;
	border: none;
	box-sizing: border-box;
	resize: none;
	border-bottom: 1px solid #222222;
}

.contactleft1 button {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	outline-style: none;
	border: none;
	font-size: 18px;
	color: #FFFFFF;
	margin: auto;
	padding: 0;
	background-color: #2e70b5;
	margin-top: 30px;
	transition: all 0.3s ease;
}

.contactleft1 button:hover {
	background-color: #d11628;
}

.contactright {
	width: 40%;
	float: right;
	padding: 66px 35px;
	background-color: #e0ecfa;
}

.contactright p {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 10px;
}

.contactright p span {
	color: #2e70b5;
}

.contactright1 {
	text-align: center;
	margin-top: 31px;
}

.contactright1 div {
	width: 30%;
	display: inline-block;
	margin: 0 5%;
}

.contactright1 div img {
	width: 100%;
}

.contactright1 div h5 {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}

.contact_map {
	width: 100%;
	margin-top: 80px;
	height: 600px;
}

.mobilemenu {
	display: none;
}
.contact11{
	width: 1200px;
}
.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0;
	margin-top: 20px;
}
.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}
.active {
	background-color: #222222;
}
.fenye li .current {
	color: #ffffff !important;
}
.fenye li a {
	color: #222222 !important;
}


@media only screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}
	section {
		box-sizing: border-box;
	}
	.index01 {
		width: 100%;
		padding: 20px 10px;
	}
	.index01main {
		width: 100%;
	}
	.index01main h4 {
		font-size: 14px;
		line-height: 27px;
		color: #666;
	}
	.index01main > a {
		margin: 15px 0;
	}
	.index01_1 div p {
		font-size: 14px;
	}
	.index01_1 div p i {
		font-size: 18px;
	}
	.index01_1 a:nth-child(2) div {
		margin: 0 5px;
	}
	.index01_1 div {
		padding-left: 15px;
	}
	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 3;
	}
	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #498dc7;
		transition: all 0.3s ease;
	}
	.mobilemenu span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenu span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mobilemenuxz span:nth-child(2) {
		left: -40px;
		background-color: #ffffff;
	}
	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #87c8ff;
	}
	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #87c8ff;
	}
	header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease;
    height: 50px;
    background-color: #ffffff;
    padding: 0 10px;
}
.header {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
}
.headerlogo {
    height: 40px;
    float: left;
}
.headerlb {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 100%;
    display: none;
}
.headerlb a {
    display: block;
    color: #222222;
    font-size: 15px;
    margin-left: 0;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
.headerlb .headerlbxz:after{
	display: none;
}
.headerlb .headerlbxz {
    position: relative;
    background-color: #498dc7;
    color: #FFFFFF;
}
.index02 {
    width: 100%;
    padding: 20px 10px;
    background: url(../images/sybg1.jpg) center center no-repeat;
    background-size: auto 100%;
}
.index02main {
    width: 100%;
    margin: auto;
}
.index02tit {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.index02lb li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.index02lb li i {
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
}
.index02lb li p {
    font-size: 14px;
    color: #FFFFFF;
}
.index03 {
    width: 100%;
    padding: 20px 10px;
}
.index03main {
    width: 100%;
    margin: auto;
}
.index03lb {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.index03lb div {
    width: 100%;
    float: left;
    color: #FFFFFF;
    padding: 40px 10px;
    position: relative;
}
.index03lb div:nth-child(2){
	margin:10px 0;
}
.index03lb div a {
    background-color: #498dc7;
    color: #ffffff;
}
footer {
    width: 100%;
    padding: 20px 10px 10px 10px;
    background-color: #e4e4e4;
    text-align: center;
    box-sizing: border-box;
}
.footer {
    width: 100%;
    margin: auto;
}
.footer h4 {
    font-size: 14px;
    line-height: 25px;
    color: #222222;
    margin: 15px 0;
}
.footerlogo {
    margin-bottom: 10px;
}
.bqsy {
    font-size: 14px;
    line-height: 25px;
    color: #222222;
    margin-top: 20px;
}
.jdgs1 {
    width: 100%;
    padding: 20px 10px;
}
.jdgs1main {
    width: 100%;
    margin: auto;
}
.jdgs1tit {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.jdgs1main1left {
    width: 100%;
    float: left;
}
.jdgs1main1right {
    width: 100%;
    float: right;
    margin: 10px 0;
}
.jdgs1main2 {
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
}
.jdgs1main2left {
    width: 100%;
    float: left;
    position: relative;
}
.jdgs1main2left div {
    padding-left: 0;
    text-align: center;
    position: initial !important;
    width: 48%;
    height: 59px;
    float: left;
    margin: 10px 0;
}
.jdgs1main2left div:nth-child(2n){
	float: right;
}
.jdgs1main2left div i {
    font-size: 35px;
    line-height: 35px;
    height: 35px;
    color: #2e70b5;
    position: initial !important;
    left: 0;
    top: 0;
}
.jdgs1main2left div:nth-child(1) i {
    position: initial;
    display: inline-block;
    margin-bottom: 0;
}
.jdgs1main2right {
    width: 100%;
    float: right;
}
.jdgs1main2right h4 {
   font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.jdgs2 {
    padding-top: 200px;
}
.jdgs2main1 {
    width: 100%;
    margin: auto;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
}
.jdgs2main1 p {
    display: inline-block;
    padding: 0px 20px;
    line-height: 40px;
    background-color: #2e70b5;
    font-size: 15px;
    color: #FFFFFF;
    margin-top: -20px;
    margin-right: 10px;
}
.jdgs2main2 {
    width: 100%;
    margin: auto;
    position: initial;
    left: 0;
    right: 0;
    bottom: -80px;
    padding: 15px 10px;
    background-color: #f5f5f5;
}
.jdgs2main2 h4 {
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.jdgs3 {
    width: 100%;
    padding: 20px 10px;
}
.jdgs3main {
    width: 100%;
    margin: auto;
}
.jdgs3lb li {
    width: 100%;
    float: left;
}
.jdgs3lb li:nth-child(3n-1) {
    margin: 10px 0;
}
.footergg {
    width: 100%;
    margin: auto;
}
.footergg1left {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: left;
    position: relative;
}
.footergg1left img {
    width: 60%;
    position: initial;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
.footergg1left h4 {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.footergg1left h4:nth-child(3) {
    margin: 10px 0;
}
.footergg1right{
	display: none;
}
.footergg2 {
    width: 100%;
    margin-top: 15px;
    text-align: left;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footergg2 p a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-left: 10px;
    transition: all 0.3s ease;
}
.footergg .bqsy {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 0;
}
.jdgs1main1left h4 {
    margin-top: 20px;
}
.sdfw1tit {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 20px;
    top: 40px;
}
.sdfwxx1tit {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: none;
}
.sdfw1tit h4 {
    font-size: 26px;
    line-height: 30px;
    color: #fbfcff;
    margin-bottom: 10px;
    text-shadow: 5px 2px 6px #000;
}
.sdfw1tit p {
    font-size: 14px;
    color: #fbfcff;
    line-height: 20px;
    text-shadow: 5px 2px 6px #000;
}
.sdfwxx1left {
    width: 100%;
    position: initial;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #f2f2f2;
    padding: 25px 20px;
}
.sdfwxx1left i {
    font-size: 35px;
    line-height: 35px;
    color: #467DB9;
}
.sdfwxx1left h4 {
    font-size: 25px;
    color: #222222;
    margin: 20px 0;
    font-weight: bold;
}
.sdfwxx1right {
    width: 100%;
    float: right;
}
.sdfwxx1tit p {
    color: #999;
    font-size: 15px;
    letter-spacing: .04em;
    line-height: 35px;
    cursor: pointer;
    margin-right: 40px;
    display: inline-block;
}
.sdfwxx1 {
    width: 100%;
    margin-bottom: 10px;
}
.hdal {
    padding: 20px 10px;
}
.hdalmain {
    width: 100%;
    margin: auto;
}
.hdalmainleft {
    width: 100%;
    float: left;
}
.hdalmainright {
    width: 100%;
    float: right;
    margin-top: 10px;
}
.hdalmainleft h4 {
    float: left;
}
.hdalmainleft div{
	float: right;
}
.sdfwxx1left h5 {
    margin-bottom: 10px;
}
.swiper-containerhd {
    padding: 0px;
}
.sybanner {
    margin-top: 50px;
}
.sjzq {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
.sjzqtit1 {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}
.newslb li {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.newslb li img {
    width: 100%;
    height: auto;
    position: initial;
    left: 0;
    top: 0;
    margin-bottom: 10px;
}
.newslb li h5{
	display: none;
}
.newsdet {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}
.dlzcright {
    width: 100%;
    text-align: center;
    height: 100%;
    position: initial;
    right: 0;
    top: 0;
    padding: 0 20px;
    background-color: rgba(255,255,255,0.7);
    padding-top: 10%;
}
.dlzcright1 {
    width: 100%;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}
.dlzcbut {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    outline-style: none;
    background-color: #007AFF;
    line-height: 40px;
    font-size: 15px;
    margin-top: 10px;
}
.sjzqtit2 {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.sjzqtit2search {
    width: 100%;
    float: right;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.sjzqtit2xz:after {
    bottom: -5px;
}
.sjzqtit2 a {
    font-size: 22px;
    color: #222222;
    line-height: 40px;
    float: left;
    display: block;
    margin-right: 10%;
}
.sjzqtit3 {
    width: 100%;
    padding: 10px;
    background-color: #fbfcff;
}
.sjzqtit3 div p {
    font-size: 15px;
    line-height: 25px;
    padding: 0 10px;
    color: #666666;
    margin: 2px 5px;
    float: left;
    cursor: pointer;
    border: 1px solid #fbfcff;
}
.sjzq1lb a {
    width: 48%;
    float: left;
    margin: 10px 0;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 0px 13px #B3B3B3;
    -webkit-box-shadow: 0px 0px 13px #B3B3B3;
    box-shadow: 0px 0px 13px #B3B3B3;
}
.sjzq1lb a:nth-child(2n){
	float: right;
}
.sjzq1lbimg1 {
    height: 160px;
}
.sjzq1lb {
    width: 100%;
    padding: 0 10px;
}
.sjzq1lbjs p {
    font-size: 13px;
    line-height: 23px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sjzq1detail {
    width: 100%;
    margin: auto;
    padding: 20px 10px;
}
.sjzqmbx{
	margin-bottom: 10px;
}
.sjzq1detail1 div h4 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 20px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 5px;
}
.sjzq1detail1 div p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}
.sjzq1detail1 div {
    width: 100%;
    float: right;
}
.sjzq1detail1 img {
    width: 100%;
    float: left;
}
.sjzq1detailtit {
    width: 100%;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #6ba0d6;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
.sjzq1detail2nr {
    margin-bottom: 20px;
}
.sjzq2lb {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.sjzq2lb1 {
    width: 48%;
    float: left;
    position: relative;
    margin: 10px 0;
    -moz-box-shadow: 0px 0px 13px #B3B3B3;
    -webkit-box-shadow: 0px 0px 13px #B3B3B3;
    box-shadow: 0px 0px 13px #B3B3B3;
}
.sjzq2lb1himg {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sjzq2lb1hjs {
    padding: 15px 10px;
}
.sjzq2lb1hjs h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sjzq2lb1hjs p {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
}
.sjzq2lb1q1 p {
    width: 100%;
    padding: 15px;
    line-height: 22px;
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
}
.sjzq3lb div {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.sjzq3lb {
    width: 100%;
    padding: 0 10px;
}
.sjzq3lb div:nth-child(3n-1) {
    margin: 10px 0;
}
.contactleft {
    width: 100%;
    padding: 20px;
    float: left;
}
.contactright {
    width: 100%;
    float: right;
    padding: 20px;
    background-color: #e0ecfa;
}
.contact_map {
    width: 100%;
    margin-top: 30px;
    height: 300px;
}
.sjzq2lb1:nth-child(2n) {
    margin: 10px 0;
    float: right;
}
.sjzq2lb1:nth-child(3n-1) {
    margin: 10px 0;
}
.fenye {
    padding: 0 10px;
    padding-left: 10px;
}
.indexqrcode {
    width: 80%;
    margin-top: 10px;
}
.sjzq2lb1q {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 13px #B3B3B3;
    -webkit-box-shadow: 0px 0px 13px #B3B3B3;
    box-shadow: 0px 0px 13px #B3B3B3;
    background-color: #ffffff;
    transition: all 0.4s ease;
    z-index: 2;
    opacity: 0;
}
.sjzq2lb1q1 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}




}

@media only screen and (max-width: 375px) {
.sjzq1lbimg1 {
    height: 145px;
}
}

@media only screen and (max-width: 360px) {
.sjzq1lbimg1 {
    height: 140px;
}
}

@media only screen and (max-width: 320px) {
.sjzq1lbimg1 {
    height: 120px;
}
}

