
.head{
	width: 100%;
	height: 80px;
}
.jrheadk{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jrheadlogo{
	width:31.7%;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jrheadzi{
	width: 47.8%;
}

.xiaoying{
	font-size: 12px;
	color: #b3b3b3;
	padding-top: 15px;
	padding-bottom: 8px;
}

.zhongwen{
	font-size: 16px;
	color: #333333;
}

.lanhen{
	width: 54px;
	height: 2px;
	background-color: transparent;
	margin: 0 auto;
	margin-top: 18px;
	
}


.jrheadlogo img{
	width:100%;
	height: auto;
}


.jrheadzi ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.jrheadzi ul li{
	text-align: center;
	height: 80px;
	line-height: normal;
}

.jrheadzi ul li:hover .xiaoying{
	color: #2980d6;
	transition: 0.3s;
}

.jrheadzi ul li:hover .zhongwen {
    color: #2980d6;
	transition: 0.3s;
}

.jrheadzi ul li:hover .lanhen {
    background-color: #2980d6;
	transition: 0.3s;
}

.jrheadzi ul li.active .lanhen {
    background-color: #2980d6;
	transition: 0.3s;
}


.jrheadzi ul li.active .zhongwen {
    color: #2980d6;
}

.jrheadzi ul li.active .xiaoying {
    color: #2980d6;
}



			
		


a{
	   color: #007bff;
	   text-decoration: none !important;
	   background-color: transparent;
	 }

/* title */

.jrtitle{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}

.jrt1{
	font-size: 30px;
	color: #333333;
}

.jrt2{
		width: 75px;
		height: 2px;
		background-color: #2980d6;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
}

.jrt1c{
	font-weight: bold;
}

.jrt3{
	font-size: 20px;
	color: #999999;
}

/* 底部 */
.jrfoot{
	width: 100%;
	height: auto;
	background-color: #2980d6;
	padding-top: 55px;
	padding-bottom: 30px;
}

.jrfootk{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jrf1{
	width: 25.5%;
	height: auto;
	
}

.jrf1 p{
	line-height: 38px;
	color: rgba(255,255,255,0.7);
}

.jrf2 p{
	line-height: 38px;
	color: rgba(255,255,255,0.7);
}

.jrf2{
	width: 5.5%;
	height: auto;
}

.jrf3{
	width: 41%;
	height: auto;
}

.jgt{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}

.c2_name{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c2_name input {
    width: 46%;
    height: 50px;
    background-color: transparent;
	border: 1px solid #63a3e1;
   font-size: 14px;
    line-height:50px;
    color: rgba(255,255,255,0.7);
    padding-left: 14px;
	outline: unset;
}

textarea {
	margin-top: 15px;
    width: 100%;
    height: 87px;
    background-color: transparent;
	border: 1px solid #63a3e1;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
	outline: unset;
	padding-left: 14px;
	padding-top: 5px;
}


button{
   width: 113px;
   height: 34px;
   background-color: transparent;
   font-size: 16px;
   line-height: 34px;
   color: rgba(255,255,255,0.7);
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top:15px;
   border: 1px solid #63a3e1;
   font-size: 12px;
}


input::-webkit-input-placeholder {
     color: rgba(255,255,255,0.7);
  }
 
  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
   color: rgba(255,255,255,0.7);
  }
 
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.7);
  }
 
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.7);
  }
  
  /*  */
textarea::-webkit-input-placeholder {
       color: rgba(255,255,255,0.7);
    }
   
  textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
     color: rgba(255,255,255,0.7);
    }
   
   textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(255,255,255,0.7);
    }
   
   textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: rgba(255,255,255,0.7);
    }
  



@media (max-width:1200px) {
	.jrtitle{
		width: 100%;
		height: auto;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.jrfootk{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.jrt1{
		font-size: 30px;
		color: #333333;
	}
	
	.jrt2{
			width: 75px;
			height: 2px;
			background-color: #2980d6;
			margin: 0 auto;
			margin-top: 20px;
			margin-bottom: 20px;
	}
	
	.jrt1c{
		font-weight: bold;
	}
	
	.jrt3{
		font-size: 20px;
		color: #999999;
	}
	
	
	/* 脚步 */
	.jrfootk{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.jrf2{
		width: 11.5%;
		height: auto;
	}
	
}

@media (max-width:996px) {
	.jrtitle{
		width: 100%;
		height: auto;
		text-align: center;
		padding-top:30px;
		padding-bottom:20px;
	}
	
	.jrt1{
		font-size: 25px;
		color: #333333;
	}
	
	.jrt2{
			width: 75px;
			height: 2px;
			background-color: #2980d6;
			margin: 0 auto;
			margin-top: 10px;
			margin-bottom: 10px;
	}
	
	.jrt1c{
		font-weight: bold;
	}
	
	.jrt3 {
	    font-size: 14px;
	    color: #999999;
	}
	
	/*  */
	.jrf1 {
	    width: 65.5%;
	    height: auto;
		margin-bottom: 20px;
	}
	
	.jrfoot {
	    width: 100%;
	    height: auto;
	    background-color: #2980d6;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.jrf3 {
	    width: 100%;
	    height: auto;
	}
	.jrf2 {
	    width: 20.5%;
	    height: auto;
	}
	.jrf1 p {
	    line-height: 25px;
	    color: rgba(255,255,255,0.7);
	}
	
}


