@font-face {
  font-family:"ALD721L0";
  src: url('../font/ALD721L0.ttf') format('TrueType');
}

@charset "utf-8";
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "微软雅黑","Arial",  serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  overflow: hidden;
  /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
	}
html,
body {
  font-size: 20px;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #ff0000;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #666;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
@font-face {
}
.vcenter {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kejian {
  width: 1530px;
  margin: 0 auto;
}
.topwrap{
	width:100%;
	height:70px;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	background-color:#000;	
}
.topwrap .logo{
	display:block;
	float:left;
	padding-top:13px;
}
.topwrap a.logo img{
	
}
.topwrap .top_menu{
	float:right;
	height:70px;
}
.topwrap .top_menu ul.menu{
	float: left;
}
.topwrap .top_menu ul.menu li{
	float:left;
	text-align:center;
	height: 70px;
}
.topwrap .top_menu ul.menu li a{
	display: block;
    width: 100%;
	height: 70px;
    line-height: 70px;
    font-size: 16px;
    position: relative;
    padding: 0 20px 26px 20px;
    color: #fff;
	font-weight:bold;
}
.topwrap .top_menu ul.menu li a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #f6ca27;
    transition-duration: .3s;
    bottom: 0;
    left: 50%;
}
.topwrap .top_menu ul.menu li a:hover:after{
      width: 100%;
      left: 0; 
}
.index_topwrap{
	background-color: transparent;	
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.topwrap .top_search{
    float: right;
    margin: 25px 0 0 20px;
}
.topwrap .top_search .search_white{
    display: block;
}
.topwrap .top_search .search_black{
    display: none;
}
.topwrap .top_search img{
    width: 20px;
}


.search_dialog_box{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:999999;
    background: rgba(0,0,0,.8);
    transition: transform .5s ease;
}
.search_dialog_box .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/search_close.png) no-repeat center;
    position: absolute;
    top: 38px;
    right: 3.6%;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}
