﻿*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
html,body{
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.item_top p a{
	font-size:16px;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.wrap_banner{
    position:relative;
    width: 100%;
    height: 408px;
}
.wrap_banner .imge{
    width: 100%;
    height: 331px;
}
.banner_main{
    width: 100%;
    height: 331px;
    background: url('../images/banneryi.jpg') no-repeat center #de2323;
    background-size: 125%;
}
.main_li{
    width: 1000px;
    position:relative;
    height: 331px;
    margin:0 auto;
}
.main_li .free{
width: 282px;
    height: 30px;
    background: #ffdf30;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #000;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 353px;
    bottom: 11px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'PingFangSC-Semibold';
}
.nav_bg{
    left:0;
    width: 100%;
    height: 77px;
    background: #ad0707;
}
.nav_bg .nav{
    width: 1000px;
    height: 58px;
    margin:0 auto;
}
.nav_bg .nav a{
    float: left;
    width: 328px;
    height:74px;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 7.78px;
    line-height: 74px;
    text-align: center;
}
.section_big{
    width: 100%;
    height: 714px;
}


.item_code{
    width: 1000px;
    margin: 50px auto 0;
    background: -moz-linear-gradient(top,  #cfc4b3  0%, #f9f3ec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfc4b3 ), color-stop(100%,#f9f3ec));
    background: -webkit-linear-gradient(top,  #cfc4b3  0%,#f9f3ec 100%);
    background: -o-linear-gradient(top,  #cfc4b3  0%,#f9f3ec 100%);
    background: -ms-linear-gradient(top,  #cfc4b3  0%,#f9f3ec 100%);
    background: linear-gradient(to bottom,  #cfc4b3  0%,#f9f3ec 100%);
    display: flex;
    justify-content: center;
}
.item_code_l{
    width: 40%;
	text-align: right;
}
.item_code_r{
    width: 45%;
    display: flex;
    align-items: center;
}
.item_code_r img{
    width: 200px;
    border: 15px solid #b4b1ac;
    border-radius: 10px;
    margin: 50px 0 50px 100px;
}
.item_code_l p{
    background-image: -webkit-linear-gradient(left, #584e4e, #ee3333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
}
.item_code_l p:nth-child(1){
    margin-top: 50px;
}




.section2{
    width: 1000px;
    height: 646px;
    margin:0 auto;
    position:relative;
    padding-top:68px;
}
.section2 h4{
    font-size: 58px;
    text-align: center;
    
}
.section2 .imgs{
    width: 658px;
    height: 61px;
    position:absolute;
    left:170px;
    top:100px;
}
.section2 h3{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.curr{
    background:#c81418;
    border-bottom:3px #ffdf30 solid; 
}
.section2 .section_dls{
    width: 1000px;
    margin-top:26px;
   
}
.section2 .section_dls dl{
    width: 240px;
    height: 115px;
    background: url('../images/yiimg.png') no-repeat center;
    background-size: 240px;
    box-shadow: 8px 8px 15px #eeedec;
     float:left;
     display: flex;
     margin-left:10px;
     margin-top:37px;
     border-radius: 8px;
     cursor: pointer;
}
.section2 .section_dls dl:hover{
     background: url('../images/imger.png') no-repeat center;
    background-size: 258px;
    color: #fff;
}
.section2 .section_dls dl:hover .oper{
    color: #fff;
    border:1px #fff solid;
}
.section_dls dl dt{
    flex:1.7;
    text-align: center;
}
.section_dls dl dt img{
    width: 46px;
    margin-top:29px;
}
.section_dls dl dd{
    flex: 3;
}
.section_dls dl dd .opyi{
    font-size: 16px;
    margin-top:36px;
    font-family: 'PingFangSC Regular'; 
}
.section_dls dl dd .oper{
    font-size: 16px;
    margin-top:5px;
    border:#f74e57 solid 1px;
    width: 81px;
    text-align: center;
    color: #f74e57;
    border-radius: 10px;
    font-family: 'PingFangSC Medium';
}
.active{
    background: #51a9ea!important;
    color: #fff!important;
    /*background: url('../images/left_th.png') no-repeat left!important;
    background-size: 46px 60px!important;*/
}
/*.section2 .section_dls dl dt img:hover{
    background: url('../images/left_th.png')
}*/

.actives{
    color: #fff!important;
    border:#fff solid 1px!important;
}
.section2 .load{
    width: 399px;
    height: 100px;
    background: #ffdf30;
    font-size: 24px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    line-height: 100px;
    color: #000;
    margin-left:70px;
    margin-top:48px;
    cursor: pointer;
    font-family: 'PingFangSC-Semibold';
	float:left;
}
.section3{
    width: 100%;
    height: 878px;
    background: url('../images/banners.png')  center;
    background-size: 1920px 790px;
    
}
.sections_main{
    width: 1000px;
    margin:0 auto;
    height: 755px;
    position:relative;
}
.section3 h4{
    font-size: 58px;
    text-align: center;
    color: #fff;
    padding-top:74px;
}
.section3 .imgs{
    width: 658px;
    height: 61px;
    position:absolute;
    left:170px;
    top:96px;
}
.section3 h3{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.sections_main .oul{
    width: 564px;
    border:1px #fff solid;
    height: 49px;
    border-radius: 38px;
    line-height: 49px;
    margin-top:22px;
    font-size: 24px;
    font-family: 'PingFangSC Medium';
	
}
.sections_main .oul b{
     cursor: pointer;
     display: inline-block;
     color: #fff;
     width: 141px;
     height: 49px;
     text-align: center;
     float: left;
     
}
.sections_main .oul b:nth-child(1){
    border-top-left-radius: 38px;
     border-bottom-left-radius: 38px;
}
.sections_main .oul b:nth-child(4){
    border-top-right-radius: 38px;
     border-bottom-right-radius: 38px;
}
.sections_main .oul b.hovers{
    color: #d31c26;
    background: #fff;
     /*border-top-left-radius: 38px;
     border-bottom-left-radius: 38px;
     border-bottom-right-radius: 38px;
     border-top-right-radius: 38px;*/
}
.sections_main .odiv ol li{
    cursor: pointer;
	text-align:center;
	background:#fff;
}
.sections_main .odiv{
    width: 1000px;
    height: 321px;
    border-top:1px #9ac8fc solid;
    margin-top:10px;

}
.sections_main .odiv ol{
    display: none;
}
.sections_main .odiv ol.hovers{
    display: block;
}
.sections_main .odiv .one li{
    width: 259px;
    height: 76px;
    line-height: 76px;
   /* background: #fff;*/
    border-radius: 8px;
    float: left;
    margin-left:51px;
    margin-top:22px;
}
.odiv .one li:hover{
  	background:-webkit-linear-gradient(left,#ad0707,#c81418);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#ad0707,#c81418);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#ad0707,#c81418);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#ad0707,#c81418);/* 标准*/
    background-size:259px;
    color: #fff;
}


.odiv .two li:hover{
  	background:-webkit-linear-gradient(left,#ad0707,#c81418);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#ad0707,#c81418);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#ad0707,#c81418);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#ad0707,#c81418);/* 标准*/
    background-size:259px;
    color: #fff;
}
.odiv .three li:hover{
  	background:-webkit-linear-gradient(left,#ad0707,#c81418);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#ad0707,#c81418);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#ad0707,#c81418);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#ad0707,#c81418);/* 标准*/
    background-size:259px;
    color: #fff;
}
.odiv .four li:hover{
  	background:-webkit-linear-gradient(left,#ad0707,#c81418);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#ad0707,#c81418);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#ad0707,#c81418);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#ad0707,#c81418);/* 标准*/
    background-size:259px;
    color: #fff;
}
.sections_main .odiv .two li,.sections_main .odiv .three li,.sections_main .odiv .four li{
    width: 259px;
    height: 76px;
    line-height: 76px;
    border-radius: 8px;
    float: left;
    margin-left:51px;
    margin-top:22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	
}
.sections_main .odiv .two li span{
    font-size: 16px;
    font-family: 'PingFangSC Medium';
}
.sections_main .odiv .one li span{
    font-size: 16px;
    font-family: 'PingFangSC Medium';
}
.sections_main .odiv .three li span{
    font-size: 16px;
    font-family: 'PingFangSC Medium';
}
.sections_main .odiv .four li span{
    font-size: 16px;
    font-family: 'PingFangSC Medium';
}


.odiv ol li span:nth-child(1) img{
    width: 22px;
    margin-top:8px;
}
.bjy{
    background: -webkit-linear-gradient(top,#2e88ec,#4698f3, #60aafc)!important;
    color: #fff;
}
.section3 .load{
    width: 399px;
    height: 100px;
    background: #ffdf30;
    font-size: 24px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    line-height: 100px;
    color: #000;
    margin-left:70px;
    margin-top:50px;
    cursor: pointer;
    font-family: 'PingFangSC-Semibold';
	float:left;
}
.section4{
    width: 1000px;
    height: auto;
    margin:0 auto;
    position: relative;
}
.section4 h4{
    font-size: 58px;
    text-align: center;
   
    padding-top:50px;
}
.section4 .imgs{
    width: 658px;
    height: 61px;
    position:absolute;
    left:170px;
    top:102px;
}
.section4 h3{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
 
}
.section4_main{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.section4_main dl{
    position:relative;
    text-align: center;
    width: 280px;
    height: 470px;
	padding:0 15px;
    border:#cecece 1px solid;
    border-radius: 8px;
    margin-left:5px;
    margin-top:54px;
    cursor: pointer;

	
}
.section4_main dl:nth-child(1){
    margin-left:5px;
}
.section4_main dl dt img{
    width: 97px;
    margin-top:26px;

}
.section4_main dl dd h5{
    font-size:24px;
    margin-top:33px;
    font-family: 'PingFangSC Regular';
}
.section4_main dl dd p{
    font-size: 16px;
    line-height: 20px;
    margin-top:12px;
    font-family: 'PingFangSC Regular';
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align:left;
}
.section4_main dl dd .section_db{
    display: block;
    width: 133px;
    height: 39px;
    color: #000;
    background: #ffdf30;
    line-height: 39px;
   position: absolute;
    left: 85px;
    bottom: 25px;
    border-radius: 8px;
    font-size:16px; 
    cursor: pointer;
    font-family: 'PingFangSC-Semibold, sans-serif';
}
.xf{
    background: #d31c26;
    color: #fff;
}
.section4 .load{
    width: 399px;
    height: 100px;
    background: #ffdf30;
    font-size: 24px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    line-height: 100px;
    color: #000;
    margin-left:70px;
    margin-top:48px;
    cursor: pointer;
    font-family: 'PingFangSC-Semibold';
}

.bottom_nav{
	width:1000px;
	height:250px;
	margin:75px auto 0;
	
}
.bottom_nav_title{
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.bottom_nav_line{
	width:100%;
	display:flex;
	justify-content: space-around;
	flex-wrap:nowrap;
}
.bottom_nav_line_one{
	width:150px;
	height:150px;
	margin-top:50px;
	text-align:center;
}
.bottom_nav_line_one img{
	height:80px;
}
.bottom_nav_line_one p a{
	font-size:16px;
}




.tanc{
    display: none;
}

.pop_wrap {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.pop_log {
    width: 540px;
    background-image: linear-gradient(-180deg, #c81418 3%, #c81418 100%);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding-bottom:50px;
}

.title_h {
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.delete {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: -14px;
    cursor: pointer;
}

.log_t {
    width: 511px;
    padding: 50px 0;
    margin: 0 auto;
    background: #ffffff;
}
.ser_inp select{
	height: 60px;
	width:410px;
	color:#999;
	font-size:16px;
	border:none;
}

.ser_inp,
.ser_inp1 {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.ser_inp {
    width: 410px;
    margin: 0 auto 23px;
    position: relative;
}

.ser_box {
    width: 410px;
    margin: 0 auto;
    position: relative;
}

.ser_inp1 {
    width: 260px;
}

.icon1 {
    width: 17px;
    height: 25px;
    margin: 20px 10px 0 14px;
}

.icon2 {
    width: 21px;
    height: 24px;
    margin: 20px 10px 0 14px;
}

.txt_yzm {
    width: 203px;
}

.phone_r,.phone_sheng,.phone_province,
.txt_yzm {
    font-size: 18px;
    color: #999999;
    height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
}

.send_btn1,
.confirm {
    font-size: 18px;
    width: 135px;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    float: right;
    border: 0;
    outline: none;
}

.send_btn1 {
    color: #c81418;
    border: 1px solid #c81418;
    position: absolute;
    right: 0;
}

.confirm {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-image: linear-gradient(-180deg, #c81418 3%, #c81418 100%);
}



.footer{
    max-width: 1920px;
    margin: 50px auto 0;
    background: -moz-linear-gradient(right,  #f33b3b  0%, #920606 100%);
    background: -webkit-linear-gradient(right,  #f33b3b  0%,#920606 100%);
    background: -o-linear-gradient(right,  #f33b3b  0%,#920606 100%);
    background: -ms-linear-gradient(right,  #f33b3b  0%,#920606 100%);
    background: linear-gradient(to right,  #f33b3b  0%,#920606 100%);
    overflow: hidden;
    position: relative;
	padding-top:50px;
}
.item_footer{
	max-width:1920px;
	margin:0 auto;
}
.item_footer img{
	width:100%;
}

.item_bottom_title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}
.item_city{
    max-width: 1920px;
    margin: 0 auto;
    padding: 5px 0;
}
.item_city_div{
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    background: #ff4141;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #c72222;
}
.item_city_con{
    width: 980px;
    margin: 0 auto;
   
}
.item_city_con_box{
    width:100%;
    height: 210px;
    margin-top: 10px;
    box-shadow: 0 3px 10px 1px #bdbdbd;
    background: #fff;

}
.item_city_con_box img{
    width: 150px;
    margin-top: 30px;
    margin-right: 150px;
}
.item_city_con_box_p{
    line-height: 180px;
    margin-left: 150px;
}
.item_city_con_box_city{
    margin-left: 100px;
}
.item_city_con_box_city p{
    margin-top: 15px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #ff4141;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #ff4141;
    font-weight: bold;
}
.item_bottom{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    border: 8px solid #ff4141;
	margin-bottom:50px;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    display: block;
    width: 100%;
}