/* 全局样式 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{color:#333;font-size:12px;}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
a{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:underline;text-decoration: none;} 
/* 头部样式 */
.header_bar{
position: fixed;
    width: 100%;
    height: 65px;
    background: rgba(0,0,0,0.1);
    z-index: 100;
  font-size: 18px;
      line-height: 25px;
    padding: 10px 0px;
  color: #fff;
}

.header_bar_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row
}

.header_bar_list {
  flex: 1;
}

.header_banner {
  height: 450px;
  background-color: #009;
  background-position: center top;
}

.header_list {
  width: 100%;
  height: 44px;
  background-color: rgba(1, 70, 210, 1);
  font-size: 18px;
  color: #fff;
}

.header_list_content {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.header_list_content>div {
  flex: 1;
  cursor: pointer;
}

.content_list {
  width: 1200px;
  margin: 0 auto;
}

.content_part1 {
  padding-top: 60px;
}

.content_part_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_part_border {
  width: 100px;
  border: 1px solid #999;
}

.content_part_text {
  padding: 0 25px;
  font-size: 34px;
  font-weight: bold;
}

.content_part_ps {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #999;
}

.part1_content_list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.part1_content_list>div {
  margin-top: 20px;
}

.part1_content_list img {
  width: 240px;
  height: auto;
  cursor: pointer;
}
.part1_content_list img:hover{
	transform:scale(1.1);
}

.part1_input {
  
  height: 180px;
  background-color: #0146d2;
}

.part1_input_info div:first-child {
  font-size: 22px;
  color: #fff;
  line-height: 77px;
  margin-left: 250px;
  color: #fff;
}

.part1_input_info div:nth-child(2) {
  line-height: 88px;
  margin-left: 10px;
  font-size: 14px;
}

.part1_input_info div:last-child {
 background-color: #FEBF4D;
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    margin-left: 135px;
    line-height: 30px;
}

.part1_input_info {
display: flex;
    height: 63px;
    padding-top: 14px;
}

.part1_input_form {
  margin-left: 160px;
  height: 50px;
  background-color: #fff;
  display: flex;
  width: 900px;
  margin-top: 15px;
}

.part1_input_form input {
  border: none;
  outline: none;
}

.part1_input_form_icon {
  width: 20px;
}

.part1_input_form_list {
  display: flex;
  align-items: center;
  height: 100%;
}

.part1_input_form_label {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  align-items: center;
  height: 100%;
  width: 120px;
  padding: 0 10px;
  justify-content: space-between;
}

.part1_input_form_label>p {
  border-right: 1px solid #eee;
  padding:0 10px 0 0;
}

.part1_input_form_input {
  height: 30px;
  font-size: 20px;
  width: 240px;
}

.part1_input_form_submit {
  width: 145px;
  line-height: 50px;
  text-align: center;
  background-color: #FEBF4D;
  font-size: 18px;
  color: #fff;
}

.content_part_on_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.content_part_on_list>div {
  width: 110px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 20px;
  color: #333;
  margin: 0 20px;
  border: 1px solid #333;
}

.content_part_on_list .content_part2_active {
  width: 110px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: blue;
  border-radius: 20px;
  color: #fff;
  margin: 0 20px;
  border: 1px solid blue;
}

.content_part2,.content_part3,.content_part4,.content_part5,.content_part6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_part2_lists {
  margin-top: 30px;
}

.content_part2_lists_on {
  display: flex;
  flex-wrap: wrap;
}
.content_part2_lists_on img {
  width: 300px;
  height: auto;
}
.content_part2_lists_on img:hover{
	transform:scale(1.1);
}
.content_part2_lists_block {
  display: block;
}

.content_part2_lists_none {
  display: none;
}

.content_part_pointer {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_part_pointer>div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999;
  margin: 10px 5px ;
}

.content_part_pointer .content_part_pointer_active {
  background-color: blue;
}

.content_part3_lists,.content_part4_lists,.content_part5_lists {
  margin-top: 30px;
}

.content_part3_lists_on {
  display: flex;
  flex-wrap: wrap;
}

.content_part3_lists_on_l {
  width: 300px;
  height: auto;
}

.content_part3_lists_on_r{
  width: 900px;
}

.content_part3_lists_on_l img, .content_part3_lists_on_r img{
  width: 300px;
  height: auto;
      border-radius: 20px;
}
.content_part3_lists_on_l img:hover{
  transform:scale(1.1);
}
 .content_part3_lists_on_r img:hover{
 transform:scale(1.1);
 }

.content_part3_lists_on_r{
  display: flex;
  flex-wrap: wrap;
}

.content_part4_lists_on {
  display: flex;
  flex-wrap: wrap;
}

.content_part4_lists_on img {
  width: 300px;
  height: auto;
}

.content_part4_lists_on img:hover {
 	transform:scale(1.1);
}
.content_part5_lists {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_part5_lists div:first-child img,.content_part5_lists div:last-child img{
  width: 400px;
  height: auto;
  cursor: pointer;
}
.content_part5_lists div:first-child img:hover,.content_part5_lists div:last-child img:hover,.content_part5_lists div:nth-child(2) img:hover{
 transform:scale(1.1);
}
	

.content_part5_lists div:nth-child(2) {
  margin: 50px;
}

.content_part5_lists div:nth-child(2) img {
  width: 120px;
}

.content_part5_list_2 {
  width: 1100px;
  margin: 0 auto;
}

.content_part5_list_2 img{
  width: 1100px;
}

.content_part5_list_3 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.content_part5_list_3 .content_part5_list_3_div {
  margin-right: 19px;cursor: pointer;
}
.content_part5_list_3 .content_part5_list_3_div:hover {
transform:scale(1.1);
}

.content_part5_list_3 .content_part5_list_3_div:last-child {
  margin-right: 0px;
}

.content_part5_list_3_div {
  width: 387px;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-shadow:0px 1px 10px #333333; 
  -webkit-box-shadow:0px 1px 10px #333333; 
  box-shadow:0px 1px 10px #333333;
}


.content_part5_list_3_div img {
  width: 357px;
  height: 175px;
}

.content_part5_list_3_div_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.content_part5_list_3_div_border {
  width: 40px;
  border: 1px solid #FEBF4D;
  margin-top: 5px;
}

.content_part5_list_3_div_ps {
  color: #999;
  margin-top: 10px;
}


.content_part5_list_4,.content_part5_list_5,.content_part5_list_6,.content_part5_list_6_img {
  margin-top: 30px;
}

.content_part5_list_4_img {
  display: flex;
  justify-content: center;
}
.content_part5_list_4 img {
  width: 100%;
}

.content_part5_list_5 img,.content_part5_list_6_img img {
  width: 1200px;
}

.content_part6_list {
  margin-top: 30px;
  display: flex;
  height: 414px;
  -moz-box-shadow:0px 1px 10px #333333; 
  -webkit-box-shadow:0px 1px 10px #333333; 
  box-shadow:0px 1px 10px #333333;
}

.content_part6_l img {
  width: 350px;cursor: pointer;
}
.content_part6_l img:hover{
		transform:scale(1.1);
}
.content_part6_r_list:hover{transform:scale(1.1);}
.content_part6_r {
  margin-left: 40px;
  padding: 10px 0
}

.content_part6_r_list {
	cursor: pointer;
  display: flex;
  height: 90px;
  align-items: center;
  border-bottom: 1px dotted #999;
  box-sizing: border-box;
  padding-right: 20px;
}

.content_part6_r_list_time {
  width: 60px;
  height: 60px;
  background-color: blue;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.content_part6_r_list_time div:first-child {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.content_part6_r_list_time div:last-child {
  font-size: 12px;
  color: #fff;
}

.content_part6_r_content {
  width: 700px;
 
}

.content_part6_r_title {
  font-size: 16px;
}

.content_part6_r_text {
  font-size: 14px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.navi {
  width: 365px;
  margin: 25px auto;
}
.navi li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  width: 104px;
  height: 32px;
  border: 1px solid #dadada;
  border-radius: 16px;
  text-align: center;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.navi li.active {
  border: none;
  background-color: #0146D2;
  color: #fff;
  line-height: 32px;
}
.clear::after {
    content: '';
    display: block;
    clear: both;
}
.gs-service {
}
.gs-service .carousel .wrapper {
  padding: 16px 16px 0 16px;
}
.gs-service .carousel .wrapper .gs-swiper {
  padding-bottom: 32px;
  padding-top: 10px;
}
.gs-service .carousel .wrapper .swiper-slide li {
      float: left;
    width: 230px;
    height: 150px;
    border-radius: 15px;
    background-size: 100% 100%;
    padding: 28px 27px;
    margin: 4px 8px 8px 2px;
    -moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
    box-shadow: 1px 1px 5px #333333;
    text-align: left;
}
.gs-service .carousel .wrapper .swiper-slide li:hover {
  	transform:scale(1.1);
}

/* .gs-service .carousel .wrapper .swiper-slide li:hover button {
  background-color: #FEBF4D;
  border: none;
  color: #fff;
  line-height: 32px;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(1) {
  background-image: url(../image/cp_1.gif);
} */
.gs-service .carousel .wrapper .swiper-slide li:nth-child(2) {
  background-image: url(../image/cp_2.gif);
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(3) {
  background-image: url(../image/cp_3.gif);
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(4) {
  background-image: url(../image/cp_4.gif);
  margin-right: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(5) {
  background-image: url(../image/cp_5.gif);
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(6) {
  background-image: url(../image/cp_6.gif);
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(7) {
  background-image: url(../image/cp_7.gif);
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(8) {
  background-image: url(../image/cp_8.gif);
  margin-right: 0;
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li h5 {
  height: 24px;
  text-align: left;
}
.gs-service .carousel .wrapper .swiper-slide li h5 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: all linear 0.2s;
  vertical-align: middle;
   text-align: left;
}
.gs-service .carousel .wrapper .swiper-slide li h5 img {
  margin-left: 4px;
  vertical-align: middle;
}
.gs-service .carousel .wrapper .swiper-slide li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 15px;
  width: 210px;
  height: 42px;
}
.gs-service .carousel .wrapper .swiper-slide li button {
  width: 87px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  background: none;
  transition: all linear 0.2s;
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(1) {
  background-image: url(../images/gsbg_img1.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(2) {
  background-image: url(../images/gsbg_img2.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(3) {
  background-image: url(../images/gsbg_img3.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(4) {
  background-image: url(../images/gsbg_img4.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(4) {
  background-image: url(../images/gsbg_img4.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(5) {
  background-image: url(../images/gsbg_img5.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(6) {
  background-image: url(../images/gsbg_img6.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(7) {
  background-image: url(../images/gsbg_img7.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(8) {
  background-image: url(../images/gsbg_img8.png);
}
.gs-service .carousel .service-list {
  margin-top: 16px;
}
.gs-service .carousel .service-list li {
  float: left;
  width: 230px;
  height: 165px;
  background: #ffffff;
  margin-right: 12px;
  padding-top: 32px;
  overflow: hidden;
  transition: all linear 0.2s;
  text-align: center;
}
.gs-service .carousel .service-list li:last-child {
  margin-right: 0;
}
.gs-service .carousel .service-list li:hover {
  padding-top: 24px;
}
.gs-service .carousel .service-list li:hover .icon {
  width: 48px;
  height: 48px;
}
.gs-service .carousel .service-list li:hover h6 {
  margin: 8px 0;
  font-size: 18px;
  font-weight: bold;
}
.gs-service .carousel .service-list li .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  transition: all linear 0.2s;
}
.gs-service .carousel .service-list li h6 {
  margin-top: 12px;
  margin-bottom: 40px;
  text-align: center;
  transition: all linear 0.2s;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.gs-service .carousel .service-list li button {
  width: 95px;
  height: 32px;
  line-height: 32px;
  background: #0146D2;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  transition: all linear 0.2s;
}

.swiper-pagination-bullet-active {
    background-color: #e8561a;
    width: 20px;
    border-radius: 20px;}
    
    .menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 1200px;
}
.menu .ul-list {
  display: flex;
}
.menu .ul-list > li {
  flex: 1;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 35px;
  left: -60px;
  z-index: 999;
  background: #333;
  width: 200%;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
  background: #0146d2;
}
.rightRwmIcon {
    position: absolute;
    right: 115px!important;
    top: -11px!important;
    box-shadow: 0px 2px 10px rgb(0 0 0);
}
 .fk-editor {
  display:block;
    position: absolute;
        z-index: 1000;
    margin: -120px 0 0 100px;
    font-size: 24px;
    font-weight: bold;
    
}
.forMargin_img{    width: 80px;
    height: 80px;
    float: left;
    padding: 15px 0 37px 12px;
}
.forConten{width: 285px;
    height: 385px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    position: relative;
    margin-top: -64px;
    margin-left: 38px;
    margin-bottom: 40px;
}
.mxcwlc:nth-child(1){float: left;width: 30%;}
.mxcwlc:nth-child(2){float: left;width: 30%;margin: 0 5%}
.mxcwlc:nth-child(3){float: left;width: 30%;}
.fwlc_img{width: 338px;height: 155px;}
.forMargin_txt{text-align: center;font-size: 13px;margin: 10px 0;}
.fwlc_but{     left: 101px;
    width: 122px;
    background-color: #f13a3a;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    margin: 25px 0 0 80px;
    cursor: pointer;
    
}
.fwlc_but:hover {
		transform:scale(1.1);
}
.zcgslc{background: url("../image/zcgslc.png") no-repeat 100% 100%;width: 285px;
    height: 385px;}
.forMargin div ul li{    color: #666666;
    font-size: 13px;    padding: 3px 0px 0 24px;}
.kzdtnz{ color: #4b4b4b;
    font-weight: bold;
    position: absolute;
    top: 46px;
    left: 120px;
    font-size: 15px;}
.gshm{font-size: 13px;color: #666666;position: absolute;    top: 127px;
    left: 50px;}
.gshm1{font-size: 13px;color: #666666;position: absolute;top: 127px;
    left: 139px;}
    
.zbzl{font-size: 13px;color: #666666;position: absolute;    top: 167px;
    left: 190px;}
.zbzl2{font-size: 13px;color: #666666;position: absolute;top: 167px;
    left: 139px;}
    .tjzl{font-size: 13px;color: #666666;position: absolute;    top: 207px;
    left: 50px;}
.tjzl3{font-size: 13px;color: #666666;position: absolute;top: 207px;
    left: 139px;}
    .lqzz{font-size: 13px;color: #666666;position: absolute;    top: 242px;
    left: 190px;}
.lqzz4{font-size: 13px;color: #666666;position: absolute;top: 241px;
    left: 139px;}
    .kzba{font-size: 13px;color: #666666;position: absolute;    top: 277px;
    left: 50px;}
.kzba5{font-size: 13px;color: #666666;position: absolute;top: 278px;
    left: 139px;}
table{margin: 0 auto!important;}