/* util style */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #000;
  font-family: Microsoft Yahei;
  width: 100%;
  background-color: #fff;
}

a, a:active, a:hover, a:focus, a:visited {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.hide {
  display: none;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide {
  display: none;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: visible;
  overflow: hidden;
  clear: both;
}

.boundary {
  width: 1000px;
  margin: 0 auto;
}

/* add new style */
.header .header_01, .header .header_02, .header .header_03 {
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
}

.header .header_01 {
  background-image: url(../images/banner1.jpg);
}

.header .header_02 {
  background-image: url(../images/banner2.jpg);
}

.header .header_03 {
  position: relative;
  background-image: url(../images/banner3.jpg);
}

.header .header_03 .abtnbox {
  position: absolute;
  left: 50%;
  margin-left: -365px;
  top: 35px;
}

.header .header_03 .abtnbox .abtn {
  width: 156px;
}

.topnav {
  height: 50px;
  position: relative;
  z-index: 6;
}

.topnav .navbox {
  height: 50px;
}

.topnav .navbox li {
  background-color: #fff;
  padding: 0 18.2px;
  color: #000;
  font-size: 14px;
  float: left;
  line-height: 50px;
  cursor: pointer;
}

.topnav .navbox li.navactive {
  background-color: #66A6F6;
  font-weight: bold;
  color: #fff;
}

.dot-b {
  position: relative;
  padding-left: 24px;
}

.dot-b:before {
  content: '';
  width: 11px;
  height: 11px;
  background: url("../images/icon-dot.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 12px;
}

.dot-p {
  position: relative;
}

.dot-p:before {
  content: '';
  width: 0;
  height: 0;
  border: 2px solid #FE851E;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 8px;
}

.section1 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.section1 .abtnbox {
  margin-top: 30px;
}

.section1 .panel1 {
  padding: 0 16px;
}

.section1 .panel1 img {
  position: absolute;
  z-index: -1;
}

.section1 .panel1 .left-box1 {
  width: 450px;
  height: 242px;
  float: left;
  border: 1px solid #0E4DA9;
  border-radius: 6px;
}

.section1 .panel1 .right-box1 {
  width: 484px;
  height: 242px;
  float: right;
  border: 1px solid #0E4DA9;
  border-radius: 6px;
}

.section1 .panel1 h2 {
  font-size: 24px;
  color: #fff;
  height: 58px;
  line-height: 58px;
  padding-left: 16px;
}

.section1 .panel1 p {
  padding: 24px 38px;
  font-size: 14px;
  line-height: 26px;
}

.abtnbox {
  text-align: center;
}

.abtn {
  height: 48px;
  line-height: 48px;
  background-color: #FE851E;
  font-size: 15px;
  color: #fff;
  padding: 0 22px;
  display: inline-block;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.abtn:hover {
  color: #fff;
}

.abtn:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3158EF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.abtn:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.g-title {
  display: block;
  width: 1000px;
  margin: auto;
  padding-top: 60px;
}

.panel {
  margin-top: 40px;
}

.section2 {
  background-color: #C6E7FC;
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 66px;
}

.section2 .panel2 {
  padding: 0 30px;
  box-sizing: border-box;
}

.section2 .panel2 h2 {
  font-size: 24px;
  color: #000;
  padding: 30px 0 15px 20px;
}

.section2 .panel2 .right-box2 {
  float: right;
  width: 420px;
}

.section2 .panel2 .right-box2 ul li {
  display: table;
  vertical-align: middle;
  width: 174px;
  height: 66px;
  background-color: #fff;
  float: left;
  margin: 0 0 20px 34px;
  border-radius: 8px;
}

.section2 .panel2 .right-box2 ul li img {
  width: 32px;
  height: 36px;
  margin: 15px 0 15px 10px;
  float: left;
}

.section2 .panel2 .right-box2 ul li h3 {
  font-size: 14px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  background-color: white;
  border-radius: 8px;
  width: 118px;
}

.section2 .panel2 .left-box2 {
  float: left;
  border: 1px solid #0E4DA9;
  border-radius: 6px;
  background-color: #fff;
  width: 488px;
  height: 484px;
}

.section2 .panel2 .left-box2 .abtnbox {
  margin-top: 25px;
}

.section2 .panel2 .left-box2 .li2 {
  margin: 0 40px;
  border-bottom: 1px dashed #D1D1D1;
}

.section2 .panel2 .left-box2 .li2:last-child {
  border-bottom: none;
}

.section2 .panel2 .left-box2 .li2 p {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  padding: 9px 0;
  padding-left: 15px;
}

.section2 .panel2 .left-box2 .li2 .p1 {
  width: 128px;
  float: left;
}

.section2 .panel2 .left-box2 .li2 .p2 {
  margin-left: 128px;
}

h1.fu-title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #555;
}

.section3 {
  padding-bottom: 60px;
}

.section3 .panel3 {
  padding-left: 100px;
  box-sizing: border-box;
}

.section3 .panel3 .right-box3 {
  width: 318px;
  height: 262px;
  background-color: #C3E6FC;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  float: left;
  margin-top: 38px;
  padding: 20px 36px;
  box-sizing: border-box;
}

.section3 .panel3 .right-box3 .input-box3 {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 20px;
}

.section3 .panel3 .right-box3 .input-box3 img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.section3 .panel3 .right-box3 .input-box3 span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}

.section3 .panel3 .right-box3 .input-box3 .input3 {
  width: 134px;
  height: 26px;
  border: 1px solid #06439E;
  border-radius: 6px;
  vertical-align: middle;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
}

.section3 .panel3 .right-box3 .input-box3 textarea.textarea3 {
  height: 50px;
  resize: none;
  padding: 5px 10px;
}

.section3 .panel3 .abtnbox {
  margin-top: 25px;
}

.section3 .panel3 .abtnbox .abtn {
  width: 118px;
}

.section3 .panel3 .left-box3 {
  width: 486px;
  height: 338px;
  border: 1px solid #06439E;
  border-radius: 4px;
  background-color: #5CA6F1;
  float: left;
}

.section3 .panel3 .left-box3 .ul-box3 {
  height: 100%;
  overflow: hidden;
}

.section3 .panel3 .left-box3 .ul-box3 ul {
  position: relative;
  padding: 17px 40px;
}

.section3 .panel3 .left-box3 .ul-box3 ul li {
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #8DC1F5;
}

.section3 .panel3 .left-box3 .ul-box3 ul li img {
  width: 20x;
  height: 20x;
  margin: 13px 20px 13px 0;
  float: left;
}

.section3 .panel3 .left-box3 .ul-box3 ul li span {
  float: right;
  font-weight: normal;
}

.bg3 {
  position: absolute;
  background: url("../images/bg3.png") no-repeat center center;
  width: 460px;
  height: 720px;
  z-index: -1;
  top: 2000px;
  right: 0;
}

.bg7 {
  position: absolute;
  background: url("../images/bg7.png") no-repeat center center;
  width: 430px;
  height: 720px;
  z-index: -1;
  top: 5000px;
  left: 0;
}

.bg8 {
  position: absolute;
  background: url("../images/bg8.png") no-repeat center center;
  width: 500px;
  height: 950px;
  z-index: -1;
  top: 5500px;
  right: 0;
}

.section4 {
  padding-bottom: 60px;
}

.section4 .panel4 ul li {
  float: left;
  margin-right: 20px;
}

.section4 .panel4 ul li .abtnbox {
  margin-top: 30px;
}

.section4 .panel4 ul li .cont-box {
  width: 318px;
  height: 230px;
  border: 1px solid #06439E;
  border-radius: 6px;
}

.section4 .panel4 ul li .cont-box img {
  position: absolute;
  z-index: -1;
}

.section4 .panel4 ul li .cont-box h2 {
  font-size: 24px;
  color: #fff;
  height: 64px;
  line-height: 64px;
  background-color: rgba(69, 124, 207, 0.8);
  text-align: center;
  margin-top: 62px;
}

.section4 .panel4 ul li .cont-box p {
  font-size: 14px;
  color: #000;
  padding: 20px 40px;
}

.section5 {
  padding-bottom: 70px;
  background: url("../images/bg5.png") no-repeat left top;
}

.section5 .panel5 {
  height: 780px;
  border: 1px solid #4E40E4;
  border-radius: 4px;
}

.section5 .panel5 .table-header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #4E40E4;
  background-color: #BBC8F4;
}

.section5 .panel5 .table-header li {
  float: left;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.section5 .panel5 .pm_ly_table {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 720px;
  overflow: hidden;
  overflow-y: scroll;
}

.section5 .panel5 .pm_ly_table table th {
  font-weight: normal;
}

.section5 .panel5 .pm_ly_table table td {
  padding: 10px 10px;
}

.section5 .panel5 .pm_ly_table a {
  color: #000;
}

.section5 .panel5 .pm_ly_table .testpop {
  text-decoration: underline;
}

.section5 .panel5 .pm_ly_table .case_table {
  width: 100%;
  border: 1px;
  text-align: center;
}

.section5 .panel5 .pm_ly_table .case_table tr {
  height: 75px;
}

.section6 {
  padding-bottom: 60px;
}

.section6 .abtnbox {
  margin-top: 30px;
}

.section6 .panel6 .content-box6 {
  width: 1000px;
  height: 232px;
  background: url("../images/img6-1.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.section6 .panel6 .content-box6 p {
  position: absolute;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.section6 .panel6 .content-box6 .p61 {
  top: 15px;
  width: 180px;
  left: 52px;
}

.section6 .panel6 .content-box6 .p62 {
  top: 15px;
  width: 225px;
  left: 366px;
}

.section6 .panel6 .content-box6 .p63 {
  top: 14px;
  right: 28px;
  width: 225px;
}

.section6 .panel6 .content-box6 .p64 {
  top: 170px;
  left: 42px;
}

.section6 .panel6 .content-box6 .p65 {
  top: 170px;
  left: 218px;
}

.section6 .panel6 .content-box6 .p66 {
  top: 160px;
  right: 498px;
  width: 95px;
}

.section6 .panel6 .content-box6 .p67 {
  top: 146px;
  right: 250px;
  width: 153px;
}

.section6 .panel6 .content-box6 .p68 {
  top: 160px;
  right: 0px;
  width: 160px;
}

.section7 {
  padding-bottom: 60px;
}

.section7 .panel7 {
  background-color: #fff;
  height: 130px;
  border-radius: 4px;
}

.section7 .fu-title7 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #555555;
  padding-top: 20px;
  padding-bottom: 15px;
}

.section7 .form-box7 {
  padding-left: 120px;
}

.section7 .form-box7 .input-box {
  width: 170px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #EDEDED;
  margin-right: 50px;
  float: left;
  position: relative;
  margin-top: 8px;
}

.section7 .form-box7 .input-box img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 3px 4px 3px 3px;
}

.section7 .form-box7 .input-box .input-item {
  float: left;
  width: 120px;
  height: 36px;
  border: none;
  padding-left: 5px;
  font-size: 14px;
  background-color: #EDEDED;
  outline: none;
}

.section7 .form-box7 .input-box .selectinput {
  cursor: pointer;
}

.section7 .form-box7 .input-box .trangle {
  width: 14px;
  height: 14px;
  background: url("../images/icon7-4.png") no-repeat center center;
  position: absolute;
  right: 12px;
  top: 12px;
}

.section7 .form-box7 .input-box .selectlist-box7 {
  display: none;
  position: absolute;
  width: 140px;
  right: 0px;
  margin-right: -1px;
  top: 36px;
  border: 1px solid #DEDDDD;
  z-index: 2;
  box-sizing: border-box;
  background-color: #fff;
  height: 300px;
  overflow: auto;
}

.section7 .form-box7 .input-box .selectlist-box7 li {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  cursor: pointer;
}

.section7 .form-box7 .input-box .selectlist-box7 li:hover {
  background-color: #EDEDED;
}

.bg67 {
  background: url("../images/bg67.jpg") no-repeat center center;
  background-size: cover;
}

.section8 {
  padding-bottom: 60px;
}

.section8 .no-bor {
  border-bottom: none !important;
}

.section8 .panel8 h2 {
  font-size: 27px;
  color: #fff;
  padding: 30px 0 30px 34px;
}

.section8 .panel8 b {
  line-height: 29px;
}

.section8 .panel8 p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-left: 40px;
  padding-left: 15px;
  border-bottom: 1px dashed #8DC1F5;
  margin-right: 35px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section8 .panel8 .left-box8 {
  width: 478px;
  height: 790px;
  float: left;
  border: 1px solid #06439E;
  background-color: #5CA6F1;
  border-radius: 4px;
  position: relative;
}

.section8 .panel8 .left-box8 .abtnbox {
  position: absolute;
  bottom: 35px;
  width: 100%;
}

.section8 .panel8 .right-box8 {
  width: 478px;
  height: 790px;
  float: right;
  border: 1px solid #06439E;
  background-color: #5CA6F1;
  border-radius: 4px;
  position: relative;
}

.section8 .panel8 .right-box8 p {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.section8 .panel8 .right-box8 .abtnbox {
  position: absolute;
  bottom: 35px;
  width: 100%;
}

.section9 {
  padding-bottom: 60px;
}

.section9 .panel9 ul {
  width: 950px;
  margin: auto;
}

.section9 .panel9 ul li {
  background-color: #fff;
  width: 952px;
  height: 150px;
  border: 1px solid #06439E;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

.section9 .panel9 ul li:nth-of-type(1) {
  height: 147px;
}

.section9 .panel9 ul li:nth-of-type(2) {
  height: 144px;
}

.section9 .panel9 ul li:nth-of-type(3) {
  height: 139px;
}

.section9 .panel9 ul li img {
  position: absolute;
}

.section9 .panel9 ul li .img91, .section9 .panel9 ul li .img93 {
  left: 0;
}

.section9 .panel9 ul li .content-box9 {
  margin-left: 238px;
  padding-left: 29px;
  position: relative;
}

.section9 .panel9 ul li .content-box9 .abtn {
  position: absolute;
  width: 160px;
  top: 50px;
  left: 497px;
}

.section9 .panel9 ul li h2 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding: 28px 0 20px;
}

.section9 .panel9 ul li h2 .dot-b:before {
  top: 8px;
}

.section9 .panel9 ul li p {
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
}

.section9 .panel9 ul .li92 .img92 {
  right: 0;
}

.section9 .panel9 ul .li92 .content-box9 {
  margin-left: 0;
}

.section10 {
  padding-bottom: 60px;
}

.section10 .container10 {
  position: relative;
  width: 1000px;
  overflow: hidden;
  height: 280px;
}

.section10 .container10 .wrapper10 {
  position: absolute;
  left: 0;
  top: 0;
}

.section10 .container10 .wrapper10 .item10 {
  width: 890px;
  float: left;
  padding: 0 55px;
}

.section10 .container10 .wrapper10 .item10 .list10 li {
  width: 198px;
  height: 280px;
  float: left;
  margin-right: 32px;
}

.section10 .container10 .wrapper10 .item10 .list10 li:last-child {
  margin-right: 0;
}

.section10 .container10 .arrow_button {
  position: absolute;
  display: block;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background: url(../images/sprite.png) no-repeat;
}

.section10 .container10 .arrow_prev {
  left: 0;
  background-image: url("../images/icon10-l.png");
}

.section10 .container10 .arrow_next {
  right: 0;
  background-image: url("../images/icon10-r.png");
}

.section11 {
  padding-bottom: 60px;
}

.section11 .panel11 {
  border: 1px solid #06439E;
  padding: 20px 0 10px;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #C7E7FC;
}
.new-ml{margin-left:20px;}