*{
	margin:0;
	padding:0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.header{
	width: 100%;
}
.header-center{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 21px;
	padding-top: 14px
}
.activehead{
	width: 100%;
    background-color:#fff !important;
    box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
    position: fixed !important;
    z-index: 999 !important;
    left: 0 !important;
    top: 0 !important;
    transition: all .5s;
}
.header-center ul{
	width: 64%;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.header-center ul li{
	text-align: center;
}
.header-center ul li a{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	height:100%
}
.header-center ul li a span{
	font-size: 12px;
	color: #666666
}
.header-center ul li:hover{
	border-bottom: 2px solid red;
	transition: all 0.5s
}
.header-center ul li:hover a,.header-center ul li:hover a span{
	color: #e62129;
	transition: all 0.5s
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%
}
.tscp{
	width: 100%;
	background-image: url(../img/tscp.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 6%;
}
.tscp-center{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;	
}
.tscp-center .div-1{
	width: 100%;
	background-color: white;
	padding-left: 3.3%
}
.tscp-center .div-1 div{
	display: flex;
	justify-content: space-between;
}
.tscp-center .div-1 div p{
	font-size: 30px;
	font-family: 方正兰亭粗黑简体;
	margin-top:7.9%
}
.tscp-center .div-1 div a{
	display: inline-block;
	margin-top:-63%;
}
.tscp-center .div-1 .p-1{
	width: 95%;
	margin-top: 2%
}
.tscp-center .div-1 .p-2{
	font-size: 18px;
	color: #999999;
	padding:10px 0px;
}
.tscp-center .div-1 ul{
	display: flex;
	justify-content: space-between;
}
.tscp-center .div-1 ul li{
	width: 29.5%;
	border:1px solid rgb(236,236,236);
	padding-bottom: 28px
}
.tscp-center .div-1 ul li p:nth-child(1){
	width: 100%;
	overflow: hidden;
}
.tscp-center .div-1 ul li img{
	width: 100%;
}
.tscp-center .div-1 ul li p:nth-child(2){
	padding-left: 5%;
	padding-top:5%;
	padding-bottom: 5%
}
.tscp-center .div-1 ul li p:nth-child(2) a{
	font-size: 18px;
	color:black
}
.tscp-center .div-1 ul li p:nth-child(3){
	padding-left: 5%;
	padding-right: 5%;
	padding-top:2%;
	padding-bottom: 5%
}
.tscp-center .div-1 ul li p:nth-child(3) a{
	font-size: 12px;
	color: #858585
}
.tscp-center .div-1 ul li:hover{
	box-shadow:0px 0px 30px #d7d7d7;
	transition: all 0.5s 
}
.tscp-center .div-1 ul li:hover p:nth-child(1) img{
	transform: scale(1.5);
	transition: all 1s
}
.tscp-center .div-1 ul li p:nth-child(3) a:hover{
	color: black;
	transition: all 0.5s
}
.tscp-bottom{
	width: 1200px;
	margin:0 auto;
	margin-top:3.7%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10
}
.tscp-bottom div:nth-child(1){
	width: 30%;
	background: rgb(62,61,66);
	padding-left: 6%;
	padding-top:3.8%;
	padding-bottom: 3.8%
}
.tscp-bottom div:nth-child(1) p:nth-child(1){
	color: white;
	font-size: 30px;
}
.tscp-bottom div:nth-child(1) .p-1{
	font-size: 14px;
	color: #7b7984
}
.tscp-bottom div:nth-child(1) .p-11{
	border-left: 4px solid rgb(230,33,41);
	padding-left: 10px;
	margin-top: 5%
}
.tscp-bottom div:nth-child(2){
	width: 70%;
	display: flex;
	justify-content: space-between;
	background: rgb(230,33,41);
	padding-left: 4%;
	padding-top: 6.5%;
	padding-right: 3.5%
}
.tscp-bottom div:nth-child(2) img{
	width: 295px;
	height: 58px;
}
.tscp-bottom div:nth-child(2) p{
	width: 25%;
	height: 60px;
	text-align: center;
	background-color: white
}
.tscp-bottom div:nth-child(2) p a{
	display: block;
	margin-top: 5.1%;
	font-size: 28px;
	color: #e62129
}
.tscp-bottom div:nth-child(2) p:hover{
	background:rgb(62,61,66);
	transition: all .5s
}
.tscp-bottom div:nth-child(2) p:hover a{
	color: white;
	transition: all .5s
}
.jmys{
	width: 100%;
	background-image: url(../img/jmbj.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin-top: -100px;
}
.jmys-center{
	max-width: 1200px;
	margin:0 auto;
	padding-top: 151px;
	padding-bottom: 103px; 
}
.jmys-center img{
	display: block;
	margin: 0 auto
}
.jmys-center ul{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
	flex-wrap: wrap;
}
.jmys-center ul li{
	background-image: url(../img/jx.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 19%;
	padding-top: 38px;
	text-align: left;
	padding-bottom: 4%
}
.jmys-center ul li:hover{
	transform: rotateY(360deg);
	transition: all 2s 
}
.jmys-center ul li p:nth-child(1){
	text-align: center;
	font-size: 24px;
	color: #333333
}
.jmys-center ul li p:nth-child(2){
	font-size: 14px;
	color: #666666;
	padding-left: 46px;
	padding-right: 40px;
	padding-top: 30px;
	line-height: 30px;
	height: 70%;
}
.jmys-center ul li p:nth-child(3){
	display: block;
	margin:0 auto;
	line-height: 40px;
	text-align: center;
	border:1px solid rgb(188,188,188);
	width: 64%;
	border-radius: 20px;
	margin-top: -6%
}	
.jmys-center ul li p:nth-child(3) a{
	font-size: 16px;
	color: #666666
}
.jmys-center ul li p:nth-child(3):hover{
	background: rgb(188,188,188);
	transition: all 0.5s
}
.jmys-center ul li p:nth-child(3):hover a{
	color: white;
	transition: all 0.5s
}
.mdzs{
	width: 100%;
	background: url(../img/md.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top: -10px
}
.mdzs-center{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0px;
	padding-bottom: 4%
}
.mdzs-center img{
	display: block;
	margin: 0px auto;
}
.mdzs-center ul{
	display: flex;
	justify-content: space-between;
	margin-top: 40px
}
.mdzs-center ul li{
	width: 22.4%;
	border:1px solid rgb(236,236,236);
	padding-bottom: 28px;
	background: white
}
.mdzs-center ul li p:nth-child(1){
	width: 100%;
	overflow: hidden;
}
.mdzs-center ul li img{
	width: 100%;
}
.mdzs-center ul li p:nth-child(2){
	padding-left: 5%;
	padding-top:5%;
	padding-bottom: 5%;
	text-align: center
}
.mdzs-center ul li p:nth-child(2) a{
	font-size: 18px;
	color:#666666;
}
.mdzs-center ul li p:nth-child(3){
	padding-left: 5%;
	padding-right: 5%;
	padding-top:2%;
	padding-bottom: 5%
}
.mdzs-center ul li p:nth-child(3) a{
	font-size: 16px;
	color: #999999
}
.mdzs-center ul li:hover{
	box-shadow:0px 0px 30px #d7d7d7;
	transition: all 0.5s 
}
.mdzs-center ul li:hover p:nth-child(1) img{
	transform: scale(1.5);
	transition: all 1s
}
.mdzs-center ul li p:nth-child(3) a:hover{
	color: black;
	transition: all 0.5s
}
.gywm{
	width: 100%;
	background: url(../img/gywm.jpg) no-repeat;
	background-size:cover;
}
.gywm-center{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 4%
}
.gywm-center div:nth-child(2){
	width: 63%;
	color: white;
	padding-top: 6%;
	padding-left: 5%;
	padding-right: 5%;
	background-image: url(../img/jx16.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 7%
}
.gywm-center div:nth-child(2) p{
	line-height: 230%
}
.gywm-center div:nth-child(2) p a{
	color: white;
	font-size: 16px;
	font-weight: bolder;
	float: right;
	margin-right: 19%;
	margin-top: 5%;
	margin-bottom: 5%
}
.gywm-center div:nth-child(2) p img{
	position: relative;
	top: 3px;
	left: 8px
}
.gywm-center div:nth-child(2):hover p:nth-child(2) img{
	transform: translateX(10px);
	transition: all 0.5s
} 
.gywm-center div:nth-child(2):hover p:nth-child(2) a{
	color: black;
	transition: all 0.5s
}
.xwzx{
	width: 100%;
	margin-bottom: 2.3%	
}
.xwzx-center{
	max-width: 1200px;
	margin: 0 auto	
}
.xwzx-center img:nth-child(1){
	display: block;
	margin: 3% auto;
}
.xwzx-center img:nth-child(2){
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 2.5%
}
.xwzx-center .p-1{
	font-size: 18px;
	color: #e62129;
	margin-bottom: 1%
}
.xwzx-center .p-2{
	font-size: 14px;
	color: #fd2029;
	line-height: 25px;
	margin-bottom: 2.5%
}
.xwzx-center ul{
	display: flex;
	justify-content: space-between;
}
.xwzx-center ul li{
	width: 31%;
	border-top: 1px solid rgb(134,134,134);
	padding-top: 0.6%;
	padding-left: 1%
}
.xwzx-center ul li:hover{
	box-shadow: 0px 0px 18px rgb(102,102,102);
	transition: all 0.5s
}
.xwzx-center ul li p a{
	font-size: 16px;
	color: #333333
}
.xwzx-center ul li p{
	margin-left: 36%;
	padding-top:3%
}
.xwzx-center ul li p span a{
	font-size: 14px;
	color: #666666
}
.xwzx-center ul li p span{
	display: inline-block;
	padding-top: 5%
}
.xwzx-center ul li img{
	width: 125px;
	height: 103px;
	float: left
}
.tzfy{
	width: 100%;
	background: rgb(248,249,252);
	margin-bottom: 2.5%
}
.tzfy-center{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.tzfy-center p{
	width: 36%;
	font-size: 16px;
	color: #666666;
	padding-top: 3%
}
.lxwm{
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.lxwm-left{
	display: flex;
	justify-content: space-between;
	width: 40%;
}
.lxwm-left div:nth-child(2) img{
	display: block;
	margin: 0 auto
}
.lxwm-left div:nth-child(2) p{
	font-size: 18px;
	color: #666666;
	line-height:250%;
	margin-top:7%;
}
.lxwm-right{
	width: 48%;
	display: flex;
	justify-content: space-between;
	background: url(../img/bj.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding-top: 4%;
	padding-left: 8%;
	padding-bottom: 2%
}
.lxwm-right form{
	width: 60%
}
.lxwm-right form input{
	display: block;
	width: 100%;
	height:15%;
	font-size: 18px;
	color: #333333;
	border: none;
	background-color:rgba(225,224,224,0.46);
	padding-left: 1%;
	padding-right:1%;
}
.lxwm-right form textarea{
	width:100%;
	background-color:rgba(225,224,224,0.46);
	border:none;
	font-size: 18px;
	color: #333333;
	padding-left: 1%;
	padding-right:1%;
	padding-top: 1%;
	margin-bottom:3.4%;
	resize:none
}
.lxwm-right form .input-4{
	width: 30%;
	border-radius: 10px;
	background: rgb(230,33,41);
	height: 12%;
	font-size: 18px;
	color: #ffffff;
	margin:0 auto;
	margin-top: 5%;
	text-align: center
}
.lxwm-right form .input-4:hover{
	background: black;
	transition: all .5s
}
.footer{
	width: 100%;
	background: url(../img/dibu.png) no-repeat;
	background-size: 100% 100%;
}
.footer-center{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-left{
	display: flex;
	padding-top: 2%;
	padding-bottom:2%
}
.footer-left .img-2{
	position: relative;
	left: 2.5%;
	top:17%;
}
.footer-right ul{
	display: flex;
	justify-content: space-between;
	color: #ffffff
}
.footer-right{
	width: 57%;
	padding-top: 8%
}
.footer-right ul li{
	color: white;
	display: inline-block;
	text-align: center
}
.footer-right ul li a{
	color: white;
	font-size: 18px;
	color: #ffffff
}
.footer-right p{
	font-size: 14px;
	color: #ffffff;
	float: right;
	margin-top:3%;
}
.footer-bottom{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 40px;
}
.footer-bottom p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}