@charset "gb2312";
/* common */
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
ul,ol,li{list-style:none;}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.header{
  transition:margin-top 0.5s;
  -webkit-transition:margin-top 0.5s;
}
.header1{}
a{
	text-decoration: none;
}
.header1 .h1inner {
  width: 1000px;
  height: 670px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.header1 .h1inner .h1ibg1,
.header1 .h1inner .h1ibg2 {
  position: absolute;
}

.h1fa1 {
  -webkit-transform: translate3d(0, 0px, 0px) !important;
  -moz-transform: translate3d(0, 0px, 0px) !important;
  -ms-transform: translate3d(0, 0px, 0px) !important;
  -o-transform: translate3d(0, 0px, 0px) !important;
  transform: translate3d(0, 0px, 0px) !important;
  opacity: 1 !important;
}

.h1fa2 {
  -webkit-transform: translate3d(0, 0px, 0px) !important;
  -moz-transform: translate3d(0, 0px, 0px) !important;
  -ms-transform: translate3d(0, 0px, 0px) !important;
  -o-transform: translate3d(0, 0px, 0px) !important;
  transform: translate3d(0, 0px, 0px) !important;
  opacity: 1 !important;
}


.header1 .h1inner .h1ibg1 {
  width: 729px;
  height: 437px;
  top: 130px;
  right: 95px;
  /* opacity: 0; */
  background: url("../images/bg1.png") no-repeat center center;
  -webkit-transform: translate3d(0, -400px, 20px);
  -moz-transform: translate3d(0, -400px, 20px);
  -ms-transform: translate3d(0, -400px, 20px);
  -o-transform: translate3d(0, -400px, 20px);
  transform: translate3d(0, -400px, 20px);
  -webkit-transition: 2s 0.5s;
  -moz-transition: 2s 0.5s;
  -ms-transition: 2s 0.5s;
  -o-transition: 2s 0.5s;
  transition: 2s 0.5s;
}


.header1 .h1inner .h1ibg2 {
  width: 739px;
  height: 456px;
  top: 130px;
  right: 95px;
  -webkit-transform: translate3d(100px, 0px, 0px);
  -moz-transform: translate3d(100px, 0px, 0px);
  -ms-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px);
  -webkit-transition: 2s 1.5s;
  -moz-transition: 2s 1.5s;
  -ms-transition: 2s 1.5s;
  -o-transition: 2s 1.5s;
  transition: 2s 1.5s;
  /* opacity: 0; */
  background: url("../images/bg2.png") no-repeat center center;
}
@keyframes sun {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes sun {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes sun {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes sun {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes sun {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.header1 .h1inner .h1ibg2 .h1ib1 {
  display: block;
  width: 134px;
  height: 139px;
  position: absolute;
  right: 55px;
  top: 95px;
  animation: sun 2s infinite;
  -webkit-animation: sun 2s infinite;
  -moz-animation: sun 2s infinite;
  -ms-animation: sun 2s infinite;
  -o-animation: sun 2s infinite;
  background: url("../images/h1_chat.png") no-repeat center center;
}
.list1 {
  width: 100%;
  height: 132px;
  background: #d5d5d5;
  overflow: hidden;
}
.list1 .list1inner {
  width: 1200px;
  margin: 0 auto;
}
.list1 .list1inner ul {
  width: 855px;
  height: 90px;
  margin: 20px auto 0 auto;
}
.list1 .list1inner ul li {
  width: 170px;
  float: left;
  height: 90px;
  border-right: 1px solid #bababa;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: default;
}
.list1 .list1inner ul li h4 {
  text-align: center;
  padding-top: 40px;
  font-size: 18px;
  color: #b6b6b6;
}
.list1 .list1inner ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.container1 {
  width: 100%;
 	height: 780px;
  background: #fff;
}
.container1 .c1inner {
  width: 1200px;
  height: 770px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.container1 .c1inner .c1title {
  width: 400px;
  height: 55px;
  margin: 0 auto;
  position: relative;
}
.container1 .c1inner .c1title .c1tp {
  color: #212121;
  font-size: 40px;
  position: absolute;
  top: 0;
  width: 400px;
  text-align: center;
  font-weight: 500;
  z-index: 1;
}
.container1 .c1inner .c1title .c1tp2 {
  width: 400px;
  height: 30px;
  background: #fffc24;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.container1 .c1inner .c1con {
  width: 1200px;
  height: 650px;
  margin: 30px auto 0 auto;
}
.container1 .c1inner .c1con .c1cleft,
.container1 .c1inner .c1con .c1cright {
  float: left;
}
.container1 .c1inner .c1con .c1cleft {
  width: 650px;
  height: 650px;
  position: relative;
}
.container1 .c1inner .c1con .c1cright {
  width: 550px;
  height: 650px;
  background: url(../images/c1_2.jpg) no-repeat center center;
}
.container1 .c1inner .c1con .c1cleft .c1clss {
  width: 640px;
  height: 400px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #fff;
  background: url(../images/c1_1.jpg) no-repeat center center;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}
.c1border {
  border: 5px solid #b7c5ce !important;
}
.container1 .c1inner .c1con .c1cleft .c1but1,
.container1 .c1inner .c1con .c1cleft .c1but2 {
  display: block;
  width: 140px;
  height: 116px;
  padding-top: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: url(../images/c1_v.png) no-repeat center 100px #df393a;
  text-align: center;
  font-size: 26px;
  color: #fff;
  bottom: 40px;
}
.container1 .c1inner .c1con .c1cleft .c1but1 {
  left: 130px;
}
.container1 .c1inner .c1con .c1cleft .c1but2 {
  left: 320px;
}
.container2 {
  width: 100%;
  height: 537px;
  background: url(../images/c2_bg.jpg) no-repeat center center;
}
.container2 .c2inner {
  width: 1200px;
  height: 537px;
  margin: 0 auto;
}
.container2 .c2inner .c2ileft,
.container2 .c2inner .c2iright {
  width: 560px;
  height: 537px;
}
.container2 .c2inner .c2ileft {
  float: left;
}
.container2 .c2inner .c2ileft .c2iltitle {
  width: 560px;
  height: 44px;
  background: url(../images/1.png) no-repeat;
  margin-top: 30px;
}
.container2 .c2inner .c2ileft .c2ilcon {
  width: 556px;
  height: 313px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #fff;
  background: url(../images/c2_lbg.jpg) no-repeat center center;
  margin-top: 30px;
}
.container2 .c2inner .c2ileft .c2ilcon .c2ilp1,
.container2 .c2inner .c2ileft .c2ilcon .c2ilp2 {
  display: block;
  background: rgba(1, 187, 230, 0.8);
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.container2 .c2inner .c2ileft .c2ilcon .c2ilp1 {
  width: 420px;
  margin-top: 190px;
}
.container2 .c2inner .c2ileft .c2ilcon .c2ilp2 {
  width: 216px;
  margin-top: 10px;
}
.container2 .c2inner .c2ileft .c2ilcon:hover .c2ilp1 {
  background: #01bbe6;
}
.container2 .c2inner .c2ileft .c2ilcon:hover .c2ilp2 {
  background: #01bbe6;
}
.container2 .c2inner .c2ileft .c2lbut {
  display: block;
  width: 194px;
  height: 44px;
  border: 4px solid #fff;
  margin: 26px auto 0 auto;
  position: relative;
  overflow: hidden !important;
}
.container2 .c2inner .c2ileft .c2lbut span {
  display: block;
  position: absolute;
  z-index: 1;
  width: 194px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .4px;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
}
.container2 .c2inner .c2ileft .c2lbut::after {
  content: " ";
  width: 60px;
  height: 44px;
  margin: 0 auto;
  background: rgba(238, 121, 7, 0);
  position: absolute;
  margin-left: -30px;
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.container2 .c2inner .c2ileft .c2lbut:hover.c2lbut:after {
  -webkit-transform: scale3d(4, 1, 1);
  -moz-transform: scale3d(4, 1, 1);
  -ms-transform: scale3d(4, 1, 1);
  -o-transform: scale3d(4, 1, 1);
  transform: scale3d(4, 1, 1);
  background: #ee7907;
}
.container2 .c2inner .c2iright {
  float: right;
}
.container2 .c2inner .c2iright .c2irtitle {
  width: 560px;
  height: 44px;
  background: url(../images/2.png) no-repeat;
  margin-top: 30px;
}
.container2 .c2inner .c2iright .c2ircon {
  width: 556px;
  height: 313px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #fff;
  background: url(../images/c2_lbg2.jpg) no-repeat center center;
  margin-top: 30px;
}
.container2 .c2inner .c2iright .c2ircon .c2irp1,
.container2 .c2inner .c2iright .c2ircon .c2irp2 {
  display: block;
  background: rgba(242, 170, 24, 0.8);
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.container2 .c2inner .c2iright .c2ircon .c2irp1 {
  margin-top: 190px;
  width: 470px;
}
.container2 .c2inner .c2iright .c2ircon .c2irp2 {
  margin-top: 10px;
  width: 216px;
}
.container2 .c2inner .c2iright .c2ircon:hover .c2irp1 {
  background: #f2aa18;
}
.container2 .c2inner .c2iright .c2ircon:hover .c2irp2 {
  background: #f2aa18;
}
.container2 .c2inner .c2iright .c2rbut {
  display: block;
  width: 194px;
  height: 44px;
  border: 4px solid #fff;
  margin: 26px auto 0 auto;
  position: relative;
  overflow: hidden !important;
}
.container2 .c2inner .c2iright .c2rbut span {
  display: block;
  position: absolute;
  z-index: 1;
  width: 194px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .4px;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
}
.container2 .c2inner .c2iright .c2rbut::after {
  content: " ";
  width: 60px;
  height: 44px;
  margin: 0 auto;
  background: rgba(238, 121, 7, 0);
  position: absolute;
  margin-left: -30px;
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.container2 .c2inner .c2iright .c2rbut:hover.c2rbut:after {
  -webkit-transform: scale3d(4, 1, 1);
  -moz-transform: scale3d(4, 1, 1);
  -ms-transform: scale3d(4, 1, 1);
  -o-transform: scale3d(4, 1, 1);
  transform: scale3d(4, 1, 1);
  background: #ee7907;
}
.container3 {
  width: 100%;
  height: 443px;
  background: url(../images/c3_bg.jpg) no-repeat center top;
}
.container4 {
  width: 100%;
  height: 636px;
  margin-top: 20px;
  background: url(../images/c4_bg.jpg) no-repeat center center red;
}
.container4 .c4inner {
  width: 1200px;
  height: 636px;
  margin: 0 auto;
  position: relative;
}
.container4 .c4inner .c4icon {
  width: 1200px;
  height: 464px;
  margin-left: -600px;
  position: absolute;
  left: 50%;
  top: 80px;
}
.container4 .c4inner .c4icon .c4icleft {
  float: left;
  width: 710px;
  height: 464px;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: 1.6s;
  -moz-transition: 1.6s;
  -ms-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
}
.c4l {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  -moz-transform: translate3d(0, 0px, 0) !important;
  -ms-transform: translate3d(0, 0px, 0) !important;
  -o-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1 !important;
}
.container4 .c4inner .c4icon .c4icleft .c4ilxx {
  width: 100%;
  height: 274px;
  background: url(../images/c4_xx.jpg) no-repeat center center;
}
.container4 .c4inner .c4icon .c4icleft .c4iltext {
  width: 97.2%;
  height: 190px;
  background: #457ae6;
  padding-left: 20px;
  position: relative;
}
.container4 .c4inner .c4icon .c4icleft .c4iltext h4 {
  font-size: 36px;
  padding-top: 16px;
  line-height: 1.2;
  color: #fff;
}
.container4 .c4inner .c4icon .c4icleft .c4iltext h5 {
  font-size: 36px;
  padding-top: 0px;
  line-height: 1;
  color: #fff;
}
.container4 .c4inner .c4icon .c4icleft .c4iltext p {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
.container4 .c4inner .c4icon .c4icleft .c4iltext .c4ibut {
  display: block;
  width: 140px;
  height: 113px;
  padding-top: 26px;
  border-radius: 50%;
  position: absolute;
  background: #DF393A url("../images/c1_v.png") no-repeat scroll center 100px;
  text-align: center;
  font-size: 26px;
  color: #FFF;
  bottom: 12px;
  right: 30px;
}
.container4 .c4inner .c4icon .c4icright {
  float: right;
  width: 473px;
  height: 464px;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: 1.6s 0.4s;
  -moz-transition: 1.6s 0.4s;
  -ms-transition: 1.6s 0.4s;
  -o-transition: 1.6s 0.4s;
  transition: 1.6s 0.4s;
  background: url(../images/c4_pc.jpg) no-repeat center center;
}
.c4r {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  -moz-transform: translate3d(0, 0px, 0) !important;
  -ms-transform: translate3d(0, 0px, 0) !important;
  -o-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1 !important;
}
.container5 {
  width: 100%;
  height: 641px;
  background: url(../images/c5_bg.jpg) no-repeat center center;
}
.container5 .c5inner {
  width: 1200px;
  height: 641px;
  margin: 0 auto;
  position: relative;
}
.container5 .c5inner .c5title {
  width: 220px;
  height: 70px;
  position: absolute;
  top: 65px;
  left: 0;
  font-size: 34px;
  color: #fff;
  line-height: 65px;
  text-align: center;
  font-weight: 200;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.c5titlea {
  opacity: 1 !important;
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -moz-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
}
.container5 .c5inner .c5con {
  width: 1200px;
  height: 400px;
  position: absolute;
  top: 180px;
}
.container5 .c5inner .c5con ul {
  width: 1200px;
  height: 400px;
}

.container5 .c5inner .c5con ul li {
  width: 295px;
  height: auto;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 5px;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  position:relative;
  padding-bottom:10px;
}

.c5con ul li img{
	display:block;
}

.container5 .c5inner .c5con ul li dl{
	width:100%;
	border:1px solid #fff;
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
	margin-bottom:10px;
}

.container5 .c5inner .c5con ul li dl dd{
	width:49%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:16px;
}

.container5 .c5inner .c5con ul li dl dd:nth-child(1){
	border-right:1px solid #fff;
}


.container5 .c5inner .c5con ul li .bmzhong{
	width:150px;
	height:40px;
	border-radius:0 0 15px 0;
	background:#8BC34A;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	left:0px;
	top:0px;
}


.container5 .c5inner .c5con ul li .jzhaoman{
	width:150px;
	height:40px;
	border-radius:0 0 15px 0;
	background:#FF9800;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	left:0px;
	top:0px;
}




.c5listh {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.c5li1 {
  -webkit-transition: 1.6s;
  -moz-transition: 1.6s;
  -ms-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
}
.c5li2 {
  -webkit-transition: 1.6s 0.4s;
  -moz-transition: 1.6s 0.4s;
  -ms-transition: 1.6s 0.4s;
  -o-transition: 1.6s 0.4s;
  transition: 1.6s 0.4s;
}
.c5li3 {
  -webkit-transition: 1.6s 0.8s;
  -moz-transition: 1.6s 0.8s;
  -ms-transition: 1.6s 0.8s;
  -o-transition: 1.6s 0.8s;
  transition: 1.6s 0.8s;
}
.c5li4 {
  -webkit-transition: 1.6s 1.2s;
  -moz-transition: 1.6s 1.2s;
  -ms-transition: 1.6s 1.2s;
  -o-transition: 1.6s 1.2s;
  transition: 1.6s 1.2s;
}
.container5 .c5inner .c5con ul li h3 {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 28px;
}
.container5 .c5inner .c5con ul li h6 {
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-top: 3px;
}
.container5 .c5inner .c5con ul li .online {
  display: block;
  height: 44px;
  width: 140px;
  border: 2px solid #fff;
  margin: 14px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.container5 .c5inner .c5con ul li .online:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 30px;
  margin-left: -15px;
  left: 50%;
  z-index: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.container5 .c5inner .c5con ul li .c5a1:after {
  background: #df393a;
}
.container5 .c5inner .c5con ul li .c5a1:hover:after {
  background: #b51617;
}
.container5 .c5inner .c5con ul li .c5a2:after {
  background: #f2aa18;
}
.container5 .c5inner .c5con ul li .c5a2:hover:after {
  background: #d79000;
}
.container5 .c5inner .c5con ul li .c5a3:after {
  background: #01bbe6;
}
.container5 .c5inner .c5con ul li .c5a3:hover:after {
  background: #0096b9;
}
.container5 .c5inner .c5con ul li .c5a4:after {
  background: #f26f18;
}
.container5 .c5inner .c5con ul li .c5a4:hover:after {
  background: #c85000;
}
.container5 .c5inner .c5con ul li .online:hover:after {
  -webkit-transform: scale3d(6, 1, 1);
  -moz-transform: scale3d(6, 1, 1);
  -ms-transform: scale3d(6, 1, 1);
  -o-transform: scale3d(6, 1, 1);
  transform: scale3d(6, 1, 1);
}
.container5 .c5inner .c5con ul li .online span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.container6 {
  width: 100%;
  height: 830px;
  background: #2c6bdf;
}
.container6 .c6inner {
  width: 1200px;
  height: 735px;
  margin: 0 auto;
  position: relative;
}
.container6 .c6inner .c6ititle {
  width: 308px;
  height: 54px;
  position: absolute;
  margin-left: -154px;
  left: 50%;
  top: 48px;
  background: url(../images/c6_title..jpg) no-repeat center center;
}
.c6con {
  width: 1200px;
  height: 410px;
  position: absolute;
  top: 120px;
   opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(-30px, 0px, 0);
  -moz-transform: translate3d(-30px, 0px, 0);
  -ms-transform: translate3d(-30px, 0px, 0);
  -o-transform: translate3d(-30px, 0px, 0);
  transform: translate3d(-30px, 0px, 0);
}

.c6ttextl {
  -webkit-transform: translate3d(0px, 0px, 0) !important;
  -moz-transform: translate3d(0px, 0px, 0) !important;
  -ms-transform: translate3d(0px, 0px, 0) !important;
  -o-transform: translate3d(0px, 0px, 0) !important;
  transform: translate3d(0px, 0px, 0) !important;
  opacity: 1 !important;
}

.dddd {
  background-color: #fff !important;
  color: #2c6bdf !important;
}
.c6cright {
  width: 830px;
  height: 410px;
  float: right;
}
.container7 {
  width: 100%;
  height: 1000px;
  background: #fff;
  margin-bottom:40px;
}
.container7 .c7inner {
  width: 1200px;
  height: 1000px;
  margin: 0 auto;
  position: relative;
}
.container7 .c7inner .c7title1 {
  width: 1200px;
  height: 54px;
  position: absolute;
  top: 100px;
  background: url(../images/c7_title1.jpg) no-repeat center center;
}
.container7 .c7inner .c7con1 {
  width: 1200px;
  height: 390px;
  position: absolute;
  top: 200px;
  background-image: url(../images/c7_bg_1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  -ms-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
}
.container7 .c7inner .c7con1 .c7about {
  width: 1200px;
  height: 111px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  color: #fff;
  border-bottom: 5px solid #2c6bdf;
}
.container7 .c7inner .c7con1 .c7about .c7icon {
  width: 81px;
  height: 81px;
  position: absolute;
  top: 15px;
  left: 60px;
  background: url(../images/c7_icon.png) no-repeat center center;
}
.container7 .c7inner .c7con1 .c7about p {
  width: 690px;
  height: 111px;
  position: absolute;
  font-size: 20px;
  line-height: 1.6;
  padding-top: 20px;
  margin-left: -345px;
  left: 46%;
}
.container7 .c7inner .c7con1 .c7about .c7but {
  display: block;
  position: absolute;
  width: 204px;
  height: 52px;
  right: 50px;
  top: 29px;
  background: url(../images/c7_chat.jpg) no-repeat 20px center #df393a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 70px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  -webkit-box-shadow: 0 5px 0 #b22425;
  -moz-box-shadow: 0 5px 0 #b22425;
  box-shadow: 0 5px 0 #b22425;
}
.container7 .c7inner .c7title2 {
  width: 1200px;
  height: 54px;
  position: absolute;
  top: 640px;
}
.container7 .c7inner .c7con2 {
  width: 1200px;
  height: 240px;
  position: absolute;
  top: 700px;
  margin-top: 40px;
}
.c7con2l,
.c7con2r {
  width: 588px;
  height: 240px;
  background: #eee;
}
.c7con2l {
  float: left;
}
.c7con2r {
  float: right;
}
.container7 .c7inner .c7con2 img {
  float: left;
}
.container7 .c7inner .c7con2 .c7texta {
  width: 300px;
  height: 210px;
  float: right;
  padding: 30px 10px 0 0;
}
.container7 .c7inner .c7con2 .c7texta p {
  font-size: 18px;
}
.container7 .c7inner .c7con2 .c7buta {
  display: block;
  width: 134px;
  height: 38px;
  background: #df393a;
  color: #fff;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 38px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.backg {
  background: red;
}
.lba1 {
  width: 830px;
  height: 410px;
  display: none;
}




.ban{width: 100%;}
.banner_01{background: url(../images/banner_01.jpg) top center no-repeat;width: 100%;height: 125px;}
.banner_02{background: url(../images/banner_02.jpg) top center no-repeat;width: 100%;height: 125px;}
.banner_03{background: url(../images/banner_03.jpg) top center no-repeat;width: 100%;height: 125px;}
.banner_04{background: url(../images/banner_04.jpg) top center no-repeat;width: 100%;height: 125px;}


.container1 .ul1{margin-right: -50px;text-align: center;}
.container1 .ul1 li{float: left;margin-right: 50px;background: url(../images/r1bg.png);width: 366px;height: 258px;}
.container1 .ul1 li b{display: block;color: #e31e1e;font-size: 40px;}
.container1 .ul1 li em{display: block;color: #e31e1e;font-size: 28px;margin: 34px;}
.container1 .ul1 li p{padding: 0 20px;font-size: 18px;}

.container1 .ul2 {margin: 34px -10px 0 0;}
.container1 .ul2 img {display: block;float: left;margin-right: 10px;border: solid 1px #aab9bd;}

.con_btn{width: 380px;text-align: center;margin: 60px auto 0px;}
.con_btn a{float: left;font-size: 20px;width: 150px;color: #285bb9;border: solid 2px #285bb9;height: 48px;line-height: 48px;}
.con_btn a{-o-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;transition: .5s;}
.con_btn a:hover{color: #fff;background:#285bb9;}
.con_btn .con_right{float: right;}

.c5title_a{position: absolute;top: 75px;right: 0px;font-size: 24px;padding: 10px 20px;background-color:#285bb9 ;color: #fff;border-radius:10px;}

.container6 .c6con{
	display:flex;
	justify-content:space-between;
}
.container6 .c6con li{

}
.container6 .c6con li img{margin-top: 18px;display: block;border: solid 1px #fff;}
.container6 .c6con .c1cleft{float: left;}
.container6 .c6con .c1cright{float: right;}
.container6 .con_btn{margin-top: 0px;}
.container6 .con_btn a{border-color:#fff;color: #fff ;}

