.ns {
  width: 100%;
  text-align: center;
  clear: both; }
  .ns h2 {
    font-size: 32px;
    color: #024794;
    font-weight: normal;
    padding-top: 50px; }

.ns1 h2 {
  padding-top: 100px; }
.ns1 .wsmul1 {
  width: 1200px;
  height: 158px;
  margin: auto;
  margin-top: 40px; }
  .ns1 .wsmul1 li {
    float: left;
    width: 380px;
    height: 158px;
    border-radius: 10px; }
    .ns1 .wsmul1 li p {
      font-size: 14px;
      width: 240px;
      text-align: left;
      margin-left: 130px;
      margin-top: 25px; }
      .ns1 .wsmul1 li p span {
        display: block;
        font-size: 32px;
        color: #024794;
        margin-bottom: 15px; }
  .ns1 .wsmul1 li + li {
    margin-left: 30px; }
.ns1 .wsmul2 {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  clear: both; }
  .ns1 .wsmul2 li {
    float: left;
    width: 468px;
    height: 458px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-left: 60px;
    margin-bottom: 50px; }
    .ns1 .wsmul2 li img {
      margin-top: 20px; }
    .ns1 .wsmul2 li p {
      text-align: left;
      font-size: 18px;
      width: 380px;
      margin: auto;
      margin-top: 20px; }
      .ns1 .wsmul2 li p span {
        display: block;
        padding-top: 20px; }
  .ns1 .wsmul2 li + li {
    margin-left: 140px; }
.ns3{background:#FFF;
padding-bottom:40px;}
.ns3 .nssx {
  font-size: 18px;
  color: #666666;
  padding-top: 14px;
  background:#FFF;
   }
.ns3 ul {
  width: 1200px;
  margin: auto;
  margin-top: 40px; }
  .ns3 ul li {
    float: left;
    width: 336px;
    height: 262px;
    letter-spacing: 1px; }
    .ns3 ul li .nssxp1 {
      font-size: 24px;
      font-weight: bold;
      color: #FFFFFF;
      padding-top: 20px; }
    .ns3 ul li .nssxp2 {
      font-size: 18px;
      width: 305px;
      height: 100px;
      line-height: 22px;
      margin: auto;
      color: #FFFFFF;
      margin-top: 24px;
      text-align: left; }
  .ns3 ul li + li {
    margin-left: 96px; }
  .ns3 ul li:nth-child(4) {
    margin-left: 215px;
    margin-top: 50px; }
  .ns3 ul li:nth-child(5) {
    margin-top: 50px;
    margin-bottom: 40px; }
