*{margin:0;padding:0;}
body{
	margin:0 auto;
	padding: 0;
	font-family:  PingFang SC,'微软雅黑',Avenir,Helvetica,Arial,sans-serif;
	min-width: 1200px;
	position: relative;
	background: #fff;
	color: #333;
}
h1,h2,h3,h4,h5,h6,div,ul,img,p,dd{
	margin:0;
	padding: 0;
	font-weight:normal;
}
em i{
	font-style: normal;
    font-weight: normal;
}
li{
	list-style:none;
}
a{
	text-decoration: none; 
	color: #333;
}
input {
	border:none;
}
input:focus{
	outline:none;
}
.head{
	width: 100%;
	background: url(../img/top.png) no-repeat;
	height: 129px;
}
.head1{
	width: 100%;
	background: url(../img/top1.png) no-repeat;
	height: 209px;
}
.head1-nav{
	width: 1200px;
	background: #2C64B0;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}
.head1-nav-li{
	float: left;
	margin-left: 50px;
	width: 108px;
	text-align: center;
	line-height: 80px;
	height: 80px;
	color: #fff;
	font-size: 18px;
}
.head1-nav a:first-child .head1-nav-li{
	margin-left: 155px;
}
.head1-nav-lion{
	background: #4B7BBC;
}
.grmyjl-content{
	width: 1200px;
	/*height: 607px;*/
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	padding-top: 20px;
}
.grmyjl-content-line{
	margin-top: 30px;
	overflow: hidden;
}
.grmyjl-content-line-left{
	float: left;
	margin-left: 55px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.grmyjl-content-line-right{
	width: 920px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	float: left;
	padding: 0 25px;
	margin-left: 20px;
}
.grmyjl-content-line-right1{
	line-height: 22px;
	font-size: 16px;
	float: left;
	margin-left: 20px;
	width: 920px;
	height: 280px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	padding: 15px 25px;
}
.grmyjl-content-a{
	display: block;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	margin-top:30px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	background: #2C64B0;
	border-radius: 12px;
	border:none;
}
.loginhead{
	background: #fff;
}
.head-content{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
}
.head-logo{
	float: left;
	font-size: 0;
	height: 129px;
	line-height: 129px;
}
.head-logo-img{
	width: 297px;
	vertical-align: middle;
}
.head-content-right{
	float: right;
	overflow: hidden;
	position: relative;
	margin-top: 41.5px;
}
.haslogin:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 2px;
	height: 18px;
	background: #333;
}
.head-content-right-li{
	float: left;
	padding: 10px 15px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.nav{
	width: 100%;
	background: #2C64B0;
	height: 80px;
}
.nav-ul{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.nav-ul-li{
	width: 170px;
	float: left;
	height: 80px;
	text-align: center;
}
.nav-ul-li-h{
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 22px;
	height: 20px;
	line-height: 20px;
	/*font-weight: bolder;*/
	letter-spacing: 2px;
}
.nav-ul-li-p{
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
	text-transform:Uppercase;
}
.nav-ul-li-p-i{
	font-size: 16px;
	font-style: normal;
}
.img{
	font-size: 0;
}
.img-img{
	width: 100%;
}
.nav-ul-li-on,.nav-ul-li:hover{
	background: #4B7BBC;
}
.index-notice{
	width: 1200px;
	margin: 0 auto;
	height: 73px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	overflow: hidden;
}
.index-notice-left{
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	margin-left: 30px;
	margin-top: 28.5px;
	width: 80px;
	text-align: center;	
}
.index-notice-right{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin-top: 24.5px;	
	float: left;
	overflow: hidden;
	width: 1090px;
}
.swiper-container {
  	width: 100%;
  	height: 100%;
}

.swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  /* Center slide text vertically */
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	display: block;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	height: 585px;
}
.scrollDiv {
	height: 25px;/* 必要元素 */
	line-height: 25px;
	overflow: hidden;/* 必要元素 */
}
.scrollDiv li {
	overflow: hidden;
	height: 25px;
	padding-left: 10px;
}
.scrollDiv li h2{
	float: left;
	font-size: 16px;
	width: 800px;
}
.scrollDiv li h2:hover{
	color: #D0021B;
}
.index-notice-time{
	float: right;
	color: #999999;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin-right: 30px;
}
.index-newscenter{
	padding: 0 30px;
	width: 1140px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	height: 496px;
}
.index-newscenter-title{
	padding: 21px 0;
	height: 22px;
	font-size: 15px;
}
.index-newscenter-title-i{
	font-size: 22px;
	font-weight: bolder;
	font-style: normal;
}
.index-newscenter-list{
	overflow: hidden;
}
.index-newscenter-list-left{
	float: left;
	width: 568px;
	font-size: 0;
}
.index-newscenter-list-left-img{
	width: 568px;
	height: 222px;
}
.index-newscenter-list-left-h{
	font-size: 16px;
	margin-top: 18px;
	height: 16px;
	line-height: 16px;
	font-weight: bolder;
}
.index-newscenter-list-left-p{
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	text-indent:2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-newscenter-list-left-a{
	width: 191px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	display: block;
	margin-top: 40px;
	border: 1px solid #565A62;
	position: relative;
}
.index-newscenter-list-left-a-i{
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(270deg);
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	/*transition: .3s;*/
	width: 0;
	height: 0;
	display: block;
	font-style: normal;
}
.index-newscenter-list-left-a:hover{
	background: #D0021B;
	color: #fff;
}
.index-newscenter-list-left-a:hover .index-newscenter-list-left-a-i{
	border-color: #fff transparent transparent transparent;
}
.index-newscenter-list-right{
	float: left;
	width: 548px;
	margin-left: 23px;
}
.index-newscenter-list-right-line{
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
}
.index-newscenter-list-right-line:last-child{
	border: none;
}
.index-newscenter-list-right-line-left{
	float: left;
	width: 55px;
}
.index-newscenter-list-right-line-left-span{
	font-size: 44px;
	font-weight: bolder;
	display: block;
	width: 52px;
	height: 44px;
	line-height: 44px;
	margin-top: 40px;
	text-align: center;
}
.index-newscenter-list-right-line-left-span1{
	font-size: 12px;
	font-weight: bolder;
	display: block;
	width: 52px;
	height: 12px;
	line-height: 12px;
	margin-top: 5px;
	text-align: center;
}
.index-newscenter-list-right-line-right{
	float: left;
	margin-left: 15px;
	width: 475px;
	padding-bottom: 25px;
}
.index-newscenter-list-right-line-right-title{
	font-size: 16px;
	font-weight: bolder;
	margin-top: 25px;
}
.index-newscenter-list-right-line-right-title:hover,.index-newscenter-list-left-h:hover{
	color: #D0021B;
}
.index-newscenter-list-right-line:first-child .index-newscenter-list-right-line-right-title{
	color: #D0021B;
	margin-top: 15px;
}
.index-newscenter-list-right-line:first-child .index-newscenter-list-right-line-left .index-newscenter-list-right-line-left-span{
	margin-top: 30px;
}
.index-newscenter-list-right-line-right-p{
	line-height: 30px;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-ad{
	margin: 0 auto;
	width: 1200px;
	font-size:0;
	margin-top: 20px;
}
.index-newlist{
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	height: 378px;
	margin-top: 20px;
	overflow: hidden;
}
.index-newlist-left{
	float: left;
	width: 550px;
	padding: 0 30px 0 20px;
}
.index-newlist-left-title{
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 16px;
	padding: 0 30px 0 20px; 
}
.index-newlist-left-h{
	height: 22px;
	font-size: 15px;
	line-height: 22px;
	float: left;
	text-transform: Uppercase;
}
.index-newlist-left-a{
	display: block;
	float: right;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	font-weight: bolder;
}
.index-newlist-left-h-i{
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
}
.index-newlist-left-ul-li{
	position: relative;
	height: 14px;
	padding:11px 0 11px 15px; 
	overflow: hidden;
}
.index-newlist-left-ul-li-i{
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	border-width: 3px;
	border-style: solid;
	border-color: #D8D8D8;
	transition: .3s;
	width: 0;
	left: 0;
	height: 0;
	margin-top: -1.5px;
}
.index-newlist-left-ul-li-h{
	float: left;
	width: 450px;
	font-weight: bolder;
	font-size: 14px;
    height: 14px;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-newlist-left-ul-li-h:hover{
    color: #D0021B;
}
.index-newlist-left-ul-li-p{
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	color: #999;
	float: right;
	width: 75px;
}
.index-link{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.index-link-ul{
	overflow: hidden;
	margin-top: 20px;
}
.index-link-ul-li{
	font-size: 0;
	margin-left: 22px;
	float: left;
	width: 283.5px;
}
.index-link-ul-li:first-child{
	margin-left: 0;
}
.index-link-ul-li img{
	width: 100%;
}
.footer{
	width: 100%;
	background: #2C64B0;
	padding-bottom:50px;
	overflow: hidden;
}
.footer-content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-content-left{
    margin-top: 50px;
	float: left;
	margin-left: 200px;
	font-size: 0;
}
.footer-content-left-img{
	width: 56px;
}
.footer-content-right{
    margin-top: 50px;
	float: left;
}
.footer-content-right-p{
	height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	width: 600px;
}
.footer-content-right-ul{
	overflow: hidden;
	margin-top: 20px;
	margin-left: 60px;
}
.footer-content-right-qrcodename{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
.footer-content-right-ul-li{
	float: left;
	margin-left: 20px;
	height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
}
.footer-beian{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.footer-beian a{
    color: #fff;
}
.footer-beian a:first-child{
    margin-right: 30px;
}
.newsdetail-content{
	width: 1200px;
	margin:0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.newsdetail-content-top{
	border-bottom: 1px solid #EBEBEB;
	margin: 0 50px;
	padding-top: 30px;
}
.newsdetail-content-top-title{
	height: 25px;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.newsdetail-content-top-p{
	text-align: center;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.newsdetail-content-center{
	padding: 30px 0;
	margin: 0 50px;
	border-bottom: 1px solid #EBEBEB;
}
.newsdetail-content-bottom{
	padding: 10px 0 30px;
	margin: 0 50px;
}
.newsdetail-content-bottom-h{
	margin-top: 20px;
	color: #2C64B0;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
}
.newsdetail-content-bottom-h a,.newsdetail-content-bottom-h a:hover{
	color: #2C64B0;
}
.newslist-ul{
	margin-left:50px;
}
.newslist-ul-li1{
	overflow: hidden;
	padding-top: 30px;
}
.newslist-ul-li1-left{
	float: left;
	width: 442px;
	height: 220px;
	font-size: 0;
}
.newslist-ul-li1-left-img{
	width: 442px;
	height: 220px;
	object-fit: cover;
}
img{
    object-fit: cover;
}
.newslist-ul-li1-right{
	float: left;
	width: 598px;
	height: 220px;
	padding: 0 30px;
	box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.29);
}
.newslist-ul-li1-right-title{
	font-weight: bold;
	color: #000000;
	height: 21px;
	font-size: 20px;
	line-height: 21px;
	margin: 20px 0;
}
.newslist-ul-li1-right-p{
	height: 12px;
	font-size: 12px;
	font-weight: 500;
	color: #999999;
	line-height:12px;
}
.newslist-ul-li1-right-des{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.newslist-ul-li2{
	width: 1100px;
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 0;
	overflow: hidden;
}
.newslist-ul-li2-left{
	float: left;
	width: 94px;
	height: 94px;
	background: #2C64B0;
	border-radius: 3px;
}
.newslist-ul-li2-left-span{
	display: block;
	height: 38px;
	line-height: 38px;
	margin-top: 12px;
	font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.newslist-ul-li2-left-span1{
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
	display: block;
}
.newslist-ul-li2-right{
	float: left;
	margin-left: 15px;
	width: 849px;
}
.newslist-ul-li2-right-h{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 18px;
	line-height: 18px;
	padding: 10px 0;
}
.newslist-ul-li2-right-h:hover,.newslist-ul-li1-right-title:hover,.noticelist-li-right-h:hover,.zclist-li-div-h:hover{
	color: #D0021B;
}
.newslist-ul-li2-right-div{
	font-size: 12px;
	margin-top: 5px;
	font-weight: 500;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist-ul-li2-cover{
	float: left;
	width: 96px;
	height: 96px;
	margin-left: 15px;
	font-size: 0;
}
.newslist-ul-li2-cover img{
	width: 96px;
	height: 96px;
	object-fit: cover;
}
.newsdetail-content-div1{
	position: relative;
	height: 150px;
}
.otherimg{
	height: 320px;
	width: 100%;
	background: url(../img/bg.png) no-repeat;
	position: relative;
	font-size: 0;
	line-height: 320px;
	text-align: center;
}
.otherimg-img{
	vertical-align: middle;
}
.otherimg-h{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 48px;
	font-weight: bolder;
	color: #000;
}
.zclist-li{
	width: 1100px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
	padding-top: 30px;
}
.zclist-li-div{
	position: relative;
	overflow: hidden;
	padding-left: 20px;
}
.zclist-li-div-i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(45deg);
    border-width: 4px;
    border-style: solid;
    border-color: #D8D8D8;
    transition: .3s;
    width: 0;
    left: 0;
    height: 0;
    margin-top: -2px;
}
.zclist-li-div-h{
	font-size: 16px;
	color: #000;
	height: 16px;
	line-height: 16px;
	font-weight: bolder;
	width: 900px;
	float: left;
}
.zclist-li-div-h-p{
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	float: right;
	font-weight: 500;
	color: #999999;
}
.zclist-li-des{
	padding-left: 20px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.noticelist-ul{
	padding-top: 30px;
	padding-left: 50px;
}
.noticelist-li{
	margin-top: 30px;
	width: 1100px;
	height: 150px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.29);
	overflow: hidden;
}
.noticelist-li:first-child{
	margin-top: 0;
}
.noticelist-li-left{
	width: 120px;
	height: 150px;
	font-size: 0;
	font-family: Impact;
	font-weight: bold;
	color: #2C64B0;
	line-height: 150px;
	/*opacity: 0.2;*/
	margin-left: 15px;
	float: left;
}
.noticelist-li-left img{
    margin-top: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.noticelist-li-right{
	width: 907px;
	float: left;
	margin-left: 35px;
}
.noticelist-li-right-h{
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}
.noticelist-li-right-p{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.noticelist-li-right-time{
	text-align: right;
	font-size: 14px;
    height: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #999999;
    margin-top: 20px;
}
.zpxxdetail-h{
	padding-left: 50px;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}
.zpxxdetail-d{
	padding: 0 50px;
}
.zpxxdetail-div{
	margin-top: 20px;
	width: 1100px;
	height: 180px;
	background: #F8F9FA;
	margin-left: 50px;
	overflow: hidden;
}
.zpxxdetail-div-left{
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	font-size: 0;
}
.zpxxdetail-div-left-img{
	width: 120px;
	height: 120px;
	border-radius: 15px;
}
.zpxxdetail-div-right{
	float: left;
	margin-left: 30px;
	width: 880px;
}
.zpxxdetail-div-right-h{
	font-weight: bolder;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	margin-top: 30px;
}
.zpxxdetail-div-right-p{
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-top: 25px;
	color: #999999;
}
.zpxxdetail-div-right-p1{
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-top: 20px;
	color: #999999;
}
.zpxxdetail-a,.zpxxdetail-a:hover{
	margin: 0 auto;
	margin-top: 50px;
	display: block;
	width: 340px;
	height: 60px;
	background: #2C64B0;
	border-radius: 12px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.bg{
	position: fixed;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: none;
}
.zpxxdetail-submit{
	display: none;
	z-index: 3;
	width: 967px;
	height: 578px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 20px;
}
.zpxxdetail-submit-line{
	padding: 0 40px;
	overflow: hidden;
	margin-top: 23px;
}
.zpxxdetail-submit-line-span{
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
}
.zpxxdetail-submit-line-input{
	width: 776px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	height: 44px;
	float: left;
	margin-left: 20px;
	padding: 0 23px;
	font-size: 16px;
}
.zpxxdetail-submit-line-textarea{
	font-size: 16px;
	float: left;
	width: 776px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	height: 250px;
	margin-left: 20px;
	padding: 15px 23px;
	line-height: 22px;
}
.zpxxdetail-submit-btn{
	display: block;
	margin: 0 auto;
    margin-top: 40px;
    display: block;
    width: 340px;
    height: 60px;
    background: #2C64B0;
    border-radius: 12px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.zp-ul{
	width: 1100px;
	margin-left: 50px;
	overflow: hidden;
	height: 66px;
	background: #C1E6F9;
	/*opacity: 0.4;*/
}
.zp-ul1{
	width: 1100px;
	margin-left: 50px;
	overflow: hidden;
	height: 66px;
	border-bottom: 1px solid #E6E6E6;
}
.zp-ul-li{
	float: left;
	width: 220px;
	text-align: center;
	color: #000000;
	line-height: 66px;
	height: 66px;
	font-weight: bold;
	font-size: 16px;
}
.zp-ul-li1{
	padding: 0 10px;
	float: left;
	width: 200px;
	text-align: center;
	color: #000000;
	line-height: 66px;
	height: 66px;
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	position: relative;
}
.zp-ul-li-shz:after{
	position: absolute;
	content: '';
	background: url(../img/shz.png) no-repeat;
	width: 52px;
	height: 32px;
	top: 0;
	right:20px ;
}
.zp-ul-li-wtg:after{
	position: absolute;
	content: '';
	background: url(../img/wtg.png) no-repeat;
	width: 52px;
	height: 32px;
	top: 0;
	right:20px ;
}
.zp-ul-li-ytg:after{
	position: absolute;
	content: '';
	background: url(../img/ytg.png) no-repeat;
	width: 52px;
	height: 32px;
	top: 0;
	right:20px ;
}
.contactus-div{
	margin: 0 auto;
	width: 1100px;
	font-size: 0;
}
.contactus-div-img{
	width: 100%;
}
.contactus-ul{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.contactus-ul-li{
	float: left;
	margin-left: 30px;
	width: 250.5px;
	border: 1px solid #E5E8EA;
	border-radius: 4px;
	height: 139px;
}
.contactus-ul-li:first-child{
	margin-left: 0;
}
.contactus-ul-li-p{
	text-align: center;
	margin-top: 20px;
	height: 18px;
	font-size: 18px;
	color: #1A1B1E;
	line-height: 18px;
	margin-bottom: 20px;
}
.contactus-ul-li-p1{
	font-size: 16px;
	font-weight: 500;
	color: #2C64B0;
	line-height: 30px;
	text-align: center;
	padding: 0 15px;
}
.contactus-ul-li-p1 p{
	color: #2C64B0;
	font-size: 16px;
}
.login-bg{
	background: url(../img/bg1.png)  no-repeat scroll top center  #fff;
	background-size:100%;
	padding-top: 125px;
	padding-bottom: 30px;
}
.login-content{
	width: 610px;
	margin:0 auto;
}
.login-content-ul{
	width: 234px;
	margin: 0 auto;
	overflow: hidden;
}
.login-content-ul-li{
	cursor: pointer;
	width: 115px;
	border:1px solid #999;
	border-radius: 5px 0 0 5px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 18px;
	font-weight: 600;
	float: left;
}
.login-content-ul a:last-child .login-content-ul-li{
	border-radius: 0 5px 5px 0;
}
.login-content-ul-onli{
	background: #3263b0;
	border:1px solid #3263b0;
	color: #fff;
}
.login-content-div{
	margin-top: 35px;
	height: 454px;
	background: url(../img/loginbg.png) no-repeat;
	background-size: 100%;
	padding-top: 55px;
}
.login-content-div-h{
	text-align: center;
	font-style: 24px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	margin-bottom: 55px;
}
.login-content-div-line{
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	width: 400px;
}
.login-content-div-line-input{
	width: 320px;
	height: 38px;
	border: 1px solid #2C64B0;
	padding: 0 30px 0 50px;
	font-size: 14px;
}
.login-content-div-line-input1{
	width: 320px;
	height: 38px;
	border: 1px solid #E6E6E6;
	padding: 0 30px 0 50px;
	font-size: 14px;
}
.login-content-div-line-phone{
	position: absolute;
	left: 15px;
	top:50%;
	transform: translateY(-50%);
	width: 11px;
	height: 20px;
	background: url(../img/phone.png) no-repeat;
}
.login-content-div-line-yzm{
	position: absolute;
	left: 15px;
	top:50%;
	transform: translateY(-50%);
	width: 13px;
	height: 18px;
	background: url(../img/catch.png) no-repeat;
}
.login-content-div-line-a,.login-content-div-line-a:hover{
	position: absolute;
	padding: 0 15px;
	right: 20px;
	width: 160px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2C64B0;
	height: 14px;
	line-height: 14px;
	border-left: 1px solid #E6E6E6;
}
.login-content-div-line1{
	margin: 0 auto;
	margin-top: 24px;
	height: 14px;
	line-height: 14px;
	position: relative;
	padding-left: 25px;
	width: 375px;
	font-size: 14px;
	cursor: pointer;
}
.login-content-div-line1-i1{
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../img/juxing1.png) no-repeat;
	background-size: 14px;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
}
.login-content-div-line1-i2{
	color: #63A5F7;
	font-style: normal;
}
button,button:focus,button:active:focus,button.active:focus,button.focus,button:active.focus,button.active.focus{
	outline: none;
	border-color: transparent;
	box-shadow:none;
}
.login-content-div-login,.login-content-div-login:focus,.login-content-div-login:active:focus,.login-content-div-login.active:focus,.login-content-div-login.focus,.login-content-div-login:active.focus,.login-content-div-login.active.focus{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #2C64B0;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	margin-top: 35px;
	color: #fff;
	outline: none;
	border-color: transparent;
	box-shadow:none;
}
.login-content-div-a{
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 73px;
	height: 18px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	color: #2C64B0;
	line-height: 18px;
	margin-top: 30px;
}
.register-content{
	width: 650px;
	padding-left: 70px;
	padding-bottom: 50px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin: 0 auto;
	margin-top: 35px;
}
.register-content-h{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	height: 24px;
	line-height: 24px;
	margin-top: 60px;
}
.register-content-line1{
	overflow: hidden;
	margin-top: 40px;
}
.register-content-line2{
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.register-content-line1-left{
	float: left;
	width: 98px;
	text-align: right;
	height: 140px;
	line-height: 140px;
}
.register-content-line2-left{
	float: left;
	width: 98px;
	text-align: right;
	height: 46px;
	line-height: 46px;
}
.register-content-line1-right{
	float: left;
	margin-left: 30px;
}
.register-content-line2-right{
	margin-left: 30px;
	float: left;
	width: 360px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	padding: 0 15px;
}
.register-content-line2-a,.register-content-line2-a:hover{
	width: 150px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	background: #2C64B0;
	border-radius: 0px 12px 12px 0px;
	position: absolute;
	top: 0;
	right: 90px;
	text-align: center;
	color: #fff;
}
.register-content-submit,.register-content-submit:focus,.register-content-submit:active:focus,.register-content-submit.active:focus,.register-content-submit.focus,.register-content-submit:active.focus,.register-content-submit.active.focus{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background: #2C64B0;
	border-radius: 5px;
	margin-top: 40px;
	border:none;
	outline: none;
	border-color: transparent;
	box-shadow:none;
}
.qycenter-line{
	margin-top: 30px;
	overflow: hidden;
	padding-left: 125px;
	position: relative;
}
.qycenter-line-p{
	font-size: 16px;
	color: #666666;
	float: left;
	width: 81px;
	text-align: right;
	height: 140px;
	line-height: 140px;
}
.qycenter-line-p1{
	font-size: 16px;
	color: #666666;
	float: left;
	width: 81px;
	text-align: right;
	height: 46px;
	font-weight: bolder;
	position: relative;
	line-height: 46px;
}
.qycenter-line-rigt{
	float: left;
	margin-left: 30px;
}
.qycenter-line-right1{
	width: 434px;
	height: 44px;
	padding: 0 22px;
	float: left;
	margin-left: 30px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	font-size: 16px;
}
.rcdt-line{
	padding: 20px 30px 20px;
	width: 1040px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.29);
}
.rcdt-line-top{
	overflow: hidden;
}
.rcdt-line-top-left{
	float: left;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
.rcdt-line-top-right{
	float: left;
	margin-left: 65px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
.rcdt-line-des{
	margin-top: 17px;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
}
.qycenter-line-a{
	position: absolute;
	left: 577px;
	top: 0;
	width: 139px;
	height: 46px;
	background: #2C64B0;
	border-radius: 0px 12px 12px 0px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.position-line{
	margin-bottom: 30px;
	overflow: hidden;
}
.position-line-btn,.position-line-btn:hover{
	float: right;
	margin-right: 50px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	color: #2C64B0;
	font-size: 20px;
	text-align: center;
	border: 1px solid #2C64B0;
	border-radius: 8px;
}
