@charset "utf-8";

@font-face {
  font-family: 'Montserrat_l';  
  src: url('../fonts/Montserrat-Light-6.otf');
}

body{margin:0px;padding:0px;border:0px;font-family:"思源黑体","Montserrat_l";color:#555555;font-size:14px;width:100%;background:#000;}
body.on{ overflow:hidden}
a{margin:0px;padding:0px;border:0px;text-decoration:none;color:#555555;font-size:13px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
a:hover{text-decoration:none;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
*{padding:0px;margin:0px;border:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

li{list-style:none;}
.clear:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.clear{zoom:1;}

img{vertical-align:middle;}
input:focus{outline:none;}
textarea:focus{outline:none;}
button:focus{outline:none;}
select:focus{outline:none;}
img{vertical-align:middle;}
div,p,table,td,ul,li,span,a,ol,input,label{padding:0px;margin:0px;border:0px;}
input::-ms-input-placeholder{/* Internet Explorer 10+ */
color:#999999;font-size:14px;}
input::-webkit-input-placeholder{/* WebKit browsers */
color:#999999;font-size:14px;}
input::-moz-placeholder{/* Mozilla Firefox 4 to 18 */
color:#999999;font-size:14px;}
input::-moz-placeholder{/* Mozilla Firefox 19+ */
color:#999999;font-size:14px;}
input::-moz-placeholder{/* Mozilla Firefox 19+ */
color:#999999;font-size:14px;}
textarea::-webkit-input-placeholder{color:#999999;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}
.search input::-ms-input-placeholder{/* Internet Explorer 10+ */
color:#89a4d5;font-size:13px;}
.search input::-webkit-input-placeholder{/* WebKit browsers */
color:#89a4d5;font-size:13px;}
.search input::-moz-placeholder{/* Mozilla Firefox 4 to 18 */
color:#89a4d5;font-size:13px;}
.search input::-moz-placeholder{/* Mozilla Firefox 19+ */
color:#89a4d5;font-size:13px;}
.search input::-moz-placeholder{/* Mozilla Firefox 19+ */
color:#89a4d5;font-size:13px;}
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}
.mo_down{height:0px;overflow:hidden}
.mo_down.on{height:auto;}
input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;}
.fl{float:left;}
.fr{float:right;}

::-webkit-scrollbar-track { background-color: #f1f1f1;} /* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-thumb { background:#f69625; } /* 滑块颜色 */
::-webkit-scrollbar-button { background-color: #f1f1f1;  } /* 滑轨两头的监听按钮颜色 */
::-webkit-scrollbar-corner { background-color: #f1f1f1; } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar { width: 6px; height: 0px;} /* 这是针对缺省样式 (必须的)*/

.gray{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.gray:hover{-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);filter:gray;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}

.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}

.pc_header{position:absolute;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,0.25);height:88px;z-index:50;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header:hover{ background:rgba(0,0,0,.2);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content{max-width:1500px;margin:0 auto;}
.pc_header .pc_header_content .header_content_logo{display:inline-block;line-height:88px;}
.pc_header .pc_header_content .header_content_right .menu ul li{margin-right:47px;}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title{font-size:16px;color:#fff;display:inline-block;line-height:88px;position:relative;text-align:center;}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title i{ margin-left:5px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title i{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close{color:#fff;font-size:28px;position:absolute;right:10px;top:10px;display:none;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown{position:absolute;width:100%;left:0px;background:rgba(0,0,0,.2); height:0px; overflow: hidden; opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title i{}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.on{-webkit-transform:scale(1) !important;-moz-transform:scale(1) !important;-ms-transform:scale(1) !important;-o-transform:scale(1) !important;filter:scale(1) !important;filter:transform;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;cursor:pointer;opacity:1;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.in{-webkit-transform:scale(0) !important;-moz-transform:scale(0) !important;-ms-transform:scale(0) !important;-o-transform:scale(0) !important;filter:scale(0) !important;filter:transform;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;cursor:pointer;opacity:0;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content{max-width:100%;margin:0 auto; display:flex; align-items:center; justify-content:center;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child{border:0px;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a{display:inline-block;color:#fff;font-size:14px;text-align:center;padding:20px 0px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; margin-right:100px; position:relative;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:after{ content:""; display:inline-block; width:1px; height:73px; background:rgba(255,255,255,.2); right:-50px; position:absolute; top:25px;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child{ margin-right:0px;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child:after{ display:none;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dt{color:#ff7019;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dd span img:nth-child(1){ opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dd span img:last-child{ opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd{font-size:35px;margin-bottom:15px; width:40px; height:40px; position:relative; margin:0 auto; margin-bottom:10px;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd span{ position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content: center;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd span img{transition:all 0.5s ease;-webkit-transform:all 0.5s ease; position:absolute;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd span img:last-child{ opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd span img:nth-child(1){ opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd span img:last-child{ opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease; }
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dt{ color:#ff7019;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dt{font-size:16px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd{color:#ff7019;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title:before{content:"";position:absolute;bottom:0;left:0;width:100%;display:inline-block;height:1px;background:#ff7019;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title:before{opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title:before{opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title{color:#ff7019;}
.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title{color:#ff7019;}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown{ height:125px; opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .menu ul li:nth-child(3):hover .DropDown{ max-height:400px; opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.pc_header .pc_header_content .header_content_right .header_content_phone{font-size:24px;color:#fff;line-height:88px;}
.pc_header .pc_header_content .header_content_right .header_content_phone span{display:inline-block;width:34px;height:34px;border-radius:100%;background:#5e5e5c;line-height:34px;text-align:center;margin-right:11px;position:relative;top:-3px;color:#fff;}

.details_banner{height:520px;text-align: center;color: #fff;overflow: hidden}
.details_banner .text{height: 100%;  display: flex;  align-items: center;  justify-content: center;  width: 100%;  flex-direction: column;}
.details_banner h3{font-size: 40px;font-weight: normal}
.details_banner p{font-size: 20px;line-height: 60px;}

.IndexService{background:#f6f6f6;}
.IndexService .IndexService_content{max-width:1500px;margin:0 auto;padding:75px 0px;}
.IndexService .IndexService_content .IndexService_content_title{text-align:center;padding-bottom:55px;display: inherit;margin-bottom: 0}
.IndexService .IndexService_content .IndexService_content_title dd{font-size:30px;color:#333333;text-transform:uppercase;}
.IndexService .IndexService_content .IndexService_content_title dt{font-size:16px;color:#999999;margin-top:12px;line-height:28px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list{width:25%;background:url(../img/bn2.png) no-repeat 100% 50%;padding:0px 50px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list:last-child{ background:none;}
.IndexService .IndexService_content .IndexService_content_body .owl-item:first-child .content_body_list{padding-left:0px;}
.IndexService .IndexService_content .IndexService_content_body .owl-item:last-child .content_body_list{padding-right:0px;background:none;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title{font-size:20px;color:#333333;text-align:center;margin-bottom:15px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content{font-size:13px;color:#666666;text-align:center;line-height:26px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification{padding-top:50px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list{display:inline-block;width:50%;text-align:center;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:20px 0px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd{color:#ff7019;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt{color:#ff7019;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2n){border-right:0px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(1){padding-top:10px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2){padding-top:10px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(3){border-bottom:0px;padding-bottom:10px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4){border-bottom:0px;padding-bottom:10px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dd{color:#222222;font-size:28px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt{color:#333;font-size:14px;margin-top:10px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}

.IndexCase{background:#fff;}
.IndexCase .IndexCase_content .IndexCase_content_list{display:inline-block;width:32%;margin-right:2%;margin-bottom:2%;border-bottom:1px solid #e5e5e5;padding-bottom:25px;position:relative;}
.IndexCase .IndexCase_content .IndexCase_content_list:before{content:"";position:absolute;display:inline-block;width:0%;left:0;background:#ff7019;bottom:-1px;height:1px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3n){margin-right:0px;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title .list_title_icon{color:#ff7019;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover:before{;width:100%;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img .tra{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img{overflow:hidden;position:relative;background:#000;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img a{display:inline-block;width:100%;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img{width:100%;object-fit:cover;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title{margin-top:25px;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left{width:88%;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd{color:#333333;font-size:20px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a{color:#333333;font-size:20px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span{font-size:16px;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i{font-style:inherit;padding:0px 15px;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt{color:#999999;font-size:13px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon{color:#bbbbbb;font-size:30px;line-height:30px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dt{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;color:#fff;font-size:35px;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dd{background:rgba(0,0,0,0.5);position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;display:none;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img img{opacity:.6;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dd{opacity:1;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img{opacity:1;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dt{opacity:1;}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}

@-webkit-keyframes rotation{
  from{-webkit-transform:rotate(0deg);}
  to{-webkit-transform:rotate(360deg);}
}

@keyframes scale{
  0%{transform:scale(1);}
  50%,75%{transform:scale(2.5);}
  78%,100%{opacity:0;}
}

.IndexNews{background:#fff;}
.IndexNews .IndexService_content .IndexService_content_title dd{line-height:50px;}
.IndexNews .IndexNews_title a{padding:0px 18px;min-width:120px;line-height:50px;display:inline-block;background:#eeeeee;font-size:16px;color:#333333;margin-right:13px;}
.IndexNews .IndexNews_title a:hover{color:#fff;background:#ff7019;}
.IndexNews .IndexNews_title a.on{color:#fff;background:#ff7019;}
.IndexNews .IndexNews_title a:last-child{margin-right:0px;}
.IndexNews .IndexNews_content .IndexNews_content_video{width:38%;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title{cursor:pointer;position:relative;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img{width:100%;height:370px;object-fit:cover;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body{border:1px solid #e5e5e5;border-top:0px;padding:25px 25px;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd{font-size:18px;color:#333333;line-height:30px;margin-bottom:15px;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd a{font-size:18px;color:#333333;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span{font-size:30px;position:relative;top:3px;margin-right:12px;}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dt{color:#666666;font-size:14px;line-height:22px;display:-webkit-box;height:42px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.IndexNews .IndexNews_content .IndexNews_content_right{width:57%;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list{display:inline-block;width:100%;margin-bottom:31px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:last-child{margin-bottom:0px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img a{display:inline-block;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img{width:25%;overflow:hidden;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .tra{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .right_list_content .list_content_title dd{color:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img{width:100%;height:150px;object-fit:cover;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content{width:72%;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title{border-bottom:1px solid #e5e5e5;margin-bottom:15px;line-height:40px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd{width:85%;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a{font-size:18px;color:#333333;width:100%;transition:all 0.5s ease 0s;display:inline-block;-webkit-transform:all 0.5s ease 0s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt{font-size:18px;color:#999999;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content p{color:#666666;line-height:24px;font-size:14px;display:-webkit-box;height:69px;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}

.footer{background:#222222;position:relative;}
.footer #mydiv{position:absolute;z-index:5;opacity:.2;}
.footer .footer_content{max-width:1500px;margin:0 auto;position:relative;z-index:6;}
.footer .footer_content .footer_content_top{padding:60px 0px;padding-bottom:40px;}
.footer .footer_content .footer_content_top .content_top_left{width:48%;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list{width:25%;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dd{margin-bottom:20px;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a{font-size:14px;color:#fff;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a{font-size:14px;color:#777777;display:inline-block;width:100%;margin-bottom:12px;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:hover{color:#fff;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:last-child{margin-bottom:0px;}
.footer .footer_content .footer_content_top .content_top_right{width:31%;}
.footer .footer_content .footer_content_top .content_top_right .top_right_title{font-size:16px;color:#fff;margin-bottom:20px;}
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd{position:relative;line-height:20px;margin-right:15px;}
.footer .footer_content .footer_content_top .content_top_share{width:21%;}
.footer .footer_content .footer_content_top .content_top_share .top_share_content{margin-top:40px;}
.footer .footer_content .footer_content_top .content_top_share .top_share_content dd{color:#777777;font-size:14px;margin-bottom:10px;}
.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a{width:50px !important;height:50px !important;margin:0px 0px !important;padding-left:0px !important;text-align:center;color:#fff;font-size:20px;line-height:50px;border:1px solid #363636;margin-right:-1px !important;}
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list{color:#777777;font-size:14px;margin-bottom:15px;}
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dt{width:80%;}
.bds_tsina{background:#2a2a2a !important;}
.bds_sqq{background:#2a2a2a !important;}
.bds_weixin{background:#2a2a2a !important;}
.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover{background:#252525 !important;opacity:1 !important;color:#fb6a19;}
.footer .footer_content .footer_content_bottom{margin-bottom:20px;}
.footer .footer_content .footer_content_bottom .content_bottom_left{font-size:14px;color:#555555;width:5%}
.footer .footer_content .footer_content_bottom .content_bottom_right{width:95%;}
.footer .footer_content .footer_content_bottom .content_bottom_right a{font-size:12px;color:#555555;display:inline-block;width:7%;margin-left:2%;margin-bottom:.8%;}
.footer .footer_content .footer_content_bottom .content_bottom_right a:hover{color:#fff;}
.footer_content_copyright{padding:14px 0px;text-align:center;border-top:1px solid #313131;z-index:21;position:relative;}

.addressf_title a{ display:inline-block; line-height:42px; width:110px; border:1px solid #363636; color:#a3a3a3; font-size:16px; text-align:center; margin-right:-5px; background:#2a2a2a;}
.addressf_title a.on{ color:#fb6a19;}
.addressf .right_content_li{ height:0px; overflow:hidden; opacity:0; transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.addressf .right_content_li.on{ height:auto; opacity:1;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}

.case .IndexService_content{position:relative;padding:55px 0px;}
.case .IndexService_content .case_content_title{height:90px;position:absolute;top:-90px;background:#fff;width:100%;padding:33px 30px;border-bottom:1px solid #e5e5e5;}
.case .IndexService_content .case_content_title a{color:#999999;font-size:14px;display:inline-block;width:6%;margin-right:2.5%;margin-bottom:2%;position:relative;text-align:center;}
.case .IndexService_content .case_content_title a:nth-child(12n){margin-right:0px;}
.case .IndexService_content .case_content_title a:hover{color:#333333;}
.case .IndexService_content .case_content_title a:before{content:"";position:absolute;display:inline-block;width:0px;height:2px;background:#ff7019;bottom:-10px;left:0;margin:0 auto;right:0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.case .IndexService_content .case_content_title a:hover:before{width:56px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.case .IndexService_content .case_content_title a.on:before{width:56px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.case .IndexService_content .case_content_title a.on{color:#333333;}
.case .IndexCase_content{margin-bottom:40px;}

.news .IndexService_content{padding:45px 0px;}
.news .IndexService_content .IndexService_content_title{border-bottom:1px solid #e5e5e5;}
.news .IndexService_content .IndexService_content_title dd{font-size:24px;color:#333333;font-family:"宋体";position:relative;padding-left:35px;}
.news .IndexService_content .IndexService_content_title dd:before{content:"“";font-size:56px;color:#bbbbbb;font-family:"Arial";position:absolute;left:0;top:5px;}
.news .news_content{margin-bottom:45px;}
.news .news_content .news_content_list{display:inline-block;width:100%;padding:45px 0px;border-bottom:1px solid #e5e5e5;}
.news .news_content .news_content_list:hover .content_list_time dt span:before{color:#fff;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;width:100%;}
.news .news_content .news_content_list:hover .tra{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.news .news_content .news_content_list .content_list_time{width:10%;}
.news .news_content .news_content_list .content_list_txt{width:60%;margin-right:12.5%;}
.news .news_content .news_content_list .content_list_img{width:17.5%;overflow:hidden;}
.news .news_content .news_content_list .btn{width:100%;color:#333;}
.news .news_content .news_content_list .btn a{display:inline-block;margin-left:13px;}
.news .news_content .news_content_list .content_list_img a{display:inline-block;width:100%s;}
.news .news_content .news_content_list .content_list_time dd{font-size:26px;color:#333333;margin-bottom:25px;}
.news .news_content .news_content_list .content_list_time dt span{color:#cccccc;display:inline-block;font-size:22px;width:40px;height:40px;text-align:center;line-height:40px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;position:relative;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.news .news_content .news_content_list .content_list_time dt span:before{content:"\e602";position:absolute;display:inline-block;width:0%;left:0;height:100%;top:0;background:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.news .news_content .news_content_list .content_list_txt dd a{font-size:18px;color:#333333;margin-bottom:32px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}
.news .news_content .news_content_list .content_list_txt p a{font-size:14px;color:#666666;line-height:24px;display:inline-block;width:100%;display:-webkit-box;height:117px;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.news .news_content .news_content_list .content_list_img img{width:100%;height:186px;object-fit:cover;}

.news .news_content .news_content_list .content_list_txt dd a em{font-style:normal;color:red;}
.news .news_content .news_content_list .content_list_txt p a em{font-style:normal;color:red;}

.owl-theme .owl-controls .owl-nav{display:none !important;}

.contact .contact_content .contact_content_list{background:#fff;width:100%;margin-right:0%;padding:50px 30px;padding-bottom:30px;position:relative;height:550px;overflow:hidden;cursor:pointer;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;text-align:left;}
.contact .contact_content .contact_content_list:last-child{margin-right:0px;}
.contact .contact_content .contact_content_list .content_list_title{text-align:center;margin-bottom:30px;}
.contact .contact_content .contact_content_list .content_list_title dd{font-size:58px;color:#333333;margin-bottom:15px;}
.contact .contact_content .contact_content_list .content_list_title dt{font-size:20px;color:#333333;}
.contact .contact_content .contact_content_list .content_list_txt p{font-size:13px;color:#666666;line-height:26px;margin-bottom:10px;text-transform:uppercase;}
.contact .contact_content .contact_content_list .content_list_icon{font-size:29px;color:#bbbbbb;text-align:center;margin-top:20px;-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite;cursor:pointer;left:0;right:0;bottom:8%;position:absolute;}

@-webkit-keyframes pulse{
  0%{-webkit-transform:translate(0,0);transform:translate(0,0);}
  50%{-webkit-transform:translate(0,10px);transform:translate(0,10px);}
  100%{-webkit-transform:translate(0,0);transform:translate(0,0);}
}
@keyframes pulse{
  0%{-webkit-transform:translate(0,0);transform:translate(0,0);}
  50%{-webkit-transform:translate(0,10px);transform:translate(0,10px);}
  100%{-webkit-transform:translate(0,0);transform:translate(0,0);}
}

.contact{background:#ebebeb;}
.contact .IndexService_content{padding-bottom:110px;}
.contact .contact_content .contact_content_list .content_list_hover{position:absolute;width:100%;height:100%;left:0;background:#fb6a19;padding:30px 25px;bottom:-550px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.contact .contact_content .contact_content_list .content_list_hover p{color:#fff;font-size:14px;line-height:26px;margin-bottom:10px;}
.contact .contact_content .contact_content_list .content_list_hover p:last-child{margin-bottom:0px;}
.contact .contact_content .contact_content_list:hover .content_list_hover{bottom:0px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.contact .contact_motto{padding:30px 0px;}
.contact .contact_motto .contact_motto_left dd p{font-size:14px;color:#333333;line-height:26px;}
.contact .contact_motto .contact_motto_left dd{margin-bottom:20px;}
.contact .contact_motto .contact_motto_left dd:last-child{margin-bottom:0px;}
.contact .contact_motto .contact_motto_left{width:52%;padding:90px 0px;}
.contact .contact_motto .contact_motto_right{width:48%;}
.contact .contact_motto .contact_motto_right img{max-width:100%;}
.contact .contact_motto_map{position:relative;}
.contact .contact_motto_map .motto_map_top img{width:100%;height:651px;object-fit:cover;}
.contact .contact_motto_map .motto_map_bottom{position:absolute;top:50%;left:19%;transform:translateX(-50%) translateY(-50%);}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content{padding-left:10.5%;}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title{background:#313131;width:427px;padding:40px 64px;}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd{font-size:32px;color:#fff;margin-bottom:30px;}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span{font-size:24px;margin-left:15px;}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dt p{color:#fff;font-size:14px;line-height:35px;}

.ContactMap .ContactMap_list{ width:100%; background:#fff; margin-bottom:40px;}
.ContactMap .ContactMap_list .ContactMap_list_left{ width:48%; padding:81px 88px;}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_title{ font-size:30px; color:#444444; text-transform:uppercase; margin-bottom:55px; padding-bottom:17px; border-bottom:1px solid #cccccc;}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_title img{ margin-right:15px; position:relative; top:-2px;}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p{ font-size:16px; color:#555555; line-height:26px; margin-bottom:23px;}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p:last-child{ margin-bottom:0px;}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p img{ margin-right:15px;}
.ContactMap .ContactMap_list .ContactMap_list_right{ width:52%; padding:10px;}

.map_box{ width:100%; height:384px;}
.map_box img{ width:inherit;}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

#dituContent1{ width:100%; height:384px;}
#dituContent2{ width:100%; height:384px;}

.FloatingWindow{position:fixed;right:0;z-index:550;top:30%;width:72px;}
.FloatingWindow .FloatingWindow_list{width:100%;display:inline-block;position:relative;margin-bottom:10px;background:rgba(0,0,0,0.5);}
.FloatingWindow .FloatingWindow_list:hover{background:#ec6d1f;}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_down{position:absolute;background:rgba(255,112,25,1);width:258px;line-height:72px;color:#fff;font-size:16px;text-align:center;left:-187px;top:0;display:none;}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title{text-align:center;border:1px solid #ec6d1f;padding:10px;}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd{color:#fff;font-size:28px;}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt{color:#fff;font-size:12px;margin-top:3px;}
.FloatingWindow .FloatingWindow_list:nth-child(2):hover .FloatingWindow_list_down{display:block;}

.ServiceBanner{height:760px;background:-webkit-linear-gradient(to right,#828fff,#191c32);
  background:-o-linear-gradient(to right,#828fff,#191c32);
  background:-moz-linear-gradient(to right,#828fff,#191c32);
  background:linear-gradient(to top,#828fff,#191c32);
}
.ServiceBanner .ServiceBanner_content{width:1500px;margin:0 auto;position:absolute;left:50%;top:65%;transform:translateX(-50%) translateY(-50%);}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left{width:50%;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right{text-align:right;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right img{max-width:100%;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dd{font-size:48px;color:#fff;margin-bottom:45px;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt{font-size:16px;color:#fff;line-height:30px;margin-bottom:70px;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list{margin-right:25px;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:last-child{margin-right:0px;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dd{color:#fff;border:1px solid rgba(255,255,255,0.32);text-align:center;width:80px;line-height:78px;font-size:34px;}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dt{font-size:14px;color:#fff;text-align:center;margin-top:10px;}

@keyframes ServiceAppScale{
  0%{transform:scale(1);}
  50%,75%{transform:scale(1.3);}
  78%,100%{opacity:0;}
}

.app_footer{height:150px;width:100%;background:#828fff url(../img/bn48.png) no-repeat 50% 50%;text-align:center;line-height:150px;}
.app_footer a{display:inline-block;width:280px;line-height:50px;text-align:center;color:#828fff;font-size:16px;background:#fff;}
.app_footer a:hover{width:295px;color:#828fff;}

.ServiceBanner_website{background:-webkit-linear-gradient(to right,#1a85c3,#192025);/* Safari 5.1 - 6.0 */
background:-o-linear-gradient(to right,#1a85c3,#192025);/* Opera 11.1 - 12.0 */
background:-moz-linear-gradient(to right,#1a85c3,#192025);/* Firefox 3.6 - 15 */
background:linear-gradient(to top,#1a85c3,#192025);/* 鏍囧噯鐨勮娉曪紙蹇呴』鏀惧湪鏈€鍚庯級 */
}

.ServiceWebsite{background:#fff;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left{width:74%}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list{width:32%;margin-right:2%;border:1px solid #e5e5e5;padding:30px 0px;transition:all 0.5s ease 0s;cursor:pointer;padding-right:2%;margin-bottom:2%;-webkit-transform:all 0.5s ease 0s;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(3n){margin-right:0px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon{font-size:45px;color:#999999;width:40%;text-align:center;line-height:76px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet{width:58%;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dd{font-size:18px;color:#333333;margin-bottom:8px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt p{font-size:13px;color:#666666;line-height:22px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover .left_list_icon{color:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover{border:1px solid #ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(1) .left_list_icon{font-size:70px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(2) .left_list_icon{font-size:60px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(4) .left_list_icon{font-size:75px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(5) .left_list_icon{font-size:55px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(6) .left_list_icon{font-size:60px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(7) .left_list_icon{font-size:50px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(8) .left_list_icon{font-size:70px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(9) .left_list_icon{font-size:55px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(7){margin-bottom:0px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(8){margin-bottom:0px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(9){margin-bottom:0px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right{border:1px solid #e5e5e5;width:23%;text-align:center;padding:47px 0px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title{margin-bottom:53px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd{font-size:22px;color:#333333;margin-bottom:10px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt{font-size:16px;color:#999999;margin-bottom:30px;}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title p{font-size:14px;color:#1a81bd;}

.ServiceCooperation{background:#f5f5f5;height:793px;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list{position:relative;background:url(../img/bn38d.png) no-repeat 50% 100%;padding-bottom:45px;width:159px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:before{content:"";position:absolute;display:inline-block;width:1px;height:67px;background:#1a83bf;left:0;right:0;margin:0 auto;bottom:23px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title{background:#fff;width:220px;height:150px;text-align:center;padding-top:30px;position:relative;left:-30px;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dd{font-size:16px;color:#333333;margin-bottom:10px;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dt{font-size:14px;color:#666666;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon{width:85px;height:85px;border-radius:100%;text-align:center;;line-height:85px;background:#1a83bf;position:relative;top:-42px;margin-bottom:-42px;margin:0 auto;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on{background:url(../img/bn38_on.png) no-repeat 50% 100%;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon{background:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on:before{background:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_title{position:relative;bottom:-380px;padding-top:66px;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_icon{position:relative;bottom:-180px;top:auto;}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n):before{bottom:-66px;}
.ServiceCooperation .ServiceCooperation_content_mo{display:none;}

.ServiceCase .IndexCase_content{margin-bottom:0px;}

.website_footer{background:#1a82be url(../img/bn48d.png) no-repeat 50% 50%;}
.website_footer a{color:#1a82be;}

@keyframes animtran{
    from{transform:rotateZ(0deg);}
    to{transform:rotateZ(360deg);}
}
.videobox{width:100%;height:370px;margin:0 auto;}
.videobox .videobox_nei{width:100%;height:370px;position:relative}
#video_button{width:100%;height:370px;position:absolute;cursor:pointer;z-index:10;background:url(../img/bg13.jpg) no-repeat 50%/cover;}

#dituContent1 .pop .center{ width:300px !important;}
.pop .bottom{ height:25px !important;}
#dituContent2 .pop .center{ width:272px !important;}
#dituContent3 .pop .center{ width:338px !important;}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.2);opacity:1; }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
 
@keyframes scaleout {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.2);
    opacity:1;
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


@-webkit-keyframes rightan
{
	0%
	{
	    bottom: 70px;
	    opacity: 1;
	}
	70%{
		opacity: 0.4;
	}
	100%
	{
	    bottom: 20;
	    opacity: 0;
	}
}

.pc_header2 .pc_header_content .header_content_right .menu ul li:last-child{ margin-right:0px;}
.pc_header2 .pc_header_content{ max-width:100%; padding:0px 60px;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon{ display:flex; align-items:center; align-items:center; height:88px; margin-left:34px; padding-left:34px; position:relative;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon:before{ content:""; display:inline-block; width:1px; height:14px; background:rgba(255,255,255,.4); position:absolute; left:0;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l{ display:flex; align-items:center;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list{ position:relative;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list:last-child{ margin-left:22px;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_title{ display:flex; align-items:center; justify-content:center; width:24px; height:24px; border-radius:100%; position:relative;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_down{position: absolute; display: none; top: calc(100% + 20px); width: 135px; background: #fff; line-height: 42px; font-size: 16px; color: #333333;
 text-align: center; left: -54px; box-shadow: 0px 0px 7px rgb(0 0 0 / 21%); padding: 5px;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_down:before{ content:""; position:absolute; top:-9px; left:0; right:0; margin:0 auto; width:17px; height:9px; background:url(../img/bn110.png) no-repeat 50% 50%;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list:hover .l_list_down{ display:block;}

.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_title img{ position:absolute; left:0; top:0;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_title img:last-child{ opacity:0;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r{ margin-left:20px;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title{ font-size:14px; color:#fff; display:flex; align-items:center; position:relative; display:flex; align-items:center;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img{ margin-left:10px; transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img:last-child{ opacity:0; position:absolute; right:0;}

.pc_header2.on{ background:rgba(0,0,0,.85); border-bottom:1px solid rgba(255,255,255,.2); position:fixed;}
.pc_header2.on .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img:last-child{ opacity:1; transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.pc_header2.on .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img:first-child{ opacity:0; transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}

.pc_header{ height:94px;}
.pc_index .pc_header{ position:fixed;}
.pc_header{ position: absolute; top: 0; left: 0; z-index: 2; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2); }
.pc_header.on{ position: fixed; background:rgba(0,0,0,.85); transition:all 0.3s ease;-webkit-transform:all 0.3s ease; z-index: 8;}
.pc_header .pc_header_content .header_content_logo{ line-height:94px;}
.pc_header .pc_header_content .header_content_logo i{font-style: normal;background-color: #ff7019;color: #fff;border-radius: 15px;
    padding: 3px 6px;margin: 0 0 0 5px;font-size: 12px;display: inline-block;line-height: normal}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title{ line-height:94px;}
.pc_header2 .pc_header_content{ padding-right:0px;}
.pc_header2 .pc_header_content .header_content_right{ display:flex; align-items:center;}
.pc_header2 .pc_header_content .header_content_right .top_right_icon{ display: flex; margin-left:50px;}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum{ width: 18px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; margin-right: 29px; cursor: pointer;}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum span{ display: inline-block; width: 18px; height: 2px; margin-bottom: 4px; background: #f69625; transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum span:last-child{ margin-bottom: 0px;}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum span:nth-child(2){ width: 14px;}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum:hover span:nth-child(2){ width: 18px; transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.pc_header2 .pc_header_content .header_content_right .top_right_phone{ width: 320px; height: 94px; border-left: 1px solid rgba(255,255,255,.2); display: flex; align-items: flex-end; justify-content: center; flex-direction: column; padding-right: 100px; text-align: right;}
.pc_header2 .pc_header_content .header_content_right .top_right_phone .right_phone_dd{ font-size: 14px; color: #fff; margin-bottom: 5px;}
.pc_header2 .pc_header_content .header_content_right .top_right_phone .right_phone_dt{ font-size: 24px; color: #fff; font-weight: bolder; font-family: Arial}

.nav_down{ position:fixed; top:94px; left:0; width:100%; height:0px; background:rgba(0,0,0,.85); z-index:50; display:flex; justify-content:space-between; transition:all 0.3s ease;-webkit-transform:all 0.3s ease; opacity:0; overflow:hidden; z-index:551;}
.nav_down.on{ height:calc(100% - 94px); transition:all 0.3s ease;-webkit-transform:all 0.3s ease; opacity:1;}
.nav_down .nav_down_list{ width:20%; border-right:1px solid rgba(255,255,255,.2); padding:50px 40px;}
.nav_down .nav_down_list .down_list_title{ margin-bottom:33px;}
.nav_down .nav_down_list .down_list_title .list_title_dd{ font-size:26px; color:#fff; margin-bottom:20px;}
.nav_down .nav_down_list .down_list_title .list_title_dt{ font-size:26px; color:#fff;}
.nav_down .nav_down_list .down_list_content p{ margin-bottom:14px;}
.nav_down .nav_down_list .down_list_content p a{ font-size:16px; color:#d0cccc;}
.nav_down .nav_down_list .down_list_content p a b{ font-size:18px; margin-top:28px; display:block; color:#f5f5f5;}
.nav_down .nav_down_list .down_list_content p:first-child a b{ margin-top:0px;}
.nav_down .nav_down_list .down_list_content p a:hover{ color:#fff;}
.nav_down .nav_down_contact{ display:flex; flex-direction:column; justify-content: space-between;}
.nav_down .nav_down_contact .down_contact_bottom{ text-align:left;}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top{ line-height:30px; margin-bottom:40px; font-size:16px;  color:#d0cccc;}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top p span{ display:inline-block; margin-left:50px;}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_b .bottom_b_dd{ font-weight:bolder; color:#a0a0a0; font-size:18px; margin-bottom:8px;}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_b .bottom_b_dt{ color:#d0cccc; font-size:26px;}
.nav_down .nav_down_close{ position:absolute; right:20px; top:20px; font-size:38px; color:#fff; cursor:pointer;}

@-webkit-keyframes move3{
	from{ left:-80%; opacity:1;}
	to{left:80%; opacity:0;}
}

@media screen and (max-width:1500px){
  .ContactMap .IndexService_content,.AboutBanenr .AboutBanenr_txt{max-width:1200px;}
  .ContactMap .ContactMap_list .ContactMap_list_left{ padding:68px 50px;}
  .advantage2 .advantage_content .advantage_content_list{ margin-left:60px;}
  .IndexService .all,.advantage .all,.footer .footer_content,.pc_header .pc_header_content,.case_banner .case_banner_content,.contact .contact_motto_map .motto_map_bottom .map_bottom_content,.ServiceBanner .ServiceBanner_content,.App .App_content{max-width:1200px;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list{padding:0px 25px;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content{height:78px;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification{padding-top:35px;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img{}
  .case .IndexService_content .case_content_title a{margin-right:1.4%;font-size:12px;width:7%;}
  .contact .contact_content .contact_content_list{padding:50px 18px;}
  .contact .contact_content .contact_content_list .content_list_hover p{line-height:22px;}
  .contact .contact_content .contact_content_list .content_list_hover{padding:20px;}
  .contact .contact_content .contact_content_list{width:100%;}
  .about_banner .about_banner_content{width:65%;}
  .about_banner .about_banner_content .banner_content_logo{margin:30px 0px;}
  .ServiceApp_application .ServiceApp_application_left .application_left_content{padding-right:5%;}
  .ServiceApp_application .ServiceApp_application_left .application_left_content img{max-width:100%;}
  .ServiceApp_application .ServiceApp_application_left{padding-left:5%;}
  .ServiceApp_application .ServiceApp_application_right{padding-right:5%;padding-top:50px;}
  .app_case .IndexCase_content .IndexCase_content_list .content_list_img img{height:550px;}
  .App .App_content .App_content_body .content_body_right{padding:20px;}
  .ServiceCooperation .ServiceCooperation_content{padding-left:18px;}
  .ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list{width:130px;}
  .ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title{left:-45px;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left{width:75%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon{width:34%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet{width:66%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list{padding-right:1%;}
  .IndexService .WeChat_content{padding:0px 85px;}
  .profit .profit_content .profit_content_list{padding:55px 20px;height:480px;}
  .Marketing_seo .Marketing_seo_content,.Marketing_idea .Marketing_idea_content{padding:0px 20px;}
  .app_case .IndexCase_content .IndexCase_content_list .content_list_img .list_img_title img{height:443px;}
  .contact .contact_content .contact_content_list .content_list_icon{bottom:2%;}
  .pc_header2 .pc_header_content{ max-width:100%;}
  .AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd{ font-size:55px;}
  .AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd span{ font-size:30px;}
  .AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dt{ padding:0px 20px; text-align:center; margin-top:15px;}

}
@media screen and (max-width:1200px){
  .ContactMap img{ max-width:inherit;}
  .ContactMap .ContactMap_list .ContactMap_list_left{ padding:20px;}
  .ContactMap .IndexService_content{ width:94%; margin:0 auto; max-width:100%;}
  .ContactMap .ContactMap_list .ContactMap_list_left,.ContactMap .ContactMap_list .ContactMap_list_right{ width:100%;}
  .ContactMap .ContactMap_list .ContactMap_list_left .list_left_title{ font-size:18px; margin-bottom:15px; padding-bottom:10px;}
  .ContactMap .ContactMap_list .ContactMap_list_left .list_left_title img{ height:20px; margin-right:10px;}
  .ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p{ font-size:13px; margin-bottom:8px;}
  .ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p img{ height:20px; margin-right:10px; position:relative; top:-2px;}

  .pc_header2 .pc_header_content .header_content_right .content_right_icon{ display:none;}

  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left{width:100%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right{width:100%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list{width:49%;margin-right:2%;padding:25px 0px;margin-bottom:2% !important;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(3){margin-right:2%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(2n){margin-right:0px;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt{height:66px;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon,.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet{float:none;width:100%;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon{margin-bottom:15px;line-height:30px;font-size:33px !important;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet{padding:0px 10px;text-align:center;}
  .ServiceCooperation{height:auto;}
  .ServiceCooperation .ServiceCooperation_content{display:none;}
  .ServiceCooperation .ServiceCooperation_content_mo{display:block;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right{padding:15px 0px;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd{font-size:18px;margin-bottom:5px;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt{font-size:14px;margin-bottom:10px;}
  .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title{margin-bottom:30px;}
  .FloatingWindow{top: inherit;z-index:3; bottom:5%; width:60px;}
  .FloatingWindow .FloatingWindow_list{display:none;}
  .footer .footer_content{ z-index:123;}
  .FloatingWindow .FloatingWindow_list:last-child{display:none;}
  .FloatingWindow .FloatingWindow_list:nth-child(1){ display:block; background:none;}
  .FloatingWindow .FloatingWindow_list:nth-child(1) .FloatingWindow_list_title{ background:#ec6d1f; padding:10px 0px; border-radius:15px;}
  .FloatingWindow .FloatingWindow_list:nth-child(1) .FloatingWindow_list_title span{ display:none;}
  .FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd{ font-size:20px;}
  .FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt{ margin-top:0px; font-size:14px; margin-top:-2px;}

  .footer .footer_content{display: block; z-index:50;}
  .footer .footer_content .footer_content_top,.footer .footer_content .footer_content_bottom{ display:none;}
  .footer{height:auto;}
  .footer #mydiv{display:none;}
  .footer_content_copyright{padding:20px 2%;}

  .case .IndexService_content .case_content_title{height:auto;position:inherit;padding:0px 0px;top:0px;margin-bottom:30px;border-bottom:0px;}
  img{max-width:100%;}
  .index_ourys .index_ourys_nei .ourys_nei_wen{display:none;}
  .all{width:96%;margin:0 auto;height:auto;overflow:hidden;}
  .slick-next,.slick-prev{display:none !important;}
  .mo_height{height:50px;}
  .slick-dots li{width:15px !important;height:1px !important;margin:0px 4px !important;}

  .ServiceBanner .ServiceBanner_content{width:96%;}

}
@media screen and (max-width:1065px){
  .pc_header .pc_header_content .header_content_right .menu ul li .DropDown{opacity:1;top:0;position:fixed;height:100%;-webkit-transform:scale(0) !important;-moz-transform:scale(0) !important;-ms-transform:scale(0) !important;-o-transform:scale(0) !important;filter:scale(0) !important;filter:transform;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s; left:0; width:100%; max-height:100% !important; height:100% !important;}
  .pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content{width:100%;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%); display:block;}
  .pc_header .pc_header_content .header_content_right .menu ul li .DropDown a{width:100%;}
  .pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close{display:block;}
  .owl-theme .owl-controls .owl-nav{display:block !important;}
  .page li a{width:35px;height:35px;line-height:35px;}
  div.burger{z-index:50;height:36px;width:26px;position:relative;cursor:pointer}
  div.x,div.y,div.z{position:absolute;margin:auto;top:0;bottom:0;background:#ff7019;border-radius:2px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-ms-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
  div.x,div.y,div.z{height:2px;width:20px}
  div.y{top:14px;width:16px;}
  div.z{top:28px}
  div.collapse{top:20px;background:#ff7019;-webkit-transition:all 70ms ease-out;-moz-transition:all 70ms ease-out;-ms-transition:all 70ms ease-out;-o-transition:all 70ms ease-out;transition:all 70ms ease-out}
  div.rotate30{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transition:all 50ms ease-out;-moz-transition:all 50ms ease-out;-ms-transition:all 50ms ease-out;-o-transition:all 50ms ease-out;transition:all 50ms ease-out}
  div.rotate150{-ms-transform:rotate(150deg);-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-transition:all 50ms ease-out;-moz-transition:all 50ms ease-out;-ms-transition:all 50ms ease-out;-o-transition:all 50ms ease-out;transition:all 50ms ease-out}
  div.rotate45{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
  div.rotate135{-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
  div.navbar{height:73px;background:#385e97}
  div.circle{z-index:50;border-radius:50%;width:0;height:0;position:fixed;top:10px;right:16px;background:#f6f7fb url(../img/bg15.jpg) no-repeat 0% 0%;;background-size:100%;opacity:1;-webkit-transition:all 300ms cubic-bezier(0,.995,.99,1);-moz-transition:all 300ms cubic-bezier(0,.995,.99,1);-ms-transition:all 300ms cubic-bezier(0,.995,.99,1);-o-transition:all 300ms cubic-bezier(0,.995,.99,1);transition:all 300ms cubic-bezier(0,.995,.99,1)}
  div.circle.expand{width:100%;height:100%;border-radius:0%;top:0px;right:0;-webkit-transition:all 400ms cubic-bezier(0,.995,.99,1);-moz-transition:all 400ms cubic-bezier(0,.995,.99,1);-ms-transition:all 400ms cubic-bezier(0,.995,.99,1);-o-transition:all 400ms cubic-bezier(0,.995,.99,1);transition:all 400ms cubic-bezier(0,.995,.99,1)}
  .pc_header .pc_header_content .header_content_right .menu ul li{height:0px;}
  .pc_header .pc_header_content .header_content_right .menu.on ul li{height:auto;}
  div.open{position:fixed;right:2%;}
  div.menu ul li{width:100%;list-style:none;position:absolute;top:50px;left:0;height:0px;overflow:hidden;opacity:0;z-index:1;text-align:center;font-size:0;-webkit-transition:all 70ms cubic-bezier(0,.995,.99,1);-moz-transition:all 70ms cubic-bezier(0,.995,.99,1);-ms-transition:all 70ms cubic-bezier(0,.995,.99,1);-o-transition:all 70ms cubic-bezier(0,.995,.99,1);transition:all 70ms cubic-bezier(0,.995,.99,1)}
  div.menu ul li a{color:#ff7019;width:100%;font-size:16px;display:inline-block;text-transform:uppercase;text-decoration:none;letter-spacing:3px}
  div.menu li.animate{font-size:21px;opacity:1;overflow:inherit;position:fixed;z-index:6000;-webkit-transition:all 150ms cubic-bezier(0,.995,.99,1);-moz-transition:all 150ms cubic-bezier(0,.995,.99,1);-ms-transition:all 150ms cubic-bezier(0,.995,.99,1);-o-transition:all 150ms cubic-bezier(0,.995,.99,1);transition:all 150ms cubic-bezier(0,.995,.99,1)}
  div.menu li.animate:nth-of-type(1){top:120px;transition-delay:.06s}
  div.menu li.animate:nth-of-type(2){top:190px;transition-delay:.09s}
  div.menu li.animate:nth-of-type(3){top:260px;transition-delay:.12s}
  div.menu li.animate:nth-of-type(4){top:330px;transition-delay:.15s}
  div.menu li.animate:nth-of-type(5){top:400px;transition-delay:.17s}
  div.menu li.animate:nth-of-type(6){top:470px;transition-delay:.20s}
  .slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{height:230px !important;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption div{font-size:14px;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd p{display:none;}
  .pc_header{background:#fff;height:50px;position:inherit;}
  .pc_header .pc_header_content{width:96%;margin:0 auto;position:relative;}
  .pc_header .pc_header_content .header_content_logo{line-height:50px;}
  .pc_header .pc_header_content .header_content_logo img{width:100px;}
  .pc_header .pc_header_content .header_content_right{position:absolute;left:0;z-index:210;width:100%;}
  .pc_header .pc_header_content .header_content_right .menu{width:100%;padding:0px 20px;background:#fff;}
  .pc_header .pc_header_content .header_content_right .header_content_phone{display:none;}
  .pc_header .pc_header_content .header_content_right .menu ul li{margin-right:0px;width:100%;}
  .pc_header .pc_header_content .header_content_right .menu ul li:last-child a{border-bottom:0px;}
  .pc_header .pc_header_content .header_content_right .menu ul li .menu_title{width:100%;line-height:44px;color:#ff7019;font-weight:bolder;}
  .pc_header .pc_header_content .header_content_right .menu ul li .menu_title:before{display:none;}

  .case .IndexService_content .case_content_title{display:none;}

  .news .news_content .news_content_list .content_list_time{margin-right:1%;width:18%;}
  .news .news_content .news_content_list .content_list_time dd{font-size:18px;margin-bottom:1px;}
  .news .news_content .news_content_list .content_list_txt{width:81%;margin-right:0px;}
  .news .news_content .news_content_list .content_list_txt p a{height:45px;line-height:22px;-webkit-line-clamp:2;}
  .news .news_content .news_content_list .content_list_txt dd a{font-size:16px;margin-bottom:10px;}
  .news .news_content .news_content_list .content_list_img{display:none;}
  .news .news_content .news_content_list{padding:20px 0px;}
  .news .news_content .news_content_list .btn{margin-top:15px;}

  .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title{width:100%;}
  .contact .owl-theme .owl-controls .owl-nav div{top:-235px;}
  .contact .contact_motto .contact_motto_left,.contact .contact_motto .contact_motto_right{width:100%;float:none;}
  .contact .contact_motto .contact_motto_left{padding:20px 0px;}
  .contact .contact_motto{padding:0px 0px;}
  .contact .contact_motto_map .motto_map_bottom{position:inherit;transform:inherit;top:0;left:0;}
  .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title{padding:20px 10px;}
  .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd{font-size:18px;}
  .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span{font-size:14px;}
  .contact .contact_motto_map .motto_map_top img{height:auto;}

  .ServiceBanner .ServiceBanner_content{width:96%;position:relative;top:0;left:0;transform:inherit;}
  .ServiceBanner{height:auto;padding:25px 0px;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_right{text-align:center;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_right img{width:60%;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dd{font-size:22px;margin-bottom:20px;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt{font-size:14px;margin-bottom:20px;line-height:22px;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left{width:100%;margin-top:20px;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list{width:18%;margin-right:2%;margin-bottom:3%;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dd{width:100%;height:71px;line-height:71px;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:nth-child(5n){margin-right:0px;}

  .IndexService .WeChat_content{padding:0px 0px;}
  .WeChat .WeChat_fan dd{font-size:22px;margin:45px 0px;margin-top:65px;}
  .WeChat .WeChat_content .WeChat_content_list dt{margin-top:20px;}
  .WeChat .WeChat_content .WeChat_content_list dd img{width:10%;}
  .WeChat .owl-theme .owl-controls .owl-nav div{top:-75px;}

}

@media screen and (max-width:768px){
  .IndexService .IndexService_content{padding:30px 0px;}
  .IndexService .IndexService_content .IndexService_content_title dd{font-size:18px;}
  .IndexService .IndexService_content .IndexService_content_title dt{line-height:22px;font-size:14px;margin-top:8px;}
  .IndexService .IndexService_content .IndexService_content_title{padding-bottom:25px;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list{width:100%;margin-right:0%;padding:0px 5% !important;background:none;margin-bottom:25px;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification{padding-top:20px;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content{height:auto;}
  .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title{font-size:18px;margin-bottom:10px;}

  .IndexCase .IndexCase_content .IndexCase_content_list{width:49%;margin-right:2%;margin-bottom:4%;}
  .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2n){margin-right:0px;}
  .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3){margin-right:2%;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon{display:none;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd{font-size:16px;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a{font-size:16px;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span{font-size:13px;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left{width:100%;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title{margin-top:10px;}
  .IndexCase .IndexCase_content .IndexCase_content_list{padding-bottom:15px;}
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt{margin-top:0px;}
  .IndexCase .IndexCase_more a{font-size:14px;width:120px;line-height:44px;}

  .IndexNews .IndexService_content .IndexService_content_title dd,.IndexNews .IndexService_content .IndexService_content_title .IndexNews_title{width:100%;float:none;}
  .IndexNews .IndexNews_title a{width:32%;margin-right:2%;}
  .IndexNews .IndexNews_title a:nth-child(3){margin-right:0px;}
  .IndexNews .IndexNews_content .IndexNews_content_video,.IndexNews .IndexNews_content .IndexNews_content_right,.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img,.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content{width:100%;float:none;}
  .IndexNews .IndexNews_content .IndexNews_content_right{margin-top:25px;}
  .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img{margin-bottom:15px;}
  .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd a{ font-size:16px;}
  .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span{font-size:25px;}
  .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body{padding:20px 10px;}
  .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd{font-size:16px;}
  .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a{font-size:16px;}
  .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt{font-size:16px;}
  .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title a{line-height:35px;}
  .IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img{height:auto;}

  .contact .contact_motto_map .motto_map_bottom .map_bottom_content{padding-left:0px;margin-top:25px;}
  .app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt{height:92%;}
  .app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_title{font-size:18px;margin:9px 0px;}

  .details_banner{height: 200px}

  .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(9){margin-right:2%;}
  .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(15){margin-right:2%;}
  .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(21){margin-right:2%;}
  .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(27){margin-right:2%;}
  .Applets .ACase .ACase_cotnent .ACase_cotnent_list img{max-height: 290px!important;}
    .details_banner h3{font-size: 18px;}
    .details_banner p{font-size: 14px;line-height: 24px;}
}

@media screen and (max-width:414px){
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img{}
  .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img{height:215px;}
  /*.details_banner,.WeChatBanner{height:120px !important;}*/
}

@media screen and (max-width:375px){
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img{}
}

@media screen and (max-width:320px){
  .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img{}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list{width:23%;margin-right:2%;margin-bottom:3%;}
  .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:nth-child(4n){margin-right:0px;}
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title a{font-size:20px;color:#333333;text-align:center;margin-bottom:15px;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt a{olor:#333;font-size:14px;margin-top:10px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt a{color:#ff7019;}

.ds .ServiceWebsite .IndexService_content .IndexService_content_title{padding-bottom:80px;}
.ds .ServiceWebsite{background:url(../img/dsg1.jpg) no-repeat 50%/cover;position:relative;}
.ds .ServiceWebsite:before{content:"";position:absolute;display:inline-block;width:100%;height:1px;background:#d1d1d1;bottom:30%;}

.ds .IndexService .IndexService_content{padding:65px 0px;}
.ds .IndexService .IndexService_content .IndexService_content_title dd{font-size:26px;position:relative;}
.ds .IndexService .IndexService_content .IndexService_content_title dd:before{content:"";position:absolute;display:inline-block;width:34px;height:2px;background:#313131;bottom:-20px;left:0;right:0;margin:0 auto;}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list{width:25%;text-align:center;position:relative;}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list:before{content:"";position:absolute;display:inline-block;width:18px;height:18px;background:url(../img/dsn24.png) no-repeat 50%/cover;left:0;right:0;margin:0 auto;bottom:30%;}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt{margin-top:80px;}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt dd{font-size:18px;color:#333333;margin-bottom:15px;}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt dt{font-size:14px;color:#666666;line-height:24px;}

.ds .Dsolution .IndexService_content .IndexService_content_title dd{color:#fff;}
.ds .Dsolution .IndexService_content .IndexService_content_title dd:before{background:#fff;}
.ds .Dsolution{background:url(../img/dsg2.jpg) no-repeat 50%/cover;position:relative;height:524px;}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt{padding:0px 115px;}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list dd{color:rgba(255,255,255,.7);font-size:16px;margin-bottom:15px;}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list:last-child dd{width:50%;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title{position:absolute;width:865px;left:0;right:0;margin:0 auto;background:#1a83bf;overflow:hidden;border-radius:5px;bottom:-50px;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a{display:inline-block;width:33.33%;text-align:center;padding:26px 0px;position:relative;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a:before{content:"";position:absolute;width:1px;height:107px;background:rgba(255,255,255,.2);right:0;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a:last-child:before{display:none;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a dt{font-size:18px;color:#fff;margin-top:20px;margin-bottom:5px;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a p{font-size:13px;color:rgba(255,255,255,.6);text-transform:uppercase;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a:hover{background:#ff7019;}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a.on{background:#ff7019;}

.ds .DFeatures{padding-top:50px;background:#fff;}
.ds .DFeatures .DFeatures_content{margin-bottom:-2%;}
.ds .DFeatures .DFeatures_content .DFeatures_content_list{display:inline-block;width:18%;margin-right:2%;border:1px solid #e5e5e5;padding:32px 0px;padding-left:24px;margin-bottom:2%;}
.ds .DFeatures .DFeatures_content .DFeatures_content_list:hover{box-shadow:0px 0px 15px rgba(0,0,0,.1);background:#fff;}
.ds .DFeatures .DFeatures_content .DFeatures_content_list:nth-child(5n){margin-right:0px;}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left{padding:5px 0px;margin-right:23px;}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right dd{font-size:18px;color:#333333;margin-bottom:6px;}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right dt{font-size:14px;color:#666666;}
.ds .ServiceCooperation .IndexService_content .IndexService_content_title{padding-bottom:80px;}

.case .IndexService_content .case_content_t{height:0px;text-align:center;top:-203px;position:relative;}
.case .IndexService_content .case_content_t a{display:inline-block;padding:0px 40px;background:#fff;font-size:16px;color:#333;margin-right:-5px;border-bottom:1px solid #e5e5e5;min-width:140px; line-height:57px;}
.case .IndexService_content .case_content_t a.on{color:#fff;background:#ff7019;border-bottom:1px solid #ff7019;}
.case .IndexService_content .case_content_t a:hover{border-bottom:1px solid #ff7019;color:#ff7019}
.case .IndexService_content .case_content_t a.on:hover{color:#fff;}
.case .IndexService_content .case_content_t a:first-child{border-radius:5px 0px 0px 0px;}
.case .IndexService_content .case_content_t a:last-child{border-radius:0px 5px 0px 0px;}

.Applets .ServiceBanner_website{background:linear-gradient(to bottom,#3b425e,#47ad99);}
.Applets_nav{line-height:61px;text-align:center;background:#fff;}
.Applets_nav a{color:#333333;font-size:20px;position:relative;margin-right:180px;display:inline-block;line-height:61px;}
.Applets_nav a:last-child{margin-right:0px;}
.Applets_nav a:before{content:"";position:absolute;display:inline-block;width:5px;height:5px;background:#999;border-radius:100%;top:45%;left:-20px;}
.Applets_nav a:after{opacity:0;content:"";display:inline-block;border-bottom:10px solid #f5f5f5;border-right:15px solid transparent;border-left:15px solid transparent;position:absolute;bottom:-2px;left:60%;margin-left:-22px;}
.Applets_nav a.on{color:#2fc250;}
.Applets_nav a.on:before{background:#2fc250;}
.Applets_nav a.on:after{opacity:1;}
.Applets .ServiceWebsite{background:#f5f5f5;}
.Applets .ServiceWebsite:before{display:none;}
.Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list{width:16.66%;text-align:center;}
.Applets .AAdvantage .AAdvantage_content .content_list_txt dd{font-size:18px;color:#333333;margin-bottom:35px;margin-top:25px;}
.Applets .AAdvantage .AAdvantage_content .content_list_txt dt{line-height:26px;color:#666666;font-size:14px;}
.Applets .AWhat{background:#fff;}
.Applets .AWhat .IndexService_content{padding:65px 156px;}
.Applets .AWhat .IndexService_content .IndexService_content_title dd{margin-bottom:45px;}
.Applets .AWhat .IndexService_content .IndexService_content_title dt{line-height:28px;color:#666666;}
.Applets .AWhat .AWhat_content .AWhat_content_title{text-align:center;margin-bottom:60px;}
.Applets .AWhat .AWhat_content .AWhat_content_title a{font-size:14px;color:#333333;display:inline-block;padding:0px 20px;border:1px solid #dcdcdc;border-radius:3px;line-height:36px;margin-right:20px;}
.Applets .AWhat .AWhat_content .AWhat_content_title a:last-child{margin-right:0px;}
.Applets .AWhat .AWhat_content .AWhat_content_title a:hover{background:#2fc250;color:#fff;border:1px solid #2fc250;}
.Applets .AWhat .AWhat_content .AWhat_content_title a.on{background:#2fc250;color:#fff;border:1px solid #2fc250;}
.Applets .AWhat .AWhat_content .AWhat_content_txt{padding:40px 35px;background:#fff;box-shadow:0px 0px 27px rgba(0,0,0,.1);}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left{width:29%;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left img{width:100%;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right{width:60%;margin-left:5%;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_title{font-size:20px;color:#333;text-align:center;font-weight:bolder;margin-bottom:35px;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt{border-bottom:1px solid #bbbbbb;padding-bottom:30px;height:134px;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt a{display:inline-block;width:25%;margin-bottom:22px;margin-right:-5px;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt a img{margin-right:6px;}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_more{text-align:center}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_more a{display:inline-block;width:142px;height:42px;line-height:42px;text-align:center;font-size:18px;background:#2fc250;color:#fff;border-radius:5px;margin-top:25px;}
.Applets .AJijin .IndexService_content{padding:65px 156px;}
.Applets .AJijin .AJijin_content{margin-top:-4%;}
.Applets .AJijin .AJijin_content .AJijin_content_list{background:#fff;text-align:center;width:22%;margin-right:4%;position:relative;padding-top:70px;padding-bottom:30px;margin-top:8%;}
.Applets .AJijin .AJijin_content .AJijin_content_list:nth-child(4n){margin-right:0px;}
.Applets .AJijin .AJijin_content .AJijin_content_list .content_list_icon{width:86px;height:86px;border-radius:100%;box-shadow:0px 0px 20px rgba(0,0,0,.12);line-height:86px;margin:0 auto;position:absolute;top:-43px;background:#fff;left:0;right:0;}
.Applets .AJijin .AJijin_content .AJijin_content_list .content_list_txt dd{font-size:18px;color:#333333;margin-bottom:15px;}
.Applets .AJijin .AJijin_content .AJijin_content_list .content_list_txt dt{font-size:14px;color:#666666;line-height:22px;}
.Applets .AFlow{background:#fff;}
.Applets .AFlow .AFlow_content{margin-bottom:-50px;}
.Applets .AFlow .AFlow_content .AFlow_content_list{width:33.33%;margin-bottom:50px;}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right{margin-left:15px;padding:8px 0px;}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dd{font-size:18px;color:#333;margin-bottom:5px;}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dt{font-size:16px;color:#666;}
.Applets .ACooperation{position:relative;height:865px;}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list{background:url(../img/xn35.png) no-repeat 50% 100%;width:220px;}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on{background:url(../img/xn36.png) no-repeat 50% 100%;}
.Applets .ACooperation .IndexService_content{padding:65px 90px;}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon{background:#2fc250;}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title{left:0px;}
.Applets .ACooperation .AFlow_more{text-align:center;position:absolute;width:100%;bottom:50px;left:0;}
.Applets .ACooperation .AFlow_more a{display:inline-block;width:222px;height:50px;line-height:50px;text-align:center;font-size:18px;background:#2fc250;color:#fff;border-radius:5px;margin-top:25px;}
.Applets .AFeatures{background:#f1f4f4;}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list{width:23.5%;margin-right:2%;box-shadow:0 0 30px rgba(0,0,0,.1);margin-bottom:2%;background:#fff;}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(4n){margin-right:0px;}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_img img{width:100%;}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt{text-align:center;padding:15px 0px;}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dd{font-size:18px;color:#403e3e;font-weight:bolder;text-align:center;margin-bottom:15px;}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dt{font-size:14px;color:#666;height:38px;}
.Applets .AFeatures .IndexService_content{padding:65px 0px;}
.Applets .AFeatures .IndexService_content .IndexService_content_title{padding-bottom:50px;}
.Applets .ACase .ACase_title a{padding:0 28px;margin-right:19px;margin-bottom:20px;line-height:34px;border:1px solid #dcdcdc;border-radius:5px;font-size:16px;color:#333;display:inline-block;}
.Applets .ACase .ACase_title a:hover{background:#2fc250;color:#fff;border:1px solid #2fc250;}
.Applets .ACase .ACase_title a.on{background:#2fc250;color:#fff;border:1px solid #2fc250;}
.Applets .ACase .ACase_cotnent{background:#fff;padding:40px 30px;}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list{width:23.5%;margin-right:2%;margin-bottom:2%;border:1px solid #dcdcdc;text-align:center;padding-bottom:20px;transition:all 0.3s ease 0s;padding-top:20px;}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list img{max-width:100%;max-height:427px;}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list:nth-child(4n){margin-right:0px;}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list dt{font-size:18px;color:#333;margin-top:25px; padding:0px 15px;
overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list:hover{box-shadow:0px 0px 18px rgba(0,0,0,.2);transition:all 0.3s ease 0s;}

.xtkf .case .IndexService_content .case_content_t{top:-113px;}

.pc_all .pc_all_contnet{max-width: 1800px; margin: 0 auto;}
	
.a_p{ display:flex;}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption{ transform: none; left:0; top:0px; display:flex; align-items:center; justify-content:center; flex-direction:column; height:100%; padding:0px; right:0; margin:0 auto;}

/*
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_pbl .slick-hero-slider-caption{ top:16%; justify-content:flex-start;}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption{ width:85%; left:0; right:0; margin:0 auto; height:80%;}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption dd{ text-align:left;}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption .transitionDelay2{ margin-bottom:66px;}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption .transitionDelay4{ padding:70px 0px;}
.bg2{ top:0; left:0; transform:none; right:0; margin:0 auto; height:100%; display:flex; align-items:center;}
*/

.pc_all  .pc_all_content{ max-width:1510px; margin:0 auto;}



@media screen and (max-width:1510px){
  .Applets .AWhat .IndexService_content{padding:65px 0px;}
  .Applets .AJijin .IndexService_content{padding:65px 0px;}
  .Applets .ACooperation .IndexService_content{padding:65px 0px;}
  .Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list{width:197px;background-size:100%;}
  .Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on{background-size:100%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list{width:32%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(3n){margin-right:0px;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(4){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(8){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(16){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(20){margin-right:2%;}
  .case .IndexService_content .case_content_title a{margin-right:1.4%;font-size:14px;width:7%;}

  .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption img{ max-width:40%;}
 /* .alt-dot-position.slick-hero-slider.slick-inner-dot .banner_pbl .slick-hero-slider-caption dd img{ max-width:40%;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption dd img{ max-width:40%;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption .transitionDelay4{ padding:33px 0px;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption dd img{ max-width:30%; max-height:60px;}
  .bg2{ width:300px;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption .bg2 img{ max-height:inherit; max-width: 100%;}
*/
  .pc_all  .pc_all_content{ max-width:1200px;}

  .footer .footer_content .footer_content_bottom .content_bottom_left{ width:6%;}
  .footer .footer_content .footer_content_bottom .content_bottom_right{ width:94%;}
  .footer .footer_content .footer_content_bottom .content_bottom_right a{ width:9%;}

  .nav_down .nav_down_list{ padding:30px 20px;}
  .nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top{ font-size:12px;}
  .nav_down .nav_down_contact .down_contact_bottom .contact_bottom_b .bottom_b_dt{ font-size:18px;}
  .nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top p span{ margin-left:37px;}
  .nav_down .nav_down_list .down_list_content p{ margin-bottom:10px;}
  .nav_down .nav_down_list .down_list_content p a{ font-size:15px;}
  .nav_down .nav_down_list .down_list_title{ margin-bottom:22px;}
  .nav_down .nav_down_list .down_list_title .list_title_dt{ font-size:20px;}
  .nav_down .nav_down_list .down_list_content p a b{ margin-top:15px;}

  .pc_top{ padding-left: 50px;}
  .pc_header .pc_header_content .header_content_right .menu ul li{ margin-right: 35px;}
  .pc_header2 .pc_header_content .header_content_right .top_right_phone{ width: 245px; padding-right: 50px;}
  .pc_header2 .pc_header_content .header_content_right .top_right_icon{ margin-left: 35px;}
}

@media screen and (max-width:1320px){
  .pc_header2 .pc_header_content .header_content_right .top_right_phone{ display:none;}
}

@media screen and (max-width:1200px){
  .ds .ServiceWebsite:before{display:none;}
  .ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list:before{display:none;}
  .ds .Dsolution .Dsolution_content .Dsolution_content_txt{padding:0px;}
  .ds .Dsolution{height:auto;}
  .ds .Dsolution .Dsolution_content .Dsolution_content_title{position:inherit;bottom:0;width:100%;}
  .ds .ServiceCooperation .IndexService_content .IndexService_content_title,.ds .ServiceWebsite .IndexService_content .IndexService_content_title{padding-bottom:45px;}
  .Applets_nav a:before{display:none;}
  .Applets_nav a{font-size:16px;margin-right:4%;}
  .Applets .AFeatures .IndexService_content .IndexService_content_title{padding-bottom:25px;}
  .Applets .ACooperation{height:auto;}
  .Applets .ACooperation .AFlow_more{position:inherit;bottom:0;}
  .Applets .ACooperation .AFlow_more a{font-size:16px;height:42px;line-height:42px;}

  .alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption .transitionDelay4{ padding:10px 0px;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption .transitionDelay2{ margin-bottom:20px;}
  .bg2{ width:180px;}
  .pc_header2 .pc_header_content{ padding:0px;}
  .pc_header .pc_header_content .header_content_right .menu.on ul li{ height:0px;}

  .pc_all .pc_all_content{ max-width:96%; margin:0 auto; overflow:hidden;}

  .xtkf .case .IndexService_content .case_content_t{ display:none;}
}
@media screen and (max-width:1065px){
  .pc_header2 .pc_header_content .header_content_right .top_right_icon,.pc_header2 .pc_header_content .header_content_right .top_right_phone{ display:none;}

  .ds .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list{width:23%;margin-right:2%;margin-bottom:3%;}
  .ds .IndexService .IndexService_content{padding:25px 0px;}
  .ds .IndexService .IndexService_content .IndexService_content_title dd{font-size:18px;}
  .ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list{width:49%;margin-right:2%;}
  .ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list:nth-child(2n){margin-right:0px;}
  .ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_img{padding:0px 20%;}
  .ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt{margin-top:25px;}
  .ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list dd{font-size:14px;}
  .ds .Dsolution .Dsolution_content .Dsolution_content_title a dt{font-size:16px;}
  .ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list:last-child dd{width:100%;}
  .ds .DFeatures{padding-top:0px;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list{width:49%;margin-right:2%;padding:20px 0px;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list:nth-child(2n){margin-right:0px;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list:nth-child(5){margin-right:2%;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right dd{font-size:16px;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left{margin-bottom:8px;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left img{height:25px;}
  .ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left,.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right{width:100%;text-align:center;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list{width:49%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(2n){margin-right:0px;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(3){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(9){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(15){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(21){margin-right:2%;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dd{font-size:15px;}
  .Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dt{font-size:12px;height:88px;line-height:22px;}
  .Applets .ACase .ACase_title{overflow:hidden;}
  .Applets .ACase .ACase_title a{display:inline-block;width:32%;margin-right:2%;float:left;font-size:14px;padding:0px;text-align:center;}
  .Applets .ACase .ACase_title a:nth-child(3n){margin-right:0px;}
  .Applets .ACase .ACase_cotnent{padding:16px;}
  .Applets .ACase .ACase_cotnent .ACase_cotnent_list{width:49%;margin-right:2%;}
  .Applets .ACase .ACase_cotnent .ACase_cotnent_list:nth-child(2n){margin-right:0px;}
  .Applets .ACase .ACase_cotnent .ACase_cotnent_list dt{font-size:15px;}
  .Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list{width:32%;margin-right:2%;margin-bottom:2%;}
  .Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list:nth-child(3n){margin-right:0px;}
  .Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list .content_list_title{padding:0px 15px;}
  .Applets .AAdvantage .AAdvantage_content .content_list_txt dd{font-size:15px;margin:13px 0px;}
  .Applets .AAdvantage .AAdvantage_content .content_list_txt dt{font-size:13px;}
  .Applets .AWhat .IndexService_content .IndexService_content_title dt{font-size:13px;}
  .Applets .AWhat .AWhat_content .AWhat_content_title{overflow:hidden;}
  .Applets .AWhat .AWhat_content .AWhat_content_title a{display:inline-block;width:49%;margin-right:2%;float:left;margin-bottom:4%;}
  .Applets .AWhat .AWhat_content .AWhat_content_title a:nth-child(2n){margin-right:0px;}
  .Applets .AWhat .AWhat_content .AWhat_content_title{margin-bottom:30px;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt{padding:20px 0px;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left{margin-bottom:35px;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left,.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right{width:100%;margin-left:0px;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left{text-align:center;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left img{height:180px;width:auto;max-width:inherit;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt a{width:33.33%;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt{height:auto;padding-bottom:5px;}
  .Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_more a{font-size:14px;}
  .Applets .AJijin .AJijin_content .AJijin_content_list{width:49%;margin-right:2%;margin-top:55px;padding-top:44px;}
  .Applets .AJijin .AJijin_content .AJijin_content_list:nth-child(2n){margin-right:0px;}
  .Applets .AJijin .AJijin_content .AJijin_content_list .content_list_icon{width:60px;height:60px;line-height:60px;top:-30px;}
  .Applets .AJijin .AJijin_content .AJijin_content_list .content_list_icon img{height:25px;}
  .Applets .AJijin .AJijin_content .AJijin_content_list .content_list_txt dd{font-size:16px;}
  .Applets .AFlow .AFlow_content .AFlow_content_list{text-align:center;margin-bottom:22px;}
  .Applets .AFlow .AFlow_content .AFlow_content_list .content_list_left{width:100%;}
  .Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right{margin-left:0px;}
  .Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dd{font-size:15px;}
  .Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dt{font-size:13px;line-height:23px;height:46px;}

  .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd img{max-width:120px;}
  .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption div img{max-width:160px;}
}

@media screen and (max-width:950px){
  .pc_index .pc_header{ position:fixed;}
}
@media screen and (max-width:650px){
   #video_button2,#video_button,.videobox{height:225px;}
  .IndexNews .IndexNews_title a{font-size:14px;padding:0px;width:23%;min-width:inherit;}
  .IndexNews .IndexNews_title a:nth-child(3){margin-right:2%;}
  .news .IndexNews_title a{width:48%;margin-right:4%;margin-bottom:4%;}
  .news .IndexNews_title a:nth-child(2n){margin-right:0px;}
  .FloatingWindow{z-index:2222;}
}