/*领域*/
.z_fwqa.z_fwqa3{
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    display: flex;
    width: 100%;
}
.right11 ul li.cur {
    background: #142f8a;
}
.z_fwqa>li:nth-child(3) .z_fwq2 {
    display: none;
}
.right11 ul li.cur p {
       color: #fff;
    font-weight: bold;
}
.right11 ul li.cur a img{
          filter: brightness(0) invert(1);
}
.z_fwqa.z_fwqa3>li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    float: left;
    ustify-content: space-between;
    font-size: 0;
    border-right: 1px solid #dfdfdf ;
    height: 502px;
    padding: 22px 80px 37px 80px;
    overflow: hidden;
    background: #f3f2f2;
}
.z_fwqa.z_fwqa3>li:last-child{
	border-right:none ;
}
.z_fwql{
	float: left;
	width: 50%;
	text-align: center;
	padding: 52px 0 22px 0;
}
.z_fwq2{
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
	padding: 22px 0 52px 0;
	border-top:1px solid #dfdfdf;
}

.z_fwql p{
	
  font-size: 20px;
  
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
.z_fwq2 p{
	
  font-size: 20px;
  
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
.z_fwqa>li:hover{
	background: #fff;
}
.z_fwqa>li>div:hover p{
	font-weight: bold;
	color: #1e2e65;
}
.z_fwqa>li>div:hover img {
    transform: translateY(-141px);
    filter: drop-shadow(#1e2e65 0 141px);
}
.z_fwqa>li:nth-child(3)>div:hover img {
    transform: translateY(-265px);
    filter: drop-shadow(#1e2e65 0 265px);
}
.z_fwqa>li:nth-child(1)>.z_fwql:nth-child(2){
	border-left:1px solid #dfdfdf;
}
.z_fwqa>li:nth-child(1)>div:nth-child(4){
	border-left:1px solid #dfdfdf;
}
.z_fwqa>li:nth-child(2)>.z_fwql:nth-child(2){
	border-left:1px solid #dfdfdf;
}
.z_fwqa>li:nth-child(2)>div:nth-child(4){
	border-left:1px solid #dfdfdf;
}
.z_fwqa>li:nth-child(3) .z_fwql:nth-child(2){
	border-left:1px solid #dfdfdf;
}
.z_fwqa>li:nth-child(3)>div{
padding: 134px 0 175px 0;
}
/*--*/
/*-------*/
.right11 ul {
	background: #fff;
	display: flex;
	/*padding: 30px 0;*/
}
.right11 ul li{
	width: 25%;	
	position: relative;
	text-align: center;
	padding: 90px 0;
	/*margin: 30px 0;*/
	/*border-right: 1px solid #dbdbdb;*/
}
.right11 ul li:after {
    content: "";
    position: absolute;
    background: #dbdbdb;
    display: block;
    right: 0;
    top: 30px;
    width: 1px;
    height: 247px;
}
.right11 ul li:hover img {
    
filter: brightness(0) invert(1);
  
}
    
.right11 ul li:hover:after {
    
    background:none;
  
}
.right11 ul li:last-child {
	border-right: none;
}
.right11 ul li:hover{
	background: #142f8a;
}
.right11 ul li:hover p{
	color: #fff;
	font-weight: bold;
}
.right11 ul li p{
  font-size: 25px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.6;
  margin-top: 25px;
}
.right22 ul{
	display: flex;
    flex-wrap: wrap;
	background: #fff;
	padding: 5px 0;
	margin: 23px 0 0px 0;
}
.z_fwql a{
	display: block;
}
.z_fwq2 a{
	display: block;
}
.right22 ul li {
    margin-left: 10px;
    /* width: 14%; */
    text-align: center;
    padding: 0 20px;
}


.right22 ul li:hover{
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #f5a327, #f1821f, #ee6c19);
	border-radius: 5px;
	
}
.right22 ul li:hover a{
	color: #fff;
	
}
.right22 ul li a{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	

  font-size: 22px;
  font-family: "Alibaba";
  color:#333333;
  text-transform: uppercase;
}
.right33 ul li{
	margin-top: 20px;
	display: flex;
	background: #fff;
	position: relative;
	padding: 63px 83px 87px 108px;
}
.right-left{
	width: 19%;
}
.right-left img{
	width: 100%;
}
.right-right {
    width: 80%;
    padding-left: 123px;
}
.right33 button {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    position: absolute;
    bottom: auto;
    top: 60px;
    right: 120px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #f5a327, #f1821f, #ee6c19);
}
.right33  button a{
	
  font-size: 20px;
  font-family: "Adobe Heiti Std";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.182;
  text-align: center;
 

}
.right33  button a img{
	margin-left: 5px;
	    filter: brightness(0) invert(1);
}
.right-right h1 {
    position: relative;
    display: block;
    font-size: 25px;
    font-family: "Microsoft YaHei";
     font-weight: bold;
    margin-top: 107px;
    margin-left: 3px;
}
.right-right h1 a{
	color: rgb(20, 47, 138);
   
}
.right-right h1 img{
	margin: 0 15px 0 30px;
}
.right-right h1 .xz{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.right-right h1:after{
	content: "";
    position: absolute;
    background: #ec6c00;
    display: block;
    left: -25px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.right-right h1:before{
	content: "";
    position: absolute;
  
    background: #d0cece;
    display: block;
    left: -25px;
    top: -16px;
    width: 100%;
    height: 1px;
}
.right-right>p{
	
  font-size: 25px;
  font-family: "Microsoft YaHei";
  color: rgb(20, 47, 138);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.28;
  position: relative;

}
.right-right>p a{
	
 

  color: rgb(20, 47, 138);
  

}
.right-right>p:after {
    content: "";
    position: absolute;
    background: #ec6c00;
    display: block;
    left: -25px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.right-right>p:before {
    content: "";
    position: absolute;
  -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #6e83ba, #a9b6d6, #eceff5);
    display: block;
    left: -25px;
    top: 60px;
    width: 100%;
    height: 2px;
}
.right-right span{	
  margin-left: 20px;
  color: #333333;
}
.right22 ul li.on {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #f5a327, #f1821f, #ee6c19);
    border-radius: 5px;
}
.right22 ul li.on a{
   color: #fff;
}
.right-right h3 {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    font-weight: normal;
    text-align: left;
    margin-top: 48px;
    margin-left: -10px;
}
.right-right h2{
	font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
     margin-left: -24px;
}
.right-right dl dt{
	float: left;
	margin-right: 40px;
}
.right-right dl dt p{
	 margin-left: -20px;
	
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.667;
  text-align: left;
  

}
.right11 ul li {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 90px 0;
    /* margin: 30px 0; */
    /* border-right: 1px solid #dbdbdb; */
}
.right11 ul li:last-child:after {
    content: "";
    position: absolute;
    background: none;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.z_fwqa.z_fwq2{
	display: none;
}
.z_fwqa.z_fwqa3{
	display: block;
}
/*响应*/
@media screen and (max-width: 1200px){
.z_fwqa>li {
   
    width: 100%;
    
   
}
.z_fw>li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45% !important;
    background-color: rgba(20,47,138,.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ww {
    width: 100%;
    overflow: hidden;
    height: 174px;
}
.ww img{
	width: 100%;
}
.z_fw_t {
    position: absolute;
    top: 25% !important;
    left: 17.34%;
    width: 58.43%;
    color: #fff;
}
.z_fw>li:nth-child(3) .z_fw_t{
	 top: 31% !important;
}
.z_fw_t>div:nth-child(1) {
    margin-top: .546667rem;
    font-size: 20px;
}
.z_fwqa.z_fwq2 {
    display: block;
    width: 100%;
}
.z_fwqa.z_fwq2{
	display: block;
}
.z_fwqa.z_fwqa3{
	display: none;
}
.z_fw_h {
    margin-top: -0.066667rem;
    font-size: 12px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
}
.z_fw_btn {
    width: 48.51% !important;
}

.z_fw_btn {
    margin-top: -1.866667rem !important;
    display: inline-block;
    width: 42.51%;
    line-height: 37px !important;
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%);
    border-radius: .053333rem;
    font-size: 16px;
    text-align: center;
}
.z_fw_h p{
    display: none;
}
.z_fw {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}
.right-right>p {
    font-size: 18px;
    padding-left: 16px;
}
.right-right>p:before {
  
    left: -3px;
    top: 40px;
    
}
.right-right dl dt p {
    margin-left: 0px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.667;
    text-align: left;
}

.right-right h2 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    margin-left: 0px;
}
.right-right h3 {
    font-size: 15px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    font-weight: normal;
    text-align: left;
    margin-top: 24px;
    margin-left: 0px;
}
.right-right>p:after {
    content: "";
    position: absolute;
    background: #ec6c00;
    display: block;
    left: -2px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.right22 ul li {
    /*width: 28%;*/
    text-align: center;
}
.z_fwqa {
  
    display: block;
    width: 100%;
}
.right11 ul li {
    width: 25%;
    position: relative;
    text-align: center;
    padding: 11px 0;
    /* margin: 30px 0; */
        border-right: 1px solid #dfdfdf;
}
.right22 ul li a {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-family: "Alibaba";
    color: #333333;
    text-transform: uppercase;
}
.right11 ul li p {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin-top: 14px;
}
.right11 ul li:after {
    content: "";
    position: absolute;
    background: none !important;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.right11 ul {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    /* padding: 30px 0; */
}
.z_fwq2 p {
    font-size: 17px;
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
    margin-top: 14px;
}
.right11 ul li img {
    width: 29px;
}
.z_fwql img{
   width: 38px;
}
.right33 ul li {
   
    padding: 20px 0px 20px 0px;
    flex-wrap: wrap;
}
.right-left {
    width: 100%;
}

.right-right {
    width: 100%;
    padding-left: 0px;
     padding: 15px 15px 30px 15px;
}
.right33 button a {
    font-size: 17px;
    font-family: "Adobe Heiti Std";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.182;
    margin-bottom: 30px;
    padding: 10px 10px 10px 0px;
    text-align: center;
    /* display: inline-block; */
}
.right-right h1 {
    
    margin-top: 91px;
   
}
.right-right h1:before {
   
   
    left: -8px;
   
}
.right-right h1 img {
    margin: 0 15px 0 30px;
    position: absolute;
    left: -36px;
    top: 58px;
}
.right-right h1:after {
    content: "";
    position: absolute;
    background: #ec6c00;
    display: block;
    left: -3px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.right-right h1 a {
    color: rgb(20, 47, 138);
    display: inline-block;
    margin-right: 44px;
    margin-left: 27px;
    font-size: 18px;
}
.right33 button {
    border: none;
    display: inline-block;
    padding: 7px 5px 7px 16px;
    position: absolute;
    top: auto;
    bottom: -19px;
    left: 17px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #f5a327, #f1821f, #ee6c19);
}
.z_fwq2 img{
   width: 38px;
}
.z_fwq2 {
    float: left;
    width: 50%;
    text-align: center;
    padding: 8px 0 6px 0;
    border-top: 1px solid #dfdfdf;
}
.z_fwql p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
    margin-top: 14px;
}
}

@media screen and (max-width: 1300px){
.right22 ul li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    font-family: "Alibaba";
    color: #333333;
    text-transform: uppercase;
}
}
@media screen and (max-width: 960px){
.z_fwqa>li {
  
   
    padding: 11px 0px 11px 0px;
  
}
.z_fwql {
    float: left;
    width: 50%;
    text-align: center;
    padding: 6px 0 3px 0;
}
.z_fwqa>li:nth-child(3)>div {
    padding: 8px 0 8px 0;
}



}

/*-------*/