/*header*/

/*banner*/
.slider-wrapper {
	background: grey;
	position: relative;
	overflow: hidden;
}
.slider-wrapper .slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slider-wrapper .slider-item div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.slider-navigation {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.slider-navigation span {
	font-family: 'FontAwesome';
	font-size: 40px;
	position: absolute;
	pointer-events: all;
	width: 50px;
	height: 80px;
	line-height: 80px;
	display: block;
	background-color: rgba(0,0,0,0.25);
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.slider-navigation span.slider-prev{
	background: url(../image/prev.png)no-repeat;
    background-position: center;
    background-size: 50px 80px;
}
.slider-navigation span.slider-next {
	right: 0;
	background: url(../image/next.png)no-repeat;
    background-position: center;
    background-size: 50px 80px;
}
.slider-navigation span:hover {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}

/*advantage*/
.advantage{
	width: 100%;
	height: 100px;
    background: #f1f1f1;
}
.advantage_content{
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.advantage_list{
	width: 20%;
	float: left;
}
.advantage_list a{
    height: 100px;
    position: relative;
    display: block;
    padding: 25px 0 25px 68px;
    transition: all .3s;
    border-left: 1px solid #727577;
    border-color: hsla(0,0%,100%,.06);
}
.advantage_list a img {
    position: absolute;
    left: 20px;
    top: 34px;
    width: 40px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.advantage_detail{
    margin-left: 10px;
    float: left;
    width: 160px;
}
.advantage_detail h2{
    font-weight: bolder;
    height: 25px;
    font-size: 18px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.advantage_detail p{
    font-size: 14px;
    line-height: 25px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*product introduction*/
.introduction{
    width: 100%;
    background: #fff;
}
.introduction_content{
    margin: 0 auto;
}
.introduction_header{
    padding: 50px 0;
    text-align: center;
}
.introduction_header h3{
    font-size: 30px;
    font-weight: 400;
    color: #000;
    font-family: "微软雅黑"
}
.introduction_header p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.introduction_detail{
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}
.introduction_left{
    width: 300px;
    float: left;
    margin: 25px 50px;
}
.introduction_img{
    border-radius: 60px;
}
.introduction_img img{
    width: 100%;
}
.introduction_center{
    float: left;
    padding:100px 20px 0;
    position: relative;
}
.introduction_center ul{
    position: absolute;
    z-index: 111;
}
.introduction_center ul li{
    width: 70px;
    height: 70px;
    margin: 50px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: All 0.2s ease-in-out;
}
.introduction_center ul li:first-child{
    background: url(../image/icon_1.png)no-repeat;
    background-size: 70px;
    background-position: center -70px; 
    -webkit-transition: All 0.2s ease-in-out;
}
.introduction_center ul li:nth-child(2){
    background: url(../image/icon_2.png)no-repeat;
    background-size: 70px;
    background-position: center -70px;
    -webkit-transition: All 0.2s ease-in-out; 
}
.introduction_center ul li:nth-child(3){
    background: url(../image/icon_3.png)no-repeat;
    background-size: 70px;
    background-position: center -70px; 
    -webkit-transition: All 0.2s ease-in-out;
}
.introduction_center ul li:nth-child(4){
    background: url(../image/icon_4.png)no-repeat;
    background-size: 70px;
    background-position: center -70px; 
    -webkit-transition: All 0.2s ease-in-out;
}
.introduction_center ul li.on{
   -webkit-transition: All 0.2s ease-in-out;
   background-position: center 0;
}
.introduction_line{
    width: 0;
    height: 550px;
    border-left: 1px dashed #ddd;
    position: absolute;
    top: 85px;
    left: 105px;
    z-index: 1;
}
.introduction_right{
    float: right;
    padding-top:85px;
    width: 600px;
    margin-top: 25px;
}
.introduction_item{
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    background: #f1f1f1;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    -webkit-transition: All 0.4s ease-in-out;
}
.introduction_cover{
    background: rgba(76,166,200,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: All 0.4s ease-in-out;
    display: none;
}
.introduction_item.hover .introduction_cover{
    display: block;
}
.introduction_item.hover{
    background:url(../image/bg_1.png)no-repeat;
    -webkit-transition: All 0.4s ease-in-out;
}
.introduction_list{
    padding: 25px;
    position: absolute;
}
.introduction_list h3{
    font-size: 18px;
    line-height: 30px;
}
.introduction_list p{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.introduction_item.hover h3,.introduction_item.hover p{
    color: #fff;
}
/*chosse us*/
.choose{
	width: 100%;
	background: #f1f1f1;
}
.choose_content{
	margin: 0 auto;
}
.choose_header{
	padding: 50px 0;
	text-align: center;
}
.choose_header h3{
	font-size: 30px;
	font-weight: 400;
	color: #000;
	font-family: "微软雅黑"
}
.choose_header p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.choose_detail{
	width: 100%;
	height: 480px;
}
.choose_list:hover {
    border: 1px solid #00c1de;
    box-shadow: 0px 0px 20px rgba(0,139,159,0.5);/* inset*/
    animation: pulse 20s;
}
.choose_list{
	width: 292.5px;
	background: white;
	margin-right: 10px;
	float: left;
	text-align: center;
	margin-bottom: 20px; 
    border: 1px solid #dedede;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.choose_list:nth-child(4n){
    margin-right: 0
}
.choose_list img{
	height: 100%;
	width: auto;
	padding: 10px 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.choose_list:hover img{
    transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
}
.choose_list h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.choose_list p{
	margin: 10px 0;
    height: 48px;
	line-height: 24px;
	color: #b2b2b2;
}
/*solve*/
.solve{
    width: 100%;
    /*background: linear-gradient(#005FB1,#00A1F2);*/
    background: url(../image/bg_2.png)no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.solve_content{
	margin: 0 auto;
    padding-bottom: 100px;
}
.solve_header{
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}
.solve_header h3{
	font-size: 30px;
	color: white;
	padding: 40px 0;
	line-height: 40px;
}
.solve_header ul{
	overflow: hidden;
	width: 70%;
	margin: 0 auto
}
.solve_header ul li{
	padding: 10px 20px;
	float: left;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 22.75%;
	margin-right: 3%;
}
.solve_header ul li:hover{
	cursor: pointer;
}
.solve_header ul li.current{
	background: #31BECF;
    border: 1px solid #31BECF;
}
.solve_header ul li:nth-child(4n){
	margin-right: 0
}
.solve_header ul li a{
	color: white;
}
.solve_list{
	/*padding-bottom: 50px;*/
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.solve_list ul {
  /*border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;*/
  background: #fff;
  overflow: hidden;
}
.solve_list ul li {
  float: left;
  width: 450px;
/*  height: 359px;*/
  opacity: 1;

}
.solve_list ul li div {
  padding-left: 176px;
  padding-top: 54px;
  height:222px;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.solve_list ul li div .p1 {
  font-size: 20px;
  color: #00559e;
  margin-bottom: 16px;
}
.solve_list ul li div .p2 {
  font-size: 14px;
  color: #00559e;
  margin-bottom: 10px;
}
.solve_list ul .l2 {
  width: 300px;
  height: 444px;
  /*border-right: 1px solid #f2f2f2;*/
  background: url(../image/earth.png) no-repeat center;
  background-size: 100% 444px;
}
.solve_list ul .l2 div {
  border: none;
  padding: 0;
  padding-top: 222px;
  text-align: center;
}
.solve_list ul .l2 div .p2 {
  width: 196px;
  margin: 0 auto 10px;
  text-align: left;
}
.solve_list ul li a:nth-child(2) div{
	border-bottom: none;
}
.solve_list ul li:nth-child(3) div {
  border-right: none;
  border-left: 1px solid #f2f2f2;
}
.solve_list .cc li:nth-child(1) {
  -webkit-animation: c1 1s forwards;
  -o-animation: c1 1s forwards;
  animation: c1 1s forwards;
}
.solve_list .cc li:nth-child(2) {
  -webkit-animation: c3 1s forwards;
  -o-animation: c3 1s forwards;
  animation: c3 1s forwards;
}
.solve_list .cc li:nth-child(3) {
  -webkit-animation: c2 1s forwards;
  -o-animation: c2 1s forwards;
  animation: c2 1s forwards;
}
.solve_list_dg{
    position: absolute;
    top: 100px;
    left:50px;
}
.solve_list_dg h3{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
}
.solve_list_dg a{
    display: block;
    line-height: 30px;
    padding-left: 30px;
    background: url(../image/point.png)no-repeat left center;
}
.solve_list_word{
    position: absolute;
    top: 100px;
    left:80px;
    width: 410px;
    text-align: center;
}
.solve_list_word h3{
    font-size: 24px;
    color: #666;
    font-weight: 700;
    line-height: 50px;
}
.solve_list_word ul li{
    padding: 10px 0 10px 25px;
    background: url(../image/point.png)no-repeat left center;
    text-align: left;
    list-style-type: disc;
}
.solve_list_word ul li a{
    font-size: 16px;
    line-height: 16px;
}
.platform{
    width: 100%;
    overflow: hidden;
}
.platform_list{
    width: 294px;
    height: 444px;
    float: left;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    margin-right: 8px;
}
.platform_bg{
    width: 100%;
    height: 278px;
    line-height: 278px;
    text-align: center;
}
.platform_game{
    width: 100%;
    height: 100%;
}
.platform_game img{
    width: 68px;
    vertical-align: middle;
}
.platform_bootom{
    width: 100%;
    height: 166px;
    padding:10px 25px;
    background: #fff;
}
.platform_item{
    line-height: 50px;
    font-size:24px;
    font-weight: bold;
    color: #000;
}
.platform_bootom p{
    line-height: 30px;
    font-size: 12px;
    color: #000;
}
.platform_list:last-child{
    margin-right: 0;
}
.platform_list:hover .platform_bootom{
    background: #183fce;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.platform_list:hover .platform_item,.platform_list:hover .platform_bootom p{
    color: #fff;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

/*.platform_list:last-child{
    margin-right: 0;
}
.platform_content{
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    text-align: center;
}
.platform_img{
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.platform_img img{
    width: 100%;
}
.platform_line{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.platform_item{
    height: 222px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.platform_detail{
    position: absolute;
    left: 0;
    top: 600px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.platform_detail p{
    color: #fff;
    line-height: 30px;
}
.platform_detail span{
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}
.platform_bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    text-align: center;
    opacity: 0
}
.platform_list:hover .platform_bg{
    background: #00c2de;
    opacity: .82
}

.platform_list:hover .platform_content{
    top: 0px;
}
.platform_list:hover .platform_img{
    margin-top: 50px;
}
.platform_list:hover .platform_line{
    display: none;
}
.platform_list:hover .platform_detail{
    top: 190px;
}
.platform_list .platform_detail span:hover{
    color: #00c2de; 
    background: #fff;
}*/

/*excellent*/
.excellent{
	width: 100%;
	background: #fff;
}
.excellent_content{
    margin: 0 auto;
}
.excellent_header{
	padding: 40px 0;
    text-align: center;
    margin: 0 auto
}
.excellent_header h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-family: "微软雅黑"；
    color:#000;
}
.excellent_header p{
	font-size: 16px;
    line-height: 30px;
    color: #666;
}
.item03-bg {
    background: url(../image/item03-bg.png) no-repeat center center;
    height: 339px;
    margin-bottom: 60px;
    position: relative;
}

.item03-content {
    position: relative;
}

.item03-content>div {
    position: absolute;
}

.item03-content .item03-list {
    width: 198px;
    overflow: visible;
}

.item03-content .item03-list .txt {
    position: relative;
    text-align: center;
}

.item03-content .item03-list .txt .txt-box {
    position: absolute;
    width: 198px;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    color: #84898d;
    font-size: 12px;
    bottom: 65px;
    box-shadow: 0px 4px 5px #d8d6d6;
    -webkit-box-shadow: 0px 4px 5px #d8d6d6;
    -ms-box-shadow: 0px 4px 5px #d8d6d6;
    -moz-box-shadow: 0px 4px 5px #d8d6d6;
    -o-box-shadow: 0px 4px 5px #d8d6d6;
    text-align: left;
    opacity: 0;
}

.item03-content .item03-list .txt .txt-box .txticon {
    width: 16px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -15px;
    background: url(../image/item03-icon.png) no-repeat center top;
}

.item03-content .item03-list .icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 0 auto;
}

.item03-content .item03-list:hover .txt-box {
    opacity: 1;
    bottom: 35px;
}

.item03-content .item03-list02 {
    width: 198px;
    overflow: visible;
}

.item03-content .item03-list02 .txt {
    position: relative;
    text-align: center;
}

.item03-content .item03-list02 .txt .txt-box {
    position: absolute;
    width: 198px;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    color: #84898d;
    font-size: 12px;
    top: 68px;
    box-shadow: 0px -4px 6px #d8d6d6;
    -webkit-box-shadow: 0px -4px 6px #d8d6d6;
    -ms-box-shadow: 0px -4px 6px #d8d6d6;
    -moz-box-shadow: 0px -4px 5px #d8d6d6;
    -o-box-shadow: 0px -4px 6px #d8d6d6;
    text-align: left;
    opacity: 0;
}

.item03-content .item03-list02 .txt .txt-box .txticon {
    width: 16px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -15px;
    background: url(../image/item03-icon2.png) no-repeat center top;
}

.item03-content .item03-list02 .icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 0 auto;
}

.item03-content .item03-list02:hover .txt-box {
    opacity: 1;
    top: 38px;
}

.item03-content .item03-01 {
    top: 107px;
    left: 1px;
}

.item03-content .item03-01 .icon {
    background: #edeff1 url(../image/item03-01.png) no-repeat center center;
    margin-top: 45px;
}

.item03-content .item03-01:hover .icon {
    background: #00afda url(../image/item03-01-hover.png) no-repeat center center;
}

.item03-content .item03-02 {
    top: 52px;
    left: 200px;
}

.item03-content .item03-02 .icon {
    background: #edeff1 url(../image/item03-02.png) no-repeat center center;
    margin-bottom: 45px;
}

.item03-content .item03-02:hover .icon {
    background: #00afda url(../image/item03-02-hover.png) no-repeat center center;
}

.item03-content .item03-03 {
    top: 182px;
    left: 400px;
}

.item03-content .item03-03 .icon {
    background: #edeff1 url(../image/item03-03.png) no-repeat center center;
    margin-top: 45px;
}

.item03-content .item03-03:hover .icon {
    background: #00afda url(../image/item03-03-hover.png) no-repeat center center;
}

.item03-content .item03-04 {
    top: 117px;
    left: 600px;
}

.item03-content .item03-04 .icon {
    background: #edeff1 url(../image/item03-04.png) no-repeat center center;
    margin-bottom: 45px;
}

.item03-content .item03-04:hover .icon {
    background: #00afda url(../image/item03-04-hover.png) no-repeat center center;
}

.item03-content .item03-05 {
    top: 130px;
    right: 204px;
}

.item03-content .item03-05 .icon {
    background: #edeff1 url(../image/item03-05.png) no-repeat center center;
    margin-top: 45px;
}

.item03-content .item03-05:hover .icon {
    background: #00afda url(../image/item03-05-hover.png) no-repeat center center;
}

.item03-content .item03-06 {
    top: 0px;
    right: 3px;
}

.item03-content .item03-06 .icon {
    background: #edeff1 url(../image/item03-06.png) no-repeat center center;
    margin-bottom: 45px;
}

.item03-content .item03-06:hover .icon {
    background: #00afda url(../image/item03-06-hover.png) no-repeat center center;
}

/*online*/
.online{
	width: 100%;
    /*background: #f1f1f1;*/
    background: url(../image/bg_3.png)no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.online_content {
    margin: 0 auto;
    padding: 40px 0;
}
.online_header {
    padding: 10px 0;
    text-align: center;
}
.online_header h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-family: "微软雅黑";
    color: #000
}
.online_header p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.online_list{
	margin-top: 60px;
}
.online_list:before,.online_list:after{
    content: "";
    display: table;
}
.online_list:after {
    clear: both
}
.online_part{
	box-sizing: border-box;
	float: left;
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 1px;
}
.online_add{
	transition: all .3s ease;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    height: 460px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.online_part .online_img{
	background: #373d41;
    padding: 32px 0;
}
.online_part .online_add.on .online_img,.online_part .online_add:hover .online_img{
    background: #00c1de;
}
.online_part_content{
    background: #fff;
    padding: 12px 46px 24px;
}
.online_part_content p{
	font-size: 16px;
    line-height: 30px;
    margin-top: 45px;
    text-align: center;
}
.online_part_content a{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 90px;
    font-size: 16px;
}
.online_add.on .online_part_content a,.online_add:hover .online_part_content a{
    color: #00c1de;
    text-decoration: underline;
}
.online_part .online_img .online_pic{
	height: 45px;
    margin-bottom: 20px;
}
.online_part .online_img img{
	display: block;
    height: 45px;
    margin: 0 auto;
}
.online_part .online_img h3{
	color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}
.online_add.on,.online_add:hover {
    z-index: 2;
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    box-shadow: 0 0 22px rgba(0, 0, 0, .4)
}
.online_footer{
	padding-top: 30px;
    text-align: center;
}
.online_footer a{
	padding: 8px 50px;
    border: 1px solid #00c1de;
    border-radius: 5px;
    color: #00c1de;
    font-size: 16px;
    background: #fff;
}
/*cooperate*/
.cooperate{
    width: 100%;
    background: #fff;
}
.cooperate_content{
    margin: 0 auto;
}
.cooperate_header{
	padding: 30px 0;
    text-align: center;
}
.cooperate_header h3{
	font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-family: "微软雅黑";
}
.cooperate_list{
	width: 100%;
	height: 330px;
}
.cooperate_list ul li{
	width: 200px;
	height: 120px;
	float: left;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
} 
.cooperate_list ul li img{
	width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cooperate_list ul li:hover {
	box-shadow: 0px 10px 26px rgba(0, 0, 0, .1) ;/* inset*/
	animation: pulse 20s;
}
.cooperate_list ul li:hover img{
	transform: scale(1.1,1.1);
	/*transform: translateY(-2px);*/
	/*box-shadow: 0 2px 20px rgba(0,0,0,0.2);*/
	
}
.cooperate_footer{
	width: 30%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.cooperate_more{
	padding: 20px 90px;
	display: inline-block;
    font-size: 16px;
    color: #4895ff;
    border: 1px solid #4895ff;
    border-radius: 5px;
}
/*news*/
.news{
    width: 100%;
    background: #f1f1f1;
}
.news_content{
    margin: 0 auto;
}
.news_header{
	padding: 40px 0;
    text-align: center;
}
.news_header h3{
	font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-family: "微软雅黑";
    color: #000;
}
.news_header p{
    font-size: 16px;
    margin-top: 20px;
    color: #666;
}
.content{
	width:1200px;
	margin:0 auto;
}
.news-left {
    width: 439px;
    float: left;
}

#news-screen-slider {
    width: 439px;
    height: 496px;
    float: left;
    position: relative
}

#slides-news {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#slides-news>li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
}

#slides-news>li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 248px;
}

#slides-news>li:hover .news-left-con {
    background: #00afda;
}

#slides-news>li:hover .news-left-con .tit {
    color: #fff;
}

#slides-news>li:hover .news-left-con .describe {
    color: #fff;
}

#pagination-news {
    display: block;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 210px;
    z-index: 999;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination-news li {
    display: block;
    list-style: none;
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    border-radius: 100%;
    background: #FFF
}

#pagination-news li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    cursor: pointer;
}

#pagination-news li.current {
    background: #00afda
}

.news .news-left .news-left-con {
    height: 248px;
    background: #fff;
    padding: 15px;
}

.news .news-left .news-left-con .tit {
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.transition500 {
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.news .news-left .news-left-con .tit {
    font-size: 18px;
    color: #333;
}

.news .news-left .news-left-con .tit a:hover {
    color: #00afda;
}

.news .news-left .news-left-con .describe {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    height: 160px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.news .news-right {
    width: 761px;
    float: right;
}

.news .news-right .newsList {
    padding: 15px;
    background: #fff;
    float: left;
    width: 360px;
    margin-left: 20px;
    margin-bottom: 19px;
}

.news .news-right .newsList .newsList-data {
    background: #eeeeee;
    width: 90px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    color: #333;
    float: left;
}
.news .news-right .newsList .newsList-data span{
	display: inline-block;
    font-size: 14px;
    width: 100%;
}
.news .news-right .newsList .newsList-data span:first-child {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

.news .news-right .newsList .newsList-con {
    float: left;
    width: 230px;
    margin-left: 10px;
    height: 80px;
}

.news .news-right .newsList .newsList-con a {
    color: #333;
    height: 20px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.news .news-right .newsList .newsList-con a:hover {
    color: #00afda;
}

.news .news-right .newsList .newsList-con .newsList-describe {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .news-right .newsList:hover .newsList-data {
    background: #00afda;
    color: #fff;
}
.index-more {
    padding: 30px 0 50px;
    background: #f5f5f5;
}

.index-more a {
    width: 300px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    background: #fff;
    color: #666;
    font-size: 16px;
}

.index-more a:hover {
    background: #00afda;
    color: #fff;
}


/*footer*/
/*.footer{
	width: 100%;
	background: #333333
}
.footer_content{
	margin: 0 auto;
	padding-top: 100px;	
}
.footer_list{
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
}
.footer_list_content{
	padding: 20px;
	overflow: hidden;
}
.footer_list_content ul li{
	width: 14%;
	float: left;
	color: #fff;
}
.footer_list_content ul li:last-child{
	width: 30%;
	float: left;
	color: #fff;
}
.footer_list_content ul li dl dt{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 5px;
}
.footer_list_content ul li dl dd{
	font-size: 14px;
	line-height: 30px;
	color: #808080;
}
.footer_list_content ul li dl .junnet_wx{
	width:80px;
	height: 80px;
}
.footer_list_content ul li dl .junnet_wx a img{
	width: 100%;
}
.footer_list_content ul li dl .customer{
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
}
.footer_list_content ul li dl .num{
	font-size: 18px;
	color: #fff;
}
.footer_list_content ul li dl .other{
	font-size: 14px;
	color: #fff;
}
.footer_bottom{
	padding: 20px 0;
	text-align: center;
}
.footer_bottom a{
	color: #fff;
	padding-right:5px;
	border-right: 1px solid #fff;
}
.footer_belong,.bei{
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
}*/


@media screen and (max-width: 1199px){
    .content{
        width: 100%;
    }
    .introduction_left{
        display: none;
    }
    .introduction_right{
        float: left;
        width: 65%;
        margin-left: 15%;
    }
    .choose_list{
        width: 24%;
        margin-right: 5px;
        margin-left: 5px;
    }
    .wrap{
        width: 100%;
    }
    .solve_list_dg{
        width: 15%;
        left: 15px;
    }
    .solve_list{
        background-position: 100% center !important;
    }
    .solve_list ul li{
        width: 35%;
    }
    .solve_list .cc li:nth-child(2){
        width: 30%;
    }
    .solve_list ul li div{
        padding-left: 30%;
        background-position: left center !important;
    }
    .platform_list{
        width: 24%;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
    .item03-bg{
        width: 100%;
        min-width: 1200px;
    }
    .news-left{
        width: 40%;
    }
    #news-screen-slider{
        width: 100%;
    }
    .news .news-right{
        width: 55%;
    }
}

@media screen and (max-width: 768px){
    .solve_list ul{
        background: none;
    }
    .advantage{
        height: 200px;
    }
    .advantage_list{
        width: 33.3%;
    }
    .choose_list{
        margin-left: 3px;
        margin-right: 3px;
    }
    .solve_list_dg{
        display: none;
    }
    .solve_list{
        background-size: 143% auto !important;
    }
    .solve_header ul{
        width: 90%;
    }
    .solve_list ul li{
        background: #fff;
    }
}

@media screen and (max-width: 640px){
    .introduction_header h3{
        font-size: 20px;
    }
	.header{
		width: 100%;
		height: 70px;
		top: 0;
		z-index: 999;
		background: #fff;
	}
	/*.header img{
		height: 40px;
		margin-top: 15px;
		margin-left: 15px;
	}*/
	.header_list{
		margin-right: 10px;
		width: 36px;
		height: 70px;
		background: url(https://www.junui.com/themes/web/assets/junnncom/wwj/images/new_menu.png)no-repeat;
		background-size: 36px;
		background-position: center;
	}
	.header_list li{
		display: none;
	}
	.header_list li:hover{
		background: none;
		color: inherit;
	}
	.header_menu{
		display: none;
		width: 100%;
        margin-top: 70px;
        position: fixed;
        background: #fff;
        height: 60%;
        z-index: 888;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
	}
	.header_menu.click{
		display: block;
	}
	.header_menu li{
		width: 100%;
		padding: 10px 0;
		line-height: 30px;
		font-size: 18px;
		text-align: center;
	}
	.header_menu li.on{
		background: #157bca;
		color:#fff;
	}
	/*.ma5slider .slide{
		height: auto;
	}*/
	.ma5slider .slide img, .ma5slider>img.slide{
		height: auto!important;
	}
	.nav--prev{
		display: none!important;
	}
	.nav--next{
		display: none!important;
	}
    .swiper-button-next,.swiper-button-prev{
        display: none!important;
    }
	.advantage{
		height: 200px;
		margin: 10px 0;
	}
	.advantage_content{
		width: 100%;
		padding: 0;
		height: 200px;
	}
	.advantage_list{
		width: 33%;
		height: 100px;
	}
    .advantage_list a{
        height: inherit;
        position: inherit;
        display: inherit;
        padding: inherit;
    }
	.advantage_list img{
        position: inherit!important;
        width: 35px!important;
		margin: 5px 33%;
	}
	.advantage_detail{
		width: 100%;
		height:45px;
		margin: 0;
		text-align: center;
	}
	.advantage_detail h2{
		font-size: 14px;
		line-height: 25px;
		margin: 0 7px;
	}
	.advantage_detail p{
		line-height: 20px;
		margin: 0 7px;
        font-size: 12px;
	}
	.choose_content{
		width: 100%;
	}
	.choose_header{
		padding: 10px 0;
	}
	.choose_header h3{
		font-size: 18px;
	}
	.choose_header p{
		font-size: 12px
	}
	.choose_list{
		width: 48.5%;
		margin-right:1% 
	}
    .choose_list h3 {
       font-size: 14px;
       font-weight: bold;
       line-height: 20px;
    }
    .choose_list p{
        height: 40px;
        line-height: 20px;
        margin: 10px 0;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .choose_list img{
        height: 52px;
    }
	.choose_list:nth-child(2n){
		margin-right: 0
	}
	.choose_detail{
		padding-bottom: 0
	}
	.solve{
		display: none;
	}
/*	.solve_content{
		width: 100%;
	}
	.solve_header h3{
		font-size: 18px;
		padding: 10px 0
	}
	.solve_header ul{
		width: 90%;
	}
	.solve_header ul li{
		padding: 5px;
	}
	.solve_header ul li a {
        height: 30px;
        display: block;
        line-height: 30px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .solve_list{
    	height: auto;
    	line-height: inherit!important;
    	font-size: 18px!important
    }
    .solve_list ul{
    	width: 100%;
    }
    .solve_list ul li{
    	width: 30%;
    }*/



    /*.excellent_content{
    	width: 100%;
    }
    .excellent_header{
    	padding: 15px 0
    }
    .excellent_header h3{
    	font-size: 18px;
    	line-height: 36px;
    	letter-spacing: 4px;
    }
    .excellent_header p{
    	font-size: 14px;
    	line-height: 24px;
    }
    .line{
    	height: 5px;
    }
    .line>div{
    	width: 12px;
    	height: 12px;
    	top: -3px;
    }
    .line>div>span:after{
    	left: -2px;
        top: -4px;
        width: 8px;
        height: 8px;
    }
    .excellent_list{
    	padding:150px 0;
    }
    .excellent_part{
    	width: 70px;
    	height: 70px;
    }
    .excellent_part img{
    	width: 45px;
    	padding-top: 5px;
    }
    .excellent_part p{
    	font-size: 14px;
    	line-height: 20px;
    }
    .excellent_part .down{
    	bottom: -13px;
        left: 20px;
    }
    .excellent_part .up{
    	top: -10px;
        left: 20px;
    }
    .excellent_part:nth-child(2) {
        left: 7%;
        top: 50px;
    }
    .excellent_part:nth-child(3) {
        left: 35%;
        top: 50px;
    }
    .excellent_part:nth-child(4) {
        left: 63%;
        top: 50px;
    }
    .excellent_part:nth-child(5) {
        left: 20%;
        top: 185px;
    }
    .excellent_part:nth-child(6) {
        left: 48%;
        top: 185px;
    }
    .excellent_part:nth-child(7) {
        left: 76%;
        top: 185px;
    }*/
    .excellent{
    	display: none;
    }
    .online_content{
    	width: 100%;
    	padding-bottom: 50px;
    	overflow: hidden;
    }
    .online_header{
    	padding-top: 10px 0;
    }
    .online_header h3{
    	font-size: 18px;
    	line-height: 30px;
    	letter-spacing: 12px;
    }
    .online_header p{
    	font-size: 14PX;
    	line-height: 24PX
    }
    .online_list{
    	padding: 10px 0;
        height: 400px;
        margin-top: 20px;
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .online_part{
    	width: 100%;
    }
    .online_add{
        height: auto;
    }
    .online_part_content a{
        margin-top: 15px;
    }
    .online_part_content p{
        margin-top: 15px;
    }
    .online_add.on {
    transition: all .3s ease;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    background: #fff;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    }
    .online_add.on, .online_add:hover {
    z-index: 2;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    /*box-shadow: none;*/
    }
    .online_part .online_add.on .online_img, .online_part .online_add:hover .online_img{    	
     background: #373d41;
    }
    .online_add.on .online_part_content a, .online_add:hover .online_part_content a{
    	color: inherit;
    	text-decoration: none;
        margin-top: 15px;
    }
    .online_footer{
    	display: none;
    }


    .cooperate_content{
    	width: 100%;
    }
    .cooperate_header{
    	padding: 15px 0;
    }
    .cooperate_header h3{
    	font-size: 18px;
    	line-height: 30px;
    	letter-spacing: 12px;
    }
    .cooperate_list{
    	height:inherit;
    	padding: 0;
    	overflow: hidden;
    }
    .cooperate_list ul li{
    	width: 33.3333333%;
    	height: 100%;

    }
    .cooperate_list ul li:hover {
       box-shadow: 0px 10px 26px rgba(0, 0, 0, 0);
       animation: pulse 20s;
    }
    .cooperate_list ul li:hover img{
    	transform:none;
    }
    .cooperate_footer{
    	display: none;
    }
    .news_content{
    	width: 100%;
    }
    .news_header{
    	padding: 20px 0;
    }
    .news_header h3{
    	font-size: 18px;
    	line-height: 30px;
    	letter-spacing: 12px;
    }
    .news_header p{
    	font-size: 14px;
    	line-height: 24px;
    }
    .news .content{
    	width: 100%;
    	height: inherit!important;
    }
    .news-left{
    	width: 100%;
    	margin-bottom: 20px;
    }
    #news-screen-slider{
    	width: 100%;
    }
    .news .news-right{
    	width: 100%;
    }
    .news .news-right .newsList{
    	width: 95%;
    	margin-left:2.5%;
    	margin-right: 2.5%;
    }
    .news .news-right .newsList .newsList-con{
    	width: 63%;
    }
    
    .footer_content{
    	width: 100%;
    	padding-top: 0
    }
    .footer_list_content ul li{
    	display: none;
    }
    .footer_list_content ul li:last-child{
    	display: block;
    	width: 100%;
    }
    .footer_bottom{
    	display: none;
    }
    .footer_list_content ul li dl dt{
        font-size: 16px;
    }
    .footer_list_content ul li dl dd{
        font-size: 14px;
    }
    .footer_list_content ul li dl .customer{
        font-size: 14px;
    }
    .footer_belong, .bei{
    	padding: 10px 0;
    	width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 14px;
    }
    .introduction_center{
        display: none;
    }
    .introduction_right{
        margin-top: 0;
        padding-top: 0;
        width: 90%;
        margin-left: 5%;
    }
    #slides-news>li>a{
        padding-top: 0;
        top: auto;
        bottom: 0;
        height: auto;
    }
    .news .news-left .news-left-con{
        height: auto;
    }
    .news .news-left .news-left-con .describe{
        height: auto;
    }
    .news .news-left .news-left-con .describe{
        height: auto;
    }
}