.ns3 .wxts {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  background: #f5f5f5;
  clear: both;
  font-size: 18px;
  color: #b1130d; }
  
  
  /****************公用按钮*****************/
.className{ 
 	line-height:60px;
	height:60px;
	width:250px;
	color:#ffffff;
	background-color:#ededed;
	font-size:20px;
	font-weight:normal;
	font-family:Arial;
	background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #f84900), color-stop(1, #ff0000));
	background:-moz-linear-gradient(top, #f84900 5%, #ff0000 100%);
	background:-o-linear-gradient(top, #f84900 5%, #ff0000 100%);
	background:-ms-linear-gradient(top, #f84900 5%, #ff0000 100%);
	background:linear-gradient(to bottom, #f84900 5%, #ff0000 100%);
	background:-webkit-linear-gradient(top, #f84900 5%, #ff0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f84900', endColorstr='#ff0000',GradientType=0);
	border:0px solid #dcdcdc;
	-webkit-border-top-left-radius:32px;
	-moz-border-radius-topleft:32px;
	border-top-left-radius:32px;
	-webkit-border-top-right-radius:32px;
	-moz-border-radius-topright:32px;
	border-top-right-radius:32px;
	-webkit-border-bottom-left-radius:32px;
	-moz-border-radius-bottomleft:32px;
	border-bottom-left-radius:32px;
	-webkit-border-bottom-right-radius:32px;
	-moz-border-radius-bottomright:32px;
	border-bottom-right-radius:32px;
	-moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	text-align:center;
	display:inline-block;
	text-decoration:none;
}
.className:hover {
	background-color:#f5f5f5;
	background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #ff0000), color-stop(1, #f84900));
	background:-moz-linear-gradient(top, #ff0000 5%, #f84900 100%);
	background:-o-linear-gradient(top, #ff0000 5%, #f84900 100%);
	background:-ms-linear-gradient(top, #ff0000 5%, #f84900 100%);
	background:linear-gradient(to bottom, #ff0000 5%, #f84900 100%);
	background:-webkit-linear-gradient(top, #ff0000 5%, #f84900 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#f84900',GradientType=0);
	color:#ffffff;
}
/******Q&A*****/
.solution-list{position:relative;height:582px;z-index:9;width:1200px;margin:0 auto;}
.short-bar{position:absolute;top:187px;left:50%;margin-left:-15px;width:30px;height:3px;background-color:#fff}
.active .short-bar{top:201px;background-color:#009dff}
.solution-list ul li{float:left;width:240px;position:relative;height:412px;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.solution-item-wrapper{width:240px;height:412px;background:url(../images/solution_item_bg_01.jpg) center no-repeat}
.solution-item-02{background-image:url(../images/solution_item_bg_02.jpg)}
.solution-item-03{background-image:url(../images/solution_item_bg_03.jpg)}
.solution-item-04{background-image:url(../images/solution_item_bg_04.jpg)}
.solution-item-05{background-image:url(../images/solution_item_bg_05.jpg)}
.active .solution-item-wrapper{position:absolute;z-index:9;top:-62px;left:-51px;width:341px;height:526px;background:url(../images/solution_item_bg_active_01.jpg) no-repeat;-webkit-box-shadow:0 5px 40px rgba(0,0,0,.5);-moz-box-shadow:0 5px 40px rgba(0,0,0,.5);box-shadow:0 5px 40px rgba(0,0,0,.5)}



.ns4 {
  height: 920px;
  background: #F5F5F5;
}
  .ns4 ul {
    width: 1200px;
    height: 720px;
    background: #FFFFFF;
    margin: auto;
    margin-top: 39px;
    border-radius: 40px; }
    .ns4 ul li {
      float: left; }
    .ns4 ul .swtc {
      width: 322px; }
      .ns4 ul .swtc #swyc2 {
        display: none; }
      .ns4 ul .swtc .swp1 {
        width: 100%;
        height: 96px;
        line-height: 96px;
        font-size: 32px;
        color: #FFFFFF;
        background: #b1130d; }
      .ns4 ul .swtc .swp2 {
        width: 92px;
        height: 77px;
        margin: auto;
        margin-top: 15px; }
      .ns4 ul .swtc .swp3 {
        font-size: 24px;
        color: #b1130d;
        line-height: 40px;
        margin-top: 50px; }
        .ns4 ul .swtc .swp3 span {
          display: block; }
      .ns4 ul .swtc .swp4 {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px; }
      .ns4 ul .swtc .swp5 {
        font-size: 18px;
        line-height: 30px; }
        .ns4 ul .swtc .swp5 span {
          display: block; }
      .ns4 ul .swtc .swp6 {
        font-size: 18px;
        color: #d51619;
        line-height: 30px;
        height: 90px; }
        .ns4 ul .swtc .swp6 span {
          display: block; }
      .ns4 ul .swtc .swp7 {
        width: 112px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        background: #F5F5F5;
        margin: auto;
        font-size: 24px;
        margin-top: 50px;
        cursor: pointer; }
    .ns4 ul .cztc {
      width: 556px;
      height: 720px;
      border-radius: 40px;
      box-shadow: 0 0 20px #9f9f9f; }
      .ns4 ul .cztc #yytc2 {
        display: none; }
      .ns4 ul .cztc .cztcp1 {
        width: 100%;
        height: 96px;
        background: #b1130d; }
        .ns4 ul .cztc .cztcp1 p {
          width: 100%;
          height: 100%;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          box-shadow: 0 0 20px #9f9f9f;
          line-height: 96px;
          color: #FFFFFF;
          font-size: 32px; }
      .ns4 ul .cztc .cztcp2 {
        font-size: 18px;
        width: 310px;
        margin: auto;
        text-align: left;
        line-height: 30px;
        margin-top: 15px; }
        .ns4 ul .cztc .cztcp2 span {
          display: block; }
      .ns4 ul .cztc .cztcp3 {
        font-size: 18px;
        width: 310px;
        margin: auto;
        text-align: left;
        line-height: 30px;
        margin-top: 30px; }
        .ns4 ul .cztc .cztcp3 span {
          display: block; }
      .ns4 ul .cztc .cztcp4 {
        color: #d51619; }
      .ns4 ul .cztc .cztcp5 {
        width: 320px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 24px;
        background: #ff7718;
        margin: auto;
        margin-top: 50px;
        cursor: pointer; }
    .ns4 ul .swtc2 {
      width: 322px; }
      .ns4 ul .swtc2 #thtc2 {
        display: none; }
      .ns4 ul .swtc2 #thtc {
        display: block; }
      .ns4 ul .swtc2 .swp1 {
        width: 100%;
        height: 96px;
        line-height: 96px;
        font-size: 32px;
        color: #FFFFFF;
        background: #b1130d; }
      .ns4 ul .swtc2 .swp2 {
        width: 92px;
        height: 77px;
        margin: auto;
        margin-top: 15px; }
      .ns4 ul .swtc2 .swp3 {
        font-size: 24px;
        color: #b1130d;
        line-height: 40px;
        margin-top: 50px; }
        .ns4 ul .swtc2 .swp3 span {
          display: block; }
      .ns4 ul .swtc2 .swp4 {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px; }
      .ns4 ul .swtc2 .swp5 {
        font-size: 18px;
        line-height: 30px; }
        .ns4 ul .swtc2 .swp5 span {
          display: block; }
      .ns4 ul .swtc2 .swp6 {
        font-size: 18px;
        color: #d51619;
        line-height: 30px;
        height: 90px; }
        .ns4 ul .swtc2 .swp6 span {
          display: block; }
      .ns4 ul .swtc2 .swp7 {
        width: 112px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        background: #F5F5F5;
        margin: auto;
        font-size: 24px;
        margin-top: 50px;
        cursor: pointer; }
    .ns4 ul .swtcnav {
      width: 556px;
      height: 720px;
      border-radius: 40px;
      box-shadow: 0 0 20px #9f9f9f; }
      .ns4 ul .swtcnav #swyc2 {
        display: block; }
      .ns4 ul .swtcnav .swp1 {
        width: 100%;
        height: 96px;
        line-height: 96px;
        color: #FFFFFF;
        font-size: 32px;
        background: #b1130d;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px; }
      .ns4 ul .swtcnav .cztcp2 {
        font-size: 18px;
        width: 310px;
        margin: auto;
        text-align: left;
        line-height: 30px;
        margin-top: 15px; }
        .ns4 ul .swtcnav .cztcp2 span {
          display: block; }
      .ns4 ul .swtcnav .cztcp3 {
        font-size: 18px;
        width: 310px;
        margin: auto;
        text-align: left;
        line-height: 30px;
        margin-top: 30px; }
        .ns4 ul .swtcnav .cztcp3 span {
          display: block; }
      .ns4 ul .swtcnav .cztcp4 {
        color: #d51619; }
      .ns4 ul .swtcnav .swp7 {
        width: 320px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 24px;
        background: #ff7718;
        margin: auto;
        margin-top: 20px;
        cursor: pointer; }
    .ns4 ul .cztcnav {
      width: 322px; }
      .ns4 ul .cztcnav #yytc2 {
        display: block; }
      .ns4 ul .cztcnav .cztcp1 {
        width: 100%;
        height: 96px;
        line-height: 96px;
        font-size: 32px;
        color: #FFFFFF;
        background: #b1130d;
        border-top-left-radius: 40px; }
      .ns4 ul .cztcnav .swp2 {
        width: 92px;
        height: 77px;
        margin: auto;
        margin-top: 15px; }
        .ns4 ul .cztcnav .swp2 img {
          margin-top: 15px; }
      .ns4 ul .cztcnav .swp3 {
        font-size: 24px;
        color: #b1130d;
        line-height: 40px;
        margin-top: 50px; }
        .ns4 ul .cztcnav .swp3 span {
          display: block; }
      .ns4 ul .cztcnav .swp4 {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px; }
      .ns4 ul .cztcnav .swp5 {
        font-size: 18px;
        line-height: 30px; }
        .ns4 ul .cztcnav .swp5 span {
          display: block; }
      .ns4 ul .cztcnav .swp6 {
        font-size: 18px;
        color: #d51619;
        line-height: 30px;
        height: 90px; }
        .ns4 ul .cztcnav .swp6 span {
          display: block; }
      .ns4 ul .cztcnav .swp7 {
        width: 112px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        background: #F5F5F5;
        margin: auto;
        font-size: 24px;
        margin-top: 50px;
        cursor: pointer; }
    .ns4 ul .thtcnav {
      width: 556px;
      height: 720px;
      border-radius: 40px;
      box-shadow: 0 0 20px #9f9f9f; }
      .ns4 ul .thtcnav #thtc2 {
        display: block; }
      .ns4 ul .thtcnav #thtc {
        display: none; }
      .ns4 ul .thtcnav .swp1 {
        width: 100%;
        height: 96px;
        line-height: 96px;
        color: #FFFFFF;
        font-size: 32px;
        background: #b1130d;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px; }
      .ns4 ul .thtcnav .cztcp2 {
        font-size: 18px;
        width: 310px;
        margin: auto;
        text-align: left;
        line-height: 30px;
        margin-top: 15px; }
        .ns4 ul .thtcnav .cztcp2 span {
          display: block; }
      .ns4 ul .thtcnav .cztcp3 {
        font-size: 18px;
        width: 310px;
        margin: auto;
        text-align: left;
        line-height: 30px;
        margin-top: 30px; }
        .ns4 ul .thtcnav .cztcp3 span {
          display: block; }
      .ns4 ul .thtcnav .cztcp4 {
        color: #d51619; }
      .ns4 ul .thtcnav .swp7 {
        width: 320px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 24px;
        background: #ff7718;
        margin: auto;
        margin-top: 140px !important;
        cursor: pointer; }
    .ns4 ul .swj .swp1 {
      border-top-left-radius: 40px; }
    .ns4 ul .thj .swp1 {
      border-top-right-radius: 40px; }
    .ns4 ul .thj .swp2 img {
      margin-top: 15px; }
    .ns4 ul .thj .swp7 {
      margin-top: 180px; }
	  
.ns5 ul {
  width: 1200px;
  height: 240px;
  margin: auto;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold; }
  .ns5 ul li {
    float: left;
    width: 241px;
    margin-top: 140px; }
  .ns5 ul li + li {
    margin-left: 78px; }
.ns5 .nslc {
  width: 194px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  clear: both;
  background: #b1130d;
  border-radius: 10px;
  margin-top: 40px;
  cursor: pointer; }

.ns6 {
  height: 740px;
  background: #fff;
}
  .ns6 .qxwys {
    width: 630px;
    height: 560px;
    margin: auto;
    margin-top: 40px; }
    .ns6 .qxwys .ysul1 {
      width: 100%;
      font-size: 18px;
      color: #FFFFFF; }
      .ns6 .qxwys .ysul1 li {
        float: left; padding-top:20px;}
      .ns6 .qxwys .ysul1 p {
        font-size: 24px;
        font-weight: bold;
        color: #fff100;
        margin-bottom: 12px; }
      .ns6 .qxwys .ysul1 span {
        display: block; }
      .ns6 .qxwys .ysul1 li:nth-child(1) {
        margin-left: 65px;
        margin-top: 110px; }
      .ns6 .qxwys .ysul1 li:nth-child(2) {
        margin-left: -13px;
        margin-top: 20px; }
      .ns6 .qxwys .ysul1 li:nth-child(3) {
        margin-top: 110px;
        margin-left: 10px; }
    .ns6 .qxwys .yszjz {
      font-size: 34px;
      font-weight: bold;
      color: #b1130d;
      clear: both;
      letter-spacing: 1px;
      line-height: 42px; }
      .ns6 .qxwys .yszjz span {
        display: block; }
    .ns6 .qxwys .ysul2 {
      width: 100%;
      font-size: 18px;
      color: #FFFFFF;}
      .ns6 .qxwys .ysul2 li {
        float: left; }
      .ns6 .qxwys .ysul2 p {
        font-size: 24px;
        font-weight: bold;
        color: #fff100;
        margin-bottom: 12px; }
      .ns6 .qxwys .ysul2 span {
        display: block; }
      .ns6 .qxwys .ysul2 li:nth-child(1) {
        margin-left: 70px; }
      .ns6 .qxwys .ysul2 li:nth-child(2) {
        margin-top: 80px;
        margin-left: -20px; }
  
  .ns8 ul {
  width: 1200px;
  height: 430px;
  margin: auto;
  margin-top: 40px; }
  .ns8 ul li {
    float: left; }
    .ns8 ul li .tt {
      width: 661px;
      height: 46px;
      line-height: 46px;
      font-size: 18px;
      text-align: left;
      padding-left: 40px; }
    .ns8 ul li p + p {
      margin-top: 19px; }
	  
#buttonlist{
	background: url(../images/bgbanner.jpg) no-repeat center top;
	height: 155px;
}	  
/*************************************************************************************************************************************/
#slide{position:absolute;height:120px;width:450px;color:#333;overflow:hidden;margin-left: 20px;margin-top:20px;}
#slide p{height:34px;line-height:34px;overflow:hidden}
#slide span{float:left;}
.clearfix {
	float: none;
	clear: both;
}

.header {
	position: relative;
	width: 100%;
	height: auto;
}

.hd-c {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
}

.hd-c .banner {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}


.hd-c2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
}

.hd-c2 .banner2 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.content {
	text-align: center;
}

.banner .frame {
	position: absolute;
	top: 10%;
	/*<!--悬浮相对于背景位置的一半-->*/
left: 22%;
	/*<!--相对于左边-->*/
z-index: 2;
	/*<!--让图片悬浮于背景之上-->*/
width: 45%;
	/*<!--图片宽度大小-->*/
}

.banner .pic {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

.banner .png-24 {
	_display: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.banner .frame .changing-over {
	float: left;
	margin: 1px 0 1px 1px;
	width: 600px;
	height: 250px;
	text-align: left;
}

/*香港公司审计*/
#cont1{width:1200px;height:500px;margin:0 auto;}
.btC{width:1200px;height:auto;text-align:center;margin-top:60px;}
.btC p{ font-size:18px;}
.bt_p1,.bt_p1 span{font-size:132px;font-weight: bold;}
.bt_p1 span{color:#39699f; font-size:32px;}
.bt_p2{color: #999;margin-top:15px; font-size:18px;}
.cont1_nr{width:1200px;height:338px;background:#39699F;margin-top: 40px;}
.form1{width:1200px;height:60px;margin:0 auto;position: relative;}
.img_cont1_1{margin-top:20px;}
#input1{position: absolute;left:60px;top:30px;height:40px;width: 410px;border:none;}
#input2{position: absolute;left:570px;top:30px;height:40px;width:400px;border:none;}
#a1{display:block;position: absolute;width:187px;height:60px;left:723px;top:20px;}
.cont1_bottom{width:1160px;height:215px;background:#fff;margin:40px auto 0 auto;}
.cont1_p1{font-weight: bold;margin-left: 20px;padding-top:22px;}
.cont1_p1 span{font-weight: bold;color:#39699f;}
.cont1_p1 p span{
font-size:18px;}



/*栅格，防塌陷*/
.col-sm-6{float:left;width:48%}
.AGrid-row{clear:both}
.AGrid-row:before,.AGrid-row:after{content:" ";display:table;line-height:0}
.AGrid-row:after{clear:both}
/*大盒子背景*/
.bg-white{background-color:#fff}
.developer-toolbag-block{max-width:1200px;text-align:center;padding:50px 0;clear:both;margin:0 auto}
/*标题*/
.titleBar{text-align:center}
.titleBar .caption{font-size:36px;color:#252b3a;letter-spacing:0;text-align:center;line-height:46px;margin-bottom:10px}
.descript{margin-bottom:40px;font-size:16px;color:#A0A2A8}
.center-layer{text-align:center;font-size:0}
/*列表*/
.tool-package>div{padding:0 10px}
.tool-package .tile{height:134px;transition:box-shadow .5s ease;padding:19px 24px 20px 25px;margin-top:20px;position:relative;border-radius:2px;border:1px solid #ddd}
/*鼠标悬浮列表上方渐变色*/
.tool-package 
.tile:before{content:"";position:absolute;display:inline-block;left:0;top:0;width:0;height:3px;background:rgba(21,0,255,0.10);background-repeat:no-repeat;background-image:linear-gradient(-252deg,rgba(1,78,204,0.80) 0%,rgba(1,182,201,0.50) 98%)}
.tool-package .tile:hover:before{width:100%}
.tool-package .tile:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.10)}
/*图标*/
.tool-package .center-layer>.layer-figure{width:48px;vertical-align:top;float:left}
/*文字*/
.tool-package .center-layer .layer-text{width:75%;float:left;padding:0 20px;text-align:center; }
.tool-package .dev-list{font-size:18px;color:#252b3a;margin-bottom:4px;width:75%;float:left;text-align:left;padding-left:20px}
.tool-package .dev-text{font-size:14px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;height:63px;line-height:26px;color:#A0A2A8;text-align:left; padding-top:10px;}
/*立即体验按钮*/
.tool-package .layer-btn{width:87px;border:1px solid #3b516a;border-radius:1px;font-size:12px;color:#252b3a;display:inline-block;cursor:pointer;float:right;position:absolute;top:110px;right:34px;text-align:center}
.tool-package .layer-btn p{line-height:30px;height:30px}
.tool-package .layer-btn:hover{color:#f66f6a;border:1px solid #f66f6a;border-radius:1px}
/*一键购买按钮*/
.buy-now{font-size:18px;color:#ffffff;text-align:center;line-height:22px;padding:13px 40px;display:inline-block;margin:0 auto;background:#f66f6a;cursor:pointer;margin-top:40px;border-radius:2px}
.buy-now:hover{box-shadow:0 8px 16px 0 rgba(227,24,31,0.30)}


/*******************************/
.banner {
    width: 100%;
}

.banner img {

    cursor: pointer;
}

.wlzc {
    width: 100%;
    margin: 0 auto;
    clear: both;
    text-align: center;
    letter-spacing: 1.5px;
}

.wlzc1 {
    /*border-top: 1px solid #01838a;*/
    /*border-bottom: 1px solid #01838a;*/
    height: 796px;
}

.wlzc1 .zcno {
    width: 1200px;
    margin: 100px auto;
}

.wlzc1 .zcno .zcnop {
    width: 580px;
    color: #444444;
    line-height: 42px;
    text-align: left;
    font-size: 16.5px;
    margin-top: 10px;
    float: left;
}

.wlzc1 .zcno .zcnop .lj {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #8dcff4;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
}

.wlzc1 .zcno img {
    float: right;
}

/*标题*/
.title_box {
    width: 100%;
    margin: auto;
    position: relative;
    top: -29px;
    color: #01838a;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*display: flex;*/
}

.title_liucheng {
    padding: 5px;
    border-radius: 10px;
    width: 452px;
    font-size: 24px;
    color: #024794;
    height: 48px;
    line-height: 48px;
    float: left;
}

.title_body {
    width: 480px;
    margin: auto;
    height: 60px;
}

.title_body .bt_right {
    float: left;
    width: 9px;
    height: 9px;
    margin: 24px auto;
}

.title_liucheng {
    padding: 5px;
    border-radius: 10px;
    width: 452px;
    font-size: 24px;
    color: #024794;
    height: 48px;
    line-height: 48px;
    float: left;
}

.title_body .bt_left {
    float: right;
    width: 9px;
    height: 9px;
    margin: 24px auto;
}

.title_1 {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 100px 0 40px 0;
}

.title_1 p:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    margin: 0 24px;
}

.title_1 img {
    display: flex
}

.wlzc1 ul {
    /*display: flex;*/
    /*justify-content: center;*/
    max-width: 1200px;
    margin: 50px auto 0 auto;
    height: 291px;

}
.wlzc1 ul li{ float: left;   margin-left: 20px;  margin-bottom: 20px; }
.wlzc1 ul li a{
    display: block;
    width: 285px;
    height: 281px;
    background-size: 100%;
    position: relative;}
.wlzc1 ul .zclc {

}

.wlzc1 ul .zclc div {
    position: absolute;
    left: 40px;
    right: 0;
    margin: auto;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
}

.wlzc1 ul li:first-child,
.wlzc1 ul li:nth-child(5) {
    margin-left: 0
}

.zclc p:first-child {
    margin: 68px 0 24px 0;
    font-size: 18px;
    font-weight: bold;
    color: #024794;
    width: 208px;
    margin-left: 20px
}

.zclc p:nth-child(2) {
    font-size: 14px;
    color: #000;
    width: 140px;
    margin-left: 56px;
}

/*服务计划*/
.wlzc5 {
    width: 100%;
    background-color: #fff;
    height: 1060px;
}

.paizao_info {
    width: 1113px;
    height: 272px;
    border: 4px solid #0b3575;
    border-radius: 15px;
    margin: 50px auto 0 auto;
    padding: 16px 32px;
}

.paizao_info img {
    float: left;
    display: block
}

.paizao_info .paizao_info_details {
    float: right;
    width: 562px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify
}

.paizao_info2 {
    width: 1200px;
    margin: 38px auto 0 auto;
}

.paizao_info2_left {
    width: 392px;
    float: left
}

.paizao_info2_left div:first-child {
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #0b3575;
    text-align: left;
    margin-bottom: 16px;
    font-weight: bold;
}

.paizao_info2 .paizao_info2_left div:nth-child(2) {
    width: 390px;
    height: 260px;
    overflow: scroll;
    padding: 25px;
    border: 1px solid #e1e1e1;;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.paizao_info2 .paizao_info2_left div:nth-child(2)::-webkit-scrollbar {
    width: 6px;

    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.paizao_info2 .paizao_info2_left div:nth-child(2)::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

/*定义滑块 内阴影+圆角*/
.paizao_info2 .paizao_info2_left div:nth-child(2)::-webkit-scrollbar-thumb {
    height: 30px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #c1c1c1;

}

.paizao_info2_right {
    width: 780px;
    float: right;
}

.paizao_info2_right div:first-child {
    width: 780px;
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #0b3575;
    text-align: left;
    margin-bottom: 16px;
    font-weight: bold;
}

.paizao_info2_rihgt_details img {
    float: left
}

.paizao_info2_rihgt_details div:nth-child(2) {
    width: 500px;
    float: left;
    text-align: justify;
    margin-left: 30px;
}

.paizao_info2_rihgt_details div:nth-child(2) > p {
    line-height: 30px;
    font-size: 16px;
}

.paizao_info2_rihgt_details_list li {
    width: 155px;
    float: left;
    margin-bottom: 10px;

}
.paizao_info2_rihgt_details_list li p{color: #000}
.paizao_info2_rihgt_details_list li p span {
    width: 4px;
    height: 4px;
    /* height: 9px; */
    padding: 1px 4px;
    border-radius: 2px;
    background-color: #0b3575;
    color: #fff;
    font-size: 14px;
}

.paizao_info2_rihgt_details_list {
    margin-top: 10px
}

.wlzc5 .gwcx {
    font-size: 24px;
    font-weight: bold;
    color: #024794;
    clear: both;
    padding-top: 30px;
}

.wlzc5 .atp {
    margin-top: 30px;
    box-shadow: 0 0 10px #CCCCCC;
}

.title_5 {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 50px 0 50px 0;
}

.title_5 p:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    margin: 0 24px;
}

.tesefuwu {
    max-width: 1200px;
    margin: auto;
}

.tesefuwu > ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    height: 700px;
}

.tesefuwu > ul > li {
    width: 360px;
    height: 696px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #024794;
    float: left;
    margin-left: 60px;
}

.tesefuwu > ul > li:first-child {

    margin-left: 0;
}

.left_img {
    float: left;
    margin: 38px 0 24px 26px;
}

.right_img {
    float: right;
}

.list_contant .title_test {
    margin: 0 36px 0 26px;
    text-align: start;
    height: 65px;
    font-size: 16px;
    color: #024794;
}

.list_contant ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 26px;
    margin-top: 10px;
}

.list_contant ul li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.list_contant .rmb {
    font-size: 24px;
    color: #024794;
    line-height: 24px;
    margin-top: 35px;
    text-align: start;
    margin-left: 26px;
}

.list_contant .notice {
    font-size: 14px;
    color: #999;
    margin-top: 18px;
    text-align: start;
    margin-left: 26px;
}

.right_bottom_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.icon {
    opacity: 0
}

.border {
    width: 360px;
    height: 696px;
    border: 6px solid #024794;
    opacity: 1
}

.tesefuwu > ul > li:hover {
    opacity: 1;
    cursor: pointer;
    border: 6px solid #024794;
    box-sizing: border-box;
}

.tesefuwu > ul > li:hover .icon {
    opacity: 1;
}

.xzc {
    width: 100%;
    text-align: center;
    clear: both;
	padding-top:80px;
}

.xzc h2 {

    font-size: 32px;
    font-weight: normal;
    color: #024794;
}

.xzc1 ul {
    width: 817px;
    height: 100px;
    margin: auto;
    margin-top: 75px;
}

.xzc1 ul li {
    float: left;
    width: 86px;
    height: 84px;
}

.xzc1 ul .clli1 {
    background: url(../images/CLXG-1.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli2 {
    background: url(../images/CLXG-2.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli3 {
    background: url(../images/CLXG-3.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli4 {
    background: url(../images/CLXG-4.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli5 {
    background: url(../images/CLXG-5.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli6 {
    background: url(../images/CLXG-6.png) no-repeat center;
    background-position-y: -85px;
    transition: 0.5s;
}

.xzc1 ul .ydtb {
    margin-left: 60px;
}

.xzc1 .clgs {
    width: 817px;
    height: 5px;
    margin: auto;
    background: url(../images/jdt.png) no-repeat;
    background-position-x: -817px;
    transition: 5s;
}

.xzc1 .clzi {
    font-size: 18px;
    width: 1020px;
    line-height: 30px;
    margin: auto;
    margin-top: 39px;
}

.xzc1 .clzi span {
    color: #278fe4;
}

.xzc2 .fwtsp {
    width: 1200px;
    margin: auto;
    font-size: 18px;
    margin-top: 40px;
}

.xzc2 .fwtsp span {
    color: #278fe4;
}

.xzc2 ul {
    width: 1200px;
    height: 330px;
    margin: auto;
    margin-top: 50px;
}

.xzc2 ul li {
    width: 380px;
    float: left;
    position: relative;
    margin-left: 30px;
}

.xzc2 ul li:first-child,
.xzc2 ul li:nth-child(4) {
    margin-left: 0;
}

.xzc2 ul li .fwtsp1 {
    width: 164px;
    height: 145px;
    margin: auto;
}

.xzc2 ul li .fwtsp2 {
    font-size: 24px;
    font-weight: bold;
    color: #024794;
    margin-top: 28px;
}

.xzc2 ul li .fwtsp3 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 27px;
}

.xzc3 {
    background: #fff;
}

.xzc3 .zl_titile {
    width: 750px;
    margin: 0 auto 0 auto;
    height: 5px;

}

.xzc3 .zl_titile .zl_title_name {
    width: 232px;
    height: 55px;
    background-color: #8f8a8a;
    border-radius: 5px;
    float: left;
    line-height: 55px;
    color: #fff;
    margin-left: 26px;
}

.xzc3 .zl_titile .zl_title_name:first-child {
    margin-left: 0
}

.active {
    background-color: #0b3575 !important;
}

.xzc3 .blndul {
    width: 1200px;
    margin: auto;
    height: 385px;
    padding: 60px;	
}

.xzc3 .blndul > img {
    float: left;
    margin: 0 50px 0 100px;
}

.xzc3 .blndul .bdzld {
    float: left;
    text-align: left
}

.xzc3 .blndul .bdzld p {
    line-height: 32px;
}

.xzc3 .blndul .bdzld p span {
    margin-right: 10px;
    color: #0b3575
}

.xzc3 .zctj ul {
    width: 920px;
    margin: auto;
	padding-top:80px;
}

.xzc3 .zctj ul li {
    width: 420px;
    float: left;
    margin-bottom: 20px;
    margin-left: 40px;
	
}

.xzc3 .zctj ul li img {
    float: left
}

.xzc3 .zctj ul li div {
    float: right;
    width: 280px;
    text-align: left
		

}

.xzc3 .zctj ul li div p {
    margin-top: 25px;
	font-size:16px;
	
	
}

.xzc3 .tgcl ul {
    width: 1130px;
    margin: 30px auto 0 auto;
	padding-top:60px;
}

.xzc3 .tgcl ul li {
    width: 195px;
    float: left;

    margin-left: 27px;
}

.xzc3 .tgcl ul li:first-child {
    margin-left: 0
}

.xzc3 .tgcl ul li h1 {
    margin: 50px 0 32px 0;
    font-size: 24px;
    color: #000;
}

.xzc3 .tgcl ul li p {
    font-size: 16px;
    color: #333333;
    text-align: justify;
}

.xzc3 h2 {
    padding-top: 50px;
}

.hz_bank {
    height: auto
}

.hz_bank .yhkh2 {
    background: #fafafa;
    height: 528px;
    position: relative;

}
.yhkh3 {
    background: #fafafa;
    height: 200px;
    position: relative;
	margin-top:20px;

}

.hz_bank .yhkh2 .wsm {
    width: 700px;
    height: 60px;
    border-radius: 20px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background: #024794;
    position: relative;
    top: 30px;
}

.hz_bank .yhkh2 ul {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    margin-top: 40px;
	
}

.hz_bank .yhkh2 ul li {
    width: 192px;
    height: 105px;
    float: left;
    margin-left: 20px;
    margin-bottom: 28px;
    cursor: pointer;
}

.hz_bank .yhkh2 ul li:first-child,
.hz_bank .yhkh2 ul li:nth-child(6),
.hz_bank .yhkh2 ul li:nth-child(11) {
    margin-left: 0px;

}

.hz_bank .yhkh2 ul li p {
    width: 192px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    background: #024794;
    opacity: 0;
    position: relative;
    top: -109px;
    transition: 0.2s;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}

.hz_bank .yhkh2 ul li img {
    opacity: 1;
    transition: 0.2s;
    border: 1px solid #CCCCCC;
}

.hz_bank .yhkh2 ul li:hover img {
    opacity: 0;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}

.hz_bank .yhkh2 ul li:hover p {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.hz_bank .khzp1 {
    clear: both;
    font-size: 18px;
    margin-top: 90px;
}

.hz_bank .apul {
    width: 1200px;
    height: 230px;
    margin: auto;
    clear: both;
    margin-top: 120px;
}

.hz_bank .apul li {
    float: left;
    width: 300px;
}

.hz_bank .apul li .ap1 {
    width: 160px;
    height: 103px;
    text-align: center;
    margin: auto;
}

.hz_bank .apul li .ap2 {
    font-size: 20px;
    margin-top: 20px;
}

.hz_bank .apul li .ap3 {
    font-size: 16px;
    margin-top: 10px;
}

.hz_bank .apul li .ap4 img {
    margin-top: 24px;
}

.hz_bank .lijizx {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #024794;
    margin: auto;
    color: #FFFFFF;
    font-size: 20px;
}

.xzc4 {
    height: 670px;
}

.xzc4 h2 {
    padding-top: 50px;
}

.xzc4 ul {
    width: 888px;
    height: 455px;
    margin: auto;
    background: #0b67ce;
    border-radius: 30px;
    margin-top: 70px;
}

.xzc4 ul li {
    float: left;
    height: 455px;
    transition: 0.6s;
}

.xzc4 ul .swtc {
    width: 81%;
    height: 447px;
    border: 4px solid #024794;
    border-radius: 30px;
    background: #FFFFFF;
}

.xzc4 ul .swtc .thbtd {
    display: none;
}

.xzc4 ul .cztc {
    width: 7%;
    background: #0b67ce;
    border-radius: 30px;
    position: relative;
    left: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.xzc4 ul .cztc .tcmz {
    font-size: 34px;
    width: 50px;
    letter-spacing: 24px;
    line-height: 60px;
    margin-top: 108px;
}

.xzc4 ul .cztc2 {
    width: 9%;
    background: #0b67ce;
    color: #FFFFFF;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    cursor: pointer;
}

.xzc4 ul .cztc2 .tcmz {
    font-size: 34px;
    width: 50px;
    padding-left: 15px;
    line-height: 60px;
    margin-top: 108px;
}

.xzc4 ul .dhtc {
    width: 11%;
    background: #248cff;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.xzc4 ul .dhtc .thbtd {
    width: 50px;
    height: 455px;
    margin-left: 35px;
}

.xzc4 ul .dhtc .thbtd .thbt {
    font-size: 34px;
    width: 50px !important;
    line-height: 60px;
    margin-top: 108px;
}

.xzc4 ul .tb {
    font-size: 32px;
    color: #024794;
    width: 500px;
    text-align: left;
    margin: auto;
    margin-top: 20px;
}

.xzc4 ul .sdff {
    width: 500px;
    text-align: left;
    margin: auto;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
}

.xzc4 ul .sdff span {
    display: block;
    width: 200px;
    position: absolute;
    right: 0;
    text-align: left;
    display: inline-block;
}

.xzc4 ul .sdff2 {
    margin-top: 19px;
}

.xzc4 ul .sdff3 {
    margin-top: 30px;
}

.xzc4 ul .sdff4 {
    margin-top: 30px;
}

.xzc4 ul .sdff5 {
    color: #e31f1f;
}

.xzc4 ul .tcc {
    display: none;
}

.xzc4 ul .tccc {
    display: none;
}

.swfixednav {
    width: 9%;
    cursor: pointer;
    background: #0b67ce;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.swfixednav .thbtd {
    width: 50px;
    height: 455px;
    display: table !important;
    margin-left: 15px;
    color: #FFFFFF;
}

.swfixednav .thbtd .thbt {
    font-size: 34px;
    width: 50px !important;
    line-height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.czfixednav {
    width: 81%;
    height: 447px !important;
    border: 4px solid #024794;
    border-radius: 30px;
    background: #FFFFFF;
}

.xzc5 {
    background: #F5F5F5;
    height: 570px;
}

.xzc5 h2 {
    padding-top: 50px;
}

.xzc5 .blndul {
    width: 1100px;
    margin: auto;
    margin-top: 60px;
}

.xzc5 .blndul .blndli {
    width: 550px;
    float: left;
}

.xzc5 .blndul .blndli .bdzld {
    width: 442px;
    height: 363px;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #CCCCCC;
    text-align: left;
    margin: auto;
}

.xzc5 .blndul .blndli .bdzld span {
    color: #00a0e9;
    padding-right: 25px;
}

.xzc5 .blndul .blndli .bdzld ul {
    width: 370px;
    margin: auto;
    position: relative;
    top: 35px;
}

.xzc5 .blndul .blndli .bdzld ul li {
    margin-top: 10px;
}

.xzc6 {
    height: 660px;
    background-color: #f1f1f1;
}

.xzc6 h2 {
    padding-top: 50px;
}

.xzc6 .lc_includce {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.xzc6 .ys_left {
    width: 812px;
    height: 470px;
    background-color: #fff;
    float: left;
}

.xzc6 .ys_right {
    width: 357px;
    height: 470px;
    background-color: #fff;
    float: right;
    padding: 40px 34px;
}

/*新增*/
.xzc6 .lc {
    width: 770px;
    margin: auto;
    height: 220px;
}

.xzc6 .lc li {
    float: left;
    width: 180px;
    height: 210px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-left: 16px;
}

.xzc6 .lc li:first-child {
    margin-left: 0
}

.xzc6 .lc li img {
    margin: 30px auto 24px auto;
    height: 74px;
}

.xzc6 .lc li div:nth-child(2) {
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 18px;
    margin-bottom: 17px;
}

.xzc6 .lc li div:nth-child(3) {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

.xzc6 .ys_left p {
    clear: both;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin: 28px auto 15px auto
}

.xzc6 .ys_left p span {
    color: #d9151e;
    height: 16px;
}

.xzc6 .ys_right div {
    text-align: left
}

.xzc6 .ys_right div p {
    font-size: 16px;
    line-height: 16px;
}

.xzc6 .ys_right div span {
    margin: 15px auto;
    color: #666;
    display: block;
    font-size: 14px;
}

.xzc6 .ys_right h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
}

.ys_right form {
    width: 272px;
    margin: auto;
}

.ys_right form .input {
    border-radius: 3px;
    margin-bottom: 12px;
    border: 1px solid #666666;
    width: 100%;
    font-size: 14px;
    height: 35px;
    text-indent: 15px;
}

.ys_right form .submit {
    width: 167px;
    height: 34px;
    border-radius: 30px;
    background-color: #e92e44;
    margin: auto;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.xzc7 {

    height: 650px;
}

.xzc8 {
    height: 1180px;
}

.xzc8 h2 {
    padding-top: 50px;
}

.xzc8 ul {
    width: 1200px;
    margin: auto;
    margin-top: 5px;
}

.xzc8 ul li {
    width: 580px;
    height: 303px;
    float: left;
    border: 1px solid #024794;
    margin-top: 40px;
    cursor: pointer;
}

.xzc8 ul li .hqfup1 {
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-left: 90px;
    text-align: left;
    width: 400px;
}

.xzc8 ul li .hqfup2 {
    font-size: 14px;
    color: #024794;
    width: 200px;
    margin-left: 320px;
    text-align: left;
    line-height: 25px;
    margin-top: 24px;
}

.xzc8 ul li .hqfup3 {
    width: 200px;
    text-align: left;
    margin-left: 320px;
    font-size: 14px;
    margin-top: 24px;
}

.xzc8 ul li .hqfup4 {
    width: 200px;
    text-align: left;
    margin-left: 340px;
    font-size: 14px;
    margin-top: 4px;
}

.xzc8 ul li .gys1 {
    color: #027e94;
}

.xzc8 ul li .gys2 {
    color: #730294;
}

.xzc8 ul li .gys3 {
    color: #940228;
}

.xzc8 ul li .gys4 {
    color: #029447;
}

.xzc8 ul li .gys5 {
    color: #e68200;
}

.xzc8 ul .wyydli {
    margin-left: 36px;
}

.xzc9 {
    height: 810px;
    background: #f5f5f5;
}

.xzc9 h2 {
    padding-top: 50px;
}

.xzc9 .tsxxp1 {
    font-size: 18px;
    margin-top: 40px;
    line-height: 32px;
}

.xzc9 ul {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.xzc9 ul li {
    float: left;
    width: 374px;
    height: 509px;
    background: #FFFFFF;
}

.xzc9 ul li .kwdbj {
    width: 374px;
    height: 203px;
    text-align: right;
}

.xzc9 ul li .qiwzp1 {
    font-size: 24px;
    color: #024794;
    width: 300px;
    margin: auto;
    text-align: left;
    margin-top: 17px;
}

.xzc9 ul li .qiwzp2 {
    font-size: 16px;
    width: 300px;
    height: 85px;
    margin: auto;
    text-align: left;
    line-height: 28px;
    margin-top: 18px;
}

.xzc9 ul li .qiwzp3 {
    font-size: 16px;
    width: 300px;
    margin: auto;
    text-align: left;
    line-height: 28px;
}

.xzc9 ul li .qiwzp4 {
    color: #024794;
}

.xzc9 ul .ydtsli {
    margin-left: 39px;
}

.xzc10 {
    height: 480px;

    background-color: #fafafa;
}

.xzc10 ul {
    width: 1200px;
    margin: auto;
    margin-top: 55px;
}

.xzc10 ul li {
    width: 372px;
    float: left;
    margin-left: 28px;
    margin-bottom: 64px;
    height: 100px;
}

.xzc10 ul li:nth-child(1),
.xzc10 ul li:nth-child(4) {
    margin-left: 0;
}

.xzc10 ul li a {
    display: block
}

.xzc10 ul li .sever_left {
    float: left
}

.xzc10 ul li img {
    width: 93px;
    height: 80px;
    display: block;
}

.xzc10 ul li .sever_right img:first-child {
    display: block
}

.xzc10 ul li .hide_img {
    display: none
}

.xzc10 ul li a:hover .hide_img {
    display: block;
}

.xzc10 ul li a:hover .sever_left img:first-child {
    display: none;
}

.xzc10 ul li .sever_right {
    width: 260px;
    float: right;
    text-align: left;
    color: #000;
}

.xzc10 ul li .sever_right p {
    font-size: 22px;
    font-weight: bold;
}

.xzc13 {
    /*background: #F5F5F5;*/
    height: 830px;
}

.xzc13 .bg_red {
    background: url(../images/bg.jpg) no-repeat center;
    height: 498px;
    width: 100%;
    margin-top: 52px;
    position: relative;
}

.xzc13 .bg_red .bg_red_img {
    margin: 28px auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.xzc13 .bg_red .bg_red_img ul {
    width: 1000px;
    margin: auto;
}

.xzc13 .bg_red .bg_red_img ul li:first-child {
    width: 467px;
    float: left
}

.xzc13 .bg_red .bg_red_img ul li:first-child div {
    font-size: 28px;
    color: #222222;
    float: left;
    font-weight: bold;
    margin-top: 15px;
}

.xzc13 .bg_red .bg_red_img ul li:first-child p {
    float: left;
    font-size: 16px;
    line-height: 44px;
    margin: 30px 10px;
    text-align: left;
    color: #000;
}

.xzc13 .bg_red .bg_red_img ul li:first-child p span {
    color: #f95266
}

.xzc13 .bg_red .bg_red_img ul li:nth-child(2) {
    float: right;
    width: 450px;
}

.xzc13 .bg_red .bg_red_img ul li:nth-child(2) div {
    font-size: 28px;

    float: left;
    font-weight: bold;
    margin-top: 15px;
}

.xzc13 .bg_red .bg_red_img ul li:nth-child(2) p {
    font-size: 16px;
    line-height: 68px;
    margin: 19px 19px;
    float: left;
    text-align: left;color: #d9151e;
}

.wlzc0 {
    width: 100%;
    margin: auto;
    height: 630px;
    background-color: #f5f5f5
}

.kmdjf {
    width: 1200px;
    margin: 45px auto 0 auto;
    height: 393px;
}

.wlzc0 h2 {
    padding-top: 50px;
    font-size: 32px;
    font-weight: normal;
    color: #024794;
}

.f_left {
    float: left;
    display: block;
}

.f_right {
    float: left;
    margin-left: 30px;
}

.f_right P {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
}

.f_right {
    width: 690px;
    text-align: left;

    font-size: 16px;
}

.f_right div:nth-child(1) {
    border-radius: 15px;
    font-weight: 600;
    line-height: 25px;
    border: 1px solid #024794;
}

.f_right div:nth-child(2) {
    line-height: 25px;
    border: 2px solid #0b3575;
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    letter-spacing: 1px;
}

.f_right a {
    width: 282px;
    height: 37px;
    border-radius: 6px;
    background-color: #0b3575;
    text-align: center;
    line-height: 37px;
    color: #fff;
    margin: 10px auto;
}

.f_right div:nth-child(4) {
    line-height: 25px;
    border: 2px solid #e92e44;
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    letter-spacing: 1px;
}

.f_right a:nth-child(5) {
    width: 282px;
    height: 37px;
    border-radius: 6px;
    background-color: #e92e44;
    text-align: center;
    line-height: 37px;
    color: #fff;
    margin: 10px auto;
}

.f_right div span {
    color: #FF0000
}

.f_right div .blue {
    color: #024794 !important;
    display: inline-block !important;
}

.f_right div .blue a {
    color: #024794
}

.f_right .more {
    display: block;
    width: 200px;
    height: 36px;
    border: 1px solid;
    text-align: center;
    line-height: 36px;
    border-radius: 15px;
    background-color: #024794;
    color: #fff;
    font-weight: bold;
    margin-left: 50px;
}

/*新修改样式*/
.f_row {
    height: 100px;
}

.new_title {
    width: 1200px;
    margin: auto;
    height: 60px;
    padding-top: 20px;
}

.new_title .line_new:first-child {
    float: left;
    margin: 28px auto;
}

.new_title .line_new:last-child {
    float: right;
    margin: 28px auto;
}

.line_new {
    width: 416px;
    border-bottom: 1px solid #e1e1e1;
}

.new_midd_title {
    float: left;
    width: 344px;
    margin: 0 12px;
}

.new_title_left {
    float: left
}

.new_title .new_title_left p:first-child {
    font-size: 34px;
    font-weight: bold;
}

.new_title .new_title_left p:last-child {
	padding-top:20px;
    font-size: 14px;
    color: #222222;
    line-height: 14px;
}

.new_title_right {
    float: right
}

.new_title_right p {
    font-size: 60px;
    color: #e92e44;
    line-height: 60px;
    font-weight: bold
}

.linewidth {
    width: 380px;
}

.linewidth2 {
    width: 330px;
}

.linewidth3 {
    width: 468px;
}

.titlewdith {
    width: 402px;
    margin: 0 18px;
}

.titlewdith2 {
    width: 510px;
    margin: 0 15px;
}

.titlewdith3 {
    width: 200px;
    margin: 0 32px;
}

.ys_litile_title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 185px;
    /* margin: 10px auto; */

    position: absolute;
    top: 10px;
    left: 66px;
    text-align: left;
}
.ys_litile_title a {
    color: #fff;
}
.xzc2 {
    height: 600px;
}

.xzc2_contant {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 30px;
}

.zclc_title {
    font-size: 28px;
    margin: 42px auto;
    text-align: center;
    font-weight: bold
}

.yhkh2 .hot_line {
    height: 84px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 24px;
    color: #fff;
}

.hot_line_body {
    width: 1045px;
    margin: auto
}

.yhkh2 .hot_line .hot_line_body div:first-child {
    float: left;
    margin: 16px 0;
    text-align: left;
    font-size: 20px;
}

.rightnow_zixun {
    width: 223px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    background-color: #e92e44;
    float: right;
    color: #fff;
    margin: 22px 0;
    line-height: 45px;
    display: block
}

.rightnow_zixun:hover {
    color: #fff !important;
}


/*# sourceMappingURL=xzcxggs-style2.css.map */


/******************************/
#cont3{width:100%;height:950px;background:#ffffff;}
.cont3_nr{width:1000px;height:950px;margin:0 auto;position: relative;}
.bt_p3,.bt_p4{color:#A0A2A8; font-size:16px;}
.bt_p3{font-size:28px;font-weight:bold; color:#000000; height:30px;}
.bt_p4{margin-top:5px;}

.cont3_nr_p1,.cont3_nr_p3,.cont3_nr_p5,.cont3_nr_p7,.cont3_nr_p9,.cont3_nr_p11,.cont3_nr_p13,.cont3_nr_p15,.cont3_nr_p17{font-size: 18px;font-weight:bold;position: absolute;color:#39699f;}
.cont3_nr_p2,.cont3_nr_p4,.cont3_nr_p6,.cont3_nr_p8,.cont3_nr_p10,.cont3_nr_p12,.cont3_nr_p14,.cont3_nr_p16,.cont3_nr_p18{position: absolute;width:220px;line-height:20px; font-size:14px;}
.cont3_nr_p1{left:201px;top:195px;}
.cont3_nr_p2{left:88px;top:225px;}
.cont3_nr_p3{left:110px;top:320px;}
.cont3_nr_p4{left:20px;top:350px;}
.cont3_nr_p5{left:110px;top:460px;}
.cont3_nr_p6{left:10px;top:490px;}
.cont3_nr_p7{left:185px;top:600px;}
.cont3_nr_p8{left:56px;top:630px;}
.cont3_nr_p9{left:450px;top:760px;}
.cont3_nr_p10{left:410px;top:790px;}
.cont3_nr_p17{left:710px;top:195px;}
.cont3_nr_p18{left:710px;top:225px;}
.cont3_nr_p15{left:800px;top:320px;}
.cont3_nr_p16{left:800px;top:350px;}
.cont3_nr_p13{left:800px;top:460px;}
.cont3_nr_p14{left:800px;top:490px;}
.cont3_nr_p11{left:720px;top:600px;}
.cont3_nr_p12{left:720px;top:630px;}
.zixunC{width:300px;height:55px;background:#d2a828;text-align:center;line-height:55px; font-size:24px;color:#fff;margin:100px auto 0 auto;clear: both;border-radius:35px;}
/***************************************/
.xzc {
    width: 100%;
    text-align: center;
    clear: both;
}

.xzc h2 {
    padding-top: 100px;
    font-size: 32px;
    font-weight: normal;
    color: #024794;
}

.xzc1 ul {
    width: 817px;
    height: 100px;
    margin: auto;
    margin-top: 75px;
}

.xzc1 ul li {
    float: left;
    width: 86px;
    height: 84px;
}

.xzc1 ul .clli1 {
    background: url(../images/CLXG-1.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli2 {
    background: url(../images/CLXG-2.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli3 {
    background: url(../images/CLXG-3.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli4 {
    background: url(../images/CLXG-4.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli5 {
    background: url(../images/CLXG-5.png) no-repeat center;
    background-position-y: -80px;
    transition: 0.5s;
}

.xzc1 ul .clli6 {
    background: url(../images/CLXG-6.png) no-repeat center;
    background-position-y: -85px;
    transition: 0.5s;
}

.xzc1 ul .ydtb {
    margin-left: 60px;
}

.xzc1 .clgs {
    width: 817px;
    height: 5px;
    margin: auto;
    background: url(../images/jdt.png) no-repeat;
    background-position-x: -817px;
    transition: 5s;
}

.xzc1 .clzi {
    font-size: 18px;
    width: 1020px;
    line-height: 30px;
    margin: auto;
    margin-top: 39px;
}

.xzc1 .clzi span {
    color: #278fe4;
}

.xzc2 .fwtsp {
    width: 1200px;
    margin: auto;
    font-size: 18px;
    margin-top: 40px;
}

.xzc2 .fwtsp span {
    color: #278fe4;
}

.xzc2 ul {
    width: 1200px;
    height: 330px;
    margin: auto;
    margin-top: 50px;
}

.xzc2 ul li {
    width: 380px;
    float: left;
    position: relative;
    margin-left: 30px;
}

.xzc2 ul li:first-child,
.xzc2 ul li:nth-child(4) {
    margin-left: 0;
}

.xzc2 ul li .fwtsp1 {
    width: 164px;
    height: 145px;
    margin: auto;
}

.xzc2 ul li .fwtsp2 {
    font-size: 24px;
    font-weight: bold;
    color: #024794;
    margin-top: 28px;
}

.xzc2 ul li .fwtsp3 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 27px;
}

.xzc3 {
    background: #fff;
    height:1348px
}

.hot_line {
    height: 84px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 24px;
    color: #fff;
	height:80px;
}

.hot_line_body {
    width: 1045px;
    margin: auto
}

.hot_line .hot_line_body div:first-child {
    float: left;
    margin: 16px 0;
    text-align: left;
    font-size: 20px;
}
/*************************************************/
.xdzc {
  width: 100%;
  text-align: center;
  clear: both; }
  .xdzc h2 {
    font-size: 36px;
    color: #d51619;
    padding-top: 50px; }
.xdzc7 {
  height: 885px;
  margin-top:80px;
  }
  .xdzc7 ul {
    width: 1200px;
    height: 700px;
    margin: auto;
    margin-top: 10px; }
    .xdzc7 ul li {
      float: left;
      margin-top: 40px;
      cursor: pointer; }
      .xdzc7 ul li .zccg img {
        box-shadow: 0 0 20px #bcbbbb; }
      .xdzc7 ul li .zccg2 {
        width: 316px;
        height: 250px;
        box-shadow: 0 0 20px #bcbbbb;
        margin: auto;
        margin-top: -130px;
        background: #FFFFFF;
        z-index: 9;
        position: relative; }
        .xdzc7 ul li .zccg2 .zccgp1 {
          font-size: 24px;
          color: #d51619;
          font-weight: bold;
          padding-top: 20px; }
        .xdzc7 ul li .zccg2 .zccgp2 {
          font-size: 16px;
          color: #666666;
          width: 290px;
          height: 55px;
          margin: auto;
          line-height: 28px;
          margin-top: 10px;
          margin-bottom: 15px; }
        .xdzc7 ul li .zccg2 .zccgp3 {
          width: 230px;
          text-align: left;
          margin: auto;
          font-size: 14px;
          margin-top: 4px; }
        .xdzc7 ul li .zccg2 .zccgp4 {
          width: 100%;
          height: 6px;
          background: #fff;
          position: absolute;
          bottom: 0; }
    .xdzc7 ul li:hover .zccgp4 {
      background: #d51619; }
    .xdzc7 ul .zccgtd {
      margin-left: 60px; }
	  
/**********************************************/
.WrollBox{
width:100%;
height:400px;
padding-top:50px;
background: url(../images/IMG_5651.jpg) no-repeat;
}
.WrollBox .rollBox {
	width: 1250px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
}

.WrollBox .rollBox .LeftBotton {
	height: 31px;
	width: 17px;
	background: url(../images/cont4_L.png) no-repeat;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 89px 0 0 9px;
	cursor: pointer
}

.WrollBox .rollBox .RightBotton {
	height: 31px;
	width: 17px;
	background: url(../images/cont4_R.png) no-repeat;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 89px 9px 0 0;
	cursor: pointer
}

.WrollBox .rollBox .Cont {
	width: 1160px;
	overflow: hidden;
	float: left;
	margin-left: 19px
}

.WrollBox .rollBox .ScrCont {
	width: 10000000px
}

.WrollBox .rollBox .Cont .pic {
	width: 370px;
	height: 232px;
	float: left;
	text-align: center;
	margin-right: 30px
}

.WrollBox .rollBox #List1,
.WrollBox .rollBox #List2 {
	float: left
}

/*服务保障*/
.guarantee{height: 480px;background-color: #fafafa;}
.guarantee_body{width: 1200px;margin: auto}
.guarantee_title{width: 100%;height: 150px;}
.guarantee h2{padding-top: 60px;font-size: 28px;line-height: 28px;}
.guarantee h2 span{color: #0b3575;font-size: 28px;font-weight: bold;line-height: 28px;  display: block;  float: left;}
.guarantee .col-sm-6 .guarantee_font{font-size: 16px;color: #b2b2b2;margin-top: 20px;line-height: 16px;}
.guarantee_row {width: 1300px;margin: auto;  height: 300px;}
.guarantee_row_box{width: 200px;;height: 263px;float: left;margin-left: 3px;padding: 20px;background-color: #fff;}
.title_name{font-size: 20px;color: #515769;margin: 20px 0 24px 0;font-weight: bold;line-height: 20px;}
.title_info{font-size: 14px;color: #666666;line-height: 20px;}
.guarantee_row_box:hover{background-color: #e92e44}
.guarantee_row_box:hover .icon-img-1:before,.guarantee_row_box:hover .icon-img-2:before,.guarantee_row_box:hover .icon-img-3:before,.guarantee_row_box:hover .icon-img-4:before,.guarantee_row_box:hover .icon-img-5:before{color: #fff;  }

.guarantee_row_box:hover .title_name{color: #fff;}
.guarantee_row_box:hover .title_info{color: #fff;  }
.icon-img-1:before {  content: "\e905";  font-size: 32px;  }
.icon-img-2:before {  content: "\e904";  font-size: 32px;  }
.icon-img-3:before {  content: "\e903";  font-size: 32px;  }
.icon-img-4:before {  content: "\e902";  font-size: 32px;  }
.icon-img-5:before {  content: "\e901";  font-size: 32px;  }