.search_dialog_box .close:hover{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);

}
.search_dialog_box .search_content{
    width: 100%;
    height: auto;
    background-color: #ffffff;
}
.search_dialog_box .search_content .search_tit{
    font-size:55px;
    line-height:80px;
    font-weight: bold;
    color:#141414;
    text-align:center;
    overflow:hidden;
    padding-top: 170px;

}
.search_dialog_box .search_content .search_form{
    padding-top:20px;
    height:auto;
    overflow:hidden;
    padding-bottom: 170px;
}
.search_dialog_box .search_content .search_form .search_input{
    width: 900px;
    margin: 0 auto;
    padding:10px 2px;
    background-color:#fff;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
}
.search_dialog_box .search_content .search_form .search_input input[type=text] {
    float: left;
    height:30px;
    width: 88.8%;
    background-color: transparent;
    font-size:25px;
    line-height:30px;
    color: #5a5a5a;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}
.search_dialog_box .search_content .search_form .search_input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size:19px;
    background-image: url(../images/search_black.png);
    float: right;
    height:19px;
    width:19px;
}
.search_dialog_box .search_content .hot_search{
    font-size: 0;
    width:700px;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    margin:0 auto;
}
.search_dialog_box .search_content .hot_search .hot_cont{
    margin-top:21px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_tit{
    font-size: 14px;
    line-height:18px;
    color: #fff;
    font-weight: bold;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:16px;
    background-image: url(../images/hot_icon.png);
    display: inline-block;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link{
    display: inline-block;
    margin-left: 35px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 26px;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover{
    text-decoration: none;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover:before {
    width:100%;
}





.index_header .top_search .search_white{
    display: none;
}
.index_header .top_search .search_black{
    display: block;
}

.index_header{
	background-color: #fff;	
}
.topwrap a.logo img.logo_1{
	display:block;
}
.topwrap a.logo img.logo_2{
	display:none;
}
.index_header a.logo img.logo_1{
	display:none;
}
.index_header a.logo img.logo_2{
	display:block;
}
.topwrap a.logo img.menu_1{
	display:block;
}
.topwrap a.logo img.menu_2{
	display:none;
}
.index_header a.logo img.menu_1{
	display:none;
}
.index_header a.logo img.menu_2{
	display:block;
}
.index_topwrap .img_menu img {
	display:none;
}

.index_topwrap .top_menu ul.menu li a {
    color: #fff;
	font-size:16px;
}
.index_header .top_menu ul.menu li a {
    color: #000;
}
.index_topwrap .img_menu img{
	width:20px;
}
.img_menu{
	width: 25px;
    margin-left: 20px;
    padding: 25px 0 0 20px;
    cursor: pointer;
	float:right;
}
.img_menu img{
	display:block;
}


.banner_video{
	width:100%;
	height:817px;
	margin-top:70px;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.banner_video img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.banner_video video{
	position: absolute;
	width: 100%;
	left: 0;
    right: 0;
    top: 0;
}
.banner_video .banner_video_content{
	z-index:9999;
	position: relative;
	width:100%;
	padding-top:140px;
}
.banner_video .banner_video_content .banner_video_content_left{
	float:left;
	width:70%;
}
.banner_video .banner_video_content .banner_video_content_left span.jiahao{
	color:#FFF;
	font-size:35px;
	line-height:35px;
	width:100%;
	display:block;
	padding-bottom:5px;
}
.banner_video .banner_video_content .banner_video_content_left span{
	font-family: "ALD721L0";
	color:#FFF;
	font-size:30px;
	width:100%;
	display:block;
	padding-bottom:5px;
	line-height: 35px;
}
.banner_video .banner_video_content .banner_video_content_left span.video_span{
	font-size:60px;
	line-height:60px;
	width:100%;
	display:block;
	padding-top:15px;
}
.banner_video .banner_video_content .banner_video_content_left hr.banner_video_content_left_hr{
	width:52px;
	height:3px;
	background-color:#FFF;
	display:block;
	margin-top:90px;
	float:left;
}
.banner_video .banner_video_content .banner_video_content_left span.video_span2{
	float:left;
	font-size:14px;
	width:100%;
	display:block;
	padding-top:7px;
}

.banner_video .banner_video_content .banner_video_content_right{
	float:right;
	width:17%;
}
.banner_video .banner_video_content .banner_video_content_right hr.banner_video_content_right_hr{
	width:73px;
	height:4px;
	background-color:#FFF;
	display:none;
	float:left;
	
}
.pc_index_bannerbg{
	width:100%;
	background-color:#FFF;
}
.pc_index_bannerbg img{
	max-width:100%;
	padding-top:250px;
	padding-bottom:224px;
	left: 0;
    top: 0;
}

.index_ppyhxt{
	width:100%;
}
.index_ppyhxt .title{
	font-size: 45px;
    color: #000;
    padding-top: 20px;
	text-align:center;
}
.index_ppyhxt .index_ppyhxt_text{
	width:80%;
	margin:0 auto;
}
.index_ppyhxt .index_ppyhxt_text span{
	float:left;
	width:30%;
	margin-right:5%;
	margin-top:60px;
	margin-bottom:80px;
	display:block;
	color:#353233;
	font-size:26px;
	position:relative;
	text-align:center;
}
.index_ppyhxt .index_ppyhxt_text span:nth-child(3){
	margin-right:0;
}
.index_ppyhxt .index_ppyhxt_text span:after{
   content: '';
    position: absolute;
    background-image: url(../images/index_ppyhxt_ico.jpg);
    background-repeat: no-repeat;
    width: 110px;
    height: 19px;
    right: -23%;
    top: 50%;
    transform: translateY(-50%);
}

.index_ppyhxt .index_ppyhxt_text span:nth-child(3):after{
	display:none;
}
.index_ppyhxt .index_ppyhxt_img{
	width:100%;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}
.index_ppyhxt .index_ppyhxt_img img{
	width:100%;
	height:auto;
}

.index_ppyhxt .index_ppyhxt_img .pc{
	display:block;
}
.index_ppyhxt .index_ppyhxt_img .m{
	display:none;
}




.index_case{
	width:100%;
	margin-top:70px;
	margin-bottom: 92px;
	padding: 0 55px;
}
.m_bottom{
	margin-top:90px;
	margin-bottom: 50px;
}
.index_case .kejian{
	width:100%;
}
.pc_top{
	margin-top:0;
}
.index_case .index_category_name{
	float:right;
	margin-bottom: 50px;
}
.index_case .case_type{
	display:none;
}
.index_case .index_category_name a{
	position: relative;
	font-size:16px;
	margin:0 30px;
	color: #595757;
	font-weight: bold;
}
.index_case .index_category_name a:hover{
	color:#f6ca27;
}
.index_case .index_category_name a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #f6ca27;
    transition-duration: .3s;
    bottom: -15px;
    left:0;
}
.index_case .index_category_name a:hover:after{
      width: 100%;
      left: 0; 
}

.index_case_list{
	width:100%;
	float:left;
	margin-bottom:92px;
}
.index_case_list .idnex_case_img{
	width: 33.333333%;
    position: relative;
    float: left;
	overflow: hidden;
}
.index_case_list .idnex_case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.index_case_list .idnex_case_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index_case_list .idnex_case_img:after {
  content: '';
  display: block;
  width: 100%;
}
.index_case_list .idnex_case_img a {
    display: block;
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
	opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index_case_list .idnex_case_img a:hover {
  opacity: 1;
}
.index_case_list .idnex_case_img a:hover .index_case_tit:before {
  width: 100%;
}
.index_case_list .idnex_case_img a:hover .index_case_tit:after {
  width: 100%;
}
.index_case_list .idnex_case_img a .index_case_tit span:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_case_list .idnex_case_img a .span:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.index_case_list .idnex_case_img a .index_case_tit {
    display: block;
    font-size: 14px;
    width: 90%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
	padding-bottom:20px;
	text-align:left;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index_case_list .idnex_case_img a .index_case_tit span{
	font-size: 25px;
    line-height: 26px;
	padding:8px 0;
	display:block;
	font-weight:bold;
}
.index_case_list .idnex_case_img a .index_case_tit p{
	font-size: 15px;
	font-weight:bold;
}

.index_case .index_case_more{
	width:100%;
	text-align: center;
}
.index_case .index_case_more a{
	position: relative;
    display: inline-block;
    vertical-align: top;
    color: #605e5e;
    font-size: 14px;
    line-height: 44px;
    padding: 0 39px;
    border: 1px solid #adadad;
}
.index_case .index_case_more a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #f6ca27;
    z-index: 2;
    opacity: .9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index_case .index_case_more a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #f6ca27;
    z-index: 2;
    opacity: .9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index_case .index_case_more a:hover {
  color: #fff;
  border: none;
}
.index_case .index_case_more a:hover:before {
  height: 100%;
}
.index_case .index_case_more a:hover:after {
  height: 100%;
}
.index_case .index_case_more a span{
	position: relative;
    z-index: 6;
	font-weight:bold;
}
.index_case .case_title{
	text-align:center;
	padding-bottom: 20px;
}
.index_case .case_title .case_title_zh{
	font-size:35px;
	color:#595757;
}
.index_case .case_title .case_title_en{
	font-size:26px;
	color:#595757;
	padding: 15px 0 15px 0;
	text-transform: uppercase;
}

.banner2 {
    width: 100%;
	position: relative;
}
.banner2 img {
    display: block;
    width: 100%;
}
.banner2 .banner2_content {
    padding-top:140px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.banner2 .banner2_tit {
	padding-left:100px;
}
.banner2 .banner2_tit span{
	display:block;
	color:#000;
	font-size:38px;

	margin-bottom:25px;
}
.banner2 .banner2_tit p{
	position:absolute;
	display:block;
	color:#ffffff;
	font-size:80px;

	font-weight:bold;
	border:12px #FFFFFF solid;
	padding:15px 25px;
}
.banner2 .banner2_tit i {
    display: block;
    width: 115px;
    height: 3px;
    background: #000;
	margin-top: 220px;
	margin-bottom:30px;
}
/*.index_imgad{
	background-attachment: fixed;
    background-image: url(/images/index_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/.index_imgad{
	background-attachment: fixed;
    background-image: url(/images/index_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.index_imgad .index_imgad_con{
	min-height:860px;
}
.index_imgad .index_imgad_con img{
	display:block;
	padding-top:56px;
	margin-left:-120px;
}
.index_imgad .index_imgad_con .index_imgad_t{
	padding-top:430px;
}
.index_imgad .index_imgad_con .index_imgad_t p{
	font-size:80px;
	color:#fff;
	line-height:100px;
	font-family:'黑体';
}
.index_imgad .index_imgad_con .index_imgad_t .pc_index_imgad_t{
	font-size:28px;
	color:#fff;
	font-family:'黑体';
}

.index_imgadul{
	width:100%;
	margin-bottom:135px;
	margin-top:90px;
	z-index:999;
}
.index_imgadul ul li{
	width:29%;
	height:448px;
	background-color:#FFF;
	float:left;
	margin-right:6.5%;
	border-left:8px solid #ffb415;
	box-shadow:4px 4px 8px rgba(0, 0, 0, 0.2);
	padding-left:50px;
	padding-right:45px;
	padding-top:80px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index_imgadul ul li:nth-child(3){
	margin-right:0;
}
.index_imgadul ul li:hover{
	transform: translateY(-26px);
	cursor:pointer;
}
.index_imgadul ul li .lia{
	font-size:23px;
	color:#000;
}
.index_imgadul ul li .lia span{
	font-size:84px;
	color:#ffb415;
	font-weight:bold;
	padding-right:15px;
}
.index_imgadul ul li .lib{
	font-size:23px;
	color:#000;
	font-weight:bold;
	margin-top:23px;
	margin-bottom:30px;
}
.index_imgadul ul li .lic{
	font-size:18px;
	color:#000;
	line-height:38px;
}
.index_server{
	width: 100%;
    position: relative;
}
.index_server img.bgimg{
    display: block;
}
.index_server img.mbgimg{
    display: none;
}
.index_server .server_postition{
	padding-top: 43px; 
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
	text-align:center;
}
.index_server .server_t{
	font-size:45px;
	color:#000;
	padding-top:20px;
}
.index_server .server_t span{
	font-size:23px;
	color:#000;
	padding-top:20px;
	display:block;
}
.index_server ul.index_server_ul{
	width:100%;
	margin-top:80px;
}
.index_server ul.index_server_ul li{
	float:left;
	width:16.66666666666667%;
}
.index_server ul.index_server_ul li .server_img{
	height:90px;
	position:relative;
}
.index_server ul.index_server_ul li .server_img img{
	max-width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin:auto;
}
.index_server ul.index_server_ul li .server_tit{
	font-size:25px;
	color:#000;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:20px;
}
.index_server ul.index_server_ul li:nth-child(1) .server_span{
	padding-left:50px;
}
.index_server ul.index_server_ul li:nth-child(2) .server_span{
	padding-left:25px;
}
.index_server ul.index_server_ul li:nth-child(3) .server_span{
	padding-left:40px;
}
.index_server ul.index_server_ul li:nth-child(4) .server_span{
	padding-left:66px;
}
.index_server ul.index_server_ul li:nth-child(5) .server_span{
	padding-left:77px;
}
.index_server ul.index_server_ul li:nth-child(6) .server_span{
	padding-left:65px;
}
.index_server ul.index_server_ul li .server_span span{
	font-size:18px;
	color:#000;
	line-height:35px;
	display:block;
	text-align:left;
}





.index_news{
	padding: 90px 190px 90px 190px;	
}
.index_news .kejian{
	width:100%;
}
.index_news .index_news_tit{
	display:block;
	width:100%;
	font-size:30px;
	color:#595757;
	font-weight:bold;
}
.index_news .index_news_list{
	display:block;
	width:100%;
}
.index_news .index_news_list .idnex_news_left{
	float:left;
	width:46%;
	margin-right:8%;
}
.index_news .index_news_list .idnex_news_left i{
	display: block;
    width: 100%;
    height: 4px;
    background: #f6ca27;
	margin-top:35px;
	margin-bottom:20px;
}
.index_news .index_news_list .idnex_news_left span a{
	display: block;
	width:100%;
	font-size:19px;
	line-height:24px;
	color:#3e3a39;
	margin-bottom:10px;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index_news .index_news_list .idnex_news_left span a:hover{
	color:#000;
}
.index_news .index_news_list .idnex_news_left p.p25{
	height:25px;
}
.index_news .index_news_list .idnex_news_left p{
	display: block;
	width:100%;
	font-size:13px;
	line-height:25px;
	height:50px;
	color:#867e7e;
	margin-bottom:10px;
	overflow:hidden;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_news .index_news_list .idnex_news_left .index_news_list2{
	display:block;
	width:100%;
	float:left;
}
.index_news .index_news_list .idnex_news_left .pc_none{
	display:none;
}
.index_news .index_news_list .idnex_news_left .index_news_list2 a{
	display: block;
	float:left;
	width:45%;
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#867e7e;
	overflow:hidden;
	margin-right:5%;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index_news .index_news_list .idnex_news_left .index_news_list2 a:hover{
	color:#000000;
}
.index_news .index_news_list .idnex_news_left .index_news_list2 a span{
	color:#f6ca27;
	padding-right:3px;
}
.index_news .index_news_list .idnex_news_left .line2 {
	display:block;
	float:left;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #cbcbcb;
	margin:25px 0;
}
.index_news .index_news_list .idnex_news_left .index_news_img {
	width:100%;
	margin-top:30px;
	float:left;
}
.index_news .index_news_list .idnex_news_left .index_news_img img{
	width:100%;
}
.index_news .index_news_list .idnex_news_right{
	float:right;
	width:46%;
}
.index_news .index_news_list .idnex_news_right i{
	display: block;
	float: right;
    width: 100%;
    height: 4px;
    background: #f6ca27;
	margin-bottom:20px;
}
.index_news .index_news_list .idnex_news_right span a{
	display: block;
	width:100%;
	font-size:19px;
	line-height: 24px;
	color:#3e3a39;
	margin-bottom:10px;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index_news .index_news_list .idnex_news_right span a:hover{
	color:#000;
}
.index_news .index_news_list .idnex_news_right p{
	display: block;
	width:100%;
	font-size:13px;
	line-height:25px;
	height:50px;
	color:#867e7e;
	margin-bottom:10px;
	overflow:hidden;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.index_news .index_news_list .idnex_news_right p.p25{
	height:25px;
}
.index_news .index_news_list .idnex_news_right .index_news_list2{
	display:block;
	width:100%;
	float:left;
}
.index_news .index_news_list .idnex_news_right .index_news_list2 a{
	display: block;
	float:left;
	width:45%;
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#867e7e;
	overflow:hidden;
	margin-right:5%;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index_news .index_news_list .idnex_news_right .index_news_list2 a:hover{
	color:#000000;
}
.index_news .index_news_list .idnex_news_right .index_news_list2 a span{
	color:#f6ca27;
	padding-right:3px;
}
.index_news .index_news_list .idnex_news_right .line2 {
	display:block;
	float:left;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #cbcbcb;
	margin:25px 0;
}
.index_news .index_news_list .idnex_news_right .index_news_img {
	margin-top:35px;
	margin-bottom:30px;
	float:left;
	width:100%;
}
.index_news .index_news_list .idnex_news_right .index_news_img .video video{
	width:100%;
	max-height:224px;
}
.index_news .index_news_list .idnex_news_right .index_news_img img{
	width:100%;
}
.footer{
	padding: 100px 0 10px 0;
    background: #000000;
	display:block;
}
.footer .footer_content{
	width:72.679%;
	float:left;
}
.footer .footer_content .footer_logo{
	margin-bottom:60px;
}
.footer .footer_content .footer_logo img{
	width: 170px;
    height: auto;
}
.footer .footer_content span{
	display:block;
	font-size:13px;
	color:#d9d9d9;
	margin-bottom:11px;
	font-weight:bold;
}
.footer .footer_content p{
	display:block;
	font-size:14px;
	color:#d9d9d9;
	line-height:25px;
}
.footer .footer_content p.beian{
	margin-top:30px;
}
.footer .footer_content p a{
	color:#d9d9d9;
	font-size:14px;
}
.footer .footer_fwdq{
	width:0;
	/*width:39%;*/
	float:left;
	/*padding:0 7.5%;*/
}
.footer .footer_fwdq p{
	display:block;
	font-size:14px;
	color:#d9d9d9;
	line-height:25px;
}
.footer .footer_lianxi{
	width:15%;
	float:left;
	text-align:right;
}
.footer .footer_lianxi .footer_erweima{
	float:right;	
}
.footer .footer_lianxi .footer_erweima img{
	max-width:100%;
	display:block;
}
.footer .footer_lianxi .footer_erweima span{
	font-size:12px;
	color:#d9d9d9;
	display:block;
	padding-top:5px;
}

.footer .footer_lianxi .footer_lx{
	width:70%;
	float:left;
	
}
.footer .footer_lianxi .footer_lx .footer_lx_a{
	font-size:16px;
	color:#d9d9d9;
	margin-bottom:16px;
}
.footer .footer_lianxi .footer_lx .footer_lx_b{
	font-size:14px;
	color:#d9d9d9;
	line-height:28px;
}
.footer .footer_lianxi .footer_lx .footer_lx_b span{
	font-size:21px;
}
.footer .footer_menu{
	width:12.321%;
	float:left;
	/*padding:0 5%;*/
}
.footer .footer_menu a{
	display:block;
	font-size:14px;
	color:#d9d9d9;
	margin-bottom:20px;
	font-weight:bold;
}
.footer .footer_menu a:hover{
	color:#f6ca27;
}
.neiye_banner{
	width:100%;
	position:relative;
	margin-top: 70px;
}
.neiye_banner img.pc_ability_bannner{
	width:100%;
	height:100%;
	left: 0;
    top: 0;
    object-fit: cover;
}
.neiye_banner img.pc_case_banner{
	display: block;
    width: 100%;
}
.neiye_banner img.m_case_banner{
	display: none;
}
.case_banner{
	position: relative;
	height:517px;
}
.case_banner img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.case_banner .swiper-pagination-bullet {
    background: #fff;
	opacity: 1;
    width: 8px;
    height: 8px;
    margin: 15px 0 !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.case_banner  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 100px;
}
.case_banner .swiper-pagination-bullet-active {
	height:27px;
	background: #fff !important;
}
.weizhi{
	font-size:14px;
	color:#717071;
	margin:65px 0;
	font-weight: bold;
}
.weizhi{
	font-size:14px;
	color:#717071;
	margin:65px 0;
	font-weight: bold;
}
.case_content{
	margin-bottom:60px;
}
.weizhi a:hover{
	color:#000000;
}
.case_content .case_contentlr{
	display:block;
	margin-bottom:50px;
}
.case_content .case_contentlr .case_content_left{
	float:left;
	width:50%;
}
.case_content .case_contentlr .case_content_left h1{
	font-size: 24px;
	color:#717071;
	font-weight: normal;
	margin-bottom:50px;
	font-weight:bold;
}
.case_content .case_contentlr .case_content_left span{
	display:block;
	font-size:14px;
	line-height:26px;
	color:#717071;
	font-weight:bold;
}
.case_content .case_contentlr .case_content_right{
	float:right;
	width:50%;
}
.case_content .case_contentlr .case_content_right p{
	font-size:14px;
	color:#717071;
	line-height:28px;
	font-weight:bold;
}
.content{
	display:block;
	width:100%;
}
.case_content .kejian{
	width:1360px;
}
.content img{
    max-width: 100%;
	margin: 5px 0;
	width: 100%;
    height: 100%;
}
.content p,.content div{
	font-size:16px;
	line-height: 28px;
	color: #717071;
}
.weixinzixun{
	width:100%;
	background-color:#292f48;
	padding:165px 0 105px 0;
	margin-top:30px;
}
.weixinzixun .zixun{
	width:70%;
	margin:0 auto;
	text-align: center;
}
.weixinzixun .zixun .zixun1 span{
	font-size:80px;
	line-height: 118px;
	color:#FFF;
}
.weixinzixun .zixun .zixun1 b{
	font-size:80px;
	color:#f6ca27;
}
.weixinzixun .zixun .zixun2{
	font-size:27px;
	color:#FFF;
	margin-top:40px;
	margin-bottom:45px;
	text-align:center;
}
.weixinzixun .zixun .zixun3{
	text-align:center;
}
.weixinzixun .zixun .zixun3 a{
	display: inline-block;
}
.weixinzixun .zixun .zixun3 img{
	display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 14px;
	text-align:center;
}
.weixinzixun .zixun .zixun3 .zixundianji{
	border: 1px solid #aea7cd;
    border-radius: 3px;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    color: #fff;
    padding: 0 19px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.neiye_banner .aboutbanner{
	width:100%;
	position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.neiye_banner .aboutus_banner_tit{
	text-align:center;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit1{
	font-size:74px;
	color:#f6ca27;
	font-weight:bold;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit2{
	font-size:60px;
	color:#fff;
	margin:15px 0 145px 0;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit3{

	font-size:21px;
	color:#fff;
	line-height:42px;
	font-weight:bold;
}
.neiye_banner .ability_banner_tit{
	text-align:center;
}
.neiye_banner .abilitybanner{
	padding-top: 170px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.neiye_banner .ability_banner_tit .ability_tit1{

	font-size:60px;
	color:#f6ca27;
	font-weight:bold;
	letter-spacing:5px;
}
.neiye_banner .ability_banner_tit .ability_tit2{

	font-size:35px;
	color:#fff;
	font-weight:bold;
	letter-spacing:5px;
	margin:15px 0 145px 0;
}
.ability_bg{
	width:100%;
	background-color:#f6ca27;
	padding:45px 0;
}
.ability_bg .ability_p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
}
.ability_bg .ability_span{
	font-size:16px;
}
.ability_list{
	width:100%;
	position: relative;
	font-size:0;
	margin-bottom: 2px;
}
.ability_list .ability_list_li{
	width: 33.3333333%;
	height:403px;
    background: #efefef;
    position: relative;
    text-align: center;
	display: inline-block;
	border-top:2px  #fff solid;
	vertical-align:top;
}
.ability_list .ability_list_li:after {
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
}
.ability_list .ability_list_li:hover:after {
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #f6ca27;
    height: 100%;
}
.ability_list .abilityli:after {
    width: 0px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
}
.ability_list .ability_list_li:hover{
	background-color:#f6ca27;
	border:1px #000000 solid;
}

.ability_list .ability_list_li .ability_list_li_content{
	width:70%;
	margin: 0 auto;
	padding:80px 0 0 0;
	overflow:hidden;
}
.ability_list .ability_list_li .ability_list_li_content2{
	position: relative;
	height: 210px;
    margin: 0 0 40px 0;
}
.ability_list .ability_list_li	.abilitymargin{
    margin: 0 0 80px 0;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_en{
	font-size:23px;
	font-weight:bold;
	color:#000;
	border-bottom:#000 1px solid;
	padding-bottom:20px;
	display:inline-block;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_cn{
	font-size:19px;
	font-weight:bold;
	color:#000;
	margin-top:17px;
	margin-bottom:35px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_p{
	font-size:14px;
	color:#000;
	line-height:20px;
	margin: 0 auto;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content_span{
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	margin: 0 0 60px 0;
	line-height:20px;
}
.ability_list .ability_list_li:hover .ability_list_li_content .ability_list_li_content_span{
	font-size:14px;
	font-weight:bold;
	background-color:#f6ca27;
	text-decoration:none;
	display:inline-block;
	padding:0 4px;
}

.ability_list .ability_list_li .abilitywidth{
	width:95%;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_p_width{
	width:70%;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_p_width1{
	width:85%;
}
.banner2 .banner2_tit a{
    display: inline-block;
    color: #000;
    font-size: 16px;
	font-weight:bold;
    line-height: 35px;
    padding: 0 25px;
    border: 2px solid #000;
	border-radius:5px;
	float:right;
}
.banner2 .banner2_tit a:hover{
	background-color:#f4c903;
}
.contentus{
	margin:80px 0 80px 0;
}
.contentus .content_weizhi{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.contentus .contentus_p p{
	font-size:16px;
	line-height:35px;
	text-align:center;
	color:#a0a0a0;
	font-weight:500;
}
.contentus .contentus_p p strong{
	font-size:17px;
	line-height:55px;
	text-align:center;
	color:#000;
}
.contentus .contentus_span{
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	height:35px;
	text-align:center;
	margin-top:50px;
	margin-bottom:25px;
}
.contentus .contentus_erweima{
	margin:0 auto;
	text-align:center;
}
.contentus .contentus_erweima .contentus_erweima_li{
	display:inline-block;
	width:30%;
	margin:0 25px;
	max-width:175px;
	
}
.contentus .contentus_erweima .contentus_erweima_li img{
	display:block;
	max-width:100%;
}
.contentus .contentus_erweima .contentus_erweima_li span{
	display:block;
	font-size:16px;
	color:#a0a0a0;
	line-height:3;
	font-weight:300;
}
.aboutus{
	width:100%;
	margin-top:80px;
}
.aboutus .aboutus_content{
	width:100%;
	margin-bottom:100px;
}
.aboutus .aboutus_content .aboutus_t1{
	font-size:35px;
	color:#221815;
	font-weight:bold;
}
.aboutus .aboutus_content .aboutus_line{
	display:none;
}
.aboutus .aboutus_content .aboutus_serbox{
	display:none;
}

.aboutus .aboutus_content .aboutus_t1 span{
	font-size:18px;
	color:#727171;
	font-weight:normal;
}
.aboutus .aboutus_content .aboutus_img{
	text-align:center;
	margin-top:90px;
	margin-bottom:75px;
	display:block;
}
.aboutus .aboutus_content .aboutus_img img{
	max-width:100%;
	height:auto;
}
.aboutus .aboutus_content .aboutus_t2{
	text-align:center;
	margin-bottom:95px;
	display:block;
}
.aboutus .aboutus_content .aboutus_t2 p{
	font-size:30px;
	color:#221815;
	line-height:55px;
}
.aboutus .aboutus_content .aboutus_t3{
    position: relative;
}
.aboutus .aboutus_content .aboutus_t3 img{
   display: block;
    width: 100%;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao{
	width:753px;
	position:absolute;
	margin: auto;
    top: 118px;
    right: 89px;
	background-color:#FFF;
	opacity: 0.7;
	padding:81px 60px 60px 60px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_a{
	font-size:35px;
	color:#221815;
	font-weight:bold;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_b{
	margin-top:35px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_b p{
	font-size:16px;
	color:#434343;
	line-height:28px;
	margin-bottom:16px;
	font-weight:400;
}
.aboutus .aboutus_ys{
	width:100%;
	margin-top:105px;
	margin-bottom:60px;
}
.aboutus .aboutus_ys .aboutus_ys_left{
	float:left;
	width:30%;
	font-size:35px;
	color:#221815;
	font-weight:bold;
}
.aboutus .aboutus_ys .aboutus_ys_right{
	float:left;
	width:70%;
}
.aboutus .aboutus_ys .aboutus_ys_right p{
	font-size:16px;
	color:#434343;
	line-height:28px;
}
.aboutus .aboutus_ys .aboutus_ys_right p.youshi_img{
	text-align:center;
	margin-top:30px;
	display:block;
}
.aboutus .aboutus_ys .aboutus_ys_right p.m_youshi_img{
	display:none;
}
.aboutus .aboutus_ys .aboutus_ys_right p.youshi_img img{
	max-width:100%;
}
.aboutus .aboutus_tems{
	width:100%;
	margin-top:20px;
	margin-bottom:60px;
	background-color:#2b2b2b;
	padding-top:50px;
	padding-bottom:50px;
}
.aboutus .aboutus_tems .aboutus_tems_left{
	float:left;
	width:28%;
	font-size:35px;
	color:#fff;
	font-weight:bold;
	padding-right:115px;
	padding-top:123px;
}
.aboutus .aboutus_tems .aboutus_tems_left p{
	font-size:16px;
	margin-top:46px;
	line-height:30px;
	font-weight: normal;
}
.aboutus .aboutus_tems .aboutus_tems_right{
	float:left;
	width:72%;
}
.aboutus .aboutus_tems .aboutus_tems_right p.tems_img{
	text-align:center;
	display:block;
}
.aboutus .aboutus_tems .aboutus_tems_right p.m_tems_img {
	display:none;
}

.aboutus .aboutus_tems .aboutus_tems_right p.tems_img img{
	max-width:100%;
}
.aboutus .aboutus_kehu{
	width:100%;
	margin-bottom:70px;
}
.aboutus .aboutus_kehu .kehu_t{
	font-size:35px;
	color:#221815;
	font-weight:bold;
	text-align:center;
	display:block;
	margin-bottom:60px;
}
.aboutus .aboutus_kehu .kehu_t span{
	font-size:20px;
	font-weight: normal;
	display:block;
	margin-top:17px;
}
.aboutus .aboutus_kehu .kehu_img{
	display:block;
}
.aboutus .aboutus_kehu .kehu_img img{
	max-width:100%;
}
.aboutus .aboutus_kehu .m_kehu_img{
	display:none;
}




.news{
	padding-top:50px;
	padding-bottom:50px;
	background: #efefef;
}
.news .kejian{
	width:100%;
	padding:0 190px;
}
.news .news_t{
	font-size:27px;
	padding-bottom:5px;
}
.news .news_ten{
	font-size:16px;
}
.news .news_list{
	margin-top:30px;
}
.news .news_list a{
	display:block;
	background: #fff;
    padding: 0 0 40px 0;
    width: 24.25%;
    margin: 0 1% 1% 0;
	float:left;
}
.news .news_list a:nth-child(4n) {
    margin: 0 0 1% 0;
}
.news .news_list a .news_list_img{
	width:100%;
	position:relative;
	overflow:hidden;
	
}
.news .news_list a .news_list_img img{
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news .news_list a:hover .news_list_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news_list a .news_img{
	width:100%;
	height:215px;
	overflow:hidden;
	position:relative;
}
.news .news_list a .news_img img{
	width: 120%;
    height: auto;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.news .news_list a .news_list_title{
	font-size:16px;
	color: #595757;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:bold;
	padding:25px 12px;
}
.news .news_list a:hover .news_list_title{
	color:#000;
}
.news .news_list a .news_list_line{
	background: #e2e2e2;
    height: 1px;
	padding:0 12px;

}
.news .news_list a .news_list_p{
	font-size:12px;
	line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #717071;
	margin-top:10px;
	overflow: hidden; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding:0 12px;
}
.news .news_list a:hover .news_list_p{
	color:#000;
}
.news_list_top {
    padding: 0 0 50px 0;
    font-size: 0;
}
.news_list_top .news_left{
	width:40%;
	float:left;
}

.news_list_top .news_left .news_weizhi {
    background-color: #efefef;
    font-size: 12px;
    color: #666;
	line-height:30px;
	font-weight: bold;
}
.news_list_top .news_left .news_weizhi a{
	color:#666;
	font-size:12px;
	font-weight: bold;
}
.news_list_top .news_left .news_weizhi a:hover{
	color:#000;
}
.news_list_top .news_right{
	width:60%;
	float:right;
	text-align:right;
	line-height:30px;
}

.news_list_top .news_right span{
	padding:0 20px;
	font-size:12px;
	color: #666;
	width:20%;
	float:left;
}
.news_list_top .news_right .newstypelist{
	width:80%;
	float:right;
}
.news_list_top .news_right .newstypelist .swiper-container {
  width: 100%;
  height: 100%;
}
.news_list_top .news_right .newstypelist .swiper-slide {
  text-align: center;
  font-size: 12px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pc_method_ad{
	margin-top:40px;
	display:block;
}
.pc_method_ad img{
	width:100%;
}
.m_method_ad{
	display:none;
}

.pc_method_details_adright{
	margin-top:60px;
	display:block;
    position: absolute;
}
.pc_method_details_adright img{
	max-width:100%;
}
.m_method_details_adright{
	display:none;
}

.pc_method_details_adc{
	width:100%;
	display:block;
	background-color:#1a42a6;
	
}
.pc_method_details_adc .zixun{
	padding-top:80px;
	padding-bottom:70px;
	text-align:center;
}

.pc_method_details_adc .zixun .pc_method_details_adc_a{
	font-size:78px;
	color:#fed102;
	font-weight:bold;
}
.pc_method_details_adc .zixun .pc_method_details_adc_b{
	font-size:24px;
	color:#fff;
	margin-top:45px;
	margin-bottom:70px;
}

.pc_method_details_adc .zixun .pc_method_details_adc_c img{
	max-width:100%;
	margin-bottom:30px;
}
.pc_method_details_adc .zixun .pc_method_details_adc_c a {
    display: inline-block;
}
.pc_method_details_adc .zixun .pc_method_details_adc_c .zixundianji {
    border: 1px solid #aea7cd;
    border-radius: 3px;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    color: #fff;
    padding: 0 19px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.method_details_adc img{
	width:100%;
}
.m_method_details_adc{
	display:none;
}



.news_details{
	margin:0 0 80px 0;
}
.news_details{
	margin:0 0 60px 0;
}
.news_details .news_details_weizhi{
	background-color:#efefef;
	padding:50px 0;
	font-size:12px;
	color:#666;
}
.news_details .news_details_weizhi a{
	color:#666;
	font-size:12px;
	font-weight: bold;
}
.news_details .news_details_weizhi .kejian{
	color:#666;
	font-size:12px;
	font-weight: bold;
}
.news_details .news_details_weizhi a:hover{
	color:#000;
}
.news_details .news_details_content{
	padding:50px 0;
}
.news_details .news_details_content .news_details_left{
	width:63%;
	margin-right:9%;
	float:left;
}
.news_details .news_details_content .news_details_left .news_details_title h2{
	display:block;
	/*font-size:18px;*/
	color:#3e3a39;
	line-height:50px;
	text-align:center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:30px;

}
.news_details .news_details_content .news_details_left .news_details_text{
	margin-top:30px;
	margin-bottom:50px;
}
.news_details .news_details_content .news_details_left .news_details_text p,.news_details .news_details_content .news_details_left .news_details_text div{
	display:block;
	font-size:16px;
	color:#717071;
	line-height:28px;
	text-align:justify;
}
.news_details .news_details_content .news_details_left .news_details_text img{
	display: block;
    max-width: 100%;
	height:100%;
}
.news_details .news_details_content .news_details_left .news_details_line{
	background: #c3c2c2;
    height: 1px;
	display:none;
}
.provnext{
	padding: 20px 5px 20px 0;
	width:100%;
	float:left;
}
.prov {
  width:50%;
  line-height: 30px;
  font-size: 13px;
  float: left;
  padding-right:20px;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.next {
  width:50%;
  line-height: 30px;
  font-size: 13px;
  float:right;
  text-align:right;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.provnext .next a, .provnext .prov a {
  color: #717071;;
  font-weight:bold;
}
.provnext .next a:hover, .provnext .prov a:hover {
  color: #000;
}

.news_details .news_details_content .news_details_right{
	width:28%;
	float:right;
	top:0;
	left:0;
	position: relative;
}
.news_details .news_details_content .news_details_right .news_details_tit{
	font-size: 18px;
    color:#3e3a39;
    line-height: 50px;
    border-bottom: 1px solid #c3c2c2;
	margin-bottom:10px;
	font-weight:bold;
}
.news_details .news_details_content .m_news_details_right{
	display:none;
}
.top_news_details_tit{
	margin-top:40px;
}
.news_details .news_details_content .news_details_right a{
	display:block;
	position: relative;
	width:100%;
	line-height:36px;
}
.news_details .news_details_content .news_details_right a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #888;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.news_details .news_details_content .news_details_right a .news_details_xg{
	display:block;
	font-size:12px;
	color: #717071;
	overflow:hidden;
	padding-left:15px;
}
.news_details .news_details_content .news_details_right a .news_details_xg .title{
	float:left;
	width:75%;
	word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#888;
}
.news_details .news_details_content .news_details_right a .news_details_xg .title h3{
	word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 0.7rem;
}

.news_details .news_details_content .news_details_right a:hover .news_details_xg .title{
	color:#000;
}
.news_details .news_details_content .news_details_right a:hover .news_details_xg span{
	color:#000;
}
.news_details .news_details_content .news_details_right a .news_details_xg span{
	float:right;
	font-size:12px;
	color: #717071;
	width:25%;
	float:right;
	text-align: right;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span{
	display: inline-block;
    vertical-align: top;
    line-height: 28px;
    margin-right: 8px;
	margin-bottom:8px;
	border:2px solid #c3c2c2;
	padding:0 10px;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color1 {
	border:2px solid #899db5;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color2 {
	border:2px solid #cb9d8c;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color3 {
	border:2px solid #8cb69e;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color4 {
	border:2px solid #feb593;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color5 {
	border:2px solid #e5878f;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color6 {
	border:2px solid #d7a2d9;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span.color7 {
	border:2px solid #a4c6ee;
}

.news_details .news_details_content .news_details_right .news_details_biaoqian span a{
	display: block;
    font-size: 16px;
    color: #888888;
	margin:0;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span a h2{
	display: block;
    font-size: 16px;
    color: #888888;
	margin:0;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span a:hover{
    color: #000;
	font-size:12px;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span a:after {
    content: "";
    width: 0;
    height: 0;
    background: #888;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.about_us{
	width:100%;
	position: absolute;
	vertical-align: middle;
	left: 50%;
    top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}
.about_us .kejian{
	width:1300px;
}
.about_us .about_us_left{
	width:27%;
	float:left;
	text-align: center;
}
.about_us .about_us_left .about_us_title{
	font-size:40px;
	color:#000;
	margin-bottom:15px;
	text-align:left;
	font-weight:bold;
}
.about_us .about_us_left .about_us_title_en{
	font-size:21px;
	color:#f6ca27;
	text-align:left;
	font-weight:bold;
}
.about_us .about_us_right{
	width:73%;
	float:right;
}
.about_us .about_us_right .about_us_text p{
	font-size: 21px;
    line-height: 38px;
    color: #595757;
}
.advantage{
	width:100%;
	background-color:#efeff0;
	position: absolute;
	left: 50%;
    top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}
.advantage .kejian {
    width: 1300px;
}
.advantage_bg{
	position: relative;
    height: 100%;
    overflow: hidden;
	background-color:#efeff0;
}
.advantage .about_us_left{
	width:27%;
	float:left;
}
.advantage .about_us_left .about_us_title{
	font-size:40px;
	color:#000;
	margin-bottom:15px;
	text-align:left;
	font-weight:bold;
}
.advantage .about_us_left .about_us_title_en{
	font-size:21px;
	color:#f6ca27;
	text-align:left;
	font-weight:bold;
}
.advantage .about_us_right{
	width:73%;
	float:right;
}
.advantage .about_us_right .about_us_text p{
	font-size: 21px;
    line-height: 38px;
    color: #595757;
	text-align:justify;
}
.customer{
	width:100%;
	position: absolute;
	left: 50%;
    top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}
.customer .customer_tit{
	font-size:36px;
	text-align:center;
	font-weight:bold;
}
.customer .customer_tit_en{
	font-size:36px;
	text-align:center;
	margin:20px 0 80px 0;
	text-transform:uppercase;
}
.customer .customer_img{
	margin:0 auto;
}
.customer .customer_img img.pc_img{
	width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.customer .customer_img img{
	max-width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.about_page_wrap {
	margin-top: 70px;
}
.about_page_swiper {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
}
.about_page_wrap .neiye_banner_bg{
	position: relative;
    height: 100%;
    overflow: hidden;
	background-color:#000;
}
.about_page_wrap .neiye_banner{
	width: 100%;
	height:100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	margin:0;
}
.about_page_wrap .neiye_banner_bg img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.about_page_wrap .neiye_banner_bg .pc_img{
	display:block;
}
.about_page_wrap .neiye_banner_bg .m_img{
	display:none;
}
.yuangong{
	position: relative;
    height: 100%;
    overflow: hidden;
	background-color:#f6ca27;
}
.yg{
	width:100%;
	position: absolute;
	left: 50%;
    top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}
.yg img{
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.m_banner{
	display:none;
}



.footer_fixed_wrap {
	display:none;
    opacity:0;
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 999;
    -webkit-transition:opacity .6s linear;
    transition:opacity .6s linear;
}
.footer_fixed_wrap.active{
    opacity:1;
}

.footer_fixer_li {
    position:relative;
    width: 70px;
    height: 70px;
    background: #f6ca27;
    text-align: center;
    margin-bottom: 1px;
}

.footer_fixer_li a {
    display: block;
    height: 100%;
    position: relative;
    box-shadow:0 0 3px rgba(255,255,255,.8);
}

.footer_fixer_read {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_fixed_icon {
    font-size: 26px;
    color: #000000;
}

.footer_fixed_text {
    color: #000000;
    line-height: 22px;
    font-size: 12px;
}

.footer_fixed_icon2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 26px;
    color: #000000;
}
.xx_top{
	display:none;
	position:fixed;
	cursor:pointer;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	background:rgba(0,0,0,.5);
}
.xx_top .inDiv{
	cursor:pointer;
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-flex-direction:row;
	-webkit-flex-direction:
	row;
	flex-direction:row;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}
.xx_top .indiv{
	text-align:center;
	width:367px;
}
.xx_top .indiv .lay_img01{
	display:block;
	padding:20px 80px 20px 80px;
	border-radius:5px;
	background:#fff;
}
.xx_top .lay_img01 .lay_img{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:100%;
}
.xx_top .lay_img01 .lay_img img{
	width:162px;
	height:162px;
	position:absolute;
	left:50%;
	top:50%;
	width:auto;
	height:auto;
	-wekbit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.xx_top .lay_img01 p{
	font-size:18px;
	line-height:28px;
	color:#333; 
	position:relative; 
	top:-10px;
	border-bottom:1px solid #959595;
	padding-bottom:10px;
}
.xx_top .lay_img01 .footerzixuntel{
	font-size:20px;
	color:#343434;
	line-height: 40px;

}
.xx_top .lay_info01{
	padding:8px 10px;
	border-radius:5px;
	background:#fff;
	margin-top:10px;
}
.xx_top .lay_info01 a{
	font-size:14px;
	color: #000;
	text-decoration: none;
	text-align:center;
	line-height:20px;
    display: block;
}
.header_logo_box {
    position: absolute;
    left: 0;
    top: 17px;
}
.header_logo_img {
    height: 42px;
    overflow: hidden;
}

.header_logo_img a {
    display: block;
}

.header_logo_img a img {
    /*-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);*/
    /*transition: all .6s cubic-bezier(.645, .045, .355, 1);*/
}
.header_nav_black {
    width: 25px;
    margin-left: 20px;
    padding: 20px 0 0 0;
    cursor: pointer;
}
.header_black_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    left: 0;
    top: -100%;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_black_top {
    top: 0;
    opacity: 1;
}

.header_black_hide {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_black_hide:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 24px;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_black_hide:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 24px;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_black_hide:hover {
    background: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header_black_hide:hover:after {
    background: #000;
    width: 30px;
    left: 10px;

}

.header_black_hide:hover:before {
    background: #000;
    width: 30px;
    right: 10px;
}

.header_black_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    padding: 0 20px;
    text-align: center;
}

.header_black_li {
    line-height: 80px;
    font-size: 48px;
    color: #e9e7e8;
	font-weight:300;
}

.header_black_li a {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
}

.header_black_li a span {
    display: block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_black_li a span:nth-child(1) {
    text-transform: uppercase;
}

.header_black_li a span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.header_black_li a:hover span:nth-child(1) {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.header_black_li a:hover span:nth-child(2) {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.header_logo_box{
	display:none;
}
.header_black_friend{
	display:none;
}
.tjtitle{
	display:none;
}
.index_news .index_news_list .idnex_news_left .index_news_img0{
	display:none
}

.footer_pc{
	display: block;
	margin-bottom:15px;
}
.footer_m{
	display: none;
}
.index_case .index_category_name a.active {
    color: #f6ca27;
	font-weight:bold;
}
.index_case .index_category_name a.active:after {
    width: 100%;
}
.about_page_wrap .neiye_banner .m_img{
	display:none;
}
.aboutbanner_m_jiantou{
	display:none;
}
.yg .pc_img{
	display:block;
}
.yg .m_img{
	display:none;
}
.customer .pc_img{
	display:block;
}
.customer .m_img{
	display:none;
}
.spanload {
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 10px;
}
.neiye_banner{
	display:block;
}
.m_neiye_banner{
	display: none;
}
.pc_index_banner{
	width: 100%;
    position: relative;
}
.pc_index_banner img{
	display:block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	object-fit: cover;
}
.m_aboutus_banner_tit{
	display:none;
}


/**分页样式*/   
.pager { margin: 50px 0 0 0; text-align:center; height:40px; width:100%;}
.pager a{ border:#999999 1px solid; border-radius:4px; color: #999999; padding:8px 12px; margin-left:5px; font-size:14px;}
.pager a:hover ,pager a:active { border:#f6ca27 1px solid; color:#fff; background:#f6ca27; font-size:14px;}
.pager span{ margin-left:5px;padding:8px 12px;border-radius:4px; border:#f6ca27 1px solid; font-size:14px; }
.pager span.current {font-weight:bold; color:#fff; background:#f6ca27;}
.pager span.disabled { color: #999999; padding:8px 12px; border:#999999 1px solid; }

.provb{
	display:none;
}
.nexta{
	display:none;
}
.wechat-modal{
	display:none;
}
.qa{
	width:100%;
	margin-top: 70px;
}
.qa .qat{
	text-align:center;
	font-size:50px;
	padding-top:80px;
	margin-bottom:70px;
}
.qa .qacon{
	
}
.qa .qacon .qali{
	margin-bottom:60px;
	
}
.qa .qacon .qali .questions{
	background-color:#232323;
	border-radius:30px;
	color:#FFF;
	font-size:24px;
	padding:6px 30px;
	display: inline;
}
.qa .qacon .qali .answers{
	color:#000000;
	font-size:24px;
	line-height:50px;
	padding-left:30px;
	margin-top:20px;
}
.neibanner {
  width: 100%;
  position: relative;
  margin-top:70px;
}
.neibanner .pc_dynamic_banner {
    display: block;
    width: 100%;
}
.neibanner .m_dynamic_banner {
    display: none;
}
.neibanner .neibanner_wen {
  position: absolute;
  margin: auto;
  top: 45%;
  left: 0;
  right: 0;
  transform:translateY(-45%);
}

.neibanner .neibanner_wen span {
  display: block;
  font-size: 55px;
  color: #ffb415;
  line-height: 2;
  font-family: "黑体";
  font-weight:bold;
}
.neibanner .neibanner_wen p {
  color: #ffb415;
  font-size: 55px;
  font-family: "黑体";
  font-weight:bold;
}
.dynamic_details{
	background-color:#efefef;
	padding:95px 0;
}
.dynamic_details .dynamic_1{
	width:100%;
}
.dynamic_details .dynamic_1 .dynamic_1_left{
	float:left;
	width:36.733%;
	position: relative;
}
.dynamic_details .dynamic_1 .dynamic_1_left img{
	display: block;
    max-width: 100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dynamic_details .dynamic_1 .dynamic_1_right{
	float:left;
	width:63.267%;
	padding-left:70px;
	padding-top: 15px;
}
.dynamic_title{
	font-size:24px;
	font-weight:bold;
}
.dynamic_details .dynamic_1 .dynamic_1_right p{
	font-size:18px;
	line-height:45px;
	margin-top:45px;
}
.index_case .dynamic_title{
	text-align:center;
	margin:55px 0;
}
.dynamic_case{
	margin: 0;
}
.dynamic_dw{
	width:100%;
	padding:55px 0;
}
.dynamic_dw .dynamic_title{
	display:none;
}
.dynamic_dw .dwimg .pc_dw{
	display:block;
}
.dynamic_dw .dwimg .m_dw{
	display:none;
}
.dynamic_dw .dwimg{
	width:100%;
}
.dynamic_dw .dwimg img{
	display:block;
	max-width:100%;
}
.dynamic_news{
	padding:0;
	margin-bottom:55px;
}
.dynamic_news .index_news{
	padding:0;
}
.dynamic_news .dynamic_title{
	text-align:center;
	margin:11px 0 35px 0;
}
.dynamic_news_img {
  width: 100%;
  position: relative;
}
.dynamic_news_img {
  width: 100%;
  position: relative;
}
.dynamic_news_img img.pc_dynamic_img {
    display: block;
    width: 100%;
}
.dynamic_news_img span {
    display: block;
	font-size:17px;
	position: absolute;
    margin: auto;
    bottom: 20px;
    left: 32px;
}
.dynamic_news_img2 {
	position: relative;
	color:#FFF;
}
.dynamic_news_img2 {
	position: relative;
	color:#FFF;
}
.dynamic_news_img2 .dynamic_news_tit {
	width:100%;
    position: absolute;
    margin: auto;
    left: 0;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
}
.dynamic_news_img2 .dynamic_news_tit span{
    display: block;
	color:#FFF;
    font-size: 43px;
	font-family:"黑体";
	font-weight:bold;
}
.dynamic_lx{
	background-color:#e2e2e2;
	padding:25px 0;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l{
	float: left;
    width:72.679%;
    padding-top: 15px;
	padding-right:120px;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lx_con{
	font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
	margin-bottom:45px;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lx_con img{
	display:none;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lxfs .dynamic_lxfs_con img{
	width:28px;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lxfs .dynamic_lxfs_con{
	display:inline-block;
	margin-right:40px;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lxfs .dynamic_lxfs_con span{
	font-size:16px;
	padding-left:18px;
}

.dynamic_lx .dynamic_lx_box .dynamic_lx_box_r{
	float: left;
    width: 27.321%;
	text-align: right;
}
.lxfs_ico{
	display:none;
}
.dynamic_body .footer .footer_fwdq {
}

.news_box {
    width: 100%;
    margin-top: 185px;
}
.news_box .search_content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 90px;
}
.news_box  .search_content .search_tit {
    font-size: 55px;
    line-height: 80px;
    font-weight: bold;
    color: #141414;
    text-align: center;
    overflow: hidden;
}
.news_box .search_content .search_form {
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.news_box .search_content .search_form .search_input {
    width: 900px;
    margin: 0 auto;
    padding: 10px 2px;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
}
.news_box .search_content .search_form .search_input input[type=text] {
    float: left;
    height: 30px;
    width: 88.8%;
    background-color: transparent;
    font-size: 25px;
    line-height: 30px;
    color: #5a5a5a;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}
.news_box .search_content .search_form .search_input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    background-image: url(../images/search_black.png);
    float: right;
    height: 19px;
    width: 19px;
}
.news_box .search_content .hot_search{
    font-size: 0;
    width:900px;
    box-sizing: border-box;
    overflow: hidden;
    margin:0 auto;
}
.news_box .search_content .hot_search .hot_cont{
    margin-top:21px;
}
.news_box .search_content .hot_search .hot_cont .hot_tit{
    font-size: 14px;
    line-height:18px;
    color: #fff;
    font-weight: bold;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:16px;
    background-image: url(../images/hot_icon.png);
    display: inline-block;
}
.news_box .search_content .hot_search .hot_cont .hot_link{
    display: inline-block;
}
.news_box .search_content .hot_search .hot_cont .hot_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: bold;
}
.news_box .search_content .hot_search .hot_cont .hot_link a:hover{
    text-decoration: none;
    background-color: #000;
    color: #ffffff;
}
.news_box .news_list a.case_font_blue .news_title .date{
    color: #0027e0;
}
.news_box .news_list a.case_font_blue .news_title .tit {
    color: #0027e0;
}
.news_box .news_list a.case_font_blue .news_con {
    color: #0027e0;
    border-top: 5px solid #0027e0;
}
.news_box .news_list a.case_font_blue .news_title {
    border-top: 5px solid #0027e0;
}
.news_list {
    margin-top: 40px;
}
.news_list > div {
    margin-bottom: 35px;
}
.news_box .news_list a{
    display: block;
    margin-bottom: 42px;
}
.news_box .news_list a .news_img{
    float: left;
    width: 27.231%;
    height: 200px;
    overflow:hidden;
}
.news_box .news_list a .news_img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
}
.news_box .news_list a:hover .news_img img{
    transform: scale(1.1);
}
.news_box .news_list a .news_title{
    float: left;
    width: 50%;
    margin: 0 1.5%;
    border-top: 5px solid #000000;
}
.news_box .news_list a .news_title .date{
    font-size: 18px;
    color: #323232;
    padding: 25px 0;
}
.news_box .news_list a .news_title .tit{
    font-size: 28px;
    color: #323232;
    line-height: 35px;
}
.news_box .news_list a .news_title .m_date {
    display: none;
}
.news_box .news_list a .news_title .more {
    display: none;

}
.news_box .news_list a .news_con{
    float: left;
    width: 19.769%;
    border-top: 5px solid #000000;
    padding-top: 25px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news_box .news_list a:hover .news_con{
    color: #666;
}
.search_box {
    width: 100%;
    margin-top: 0;
    padding: 110px 0 110px 0;
    background-color: #f5f5f5;
}
.search_box .search_content {
    width: 100%;
    height: auto;
}
.search_box .search_content .search_tit {
    font-size: 55px;
    line-height: 80px;
    font-weight: bold;
    color: #141414;
    text-align: center;
    overflow: hidden;
}
.search_box .search_content .search_form {
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.search_box .search_content .search_form .search_input {
    width: 900px;
    margin: 0 auto;
    padding: 10px 2px;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
}
.search_box .search_content .search_form .search_input input[type=text] {
    float: left;
    height: 30px;
    width: 88.8%;
    background-color: transparent;
    font-size: 25px;
    line-height: 30px;
    color: #5a5a5a;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}
.search_box .search_content .search_form .search_input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    background-image: url(../images/search_black.png);
    float: right;
    height: 19px;
    width: 19px;
}
.tag{
    padding: 10px 0 30px 0;
}
.tag a{
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    line-height: normal;
}
.tag a:hover{
    background-color: #000000;
    color: #ffffff;
}
.tag a:last-child{
    border: 0px solid #000000;
}
.tag a:last-child img{
    width: 20px;
    display: inline-block;
}
.tag a:last-child:hover{
    background-color: transparent;

}

/**分页样式*/
.search_pager {
    text-align:center;
    height:40px;
    margin: 0 0 50px 0;
}
.search_pager a{
    border:#999999 1px solid;
    border-radius:4px;
    color: #999999;
    padding:8px 12px;
    margin-left:5px;
    line-height: 35px;
    font-size: 14px;
}
.search_pager span{
    margin-left:5px;
    padding:8px 12px;
    border-radius:4px;
    border:#f6ca27 1px solid;
    font-size: 14px;
}
.search_pager a:hover ,#search_pager a:active {
    border:#f6ca27 1px solid;
    color:#fff;
    background:#f6ca27;
}
.search_pager span.current {
    font-weight:bold;
    color:#fff;
    background:#f6ca27;
}
.search_pager span.disabled {
    color: #999999;
    padding:8px 12px;
    border:#999999 1px solid;
}
.search_pager span.search {
    font-weight:bold;
    color:#fff;
    background:#f6ca27;
}









@media screen and (min-width:1201px){
html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow:hidden;

	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#fullpage{
	display:block;
}
#superContainer {
	height: 100%;
	position: relative;

	/* Touch detection for Windows 8 */
	-ms-touch-action: none;

	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index:1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: block;
	width: 100%;
}
.fp-tableCell {
	display: block;
	position:relative;
	width: 100%;
	height:-webkit-calc(100vh - 70px);
	height:calc(100vh - 70px);
}
.swiper-slide.swiper-slide-foot .fp-tableCell{
	display: block!important;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 999;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	top:50%;
	padding:5px;
	border-radius:9px;
	background:rgba(0,0,0,.2);
}
#fp-nav.right {
	right: 70px;
}
#fp-nav.left {
	left: 70px;
}
.fp-slidesNav{
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 70px;
}
.fp-slidesNav.top {
	top: 70px;
}
#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	display:block;
	margin:8px 0;
	position:relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
	width: 7px;
	height: 7px;
	background: #fff;
	opacity: 1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	display: block;
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{
	height: 27px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{

}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {

}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{

}
#fp-nav ul li .fp-tooltip {
   display:none;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
	height: auto !important;
}
}
/*大于1921PX*/
@media screen and (min-width:1921px){
.pc_index_bannerbg img {
    max-width: 1186px;
}
.neiye_banner img.pcwidth{
	max-width:100%;
	width:auto;
}

}

/*中屏1440px*/
@media screen and (max-width:1620px) and (min-width:1391px){
.kejian {
  width: 95%;
  margin: 0 auto;
}
.case_content .kejian{
	width:1020px;
}
.banner_video{
	height:717px;
}
.banner_video .kejian{
	width:100%;
	padding:0 140px;
}
.banner_video .banner_video_content .banner_video_content_left span{
	font-size:25px;
	line-height:30px;
}
.banner_video .banner_video_content .banner_video_content_left span.video_span{
	font-size:40px;
	line-height:40px;
}
.pc_index_bannerbg img {
    max-width: 880px;
}
.index_imgadul ul li .lia {
    font-size: 20px;
}
.index_imgadul ul li .lia span {
    font-size: 65px;
}
.index_imgadul ul li .lib {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 27px;
}
.index_imgadul ul li .lic {
    font-size: 16px;
    line-height: 35px;
}
.index_imgadul ul li {
    height: 400px;
}
.index_ppyhxt .title {
    font-size: 33px;
}
.index_ppyhxt .index_ppyhxt_img {
    padding-bottom: 120px;
    padding-top: 40px;
}
.index_ppyhxt .index_ppyhxt_text span {
    font-size: 24px;
}
.index_ppyhxt .index_ppyhxt_text span:after {
	background-size: 90px 16px;
	width: 90px;
    height: 16px;
}
.index_server .server_t{
	font-size:33px;
}
.index_server ul.index_server_ul li .server_img img {
    width: 80px;
}
.index_server ul.index_server_ul li .server_tit {
    font-size: 22px;
    margin-top: 40px;
}
.index_server ul.index_server_ul li .server_span span {
    font-size: 16px;
    line-height: 32px;
}
.index_server ul.index_server_ul li:nth-child(1) .server_span {
    padding-left: 60px;
}
.index_server ul.index_server_ul li:nth-child(2) .server_span {
    padding-left: 37px;
}
.index_server ul.index_server_ul li:nth-child(3) .server_span {
    padding-left: 47px;
}
.index_server ul.index_server_ul li:nth-child(4) .server_span {
    padding-left: 70px;
}
.index_server ul.index_server_ul li:nth-child(5) .server_span {
    padding-left: 82px;
}
.index_server ul.index_server_ul li:nth-child(6) .server_span {
    padding-left: 69px;
}
.index_server img.bgimg {
	height:540px;
}
.pc_method_details_adc .zixun .pc_method_details_adc_a {
    font-size: 58px;
}
.pc_method_details_adc .zixun .pc_method_details_adc_b {
    font-size: 22px;
    margin-bottom: 50px;
}
.neibanner .neibanner_wen span {
  font-size: 45px;
}
.neibanner .neibanner_wen p {
  font-size: 45px;
}
.dynamic_details .dynamic_1 .dynamic_1_right p {
    line-height: 40px;
    margin-top: 35px;
}

.index_case{
	margin-bottom: 62px;
	margin-top: 80px;
	padding: 0 40px;
}
.dynamic_case {
    margin: 0;
}
.m_bottom{
	margin-top:55px;
}

.index_case .kejian{
	width:100%;
}
.index_case_list{
	margin-bottom: 62px;
}
.index_case .index_category_name{
	margin-bottom:36px;
}
.index_case .index_category_name a{
	font-size:14px;
}
.index_case_list .idnex_case_img a .index_case_tit span{
	font-size: 18px;
    line-height: 20px;
}
.index_case_list .idnex_case_img a .index_case_tit p{
	font-size:12px;
}
.banner2 .banner2_content{
	padding:7% 0;
}
.banner2 .banner2_tit span{
	    font-size: 32px;
}
.banner2 .banner2_tit p{
	font-size: 70px;
}
.banner2 .banner2_tit i{
	margin-top: 200px;
}
.index_news{
	padding: 70px 140px 70px 140px;
}
.index_news .kejian{
	width:100%;
}
.index_news .index_news_tit{
	font-size:28px;
}
.index_news .index_news_list .idnex_news_left span a{
	font-size:16px;
	margin-bottom: 8px;
}
.index_news .index_news_list .idnex_news_right span a{
	font-size:16px;
	margin-bottom: 10px;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit1{
	font-size:54px;	
}
.neiye_banner .aboutus_banner_tit .aboutus_tit2{
	font-size:45px;	
}
.neiye_banner .aboutus_banner_tit .aboutus_tit3 {
   font-size: 16px;
    line-height: 32px;
}
.about_us .kejian {
    width: 960px;
}
.about_us .about_us_left .about_us_title{
	font-size:30px;
}
.about_us .about_us_left .about_us_title_en{
	font-size:16px;
}
.about_us .about_us_right .about_us_text p{
	font-size: 16px;
	line-height:32px;
}
.advantage .kejian {
    width: 960px;
}
.advantage .about_us_left .about_us_title{
	font-size:30px;
}
.advantage .about_us_left .about_us_title_en{
	font-size:16px;
}

.advantage .about_us_right .about_us_text p{
	font-size: 16px;
	line-height:30px;
}
.customer{
	padding:0 150px;
}
.customer .kejian {
  width: 100%;
}

.customer .customer_tit{
	font-size:30px;
}
.customer .customer_tit_en{
	font-size:26px;	
}
.yg{
	padding:0 150px;
}
.yg .kejian {
  width: 100%;
}

.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_en{
	font-size:20px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_cn{
	font-size:17px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_p_width1{
	width:95%;
}
.ability_list .ability_list_li .ability_list_li_content{
	width:90%;
}
.ability_list .ability_list_li .abilitymargin{
	margin: 0 0 40px 0;
}
.neiye_banner .ability_banner_tit .ability_tit1{
	font-size:50px;
}
.case_content .case_contentlr .case_content_left h1{
	font-size:16px;
}
.case_content .case_contentlr .case_content_right p{
	font-size: 12px;
    line-height: 23px;
}
.case_content .case_contentlr .case_content_left span{
	font-size: 12px;
    line-height: 23px;
}
.content p, .content div{
	font-size:12px;
	line-height:21px;
}
.weixinzixun {
    padding: 125px 0 95px 0;
}
.weixinzixun .zixun .zixun1 span{
	font-size:60px;
	line-height:90px;
}
.weixinzixun .zixun .zixun1 b {
	font-size:60px;
	line-height:90px;
}
.weixinzixun .zixun .zixun2{
	font-size:25px;
}
.weixinzixun .zixun .zixun3 .zixundianji{
	font-size:14px;
}
.index_case .case_title .case_title_zh{
	font-size:33px;
}
.index_case .case_title .case_title_en{
	font-size:24px;
}
.header_nav_black{
	margin-left:16px;
	width:20px;
	padding:15px 0 0;
}
.news .kejian{
	padding:0 140px;
}

.footer .kejian{
	width:95%;
}
.news .news_list a .news_list_title{
	font-size:14px;
}
.news .news_list a .news_list_p{
	line-height: 24px;
    height: 48px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao{
	width:700px;
	padding:51px 30px 30px 30px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_a {
    font-size: 30px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_b {
    margin-top: 27px;
}
.aboutus .aboutus_ys .aboutus_ys_left {
    font-size: 30px;
}
.aboutus .aboutus_tems .aboutus_tems_left {
    font-size: 30px;
}
.aboutus .aboutus_kehu .kehu_t{
	font-size:30px;
}
.aboutus .aboutus_kehu .kehu_t span{
	font-size:18px;
}
.aboutus .aboutus_content .aboutus_t2 p {
    font-size: 28px;
    line-height: 50px;
}
.aboutus .aboutus_content .aboutus_t1 {
    font-size: 30px;
}
.aboutus .aboutus_content .aboutus_t1 span {
    font-size: 17px;
}
.aboutus .aboutus_content .aboutus_img img {
    max-width: 65%;
}

}
/*窄屏1336px*/
@media screen and (max-width:1390px) and (min-width:1201px){
.kejian {
  width: 95%;
  margin: 0 auto;
}
.case_content .kejian{
	width:1020px;
}
.banner_video{
	height:617px;
	margin-top:70px;
}
.banner_video .kejian{
	width:100%;
	padding:0 140px;
}
.banner_video .banner_video_content .banner_video_content_left span.jiahao{
	font-size:28px;
	line-height:30px;
}
.banner_video .banner_video_content .banner_video_content_left span{
	font-size:22px;
	line-height:25px;
}
.banner_video .banner_video_content .banner_video_content_left span.video_span{
	font-size:35px;
	line-height:35px;
}
.pc_index_bannerbg img {
    max-width: 780px;
	padding-top: 240px;
    padding-bottom: 180px;
}
.index_imgadul ul li .lia {
    font-size: 16px;
}
.index_imgadul ul li .lia span {
    font-size: 55px;
}
.index_imgadul ul li .lib {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 24px;
}
.index_imgadul ul li .lic {
    font-size: 15px;
    line-height: 30px;
}
.index_imgadul ul li {
    height: 360px;
}
.index_ppyhxt .title {
    font-size: 30px;
}
.index_ppyhxt .index_ppyhxt_text span {
    font-size: 22px;
}
.index_ppyhxt .index_ppyhxt_text span:after {
    background-size: 80px 14px;
    width: 80px;
    height: 14px;
}
.index_ppyhxt .index_ppyhxt_img {
    padding-bottom: 70px;
    padding-top: 10px;
}
.index_imgad .index_imgad_con .index_imgad_t p {
    font-size: 60px;
	line-height: 80px;
}
.index_imgad .index_imgad_con .index_imgad_t .pc_index_imgad_t {
    font-size: 24px;
    color: #fff;
    font-family: '黑体';
}


.index_server .server_t{
	font-size:30px;
}
.index_server ul.index_server_ul li .server_img img {
    width: 70px;
}
.index_server ul.index_server_ul li .server_tit {
    font-size: 18px;
    margin-top: 25px;
}
.index_server ul.index_server_ul li .server_span span {
    font-size: 15px;
    line-height: 30px;
}
.index_server ul.index_server_ul li:nth-child(1) .server_span {
    padding-left: 49px;
}
.index_server ul.index_server_ul li:nth-child(2) .server_span {
    padding-left: 34px;
}
.index_server ul.index_server_ul li:nth-child(3) .server_span {
    padding-left: 41px;
}
.index_server ul.index_server_ul li:nth-child(4) .server_span {
    padding-left: 58px;
}
.index_server ul.index_server_ul li:nth-child(5) .server_span {
    padding-left: 69px;
}
.index_server ul.index_server_ul li:nth-child(6) .server_span {
    padding-left: 60px;
}
.index_server img.bgimg {
	height:500px;
}
.neibanner .neibanner_wen span {
  font-size: 42px;
}
.neibanner .neibanner_wen p {
  font-size: 42px;
}

.pc_method_details_adc .zixun .pc_method_details_adc_a {
    font-size: 48px;
}
.pc_method_details_adc .zixun .pc_method_details_adc_b {
    font-size: 18px;
    margin-bottom: 40px;
}
.pc_method_details_adc .zixun {
    padding-top: 80px;
    padding-bottom: 70px;
    text-align: center;
}
.dynamic_details .dynamic_1 .dynamic_1_right p {
    line-height: 35px;
    margin-top: 25px;
}
.dynamic_details .dynamic_1 .dynamic_1_right {
    padding-left: 40px;
}
.index_case{
	margin-bottom: 52px;
	padding: 0 40px;
}
.dynamic_case {
    margin: 0;
}
.m_bottom{
	margin-top:52px;
}
.index_case.kejian{
	width:100%;
}
.index_case_list{
	margin-bottom: 52px;
}
.index_case .index_category_name a{
	font-size:14px;
}
.index_case .index_category_name{
	margin-bottom:34px;
}
.index_case_list .idnex_case_img a .index_case_tit span{
	font-size: 18px;
    line-height: 20px;
}
.index_case_list .idnex_case_img a .index_case_tit p{
	font-size:12px;
}
.dynamic_news_img2 .dynamic_news_tit span{
    font-size: 35px;
}

.index_news{
	padding:90px 140px 120px 140px;
}
.index_news .kejian{
	width:100%;
}

.banner2 .banner2_content{
	padding:7% 0;
}
.banner2 .banner2_tit span{
	font-size: 28px;
}
.banner2 .banner2_tit p{
	font-size: 50px;
}
.banner2 .banner2_tit i{
	margin-top: 170px;
}
.index_news .index_news_list .idnex_news_left span a{
	font-size:14px;
	margin-bottom: 5px;
}
.index_news .index_news_list .idnex_news_left p{
	font-size:12px;
}
.index_news .index_news_list .idnex_news_right span a{
	font-size:14px;
	margin-bottom: 5px;
}
.index_news .index_news_list .idnex_news_right p{
	font-size:12px;
}

.neiye_banner .aboutus_banner_tit .aboutus_tit1{
	font-size:54px;	
}
.neiye_banner .aboutus_banner_tit .aboutus_tit2{
	font-size:45px;	
}
.neiye_banner .aboutus_banner_tit .aboutus_tit3 {
   font-size: 16px;
    line-height: 32px;
}

.about_us .kejian {
    width: 960px;
}
.about_us .about_us_left .about_us_title{
	font-size:26px;
}
.about_us .about_us_left .about_us_title_en{
	font-size:16px;
}
.about_us .about_us_right .about_us_text p{
	font-size: 16px;
	line-height:32px;
}
.advantage .kejian {
    width: 960px;
}
.advantage .about_us_left .about_us_title{
	font-size:26px;
}
.advantage .about_us_left .about_us_title_en{
	font-size:16px;
}
.advantage .about_us_right .about_us_text p{
	font-size: 16px;
	line-height:32px;
}
.customer {
    padding: 0 120px;
}
.customer .kejian{
    width:100%;
}
.customer .customer_tit{
	font-size:26px;
}
.customer .customer_tit_en{
	font-size:22px;	
}
.yg{
	padding:0 120px;
}
.yg .kejian {
  width: 100%;
}

.ability_bg .ability_p{
	font-size:14px;
}
.ability_bg .ability_span{
	font-size:14px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_en{
	font-size:18px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_p_width1{
	width:95%;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_p{
	font-size:12px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content_span{
	font-size:12px;
}
.neiye_banner .ability_banner_tit .ability_tit1{
	font-size:45px;
}
.banner2 .banner2_tit a{
	font-size:14px;
}
.contentus .contentus_p p{
	font-size:14px;
}
.contentus .contentus_erweima .contentus_erweima_li span{
	font-size:14px;
}
.case_content .case_contentlr .case_content_left h1{
	font-size:16px;
}
.case_content .case_contentlr .case_content_right p{
	font-size: 12px;
    line-height: 23px;
}
.case_content .case_contentlr .case_content_left span {
    font-size: 12px;
    line-height: 23px;
}
.content p, .content div{
	font-size:12px;
	line-height:21px;
}
.weixinzixun {
    padding: 115px 0 75px 0;
}
.weixinzixun .zixun .zixun1 span{
	font-size: 57px;
    line-height: 84px;
}
.weixinzixun .zixun .zixun1 b {
    font-size: 57px;
    line-height: 84px;
}
.weixinzixun .zixun .zixun2{
	font-size:23px;
}
.weixinzixun .zixun .zixun3 .zixundianji{
	font-size:14px;
}
.index_case .case_title .case_title_zh{
	font-size:31px;
}
.index_case .case_title .case_title_en{
	font-size:22px;
}
 .header_nav_black{
	margin-left:16px;
	width:20px;
	padding:15px 0 0;
}
.news .kejian{
	padding:0 140px;
}
.footer .kejian{
	width:95%;
}
.news .news_list a .news_list_title {
    font-size: 14px;
}
.news .news_list a .news_list_p{
	line-height: 24px;
    height: 48px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao{
	width:700px;
	padding:51px 30px 30px 30px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_a {
    font-size: 28px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_b {
    margin-top: 27px;
}
.aboutus .aboutus_ys .aboutus_ys_left {
    font-size: 28px;
}
.aboutus .aboutus_tems .aboutus_tems_left {
    font-size: 28px;
}
.aboutus .aboutus_kehu .kehu_t{
	font-size:28px;
}
.aboutus .aboutus_kehu .kehu_t span{
	font-size:16px;
}
.aboutus .aboutus_content .aboutus_t2 p {
    font-size: 26px;
    line-height: 46px;
}
.aboutus .aboutus_content .aboutus_t1 {
    font-size: 28px;
}
.aboutus .aboutus_content .aboutus_t1 span {
    font-size: 16px;
}
.aboutus .aboutus_content .aboutus_img img {
    max-width: 55%;
}



}
@media screen and (max-width: 1600px) and (min-width: 1201px)
.header_black_li {
    line-height: 60px;
    font-size: 38px;
}
@media screen and (min-width: 1201px)
.header_black_logo_lnk_wrap {
    display: none;
}


/*手机端*/
@media screen and (max-width: 1200px) {
.link{
	display:none;
}
.kejian {
  width: 95%;
  margin: 0 auto;
}
.topwrap{
	height:60px;
}
.topwrap .kejian{
	width:100%;
	padding:0 10px;}
.m_weixinzixun{
	display:none;
}
.case .kejian{
	width:100%;
}
.topwrap a.logo img {
    display: block;
    width: 75%;
}
.topwrap .logo{
	padding-top:15px;
}
.search_dialog_box .search_content .search_tit {
    font-size: 35px;
    line-height: 50px;
}
.search_dialog_box .search_content .search_form .search_input {
    width: 90%;
    padding: 10px 2px 6px 2px;
}
.search_dialog_box .search_content .search_form .search_input input[type=text] {
    font-size: 22px;
}
.menu{
	display:none;
}
.img_menu {
    padding: 25px 0 0 0;
}
.header_black_wrap {
    background: rgba(0, 0, 0, 1);
}
.header_black_friend .lnk {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}
.header_black_nav {
	width: 80%;
	margin-top:-30px;
}

.header_black_li {
	font-size: 22px;
	line-height: 56px;
}

.header_black_hide {
	right: 5px;
	top: 5px;
}

.header_black_hide:after {
	width: 26px;
	left: 12px;
}

.header_black_hide:before {
	width: 26px;
	right: 12px;
}

.header_black_wrap {
	background: rgba(0, 0, 0, 1);
}

.header_box {
	height: 60px;
}

.header_logo_box {
	width: 170px;
	top: 19px;
	left:20px;
	display:block;
}
.header_logo_img img{
	width:80%;
	}
.header_black_li a span:nth-child(2) {
	position:relative;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header_black_li a span:nth-child(1),.header_black_li a:hover span:nth-child(1) {
	display:none;
}
.header_black_friend{
	display:block;
	position:absolute;
	bottom:55px;
	left:0;
	width:100%;
	text-align:center;
}
.header_black_friend .lnk{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:0 15px;
	cursor:pointer;
	font-size:24px;
	line-height:60px;
	height:60px;
	width:60px;
	color:#b3b3b3;
	border:1px solid #b3b3b3;
	border-radius:10px;
	
}
.banner_video{
	display:none;
}
.pc_index_bannerbg {
	display:none;
}
.m_banner {
	display:block;
	position:relative;
	width:100%;
	margin-top: 60px;
	height: -webkit-calc(100vh - 60px); 
    height: calc(100vh - 60px);
	background:#fff;
}
.index_topwrap {
    background-color:#000;
}
.index_topwrap .img_menu img {
    display: block;
}
.index_topwrap .img_menu img.menu_1{
    display: none;
}
.index_topwrap .img_menu img.menu_2{
    display: block;
}
.m_banner .m_banner_bgimg{
	position: relative;
    height: 100%;
    overflow: hidden;
	background:#fff;
}
.m_banner .m_banner_bgimg img{
	position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.m_banner .m_banner_word{
	width: 85%;
	/*width: 100%;
    height: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    margin: 0;*/
}
.m_banner .m_banner_word .index_imgad_t{
	position:absolute;
    top: 63%;
    left: 7.5%;
    -webkit-transform: translateY(-63%);
    transform: translateY(-63%);
}
.m_banner .m_banner_word .index_imgad_t p{
	font-size: 33px;
    line-height: 45px;
	color:#fff;
	font-weight:bold;
	font-family:'黑体';

}
.m_banner .m_banner_word .index_imgad_t .pc_index_imgad_t{
	font-size: 13px;
    line-height: 26px;
	color:#fff;
	font-weight:normal;
	font-family:'黑体';

}

.m_banner .m_banner_word .kejian{
	
	/*width: 100%;
	padding:0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;*/
}
.m_banner .m_banner_word .m_banner_word_img{
	width: 100%;
	margin:0 auto;
}
.m_banner .m_banner_word .m_banner_word_img img{
    width: 100%;
	height:100%;
	left:0;
	top:0;
	object-fit: cover;
}


.m_banner .banner2_content {
	width: 90%;
	height:100%;
	position:relative;
}
.m_banner .banner2_tit {
	text-align:center;
	position: absolute;
    margin: auto;
    top:45%;
    left: 0;
    right: 0;
	-webkit-transform: translateY(-45%);
    transform: translateY(-45%);

}
.m_banner .banner2_tit .tit1{
	display:block;
	color:#000;
	font-size:0.96rem;

	margin-bottom:8%;
}
.m_banner .banner2_tit .tit2{
	display:block;
	color:#ffffff;
	font-size:1.8rem;
	line-height:2.2rem;

	font-weight:bold;
	border:5px #FFFFFF solid;
	padding:15px 25px;
	margin-bottom:20%;
	display: inline-block;
}
.m_banner .banner2_tit .tit3{
	display:block;
	color:#000;
	font-size:0.96rem;


}

.m_banner .jiantou {
	display:block;
    position: absolute;
    z-index: 9;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 100%;
    margin-left: -26px;
    cursor: pointer;
	bottom: 70px;
}
.m_banner .jiantou i {
    position: absolute;
    left: 50%;
    top: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: none;
    border-top: none;
    margin-left: -10px;
    margin-top: -12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index_ppyhxt .title {
    font-size: 22px;
	font-weight:bold;
}
.index_ppyhxt .index_ppyhxt_text {
    width: 100%;
    margin: 0 auto;
}
.index_ppyhxt .index_ppyhxt_text span {

    color: #ecb330;
    font-size: 17px;
	margin-top: 30px;
    margin-bottom: 30px;
}
.index_ppyhxt .index_ppyhxt_img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 0;
}
.index_ppyhxt .index_ppyhxt_img .pc {
    display: none;
}
.index_ppyhxt .index_ppyhxt_img .m {
    display: block;
}
.index_ppyhxt .index_ppyhxt_text span:after {
    content: '';
    position: absolute;
    background-image: url(../images/m_index_ppyhxt_ico.jpg);
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.index_case {
    margin-top: 0;
	margin-bottom:0;
	padding:0 20px;
}
.tjtitle{
	display:block;
	position: relative;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    padding-top: 25px;
    margin-bottom: 30px;
    color: #000;
}
.tjtitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    background: #000;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.index_case_list{
	width:100%;
	margin:0 auto;
	float: none;
	margin-bottom: 40px;
}
.case .index_case_more{
	margin:30px 0 50px 0;
}
.index_case .index_case_more{
	margin:30px 0 50px 0;
}
.index_case_list .idnex_case_img{
	width:100%;
	display:block;
	margin-bottom:28px;
}
.index_case_list .idnex_case_img a .index_case_tit{
	padding-bottom: 20px;
}
.index_case_list .idnex_case_img a .index_case_tit span{
	font-size: 22px;
    line-height: 24px;
	padding: 8px 0;
	display:block;
}
.index_case_list .idnex_case_img a .index_case_tit p{
	line-height:14px;
	}
.index_case .index_case_more a{
	display:inline-block;
	font-size:12px;
	line-height:44px;
	padding: 0 38px;
    border: 1px solid #000;
}
.index_case .index_case_more a span {
    position: relative;
    z-index: 6;
	font-size:14px;
}
.banner2{
	display:none;
}
.index_news .index_news_tit{
	text-align:center;
	position: relative;
	font-size: 22px;
    line-height: 40px;
	color: #000;
	margin-bottom:20px;
}
.index_news .index_news_tit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    background: #000;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.index_news .index_news_list .idnex_news_left .index_news_list2{
	position:relative;
}
.index_news .index_news_list .idnex_news_left .pc_none {
    display: block;
}
.index_news .index_news_list .idnex_news_left .index_news_list2:before{
	content: '';
    position: absolute;
    left: 0;
    top: -25px;
    height: 1px;
    width: 100%;
	-webkit-transform: scaleY(.5);
    transform: scaleY(.5);
	border-bottom: 1px dashed #b8b8b8;

}
.index_news{
	padding: 60px 20px 40px 20px;
}
.index_news .index_news_list .idnex_news_right{
	display:none;
}
.index_news .index_news_list .idnex_news_left{
	width:100%;
	margin-right:0;
}
.index_news .index_news_list .idnex_news_left i{
	display:none;
}
.index_news .index_news_list .idnex_news_left .index_news_img{
	display:none;
}
.index_news .index_news_list .idnex_news_left .index_news_img0{
	display:block;
}
.index_news .index_news_list .idnex_news_left .index_news_img0 img.m_img{
	display:block;
}
.index_news .index_news_list .idnex_news_left .index_news_img0 img.pc_img{
	display:none;
}
.index_news .index_news_list .idnex_news_left .index_news_img0 img{
	width:100%;
	left:0;
	top:0;
	margin-bottom:15px;
}
.index_news .index_news_list .idnex_news_left span a{
	font-size:14px;
	line-height:25px;
	margin-bottom:5px;
}
.index_news .index_news_list .idnex_news_left p{
	font-size:12px;
	line-height:21px;
	padding-bottom: 15px;
}
.index_news .index_news_list .idnex_news_left p.p25{
	height:30px;
	line-height:15px;
	padding-bottom: 39px;
}
.index_news .index_news_list .idnex_news_left .index_news_list2 a{
	font-size:12px;
	line-height:18px;
}
.index_news .index_news_list .idnex_news_left .m_none{
	display:none;
}
.pc_index_banner {
	display:none;
}
.footer{
	padding: 30px 0 45px 0;
}
.footer .kejian {
    width: 90%;
	padding:0;
}
.footer_pc{
	display:none;
}
.footer_m{
	display: block;
	text-align:center;
}
.footer_m .tit span{
	font-size: 28px;
    line-height: 58px;
	color:#FFF;
}
.footer_m .tit b{
	font-size: 28px;
    line-height: 58px;
	color:#f6ca27;
	
}
.footer_m .footer_zixun{
	width:100%;
	margin:40px 0 120px 0;
	text-align: center;
}
.footer_m .footer_zixun .footer_zixun_li{
	width:30%;
	border:1px #FFF solid;
	padding:15px;
	border-radius:5px;
	margin-right:10%;
	display: inline-block;
}
.footer_m .footer_zixun .footer_zixun_li a{
	display:block;
}
.footer_m .footer_zixun .footer_zixun_li img{
	width:50%;
	height:auto;
	left:0;
	top:0;
}
.footer_m .footer_zixun .footer_zixun_li span{
	width:100%;
	font-size:14px;
	display:block;
	color: #898989;
	margin-top:10px;
}
.footer_m .footer_zixun .m_right{
	margin-right:0;
}
.footer_m .footer_banquan{
	text-align:center;
}
.footer_m .footer_banquan span{
	font-size: 13px;
    line-height: 25px;
	color: #898989;
	letter-spacing:1px;
}
.footer_m .footer_banquan p{
	font-size: 12px;
    line-height: 18px;
	color: #898989;
	letter-spacing:1px;
}
.footer_m .footermenu {
    width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
.footer_m .footermenu a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
    font-weight: bold;
	text-align:center;
}
.footer_m .footermenu a:hover{
    color: #f6ca27;
}
.case_type{
	display:block;
}
.case{
	margin-top: 30px;
}
.case .case_line{
	width:100%;
	height:1px;
	border:1px #f6ca27 solid;
	margin-bottom:35px;
}
.index_case .index_category_name a {
    display: inline-block;
    float: none;
}
.index_case .index_category_name a:hover{
	color:#000;
}
.index_case .index_category_name a.active {
    color:#000;
	text-decoration:underline;
}
.case .index_category_name a.active {
    color:#f6ca27;
	text-decoration:underline;
	font-weight:bold;
}
.index_case .index_category_name{
	float: none;
	margin-bottom:30px;
}
.index_case .case_type{
	display:block;
}
.index_case .index_category_name a{
	display: inline-block;
    float: none;
	font-size:0.82rem;
	line-height:1rem;
}
.case .index_category_name a{
	display: inline-block;
    float: none;
	font-size: 16px;
	line-height:36px;
	color:#999999;
	text-decoration:underline;
	margin:0 20px 0 0;
	font-weight:normal;
}
.index_case .index_category_name a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0px;
    background: #f6ca27;
    transition-duration: .3s;
    bottom: -10px;
    left: 0;
}
.case_content .case_contentlr .case_content_left h1{
	font-size:0.8rem;
	line-height:1.1rem;
	margin-bottom:20px;
}
.case_content .case_contentlr .case_content_right p{
	font-size: 12px;
    line-height: 24px;
}
.content p, .content div{
	font-size: 12px;
    line-height: 24px;
}
.content img{
	margin:5px 0;
	width: 100%;
    height: 100%;
}
.weizhi{
	display:none;
}
.case_content{
	padding:0 20px;
	margin-bottom:0px;
}
.case_content .case_contentlr{
	margin-bottom:20px;
}
.case_content .kejian{
	width:100%;
}
.case_content .case_contentlr .case_content_left span{
	font-size:12px;
	line-height:24px;;
}
.case_content .case_contentlr .case_content_left{
	width:100%;
}
.case_content .case_contentlr .case_content_right{
	width:100%;
	margin-top:15px;
}
.case_content .case_line{
	width: 100%;
    height: 1px;
    margin-top: 35px;
}
.weixinzixun{
	padding: 100px 0 100px 0;
}
.weixinzixun .kejian{
	width:100%;
	padding: 0 20px;
}
.weixinzixun .zixun{
	width:100%;
}
.weixinzixun .zixun .zixun1 span{
	font-size: 1.4rem;
    line-height: 1.8rem;
}
.weixinzixun .zixun .zixun1 b {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.weixinzixun .zixun .zixun2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-top: 30px;
    margin-bottom: 38px;
}
.weixinzixun .zixun .zixun3 .zixundianji {
    font-size: 0.7rem;
    line-height: 1.2rem;
	height:1.2rem;
}
.index_case .case_title .case_title_zh{
	font-size: 0.95rem;
    line-height: 2rem;
	margin-top:30px;
}
.index_case .case_title .case_title_en {
    font-size: 0.85rem;
    line-height:16px;
	padding: 0 0 10px 0;
}
.m_bottom{
	margin-bottom:30px;
}
.about_us .kejian {
    width: 100%;
	padding:0 20px;
}
.about_page_wrap .neiye_banner_bg{
	height:100%;
}
.about_page_wrap .neiye_banner{
	height:100%;
}

.about_page_wrap .neiye_banner_bg .pc_img{
	display:none;
}
.about_page_wrap .neiye_banner_bg .m_img{
	display:block;
}
.about_page_swiper {
    height: auto;
}
.about_page_swiper .swiper-wrapper {
    display: block;
    height: auto;
}
.about_page_swiper .swiper-slide-about-page1 {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
}
.neiye_banner .aboutbanner{
	width:100%;
	padding:0 20px;
}
.neiye_banner .aboutus_banner_tit{
	display:none;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit3{
	font-size: 14px;
    line-height: 32px;
	letter-spacing:normal;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit1{
	 font-size: 30px;
    line-height: 60px;
	letter-spacing:normal;
}
.neiye_banner .aboutus_banner_tit .aboutus_tit2{
	font-size: 25px;
    line-height: 44px;
	letter-spacing:normal;
	margin:0 0 50px 0;
}
.aboutbanner_m_jiantou{
	display:none;
	position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 80px;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 100%;
    margin-top: -26px;
    margin-left: -26px;
    cursor: pointer;
}
.aboutbanner_m_jiantou i {
    position: absolute;
    left: 50%;
    top: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: none;
    border-top: none;
    margin-left: -10px;
    margin-top: -12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about_page_swiper .swiper-pagination, .ipo_page_swiper .swiper-pagination, .plan_page_swiper .swiper-pagination {
    display: none;
    right: 7px;
}
.about_page_swiper .swiper-slide-about-page2 {
    height: auto;
	 overflow: auto;
}
.about_page_swiper .swiper-slide-about-page3 {
	height:auto;
	overflow: auto;
}
.about_us{
	position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding-top: 25px;
    padding-bottom: 50px;
}
.about_us .about_us_left{
	width:100%;
}
.about_us .about_us_left .about_us_title{
	font-size: 18px;
	line-height:60px;
    font-weight: bold;
	color:#000;
	margin-bottom:36px;
	position:relative;
	text-align:center;
}
.about_us .about_us_left .about_us_title_en{
	display:none;
}
.about_us .about_us_left .about_us_title:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.about_us .about_us_right .about_us_text p{
	font-size: 14px;
    line-height: 28px;
}
.about_us .about_us_right{
	width:100%;
}
.advantage{
	position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding-top: 25px;
    padding-bottom: 50px;
	background-color: #efeff0;
	height: auto;
    overflow: auto;
}
.advantage .kejian {
    width: 100%;
	padding:0 20px;
}
.advantage_bg{
	display:none;
}
.advantage .about_us_left{
	width:100%;
	text-align:center;
}
.advantage .about_us_left .about_us_title{
	font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #000;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
}
.advantage .about_us_left .about_us_title:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.advantage .about_us_left .about_us_title_en{
	display:none;
}

.advantage .about_us_right{
	width:100%;
}
.customer{
	position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
	padding-top: 25px;
    padding-bottom: 70px;
}
.customer .kejian{
	width:100%;
	padding:0 20px;
}
.customer .customer_tit{
	font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #000;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
}
.customer .customer_tit:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.customer .customer_tit_en{
	display:none;
}
.yuangong{
	position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
	padding-top: 15px;
    padding-bottom: 15px;
}
.yg{
	position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.yg_bg{
	height:auto;
}
.yg .pc_img{
	display:none;
}
.yg .kejian{
	width:100%;
	padding:0 20px;
}
.yg .m_img{
	display:block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.customer .pc_img{
	display:none;
}
.customer .m_img{
	display:block;
}
.customer .customer_img img.m_img{
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.about_page_swiper .swiper-slide:last-child {
    height: auto;
}
.neiye_banner img.pc_case_banner{
	display: none;
    width: 100%;
}
.neiye_banner img.m_case_banner{
	display: block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit: cover;
	position: relative;
}

.neiye_banner .abilitybanner{
	padding-top:100px;
}
.neiye_banner .ability_banner_tit .ability_tit1{
	font-size: 1.6rem;
	line-height:2.2rem;
}
.neiye_banner .ability_banner_tit .ability_tit2{
	font-size: 1.6rem;
	line-height:2.2rem;
}
.ability_bg{
	padding: 20px 0;
}
.ability_bg .ability_p{
	font-size:12px;
	line-height:25px;
	margin-bottom: 12px;
}
.ability_bg .ability_span{
	font-size:12px;
	line-height:25px;
}
.ability_list .ability_list_li{
	width:100%;
	border-top: none;
}
.ability_list .ability_list_li:after {
    width: 0px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.ability_list .ability_list_li:before {
    width: 100%;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height:5px;
	background-color:#f6ca27;
}

.ability_list .abilityli:after{
	width: 0px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
}
.ability_list .m_abilityli:after{
	width: 0px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
}
.ability_list .ability_list_li .ability_list_li_content{
	padding: 50px 0 0 0;
	width:90%;
}
.ability_list .ability_list_li .ability_list_li_content2{
	height:230px;
	overflow:hidden;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_en{
	font-size:16px;
	line-height:20px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content2 .ability_list_li_content_cn{
	font-size:15px;
}
.ability_list .ability_list_li .ability_list_li_content .ability_list_li_content_span{
	font-size:13px;
}
.news .news_t{
	font-size: 16px;;
	padding-top:20px;
}
.news .news_ten{
	font-size: 16px;;
}
.news .news_list a{
	/*padding: 30px 10px 30px 10px;*/
	padding: 0;
    width: 49%;
    margin: 0 2% 20px 0;
}
.news .news_list a:nth-child(2n) {
     margin: 0 0 20px 0;
}
.news .news_list a .news_list_title{
	font-size:14px;
    line-height:28px;
	padding: 10px 12px;
}
.news .news_list a .news_list_p{
	font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
	margin-bottom: 10px;
}
.news .news_list a .news_img {
    height: 130px;
}
.news .news_list a .news_img img {
    width: auto;
    height: 130px;
}
.m_method_ad{
	display:block;
	margin-top:30px;
}
.m_method_ad img {
    width: 100%;
}
.pc_method_ad{
	display:none;
}


.m_banner2{
	display:block;
	height:80%;
}
.m_banner2 img{
	width:auto;
}
.m_banner2 .banner2_tit{
	padding-left:0;
	text-align:center;
}
.m_banner2 .banner2_tit span{
	font-size: 0.96rem;
}
.m_banner2 .banner2_tit p{
	font-size: 1.1rem;
	border: 5px #FFFFFF solid;
	display: inline-block;
    position: relative;
}
.m_banner2 .banner2_tit i{
	width:60px;
	margin-top:25%;
}
.banner2 .banner2_tit a{
	font-size:0.75rem;
	padding: 0 20px;
	line-height:30px;
}
.m_banner2 .banner2_content{
	padding-top:170px;
}
.news{
	padding-top:0;
	}
.news .kejian {
    width: 100%;
    padding: 0 20px;
}
.news_details .kejian{
    width: 100%;
    padding: 0 20px;
}
.news_details .news_details_weizhi .kejian{
	width:100%;
	padding:0 20px;
	font-size:12px;
	line-height:30px;
	word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_details .news_details_weizhi a{
	font-size:12px;
	line-height:30px;
}
.news_list_top{
	padding:20px 0 20px 0;
}
.news_list_top .news_left{
	width:100%;
}
.news_list_top .news_right{
	display:none;
}
.news_details .news_details_weizhi{
	padding:15px 0;
}
.news_details .news_details_content .news_details_left{
	width:100%;
}
.news_details .news_details_content{
	padding:0;
}
.news_details .news_details_content .news_details_left .news_details_title h1{
	font-size: 16px;
	line-height:26px;
    margin: 30px 0;
}
.news_details .news_details_content .news_details_left .news_details_text{
	margin-top:10px;
	margin-bottom:10px;
}
.news_details .news_details_content .news_details_left .news_details_text p, .news_details .news_details_content .news_details_left .news_details_text div{
	font-size: 15px;
    line-height: 22px;
}
.news_details .news_details_content .news_details_right{
	width:100%;
	display:none;
}
.news_details .news_details_content .news_details_right .news_details_tit{
	font-size:18px;
	font-weight:bold;
}
.news_details .news_details_content .m_news_details_right{
	display:block;
	
}
.news_details .news_details_content .news_details_left .news_details_title h2{
	font-size:22px;
	line-height: 32px;
	margin-bottom: 30px;
    margin-top: 50px;
}

.m_method_details_adright{
	display:block;
	margin-top:30px;
}
.m_method_details_adright img{
	width:100%;
}
.news_details .news_details_content .news_details_right .m_method_details_adright a{
	display:block;
}
.news_details .news_details_content .news_details_right .m_method_details_adright a:after{
	content: "";
    width: 0;
    height: 0;
    background: #888;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pc_method_details_adright{
	display:none;
}
.m_method_details_adc{
	display:block;
}
.m_method_details_adc .zxa{
	font-size:34px;
	color:#f2d031;
	font-family:"黑体";
	text-align:center;
	font-weight:bold;
}
.m_method_details_adc .zxb{
	margin:20px 0;
}
.m_method_details_adc .zxb span{
	display:block;
	font-size:21px;
	color:#c3c3c3;
	font-family:"黑体";
	text-align:center;
	line-height:30px;
}
.m_method_details_adc .zxc{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;

}
.m_method_details_adc .zxc img{
	max-width:80%;
}
.m_method_details_adc .zxd{
	text-align:center;
}
.m_method_details_adc .zxd a{
	font-size:34px;
	color:#f2d031;
	font-family:"黑体";
	font-weight:bold;
}

    .search_box2 {
        padding: 60px 0 20px 0;
    }
    .news_box .search_content .search_tit {
        font-size: 35px;
        line-height: 50px;
    }
    .news_box .search_content .search_form .search_input {
        width: 100%;
        padding: 10px 2px 6px 2px;
    }
    .news_box .search_content .search_form .search_input input[type=text] {
        font-size: 22px;
    }
    .news_box .news_list a {
        margin-bottom: 60px;
    }
    .news_box .news_list a .news_img {
        float: right;
        width: 50%;
        height: 220px;
        position: relative;
    }
    .news_box .news_list a .news_img img {
        display: block;
        width: auto;
        height: 100%;
        transition: transform all 0 ease 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .news_box .news_list a .news_title {
        width: 50%;
        padding-right: 10px;
        border-top: 0;
        margin: 0;
        height: 220px;
        position: relative;
    }
    .news_box .news_list a .news_title .date {
        display: none;
    }
    .news_box .news_list a .news_title .tit {
        font-size: 22px;
        line-height: 34px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news_box .news_list a .news_title .m_date {
        display: block;
        font-size: 17px;
        color: #323232;
        padding-top: 10px;
    }
    .news_box .news_list a .news_title .more {
        display: block;
        font-size: 16px;
        color: #323232;
        font-weight: bold;
        position: absolute;
        bottom: 0;
    }
    .news_box .news_list a .news_title .more span {
        display: contents;
    }
    .news_box .news_list a .news_title .more span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -39px;
        width: 20px;
        height: 10px;
        background-image: url(../images/rightarrow.svg);
        transform: translateY(-50%);
        transition: transform .5s ease;
        background-position: center;
        background-size: 20px 10px;
        background-repeat: no-repeat;
    }
    .news_box .news_list a .news_con {
        display: none;
    }




/*.index_imgad{
    background-image: url(/images/m_banner2_bg.jpg);
	margin-top: 60px;
	height: calc(100vh - 60px);
	background-position: 70% center;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:500px 500px;
}*/
.index_imgad{
	display: none;
	background-image: url(/images/m_banner2_bg.jpg);
    background-repeat: no-repeat;
	margin-top: 60px;
	height: calc(100vh - 60px);
}
.index_imgad .index_imgad_con img {
    display: none;
}
.index_imgad .index_imgad_con .index_imgad_t p{
	font-size:30px;
	line-height:50px;
}
.index_imgad .index_imgad_con .index_imgad_t .pc_index_imgad_t {
    font-size: 18px;
	line-height: 30px;
}
.index_imgad .index_imgad_con .index_imgad_t p.m_index_imgad_t{
   display: block;
   font-size: 28px;
   text-align:center;
   line-height: 50px;
}
.index_imgad .index_imgad_con {
    min-height: auto;
	position: relative;
    top: 95%;
	transform:translateY(95%);
}
.index_imgad .index_imgad_con .index_imgad_t {
    padding-top:0;
	width:90%;
	margin: 0 auto;
}
.index_ppyhxt .index_ppyhxt_img img {
    width: 90%;
	margin: 0 auto;
}
.index_imgadul{
	position:relative;
	width:100%;
	margin-bottom: 35px;
	margin-top: -120px;
}
.index_imgadul .kejian{
	width: 85%;
}
.index_imgadul ul li {
	width:100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	height:auto;
	padding-bottom:40px;
	padding-top: 50px;
	padding-left: 35px;
    padding-right: 30px;
	border-left: 4px solid #ffb415;
}
.index_imgadul ul li:hover{
	transform: translateY(-0);
	cursor:pointer;
}
.index_imgadul ul li .lia span {
    font-size: 52px;
    padding-right: 15px;
}
.index_imgadul ul li .lia {
    font-size: 16px;
}
.index_imgadul ul li .lib {
    font-size: 18px;
	line-height:26px;
	margin-bottom: 20px;
}
.index_imgadul ul li .lic {
    font-size: 16px;
	line-height:26px;
}



.index_server{
}
.index_server .server_t {
    font-size: 22px;
	font-weight: bold;
}
.index_server .server_t span {
    font-size: 14px;
    padding-top: 20px;
	display:none;
}
.index_server ul.index_server_ul li {
    width: 50%;
	min-height: 280px;
}
.index_server img.bgimg{
    display: none;
}
.index_server img.mbgimg{
    display: block;
	max-height: 960px;
}
.index_server ul.index_server_ul li .server_img {
    height: auto;
}
.index_server ul.index_server_ul li .server_img img {
	width:55px;
}
.index_server ul.index_server_ul li .server_tit {
    font-size: 18px;
    margin-bottom: 10px;
	margin-top: 60px;
}
.index_server ul.index_server_ul li .server_span span {
    font-size: 16px;
	line-height:30px;
	text-align:center;
}
.index_server ul.index_server_ul li:nth-child(1) .server_span{
	padding-left:0;
}
.index_server ul.index_server_ul li:nth-child(2) .server_span{
	padding-left:0;
}
.index_server ul.index_server_ul li:nth-child(2) .server_img img{
	width:68px;
}
.index_server ul.index_server_ul li:nth-child(3) .server_span{
	padding-left:0;
}
.index_server ul.index_server_ul li:nth-child(4) .server_span{
	padding-left:0;
}
.index_server ul.index_server_ul li:nth-child(5) .server_span{
	padding-left:0;
}
.index_server ul.index_server_ul li:nth-child(6) .server_span{
	padding-left:0;
}

.contentus{
	margin-top:60px;
}
.contentus .contentus_p p{
	font-size:16px;
	line-height:30px;
}
.contentus .contentus_p p strong{
	font-size:17px;
	padding-bottom:10px;
	line-height:50px;
	height:50px;
}
.contentus .contentus_span{
	font-size:0.72rem;
}
.contentus .contentus_erweima .contentus_erweima_li span{
	font-size:0.82rem;
}
.prov{
	width:100%;
	font-size:12px;
	line-height:28px;
}
.next{
	width:100%;
	float:left;
	text-align:left;
	font-size:12px;
	line-height:28px;
}
.advantage .about_us_right .about_us_text p{
	margin-bottom:0;
	font-size: 14px;
    line-height: 28px;

}
.pager a{
	display:none;
}
.pager a.prova{
	display:none;
}
.pager a.nextb{
	display:none;
}
.pager span{
	display:none;
}
.pager a.provb{
	display: block;
	width:40%;
	float:left;
	margin-right:5%;
}
.pager span.provb{
	display:block;
	width:40%;
	float:left;
	margin-right:5%;
	color:#CCC;
	border: #CCC 1px solid;
}
.pager a.nexta{
	display:block;
	width:40%;
	float:right;
}
.pager span.nexta{
	display:block;
	width:40%;
	float:right;
	color:#CCC;
	border: #CCC 1px solid;
}
.index_case_type{
	display:none;
}
.m_banner_none{
	display:none;
}
.m_neiye_banner{
	display: block;
	width: 100%;
    position: relative;
    margin-top: 70px;
	overflow:hidden;
}
.m_neiye_banner img{
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.about_page_wrap .m_aboutus_banner_tit{
	display:block;
	width: 70%;
    margin: 0 auto;
}
.about_page_wrap .m_aboutus_banner_tit img{
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.neiye_banner{
	margin-top:60px;
}
.case_banner{
	position: relative;
	height:auto;

}
.about_page_wrap {
    margin-top: 60px;
}
.m_neiye_banner{
	margin-top:60px;
}
.case_banner .pc_case_banner {
	display:none;
}
.wechat-modal{
	display: block;
	margin-bottom: 10px;
}
.wechat-modal p input {
    padding: 0 100px 0 0;
    height: 36px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border-width: 0.5px;
    border-style: solid;
    font-size: 14px;
	color: #40A9FF;
    border-color: #40A9FF;
}
.wechat-modal p button {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    color: #fff;
    width: 100px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	background-color: #40A9FF;
	height: 36px;
}
.wechat-modal p.cg {
    display: none;
    position: absolute;
    top: 45%;
    left: 35%;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 8px 20px;
    border-radius: 2px;
    transform-origin: left top;
    z-index: 999999999999;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span a {
   font-size: 0.7rem;
   line-height: 30px;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span a h2 {
    font-size: 0.7rem;
}
.news_details .news_details_content .news_details_right .news_details_biaoqian span {
   
    margin-right: 5px;
    padding: 0 5px;
}
.news_details .news_details_content .news_details_right a .news_details_xg .title h3 {
	font-weight:normal;
}
.news_details_biaoqian{
	margin-top:25px;
}
.qa .qat {
    font-size: 22px;
    padding-top: 40px;
    margin-bottom: 40px;
}
.qa .qacon .qali {
    margin-bottom: 40px;
}
.qa .qacon .qali .questions {
    border-radius: 20px;
    font-size: 18px;
    padding: 6px 15px;
    display: inline;
	line-height: 30px;
	background-color: #fff;
	color:#000;
	font-weight:bold;
}
.qa .qacon .qali .answers {
    font-size: 16px;
    line-height: 30px;
    padding-left: 15px;
    margin-top: 20px;
}
.xx_top .indiv {
    width: 220px;
}
.xx_top .indiv .lay_img01 {
    padding: 15px 15px 5px;
}
.pc_method_details_adc .zixun {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pc_method_details_adc .zixun .pc_method_details_adc_a {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.pc_method_details_adc .zixun .pc_method_details_adc_b {
   font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 20px;
    margin-bottom: 50px;
}
.pc_method_details_adc .zixun .pc_method_details_adc_c .zixundianji {
   font-size: 0.7rem;
    line-height: 1.2rem;
    height: 1.2rem;
}
.xx_top .lay_img01 .footerzixuntel {
	font-size: 16px;
    line-height: 30px;
	margin:5px 0;
}
.xx_top .lay_img01 .footerzixuntel a:hover{
	color: #666;
}
.xx_top .lay_img01 p {
	font-size:16px;
	padding-bottom: 0;
	top:0;
}
.aboutus {
    margin-top: 40px;
}
.aboutus .kejian{
	width:100%;
}
.aboutus .aboutus_content .aboutus_t1 {
    font-size: 25px;
	text-align:center;
	width:90%;
	margin: 0 auto;
}
.aboutus .aboutus_content .aboutus_line{
	display:block;
	width:18%;
	height:4px;
	background-color:#000000;
	margin:20px auto;
}
.aboutus .aboutus_content .aboutus_t1 span {
    font-size: 16px;
	display:block;
	margin-top:13px;
}
.aboutus .aboutus_content .aboutus_img {
	display:none;
}
.aboutus .aboutus_content .aboutus_t2 {
    display:none;
}
.aboutus .aboutus_content .aboutus_serbox{
	display:block;
	width:90%;
	margin: 0 auto;
	margin-top:50px;
}
.aboutus .aboutus_content .aboutus_serbox .aboutus_li{
	margin-bottom:50px;
}
.aboutus .aboutus_content .aboutus_serbox .aboutus_li .aboutus_li_img{
	text-align:center;
}
.aboutus .aboutus_content .aboutus_serbox .aboutus_li .aboutus_li_img img{
	max-width:22%;
}
.aboutus .aboutus_content .aboutus_serbox .aboutus_li:nth-child(1) .aboutus_li_img img{
	max-width:32%;
}
.aboutus .aboutus_content .aboutus_serbox .aboutus_li .aboutus_li_t{
	text-align:center;
	font-size:19px;
	color:#221815;
	margin-top:40px;
	margin-bottom:20px;
	font-weight:bold;
}
.aboutus .aboutus_content .aboutus_serbox .aboutus_li .aboutus_li_con{
	font-size:16px;
	color:#221815;
	line-height:28px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_b {
    margin-top: 25px;
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao {
    width: 85%;
    position: relative;
    margin: 0 auto;
    top: -100px;
    right: auto;
    background-color: #FFF;
    opacity: 1;
    padding: 31px 20px 20px 20px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2)
}
.aboutus .aboutus_content .aboutus_t3 .aboutus_jieshao .aboutus_jieshao_a {
    font-size: 25px;
}
.aboutus .aboutus_content {
    margin-bottom: 0;
}
.aboutus .aboutus_ys {
    margin-top: 0;
    margin-bottom: 60px;
	margin:0 auto;
	width:90%;
}
.aboutus .aboutus_ys .aboutus_ys_left {
	display:none;
}
.aboutus .aboutus_ys .aboutus_ys_right {
	float:none;
	width:100%;
}
.aboutus .aboutus_ys .aboutus_ys_right p.youshi_img{
    display: none;
}
.aboutus .aboutus_ys .aboutus_ys_right p.m_youshi_img{
    display: block;
	margin-bottom:30px;
}
.aboutus .aboutus_ys .aboutus_ys_right p.m_youshi_img img{
	width:100%;
}
.aboutus .aboutus_tems {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aboutus .aboutus_tems .kejian{
	width:90%;
}
.aboutus .aboutus_tems .aboutus_tems_left {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding-right: 0;
    padding-top: 0;
}
.aboutus .aboutus_tems .aboutus_tems_left p {
    font-size: 16px;
    margin-top: 26px;
    line-height: 28px;
    font-weight: normal;
}
.aboutus .aboutus_tems .aboutus_tems_right {
    width: 100%;
	margin-top:30px;
}
.aboutus .aboutus_tems .aboutus_tems_right p.tems_img {
	display:none;
}
.aboutus .aboutus_tems .aboutus_tems_right p.m_tems_img{
	display:block;
}
.aboutus .aboutus_tems .aboutus_tems_right p.m_tems_img img{
	width:100%;
}
.aboutus .aboutus_kehu {
    margin-bottom: 30px;
}
.aboutus .aboutus_kehu .kejian{
	width:90%;
}
.aboutus .aboutus_kehu .kehu_t{
    font-size: 25px;
    margin-bottom: 0;
	text-align:left;
}
.aboutus .aboutus_kehu .kehu_t span{
	display:none;
}
.aboutus .aboutus_kehu .kehu_img{
	display:none;
}
.aboutus .aboutus_kehu .m_kehu_img{
	display:block;
	margin-top:30px;
}
.aboutus .aboutus_kehu .m_kehu_img img{
	width:100%;
}
.neibanner .neibanner_wen{
	display:none;
}
.dynamic_case {
}
.dynamic_news_img2 .dynamic_news_tit span {
    font-size: 25px;
}
.dynamic_news .idnex_news_right .index_news_list2{
	position:relative;
}
.neibanner {
    margin-top: 60px;
}
.neibanner .pc_dynamic_banner {
    display: none;
}
.neibanner .m_dynamic_banner {
    display: block;
	width:100%;
}
.neibanner .neibanner_wen span {
    font-size: 33px;
    line-height: 2;
}
.neibanner .neibanner_wen p {
    font-size: 33px;
}
.dynamic_details {
    padding: 30px 0;
	background-color: #fff;
}
.dynamic_details .dynamic_1 .dynamic_1_right .dynamic_title{
	text-align:center;
	display: block;
}
.dynamic_details .dynamic_1 .dynamic_1_right p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}
.dynamic_details .dynamic_1 .dynamic_1_left {
	display:none;
}
.dynamic_details .dynamic_1 .dynamic_1_right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
}
.dynamic_title {
    font-size: 22px;
	font-weight:bold;
}
.index_case .dynamic_title {
    text-align: center;
    margin: 25px 0;
}
.dynamic_dw {
    padding:0 20px 55px 20px;
}
.dynamic_dw .dynamic_title{
	display:block;
	text-align:center;
	margin: 11px 0 35px 0;
}
.dynamic_dw .dwimg .pc_dw{
	display:none;
}
.dynamic_dw .dwimg .m_dw{
	display:block;
	width:100%;
}
.dynamic_news .dynamic_title {
	display:none;
}
.dynamic_news .index_news .index_news_list .idnex_news_right {
    display: block;
	width:100%;
}
.dynamic_news .index_news .index_news_list .idnex_news_right .m_none {
    display: none;
}
.dynamic_news .index_news .index_news_list .idnex_news_right span a {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}
.dynamic_news .index_news .index_news_list .idnex_news_right p {
    height: 30px;
    line-height: 15px;
    padding-bottom: 39px;
	font-size: 12px;
}
.index_news .index_news_list .idnex_news_right .index_news_list2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -25px;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    border-bottom: 1px dashed #b8b8b8;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
	padding-right:0;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_r {
	display:none;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_title{
	text-align:center;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lx_con img{
	display:block;
	width:100%;
	margin-bottom:20px;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lx_con {
    margin-bottom: 10px;
	font-size: 14px;
}
.dynamic_lx .dynamic_lx_box .dynamic_lx_box_l .dynamic_lxfs{
    display: none;
}
.lxfs_ico{
	display:block;
	background-color: #d2d2d2;
    padding: 25px 0;
}
.lxfs_ico .dynamic_lxfs_con{
	float:left;
	width:50%;
}
.lxfs_ico .dynamic_lxfs_con img{
	width:23px;
}
.lxfs_ico .dynamic_lxfs_con span{
	font-size:14px;
	padding-left:5px;
}
.lxfs_ico .dynamic_lxfs_con span a{
	color:#000;
}

}
@media screen and (max-width: 1680px) and (min-width: 1621px){
.neibanner .neibanner_wen span {
    font-size: 48px;
}
.neibanner .neibanner_wen p {
    font-size: 48px;
}
}
@media screen and (min-width: 1680px){
.customer{
	padding:0 150px;
}
.customer .kejian{
	width:100%;
}
.yg{
	padding:0 150px;
}
.yg .kejian{
	width:100%;
}
.banner_video .banner_video_content .banner_video_content_left span.video_span{
	font-size:45px;
	line-height:45px;
}
}
@media screen and (min-width: 1801px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
    max-height: 269px;
}
}
@media screen and (max-width: 1800px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
    max-height: 236px;
}
}
@media screen and (max-width: 1600px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
    max-height: 225px;
}
}
@media screen and (max-width: 1500px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
    max-height: 209px;
}
}
@media screen and (max-width: 1400px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
    max-height: 197px;
}
}
@media screen and (max-width: 1300px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
    max-height: 176px;
}
}
@media screen and (min-width: 1201px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 175px;
	}
.index_case .index_category_name a{
	margin:0 14px;
}
.case_banner{
	position: relative;
	height:326px;
}
}


@media screen and (min-width: 1280px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 175px;
	}
.index_case .index_category_name a{
	margin:0 14px;
}
.case_banner{
	position: relative;
	height:347px;
}
}

@media screen and (min-width: 1360px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 190px;
	}
.index_case .index_category_name a{
	margin:0 18px;
}
.case_banner{
	position: relative;
	height:369px;
}
}
@media screen and (min-width: 1366px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 191px;
	}
.index_case .index_category_name a{
	margin:0 18px;
}
.case_banner{
	position: relative;
	height:371px;
}
}
@media screen and (min-width: 1440px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 204px;
	}
.index_case .index_category_name a{
	margin:0 21px;
}
.case_banner{
	position: relative;
	height:391px;
}
}
@media screen and (min-width: 1600px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 232px;
	}
.index_case .index_category_name a{
	margin:0 29px;
}
.case_banner{
	position: relative;
	height:434px;
}
}
@media screen and (min-width: 1680px){
.index_news .index_news_list .idnex_news_right .index_news_img .video video {
	max-height: 229px;
}
.index_case .index_category_name a{
	margin:0 19px;
}
.case_banner{
	position: relative;
	height:456px;
}
}
@media screen and (min-width: 1920px){
	.index_news .index_news_list .idnex_news_right .index_news_img .video video {
		max-height: 272px;
	}
.index_case .index_category_name a{
	margin:0 30px;
}
.case_banner{
	position: relative;
	height:517px;
}
}
.footer_link{
	background: #000000;
}
.footer_link .link {
	padding-bottom:25px;
	text-align:center;
	border-top:1px solid #494949;
}
.footer_link .link p {
    font-size: 11px;
    color: #504f4f;
	margin-top:30px;
}
.footer_link .link p a {
    font-size: 11px;
    color: #504f4f;
    margin: 0 5px;
	line-height:15px;
}
.footer_link .link p a:first-child {
	margin-left:0;
}
@media screen and (max-width:1200px) and (min-width:600px){
.m_banner .m_banner_word .m_banner_word_img {
    width: 80%;
}
.index_server img.mbgimg {
    width: 100%;
}
}
@media (max-width: 768px){
    .search_box {
        padding: 80px 0 70px 0;
        margin-top: 0;
    }
    .search_box .search_content .search_tit {
        font-size: 29px;
    }
    .search_box .search_content .search_form .search_input {
        width: 100%;
        padding: 10px 2px 6px 2px;
    }
    .search_box .search_content .search_form .search_input input[type=text] {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .news_box .news_list a .news_title {
        height: 120px;
    }

    .news_box .news_list a .news_title .tit {
        font-size: 18px;
        line-height: 24px;
    }

    .news_box .news_list a .news_title .m_date {
        font-size: 13px;
        line-height: 20px;
    }

    .news_box .news_list a .news_title .more {
        font-size: 13px;
    }
}