/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
  {
  font: 14px/1.0  "Microsoft YaHei","Source Han Sans CN",  "KaiTi";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio{
  display: block;
  margin: 0;
  padding: 0;
}

sup {
  line-height: 0.6rem;

  position: relative;

  font-size: 0.6rem;
}

* {
  /*font-size: 24px;*/
  --colorQ: #0051a4;
  --colorR: #E01837;
  --colorW: #fff;
}
.wrap{width: 1410px; margin:0 auto}

.colorQ {
	color: var(--colorQ);
}
.colorR {
  color: var(--colorR);
}
.colorW {
  color: #fff;
}

.flex-row {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.padding {
  padding: 5.5vw 10.5vw;
  box-sizing: border-box;
}
.padding-top{
	padding-top:5.5vw;
}
.padding-bottom{
	padding-bottom:5.5vw;
}
.padding-right{
	padding-right:10.5vw;
}
.padding-left{
	padding-left:10.5vw;
}
.padding2 {
  padding: 8% 0;
  box-sizing: border-box;
}

.out {
  width: 100%;
}
.auto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clearfix{
	height: auto;
	overflow: hidden;
	clear: both;
}
.pageSwier {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.pageSwier-inner {
  position: relative;
  height: 100vh !important;
}
.head {
    
    height: 32px;
  /* height: 70px; */
    width: 100%;
    left: 0;
    padding: 0 8%;
    border-bottom: none;

  position: absolute;
  z-index: 999;
  display: block;
  /* border-bottom: 1px solid #fff; */
  box-sizing: border-box;
  top: 1.25rem;
  transition: .5s;
}

.head-active {
  /*background-color: #ffffff;*/
  width: 100%;
  left: 0;
  top:0px;
  padding: 0 5%;
  border-bottom: none;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
}

.head .logo {
  width: 9%;
  height: 100%;
  float: left;

}
.head .logos {
  width: 9%;
  height: 100%;
  float: left;
  display: none;

}
.head .logo img,.head .logos img {
  max-height: 100%;
  max-width: 100%;
}
.head ul {
  width: 65%;
  float: left;
    display: flex;
  align-items: center;
}

.head ul li {
  height: 30px;
  position: relative;
  float: left;
  padding-bottom:10px;
}

.head ul a {
  font-size: 0.4rem;
  color: #fff;
  margin: 0 0.5rem;
}
.head ul li.on a,.head ul a:hover {
  color: #0051a4;
}
.head ul li.on:after{
    content:'';
    height: 8px;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    background: url(../images/dianico.png) no-repeat center bottom;
    background-size:8px;
}
.nav-la,.nav-shop{
	float: right;
	line-height: 30px;
	color:#fff;
	font-size: 0.42rem;
	font-weight: bold;
	padding-right:0.4rem;
	
}

.nav-btn {
  width: 25px;
  height: 16px;
  cursor: pointer;
  float: right;
  position: relative;
  margin-top:8px
}

.nav-btn span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: flex;
  position: absolute;
  transition: .5s;
}

.nav-btn span:nth-child(1) {
  top: 0;
  right: 0;
}

.nav-btn span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.nav-btn span:nth-child(3) {
  bottom: 0;
  right: 0;
}

.nav-btn-active span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-btn-active span:nth-child(2) {
  opacity: 0;
}

.nav-btn-active span:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.head-right {
  width: 20%;
  position: relative;
  float: right;

}

.head a {
  transition: .5s;
}


/* .head a:hover {
  color: var(--colorR);
} */

/* .head-active ul a {
  color: #333;
}

.head-active .nav-btn span {
  background-color: #333;
}

.head-active .input-border {
  border: 1px solid rgba(0, 0, 0, .1);
}

.head-active .en {
  color: #333;
}

.head-active .head-right::after {
  background-color: #333;
} */
@media only screen and (min-width: 700px){
    html {
        font-size: 15px !important; 
    }
	.wrap{width: 100%;}
}
@media only screen and (min-width: 1000px){
    html {
        font-size: 20px !important; 
    }
	.wrap{width: 900px;}
}
@media only screen and (min-width: 1300px){
    html {
        font-size: 30px !important; 
    }
	.wrap{width: 1200px;}
}
@media only screen and (min-width: 1900px){
    html {
        font-size: 40px !important; 
    }
	.wrap{width: 1410px;}
}
@media only screen and (min-width: 2800px){
    html {
        font-size: 50px !important; 
    }
}
@media only screen and (min-width: 4000px){
    html {
        font-size: 75px !important; 
    }
}
/*首页*/
.page1_box,.page3_box{
	height: 100%;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex; 
	align-items: center;
}
.index_zi{
	flex: 1;
	width: 30%;
	float: left;
	text-align: left;
	transition: .5s .5s;
}
.index_zi img{
	max-width: 100%;
}
@keyframes ran{
	from{
		background-position: 0 0;
	}
	to{
		background-position: 2000px 2000px;
	}
}
.index_logo{
	float: left;
	-webkit-flex: 1; /* Safari 6.1+ */
	flex: 2;
	text-align: right;
	position: relative;
}
.logo_bg{
	padding: 3.0rem;
	
}
.index_logo_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/xing.png) no-repeat right;
	background-size: auto 100%;
	display: block;
	top: 0;
	left: 0;
	animation:fadeIn 2s;
}
.logo_bg_img{
	height:55vh;
	background-size: cover;
	background-position: right center;
	/*-webkit-animation: run-gif 5s steps(1,end) infinite;*/
}
.logo_bg img{max-width: 100%; height: auto; max-height: 55vh; }

.indexIndustry-list{
	height: 100%;
}

.indexIndustry-list .thumb {
    position: relative;
	height: 100%;
	text-align: center;
}
.indexIndustry-list .thumb .image{
	height: 100%;
	
}
.indexIndustry-list .thumb .image img{
	height: 100%;
	min-width:100%
}
.indexIndustry-list .content {
	background: url(../images/indexBg01.png) right top no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-background-size: cover;
    background-size: cover;
	color: #fff; 
	text-align: justify; 
	-moz-text-align-last: left; 
	text-align-last: left; 
	
    
}
.indexIndustry-list .content1{
	width: 50%;
	height: 100%;
	float: right;
	padding-top: 100px;
}
.indexIndustry-list h2 { font-size: 1.35rem; line-height: 3;font-weight: bold;}
.indexIndustry-list h3 { font-size: 0.75rem; padding-top: 5px; }
.indexIndustry-list h3 {
    padding-top: 5px;
    color: rgba(255, 255, 255);
}
.indexIndustry-list h3:after {
    content: '';
    display: block;
    width: 1em;
    height: 3px;
    background-color: #ffffff;
    margin: 8px 0 10px;
}
.indexIndustry-list h3:after { margin-top: 25px; margin-bottom: 28px; }

.indexIndustry-dot{background-color:#187ac6; text-align:center; padding-bottom:10px;}

.indexIndustry-dot span{width:10px; height:10px; background-color:#fff; margin:0 5px;}

.indexIndustry-dot span.swiper-pagination-bullet-active{background-color:#eb9335;}

.indexIndustry-nav{
	position: absolute;
	bottom: 130px;
	width: 100%;	
}
.indexIndustry-hd { 
	text-align: center; 
	padding: 0 10.5%;
}

.indexIndustry-hd li { cursor: pointer; padding: 20px; background: #fff; border-radius: 10px; transition: all 0.4s;box-sizing: border-box; }

.indexIndustry-hd .box { width: 65px; height: 65px; overflow: hidden; position: relative; float: right;}

.indexIndustry-hd .icon { width: 100%; height: 100%; position: absolute; top: 0; left: 0; -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s; transition: .3s; display: inline-block; vertical-align: middle; }

.indexIndustry-hd .hv { top: 100%; }

.indexIndustry-hd img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }


.indexIndustry-hd .title{float: left; padding-left:40px; background: url(../images/caseico.png) no-repeat 10px 12px;}
.indexIndustry-hd .title h4 { color: #000000; font-size: 0.6rem; padding-top:10px; }
.indexIndustry-hd .title p{color:#d1d1d1; font-size:0.3rem; padding-top:10px}

.indexIndustry-hd .on{background-color: #0051a4;}

.indexIndustry-hd .on .icon { top: -100%; }

.indexIndustry-hd .on .hv { top: 0; }

.indexIndustry-hd .on h4 { color: #FFFFFF; }

.caseul{
	height: auto;
	overflow: hidden;
	clear: both;
}
.caseul li{
	width: 33%;
	float: left;
	height: 65px;
}
.caseul li a{
	box-sizing: content-box;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 10px 10px 10px 45px;
	font-size: 0.42rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 10px center ;
	transition: all 0.3s;
	border-radius: 10px;
	border:1px solid rgb(255, 255, 255,0);
	margin-right: 10px;
}
.caseul li a:hover{
	background-color:rgb(255, 255, 255,0.4);
	border: 1px solid #fff;
}
.index_ys_text{
	float: right;
	width: 45%;
	-webkit-background-clip:text;
	animation:ran 10s linear infinite;
	-webkit-flex: 1; /* Safari 6.1+ */
	flex: 1;
	text-align: right;
}
.index_ys_text img{
	max-width: 80%;
}
.index_ys_ul{
	height: auto;
	overflow: hidden;
	clear: both;
	float: left;
	width: 55%;
	-webkit-background-clip:text;
	animation:ran 10s linear infinite;
	-webkit-flex: 1; /* Safari 6.1+ */
	flex: 1;
}
.index_ys_ul li{
	width: 50%;
	float: left;
}
.index_ys_ul li .libox{
	background-color: rgb(255, 255, 255,0.1);
	padding: 1rem;
	margin-right: 15px;
	margin-top:15px;
	color: #fff;
	border: 1px solid #;
}
.index_ys_ul li .libox .ys_num{
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	display: block;
	background-image: url(../images/quanico.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	font-style:italic;
}
.index_ys_ul li .libox h4{
	font-size:0.6rem;
	margin-top: 10px;
}
.index_ys_ul li .libox p{
	font-size:0.35rem;
	margin-top:20px;
	line-height: 0.6rem;
	height: 3rem;
}
.page-title {
    position: relative;
	margin: 80px 0 20px 0;
	transition: .5s .5s;
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: 0;
	color: #ffffff;
	font-weight: bold;
}
.newsmore {
    position: absolute;
    right: 0;
    line-height: 25px;
    top: 0;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	background: url(../images/moreico.png) right center no-repeat;
	padding-right: 20px;
	line-height: 1.4rem;
}

.news-box{
	margin:0 -10px;
	margin-top: 2rem;
	overflow: hidden;
	clear: both;
	height: 70%;
	width: 100%;
}
.news-item {
    box-sizing: border-box;
    position: relative;
	transition: all 0.3s;
	width: 23%;
	float: left;
	height: 100%;
	
}
.news-item.on{
	width: 31%;
}
.news-item.on .news-inner{
	margin-top:20px
}
.news-item.on .news-img{
	padding: 3rem 1rem 1rem 1rem;
	
	
}
.news-item .news-inner{
	padding:0 20px;
	height: auto;
	margin: auto;
	margin-top: 1.75rem;
}
.news-img {
	background-color: #fff;
    padding: 1.6rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 0.3s;
	border-radius:0 20px 0 0;
}
.news-img h1{
	color: #000000;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	height: 54px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-info{ 
	border-radius: 0 0 0 20px;

}
	
.news-info .news-date{
	color:#0051a4;
	font-size: 15px;
	line-height: 50px;
	
}
.news-info .news-des{
	color: #3c3c3c;
	line-height: 25px;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
	
}
.news-info .news-more{
	width: 40px;
	height: 40px;
	display: block;
	margin-top:20px;
	background:url(../images/lan_right.png) no-repeat center;
	background-size: 20px;
	transition: all 1s;
	
}
.news-item.on .news-more{
	background:url(../images/bai_right.png) no-repeat center #0051a4 ;
	background-size: 20px;
	transition: all 1s;
}
.news-info {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.news-line{
	display: block;
	width:100%; 
	height: 2px;
	background-color:#ffffff ; 
	position: absolute;
	bottom: 0;
	z-index: 999;
	
}
.news-item.on .news-img h1{
	color: #fff;
	display: block;
	animation:fadeIn 2s;
	
}
.news-item .news-img h1{
	display: none;
}
.news-item .news-info h1{
	color: #000000;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	height: 54px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	animation:fadeIn 2s;
}
.news-item.on .news-info .news-des{
	height: 75px;
	animation:fadeIn 2s;
	
}
.news-item.on .news-info{
	border-bottom: 5px solid #0051a4;
	transition: all 0.5s;
}
.news-item.on .news-info h1{
	display: none;
}

.news-item.on .news-line{
	width: 100%;
	background-color: #0051a4;
}
.foot-out {
    height: auto !important;
	background-color: #000000;
}
.foot-more{
	height: auto;
	overflow: hidden;
	padding: 1.5rem 8%;
}
.foot_left{
	width: 60%;
	float: left;
}
.foot_right{
	width: 40%;
	float: right;
}
.foot_ul li{
	float: left;
	padding-right: 2.5rem;
}
.foot_ul li a{
	color: #fff;
	text-decoration: underline;
	font-size: 0.4rem;
}
.gzh_box{
	border: 1px solid #333;
	padding: 5px;
	float: right;
	width: 2.5rem;
}
.gzh_box img{
	width: 100%;
}
.gzh_box p{
	color: #333;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.logo_box{
	float: right;
	width: 3rem;
	margin-left: 1.5rem;: ;
}
.logo_box img{
	width: 100%;
}
.foot_info{margin-top: 1.6rem;}
.foot_info_con{
	float: left;
	padding-right:1.5rem
}
.foot_info_con p.s1{
	font-size: 0.35rem;
	color: #333;
}
.foot_info_con p.s2{
	font-size:0.4rem;
	color: #fff;
	padding-top:10px
}
.copyright{
	
	height: 55px;
	line-height: 55px;
	color: #313131;
	padding:0 8%;
	font-size: 0.35rem;
	border-top:1px solid #313131
}

/*分页*/
.sub_banner{
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: hidden;
}
.sub_banner img{
	width: 100%;
}
.sub_tit{
	position: absolute;
	width: 100%;
	top:40%
}
.sub_tit .wrap{
	margin: 0 auto;
}
.sub_tit h1{
	color: #fff;
	font-size: 1.5rem;
	
	line-height: 1;
}
.sub_brm a{
    font-size:0.4rem ;
	line-height: 1;
	color: #dbdbdb;
}
.sub_brm{
	margin-top:0.75rem;
	font-size:0.4rem ;
	line-height: 1;
	color: #dbdbdb;
	background: url(../images/homeico.png) no-repeat left center;
	background-size: 0.5rem;
	padding-left:0.6rem
}

.sub_nav{
	border-bottom:1px solid #828282 ;
}
.sub_nav .wrap{
	margin: 0 auto;
}
.sub_nav ul{
	width: 70%;
	float: left;
	height: auto;
	overflow: hidden;
	clear: both;
}
.sub_nav ul li{
	float: left;
	padding-right: 2rem;
	height: auto;
}
.sub_nav ul li a{
	display: block;
	height: 2rem;
	font-size: 0.4rem;
	line-height: 2rem;
	width: 100%;
	position: relative;
}

.sub_nav ul li a:hover{
	color: #0051a4;

}


.sub_nav ul li.on a,.sub_nav ul li a.active {
  color: #0051a4
}

.sub_nav ul li a:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  background: #0051a4
}

.sub_nav ul li a:hover:after {
  width: 100%
}

.sub_nav ul li.on a:after,.sub_nav ul li a.active:after {
  width: 100%
}

.sub_nav .totop{
	line-height: 2rem;
	font-size: 0.4rem;
	color: #0051a4;
	display: block;
	float: right;
	background: url(../images/totop.png) no-repeat right center;
	background-size:0.4rem;
	padding-right:0.5rem
}
.sub-page-tit{
	font-size: 0.5rem;
	color: #0051a4;
	margin-bottom: 0.75rem;
	
}
.sub-page-title{
	font-size:1.05rem ;
	font-weight: bold;
	background: url(../images/caseico.png) no-repeat left center;
	background-size:0.5rem;
	padding-left:0.7rem;
}
.abouttit img{
	height: 100px;
}
.about_box_1{
	background: url(../images/about_us.jpg) no-repeat center;
	background-size: cover;
	padding: 2.5rem 0 4rem 0;
}
.about_box{
	width: 50%;
}
.about_tit{
	font-size: 0.75rem;
	padding-top:2rem;
	font-weight: bold;
}
.about_con{
	font-size: 0.4rem;
	line-height: 2;
	margin-top: 0.75rem;
	color: #2c2c2c;
}
.about_con p{
    font-size: 0.4rem;
}
.about_box_2{
	background: url(../images/about_culture.jpg) no-repeat center;
	background-size: cover;
	padding: 2.5rem 0 4rem 0;
}
/*企业文化*/
.culture_tab{
	border-radius: 20px;
	margin-top: 2rem;
	
}
.culture_tab .list{
	float: left;
	width: 15%;
	height: 12.5rem;

	
}
.culture_tab .list.on{
	width: 70%;
	transition: all 0.5s;
	
}
.culture_tab .list.on .list_tit{display: none;}
.culture_tab .list.on .list_con{display: block;}
.culture_tab .list.on .list_con p{
	display: block; animation:fadeIn 5s;
}
.culture_tab .list.on .list_con .list_con_box{
	padding: 2rem;
}
.culture_tab .list .list_tit{
	background: url(../images/culturetabbg.jpg) repeat-x bottom #fdfdfd;
	height: 100%;
	position: relative;
}
.culture_tab .list .list_tit h2{
	padding:2rem;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1.2;
	font-weight: bold;
}
.culture_tab .list .list_con{
	background: url(../images/wenhua1.png) no-repeat right center #fff; 
	background-size: auto 100%;
	height: 100%;
	display: none;
	position: relative;
}
.culture_tab .list .list_con h2{
	font-size: 0.8rem;
	font-weight: bold;
}
.culture_tab .list .list_con span.line{
	width: 0.5rem;
	height: 5px;
	background: #0051a4;
	margin: 0.7rem 0;
	display: block;
}
.culture_tab .list .list_con p{
	font-size: 0.4rem;
	line-height: 2;
	color: #373737;
	width: 50%;
	display: none;
	
}
.culture_tab .list .list_con .culture_ico{
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	bottom: 2rem;
}
.culture_tab .list .list_con .culture_ico img{
	width: 100%;
}
.culture_tab .list .list_tit .culture_ico{
	height: 1.5rem;
	position: absolute;
	bottom: 2rem;
	display: block;
	width: 100%;
	text-align: center;
}
.culture_tab .list .list_tit .culture_ico img{
	width: 1.5rem;
}

/*发展历程*/
.about_box_3{
	background: url(../images/about_develop.jpg) no-repeat bottom center #fff;
	background-size: cover;
	padding: 2.5rem 0 4rem 0;
}
.CompanyProfile{
      padding: 110px 0 130px 0;
  }
  .CompanyProfile .newBox{
      overflow: hidden;
  }
.dthyOne_l,.dthyOne_r{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.dthyOne_l{
    width: 40%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #0051a4;
	font-size: 2.5rem;
	font-weight: bold;
	
}
.dthyOne_r{
    width: 54%;
	height: 3rem;
    padding: 0 20px 0 0;
	overflow-y: auto;
}
.dthyOne_r li{
	
}
.dthyOne_r p{
    color: #757575;
	height: auto;
	line-height: 30px;
	font-size: 0.4rem;
	font-weight: normal;
	background: url(../images/dianico1.png) no-repeat left 10px;
	padding-left:0.45rem;
	background-size:0.275rem
}
.dthyOne_r p:hover{
    color:#0051a4 ;
	background: url(../images/dianico.png) no-repeat left 10px;
}

.developmentHistoryOne{
    padding-bottom: 110px;
    position: relative;
}
.developmentHistoryOne .swiper-container .swiper-slide{
	opacity: 0 !important;
}
.developmentHistoryOne .swiper-container .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}
.dthyTwo{
    text-align: center;
    cursor: pointer;
}
.dthyOne{
    
}
.developmentHistoryTwo .newBox{
	padding-top:1rem
}
.dthyTwo h6 i{
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #d4d4d4;
}
.dthyTwo h4{
    color: #c7c7c7;
    padding-top: 10px;
}
.developmentHistoryTwo .swiper-slide-active .dthyTwo h4{
    color: #0051a4;
}
.developmentHistoryTwo .swiper-slide-active .dthyTwo h6 i{
    background-color: #0051a4;
}
.developmentHistoryTwo {
    position: relative;
}
.developmentHistoryTwo::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 15px;
    background: url(../images/chiico.png) repeat-x left center;
    position: absolute;
    top: 0;
    left: 0;
}
.dthyOneBrn .iconfont{
	height: 1.5rem;
	width: 1.5rem;
    margin: 0;
    text-align: center;
    border-radius: 0.4rem;
    background-image: none;
    background-color: #a0a0a1;
    color: #ffffff;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
}
.dthyOneBrn .iconfont:after{
	font-size:0.8rem !important;
	line-height: 1.5rem;
}
.dthyOneBrn .swiper-button-next{
    float:right
}
.dthyOneBrn{
    position: absolute;
    bottom: -1rem;
    left: 0;
	width: 100%;
}

.about_box_4{
	background: url(../images/about_honor.jpg) no-repeat bottom center #fff;
	background-size: cover;
	padding: 2.5rem 0 4rem 0;
}
.honor_box{
	margin-top: 2rem;
	position: relative;
	height: 12rem;
}
.honor_left{
	position: absolute;
	display: block;
	left: 0;
	width: 230px;
	top: 0;
	z-index: 999;
	overflow: hidden;
	height: 10rem;
}

.swiper-container-honor{
	padding: 0 280px;
}
.swiper-container-honor .honor-card{
	padding:0.8rem;
	position: relative;
}
.swiper-container-honor .swiper-slide-active .honor-card{
	padding:0.4rem;
}
.swiper-container-honor .swiper-slide-prev .honor-card{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.swiper-container-honor .swiper-slide-next .honor-card{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.swiper-container-honor .honor-card h3{
	font-size: 0.6rem;
	text-align: center;
	line-height: 1.5;
	display: none;
}
.swiper-container-honor .swiper-slide-active .honor-card h3{
	display: block;
}
.honor_right{
	position: absolute;
	display: block;
	right: 0;
	width: 230px;
	top: 0;
	z-index: 999;
	overflow: hidden;
	height: 10rem;
	
}
.honor_right .swiper-container{
	height: 6rem;
	overflow: hidden;
	margin-top:2rem;
}
.honor_right .swiper-container .swiper-slide{
	display: table;
}
.honor_right .swiper-container .swiper-slide .right_li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}
.honor_right .swiper-container .swiper-slide .right_li h4{
	font-size: 0.4rem;

	line-height: 2.8;
	
	
}
.honor_right .swiper-container .swiper-slide.swiper-slide-active h4{
	background: #fff;
	border-radius: 15px;
	box-shadow:0 5px 8px 0 rgba(0,0,0,0.01),0 3px 8px 0 rgba(0,0,0,0.01) !important;
	
	
}
.zzryBrn{ position:absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.hoprev,.honext{
    width: 100%;
    height: 1rem;
    position: absolute;
    
    left: 0;
    
    z-index: 999;
}
.hoprev{
    background:url(../images/xiangshang.png) no-repeat center;
    background-size: 0.5rem;
    top: 0;
}
.honext{
    background:url(../images/xiangxia.png) no-repeat center;
    background-size: 0.5rem;
    bottom: 0;
}

.honor_tag{
    width: 50%;
}
.honor_tag li{
    margin-bottom:1rem;
    height: auto;
    overflow: hidden;
}
.honor_tag li p{
    font-size:1rem;
    color: #e2e2e2;
    margin-bottom:0.5rem;
}
.honor_tag li h1{
    font-size:0.6rem;
    float: left;
    padding-bottom:5px;
    border-bottom:3px solid #f5f5f5;
}
.honor_tag li.on p,.honor_tag li.on h1{
    color: #0051a4;
}
.honor_tag li.on h1{
    border-bottom:3px solid #0051a4;
}


.zhuanlibox,.rongyubox{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
#rongyu,#rongyuright{
  
}
/*Solution解决方案*/
.solution_box{
		padding: 2rem 0;
}
.solution_con{
	font-size: 0.4rem;
	line-height: 2;
	padding: 1rem 0;
}

.solution_con_box{
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.SolutionOne .swiper-slide img{
	width: 100%;
	line-height: 0;
	
}
.SolutionOne .swiper-slide{
	position: relative;
}
.SolutionOne .swiper-slide .solutionone_con{
	position: absolute;
	background: #fff;
	border-radius: 20px;
	top: 1rem;
	right: 1rem;
	padding: 1.2rem 1rem;
	width: 8rem;
}
.SolutionOne .swiper-slide .solutionone_con h1{
	font-size: 0.8rem;
	font-weight: bold;
	
}
.SolutionOne .swiper-slide .solutionone_con h1 span.s1{
	color: #0051a4;
	font-size: 0.8rem;
}
.SolutionOne .swiper-slide .solutionone_con h1 span.s2{
	font-size: 0.5rem;
}
.SolutionOne .swiper-slide .solutionone_con .solutionone_con_box{
	color: #787878;
	font-size: 0.4rem;
	line-height: 0.8rem;
	min-height: 4.8rem;
	margin-top: 0.5rem;
}
.SolutionOne .swiper-slide .solutionone_con a{
	height: 1rem;
	margin: 0 auto;
	width: 60%;
	background: #0051a4;
	color: #fff;
	font-size: 0.4rem;
	line-height: 1rem;
	display: block;
	text-align: center;
	border-radius: 20px;
}




.SolutionTwo{
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 100%;
	
}
.SolutionTwo .thumbsbox{
	text-align: center;
	padding: 0.5rem 0;
	background: url(../images/solution_bg_hui.png);
	margin-top: 0.5rem;
	
	
}
.SolutionTwo .thumbsbox span.s1{
	display: none;
}
.SolutionTwo .thumbsbox span.s2{
	
}
.SolutionTwo .thumbsbox h4{
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding-top: 0.3rem;
}
.SolutionTwo .thumbsbox span.s2 img{
	height: 1rem;
}
.SolutionTwo .on .thumbsbox{
	background: url(../images/solution_bg_lan.png);
	margin-top: 0;
	
}
.SolutionTwo .on .thumbsbox span.s1{
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	padding: 0.2rem;
}
.SolutionTwo .on .thumbsbox span.s1 img{
	width: 1.2rem;
	height: 1.2rem;
}
.SolutionTwo .on .thumbsbox span.s2{
	display: none;
}
.solution_show{
	float: left;
	width: 50%;
}
.solution_show_con{
	font-size: 0.425rem;
	line-height: 1rem;
	padding-top: 2rem;
	color: #757575;
}
.solution_show_con p{
    font-size: 0.425rem;
}
.solution_show_con img{
    max-width: 100%;
}
.solution_img{
	float: right;
	width: 50%;
	text-align: right;
}
.solution_img img{
	width: 90%;
	
}

.solution_jiazhi_ul{
	
}
.solution_jiazhi_ul .solution_show_jiazhi{
	
	width: 25%;
	float: left;
}
.solution_jiazhi_ul .solution_show_jiazhi .solution_show_jiazhi_box{
	background: #eff5fb;
	border-radius: 15px 0 15px 0;
	margin: 0 0.25rem;
	padding: 1rem 0;
}
.solution_show_jiazhi_box .jiazhi_tit{
	text-align: center;
}
.solution_show_jiazhi_box .jiazhi_tit img{
	width: 1.2rem;
}
.solution_show_jiazhi_box .jiazhi_tit p{
	font-size: 0.625rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.5rem 0;
}
.solution_show_jiazhi_box .jiazhi_tit:after{
	content:'';
	width: 40px;
	height: 3px;
	display: block;
	background: #0051a4;
	margin: 0 auto;
}
.solution_show_jiazhi_box .jiazhiul{
	padding:1rem 0.5rem 0 0.5rem;
	height: 8rem;
	overflow-y: auto;
}
.solution_show_jiazhi_box .jiazhiul li,.solution_show_jiazhi_box .jiazhiul p{
	font-size: 0.4rem;
	line-height: 1.5;
	padding-bottom: 0.6rem;
	color: #495056;
	background: url(../images/duigou.png) no-repeat left 0.1rem;
	background-size:0.4rem;
	padding-left:0.7rem
}
.wenti_ul{
	
}
.wenti_ul .wenti_li{
	border-bottom: 1px solid #e5e6e6;
}
.wenti_ul .wenti_li a{
	font-size: 0.625rem;
	color: #03050a;
	height: 2rem;
	line-height: 2rem;
	background: url(../images/xia.png) no-repeat right center;
	background-size:0.8rem;
	display: block;
	padding-right: 0.8rem;
	overflow: hidden
}
.wenti_ul .wenti_li .wenti_con{
	padding-bottom: 0.5rem;
	font-size: 0.4rem;
	color: #a4a7ab;
	line-height: 2;
	display: none;
}
.wenti_ul .wenti_li .wenti_con p{
    font-size: 0.4rem;
}
.wenti_ul .wenti_li.on a{
	color: #0051a4;
	background: url(../images/xia_on.png) no-repeat right center;
	background-size:0.8rem
}

.wenti_ul .wenti_li.on .wenti_con{
	display: block;
	animation:fadeIn 2s;
}
.shebei_tit{
	font-size: 0.625rem;
	margin: 1rem 0;
}
.shebei_ul{
	
}
.shebei_ul li{
	width: 33.333%;
	float: left;
}
.shebei_ul li a{
	display: block;
	margin: 0 0.25rem;
	background: #f3f3f3;
	border-radius: 15px;
	text-align: center;
	padding: 1rem;
}
.shebei_ul li a img{
	width:60%;
}
.shebei_ul li a p{
	font-size: 0.625rem;
	padding: 0.5rem 0;
}

.liuyan_box{
	background: url(../images/liuyanbg.png) no-repeat center;
	background-size:cover;
	padding: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 15px;
}
.liuyan_box .liuyan_con{
	width: 50%;
	float: left;
}
.liuyan_box .liuyan_tit{
	font-size: 0.875rem;
	color: #0051a4;
	font-weight: bold;
}
.liuyan_box .liuyan_tit:after{
	content: '';
	height: 3px;
	width: 0.8rem;
	background: #0051a4;
	display: block;
	margin-top: 0.6rem;
}
.liuyan_box .liuyan_con_box{
	font-size: 0.45rem;
	line-height: 2;
	margin-top: 0.5rem;
}
.liuyan_ul{
	width: 50%;
	float: left;
}
.liuyan_ul li{
	width: 50%;
	float: left;
}
.liuyan_ul li a{
	display: block;
	margin: 0.3rem;
	border: 2px solid #0051a4;
	text-align: center;
	height:1.5rem ;
	line-height: 1.5rem;
	border-radius: 10px;
	font-size: 0.45rem;
	background: url(../images/btn_bg.png);
}
.liuyan_ul li a:hover{
	background: #0051a4;
	color: #fff;
}

/*新闻中心*/
.news_box{
	
}
.news_solid{
	margin-top: 1rem;
}
.news_solid .news_swiper_left,.news_solid .news_swiper_right{
	width: 50%;
	float: left;
}
.news_solid .news_swiper_left .news_swiper_time{
	font-size: 0.4rem;
	color: #cccccc;
}
.news_solid .news_swiper_left h1{
	font-size: 0.7rem;
	height: 3rem;
	line-height: 1rem;
	margin-top: 0.5rem;
}
.news_solid .news_swiper_left .news_swiper_des{
	color: #565656;
	font-size: 0.4rem;
	line-height: 1.5;
} 
.news_solid .news_swiper_left .news_swiper_con{
	padding-right: 2rem;
}
.news_solid .news_swiper_right img{
	width: 100%;
	border-radius: 15px;
}
.swiper-news-button{
	position: absolute;
	bottom: 1rem;
	height: 1rem;
	width: 3rem;
	display: block;
}
.news_solid .swiper-container .swiper-button-next,.news_solid .swiper-container .swiper-button-prev{
	bottom: 0 !important;
	background:#8b8b8b ;
	width: 1rem;
	border-radius: 10px;
}
.swiper-button-prev:after, .swiper-button-next:after{
	font-size: 0.5rem;
}

.news_list_box{
	border-top: 1px solid #ececec;
	margin-top: 2rem;
}

.news_list_box .news_list_li{
	padding: 2rem 0;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.news_list_box .news_list_li .news_con{
	padding-left:13rem;
	height: 5rem;
}
.news_list_box .news_list_li .news_con h1{
	line-height: 1.25rem;
	font-size: 0.6rem;
	height: 2.5rem;
	font-weight: bold;
}
.news_list_box .news_list_li .news_con p{
	font-size: 0.4rem;
	color:#565656 ;
	height:2.5rem ;
	line-height: 0.8rem;
}
.news_list_box .news_list_li .news_time{
	position: absolute;
	display: block;
	width: 2rem;
	top: 2rem;
	font-size: 0.5rem;
	
}
.news_list_box .news_list_li .news_time span{
	font-size: 0.75rem;
}
.news_list_box .news_list_li .news_thumb{
	width: 11rem;
	position: absolute;
	left: 2rem;
	top: 2rem;
	text-align: center;
}
.news_list_box .news_list_li .news_thumb img{
	width: 9rem;
	border-radius: 10px;
	
}
/*新闻show*/
.news_show_box{
	margin-top: 3rem;
	border-top: 1px solid #eaeaea;
}
.news_show_con{
	position: relative;
	height: auto;
	
}
.news_show_con .news_show_left{
	margin-right:9.5rem;
	padding-right:1.5rem;
	border-right: 1px solid #eaeaea;
}
.news_show_con .news_show_right{
	position: absolute;
	display: block;
	width: 8rem;
	right: 0;
	top: 0;
}
.news_show_con .news_show_left .news_show_title{
	border-bottom: 1px solid #eaeaea;
}
.news_show_con .news_show_left .news_show_title h1{
	font-size:0.7rem ;
	padding: 1rem 0;
}
.news_show_con .news_show_left .news_show_title p{
	color: #cccccc;
	font-size: 0.4rem;
	padding-bottom:1rem
}
.news_show_con .news_show_left .news_show_title p font{
    	font-size: 0.4rem;
}
.news_show_con .news_show_left .news_show_con_box{
	font-size: 0.4rem;
	line-height: 2;
	padding: 1rem 0;
	min-height: 35rem;
}
.news_show_con .news_show_left .news_show_con_box p{font-size:18px; line-height:2;}
.news_show_con .news_show_right ul.news_show_right_ul{
	
}
ul.news_show_right_ul li{
	margin-top: 1rem;
}
ul.news_show_right_ul li a img{ width: 100%;}
ul.news_show_right_ul li a p{
	font-size: 0.45rem;
	line-height: 2;
	margin-top: 0.5rem;
	font-weight: bold;
}
.brm_box{
	padding-top:4rem;
	padding-bottom:2rem
}
.brm_box h1{
	font-size: 1.375rem;
	color: #fff;
}
.brm_box h1 span{
	font-size: 0.4rem;
}

.contact_box{
	background: url(../images/contact_top.jpg)  no-repeat center top;
	background-size: cover;
}
.contact_box_left,.contact_box_right{
	width: 50%;
	float: left;
}
.contact_box_right img{
	border-radius: 10px;
	width: 100%;
}

.contact_box_1{
	border-top: 1px solid #313131;
	padding-top: 2rem;
}
.contact_ul{
	padding-right: 2rem;
}
.contact_ul li{
	border-bottom: 1px solid #313131;
	padding: 1rem 0;
}
.contact_ul li p{
	color: #313131;
	font-size: 0.4rem;
}
.contact_ul li h2{
	font-size: 0.5rem;
	font-weight: bold;
	padding-top: 0.2rem;
	color: #fff;
}
.contact_task{
	padding: 2rem 0;
}
.contact_task h1{
	font-size: 0.6rem;
	color: #fff;
	font-weight: bold;
}
.task_ul{
	margin: 1rem 0;
}
.task_ul li{
	width: 5rem;
	float: left;
}
.task_ul li a{
	display: block;
	margin: 0.3rem;
	border: 2px solid #0051a4;
	text-align: center;
	height:1.5rem ;
	line-height: 1.5rem;
	border-radius: 1rem;
	font-size: 0.45rem;
	color: #fff;
}
.task_ul li a:hover{
	background: #0051a4;
	
}

.contact_box_join{
	background: #11171c;
	padding: 2rem 0;
}
.contact_box_join h3{
	font-size: 0.4rem;
	color: #fff;
	line-height: 2;
	margin-top: 1rem;
}
.join_ul{
	margin-top: 1rem;
}
.join_ul li{
	width: 33.33%;
	float: left;
}
.join_ul li a{
	padding: 1rem 1rem 2rem 1rem;
	background: url(../images/joinjiao.png) no-repeat bottom right #03050a;
	margin: 0.2rem;
	display: block;
	border-radius: 10px;
}
.join_ul li a h2{
	color: #fff;
	font-size: 0.6rem;
	font-weight: bold;
}
.join_ul li a p.s2{
	font-size: 0.4rem;
	color: #fff;
	line-height: 2;
	margin-top: 0.5rem;
	min-height: 4rem;
}
.join_ul li a p.s3,.join_ul li a p.s1{
	padding: 0.5rem 0;
}
.join_ul li a p.s3 img,.join_ul li a p.s1 img{
	width: 1.5rem;
}
.join_ul li a p.s3,.join_ul li a:hover p.s1{
	display: none;
}
.join_ul li a:hover p.s3,.join_ul li a p.s1{
	display: block;
}
.join_ul li a:hover{
	background: #0051a4;
	transition: all 0.5s;
}
.job_ul{
	margin-top: 1rem;
}
.job_ul .job_ul_tit{
	height: 1.5rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #313131;
	
}
.job_ul_li{
	border-bottom: 1px solid #313131;
	padding: 0.5rem 0;
}
.job_ul_li .list{
	line-height: 1;
	clear: both;
	height: auto;
	overflow: hidden;
}
.job_ul .job_ul_tit span,.job_ul_li .list span{
	float: left;
	width: 20%;
	color: #fff;
}
.job_ul .job_ul_tit span{
	font-size: 0.45rem;
	font-weight: bold;
}
.job_ul_li .list span{
	font-size: 0.4rem;
}
.job_ul_li.on .list span{
	color: #0051a4;
}
.job_ul_li.on .list .s1,.job_ul_li .list .s2{
	display: none;
}
.job_ul_li.on .list .s2,.job_ul_li .list .s1{
	display: block;
}
.job_ul_li .con{
	display: none;
	line-height: 2;
	font-size: 0.4rem;
	color:#fff;
	margin-top: 1rem;
}
.job_ul_li .con p{
    font-size: 0.4rem;
}
.job_ul_li.on .con{
	display: block;
	animation:fadeIn 2s;
}

.job_ul_li  .con a.job_btn{
	display: block;
	background: #0051a4;
	color: #fff;
	width: 4rem;
	height: 1rem;
	font-size: 0.4rem;
	line-height: 1rem;
	border-radius: 0.5rem;
	text-align: center;
	margin-top: 1rem;
}

/*产品中心*/
.product_box{
	margin-top: 3rem;
	border-top: 1px solid #eaeaea;
	background: #fbfbfd;
	padding: 0.5rem 0;
}
.product_box .swiper-container .swiper-slide{
	text-align: center;
}
.product_box .swiper-container .swiper-slide img{
	width: 40%;
}
.product_box .swiper-container .swiper-slide p{
	font-size: 0.3rem;
	margin-top: 0.1rem;
}
.product_box .swiper-container .swiper-button-next,.product_box .swiper-container .swiper-button-prev{
	background: #8b8b8b;
	border-radius: 5px;
	width: 0.8rem;
	height: 0.8rem;
}

.product_box_1{
	background: #fff;
	text-align: center;
}
.product_box_2{
	background: #03050a;
	text-align: center;
	color: #fff;
}

.product_box_1 h1,.product_box_2 h1{
	font-size: 1rem;
	margin-top: 2rem;
}
.product_box_1 .s1,.product_box_2 .s1{
	font-size: 0.45rem;
	margin-top: 0.75rem;
}
.product_box_1 a,.product_box_2 a{
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	border-radius:20px;
	color: #fff;
	background: #0051a4;
	font-size: 0.4rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.75rem;
	text-align: center;
}
.product_box_1 .pimg img,.product_box_2 .pimg img{
	width: 50%;
	margin-top: 2rem;
}

.product_show_box{
	margin-top: 3rem;
	border-top: 1px solid #eaeaea;
	padding: 0.5rem 0;
}
.product_show_box .wrap{
	height: auto;
}
.product_show_box .product_show_left{
	width: 58%;
	float: left;
}
.product_show_box .product_show_right{
	width: 42%;
	float: left;

}
.product_show_box .product_show_left .swiper-container .swiper-slide{
	text-align: center;
	background: #f6f6f6;
	border-radius: 10px;
	padding: 2rem 0;
}
.product_show_box .product_show_left .swiper-container .swiper-slide img{
	width: 50%;
}
.product_show_box .product_show_right .product_show_info{
	padding-left: 1rem;
	padding-top: 2rem;
}
.product_show_box .product_show_right .product_show_info h1{
	font-size: 1rem;
	font-weight: bold;
}
.product_show_box .product_show_right .product_show_info p{
	font-size: 0.4rem;
	line-height: 2;
	padding-top: 1rem;
}
.product_show_box .product_show_right .product_show_info a{
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	border-radius:20px;
	color: #fff;
	background: #0051a4;
	font-size: 0.4rem;
	display: block;
	margin-top: 1.75rem;
	text-align: center;
}
.product_show_box .swiper-container .swiper-button-next,.product_show_box .swiper-container .swiper-button-prev{
	background: #8b8b8b;
	border-radius: 5px;
	width: 0.8rem;
	height: 0.8rem;
}
.product_show_1{
	border-top: 1px solid #eaeaea;
	margin-top: 2rem;
	padding-top: 2rem;
}
.product_show_con{
	margin-top: 1rem;
	line-height: 2;
	font-size: 0.4rem;
}

.product_show_2{
	margin-top: 2rem;
}

/* 动画 */
.mo-bottom {
  transform: translate(0, 5vh);
  opacity: 0;
}

.head-mc {
    width: 400px;
    height: 100vh;
    position: fixed;
    background-color: #282828;
    top: 0;
    right: 0;
    background: #000000;
    z-index: 99;
    max-width: 100%;
    padding: 0 20px;
    padding-top: 10vh;
    z-index: 99;
    display: none;
}
.head-mc ul li{
    text-align: right;
    
    line-height:1.5rem;
    border-bottom:1px solid #1a1a1a;
}
.head-mc ul li a{
    font-size: 0.4rem;
    color: #fff;
}
/*优势*/

.ys_box{
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px solid #eaeaea;
}
.ys_box h1{
	font-size:0.7rem;
	padding: 1rem 0;
	text-align: center;
}
.ys_box h2{
	font-size:0.6rem;
	padding: 1rem 0;
	text-align: center;
}
.ys_box h1 img{
	height: 0.5rem;
}
.ys_box_con,.ys_box_con p{
	font-size: 0.4rem;
	line-height: 2;
}
.ys_box_con img{max-width: 100%;}
.ys_show_box{
	margin-top: 3rem;
	border-top: 1px solid #eaeaea;
}
.ys_show_con{}
.ys_show_con h1{
    font-size:0.7rem;
    padding: 1rem 0;
    text-align: center;
}

.ys_show_con .ys_content1{
    padding-bottom:1rem;
    border-bottom:1px solid #eaeaea;
}
.ys_show_con .ys_content{
    margin-top:1rem;
    margin-bottom:1rem;
    font-size:0.4rem;
    line-height: 2;
}
.contact_alert{
	position: fixed; 
	width:100%; 
	height:auto;
	top: 2rem;
	display: none;
}
.contact_alert_box{
	width: 60%;
	margin: 0 auto;
	background:#1b242c;
	border-radius: 20px;
	
}
.contact_form{
	padding: 2rem;
	
}
.contact_form h1{
	font-size: 1rem;
	color: #fff;
	line-height: 1.1;
	
}
.contact_form_des{
	color:#fff;
	line-height: 1;
	font-size: 0.5rem;
	padding: 1rem 0;
}
.contact_form h1 span{
	color: #0051a4;
	border-bottom: 1px solid #0051a4;
}
.contact_form_ul{
	height: auto;
	overflow:hidden
}
.contact_form_ul li{
	width: 50%;
	float: left;
}
.contact_form_ul li p{
	padding: 0.5rem;
	height: 0.75rem;
	line-height: 1;
	margin:0.5rem;
	background-color: #384857;
	color: #fff;
	font-size: 0.4rem;
	border-radius: 15px;
}
.contact_form_ul li p input,.contact_form_ul li p select{
	height: 0.75rem;
	line-height: 1;
	padding: 0 0.5rem;
	background: none;
	border: none;
	color: #fff;
	width: 200px;
}
.contact_form_ul li p select option{
	color: #384857;
}
.tijiaobox{
	margin-top:0.5rem;
	text-align: center;
}
.tijiaobox .tjbtn{
	margin: 0.3rem;
	border: 2px solid #0051a4;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 1rem;
	font-size: 0.45rem;
	color: #fff;
	padding: 0 1rem;
	background: #0051a4;
	
}
.tijiaobox .czbtn{
	margin: 0.3rem;
	border: 2px solid #0051a4;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 1rem;
	font-size: 0.45rem;
	color: #fff;
	padding: 0 1rem;
	background: none;
}
.alert_success{
	width: 50%;
	margin: 0 auto;
	display: none;
	position: relative;
}
.alert_success .closebox{
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(../images/closeico.png) no-repeat center;
	background-size: cover;
	display: block;
	top: 0.5rem;
	right: 0.5rem;
}
.success_box{
	background: url(../images/alert_success.jpg) no-repeat right center #1b242c;
	background-size: auto 100%;
	padding: 1.5rem;
	border-radius: 15px;
	
}
.success_box h1{
	font-size: 1rem;
	color: #fff;
	line-height: 1.1;
}

.success_box p{
	color:#fff;
	line-height: 2;
	font-size: 0.5rem;
	padding: 1rem 0;
}
.success_box p.s1{
	width: 60%;
	font-size: 0.42rem;
}
#index-news-box-m{
	display: none;
}
.honor_box_m{
	display: none;
}
.full-img {
    width: 100%;
    display: block;
}
.xpage{ text-align:center; width:100%; font-size:0; padding: 20px 0;}
.xpage .pages{ display:inline-block; overflow:hidden;}
.xpage span,.xpage a{ min-width:34px; padding:0 3px; color:#707070; line-height:34px; font-family:Arial; font-size:16px;float:left;  display:block;  height:34px; line-height:34px; color:#474747; border:1px solid #e2e2e2; border-radius:4px;
	-webkit-transition:all .2s;	
	transition:all .2s;	
	margin-right: 5px;
}
.xpage a[href]:hover{ color:#fff; background-color:#0051a4; border-color:#0051a4;}
.xpage .current{ color:#fff; background-color:#0051a4; border-color:#0051a4;}
.xpage .prev, .xpage .next{ background: left no-repeat;}
.xpage .prev:hover, .xpage .next:hover{  background-position: right;}
.xpage .jump{ margin-left: 15px;}
.xpage .input{ float: left; margin: 8px 0; padding: 0 8px; width: 30px; border-right: 1px solid #e2e2e2;}
.xpage .input input{ display: block; width: 100%; text-align: center;}
.xpage .btn{ float: left; width: 50px; height: 100%; background: none; border: 0; font-size: 16px; cursor: pointer;}
.scrollTip{
    width: 0.8rem;
    height: 1.75rem;
    position: absolute;
    bottom: 1rem;
    right:1rem;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
    opacity: .6;
}
.scrollTip .imgTop {
    width: 0.8rem;
    height: 0.9rem;
    background: url(../images/scrollTip.png) no-repeat 0 0;
    background-size: 0.8rem 1.425rem;
    position: absolute;
    left: 0;
    top: 0;
}
.scrollTip .imgbottom {
    width: 0.8rem;
    height: 0.9rem;
    background: url(../images/scrollTip.png) no-repeat 0 -0.9rem;
    background-size: 0.8rem 1.425rem;
    position: absolute;
    left: 0;
    bottom: -0.03rem;
	-webkit-animation: slideMove .7s infinite alternate;
	animation: slideMove .7s infinite alternate

}
@-webkit-keyframes slideMove{
	0% {
		bottom: -.075rem
	}

	to {
		bottom: .05rem
	}
}

@keyframes slideMove {
	0% {
		bottom: -.075rem
	}

	to {
		bottom: .05rem
	}
}
@media screen and (max-width:1000px) {
    .indexIndustry-list .content1{
        width: 80%;
		
    }
}

@media screen and (max-width:640px) {
	
    html {
        font-size: 14px !important; 
    }
    .wrap {
        width: auto;
        padding: 0 10px;
    }
    .head ul{display:none}
	.head-mc ul li{
		height: 45px;
		line-height: 45px;
	}
	.head-mc ul li a{
		font-size: 16px;
	}
    .head .logo,.head .logos{
        width: 20%;
		line-height: 32px;
    }
	.head .logo{
		line-height: 30px;
	}
    .head-right{
        width: 40%;
    }
	
	.page1_box, .page3_box{
		display: block;
	}
	.scrollTip{
		display: none;
	}
	.index_zi{
		width: 100%;
		text-align: center;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.indexIndustry-list .content1{
		width: 98%;
	}
	.indexIndustry-nav {
		width: 94%;
		padding: 0 3%;
		bottom: 30px;
	}
	.indexIndustry-hd{
		padding: 0;
	}
	.indexIndustry-hd li{
		padding: 10px;
	}
	.indexIndustry-hd .box{
		width: 45px;
		height: 45px;
	}
	
	.index_ys_ul{
		width: 100%;
		float: none;
		margin-top: 20px;
	
	}
	.index_ys_ul li{
		width: 100%;
		float: none;
	}
	.index_ys_ul li .libox{
		margin-right: 0;
	}
	.index_ys_ul li .libox h4{
		font-size: 16px;
	}
	.index_ys_ul li .libox p{
		font-size: 13px;
		line-height: 25px;
		height: 50px;
		margin-top: 10px;
	}
	.index_ys_ul li .libox .ys_num{
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.index_ys_text{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;

	}
	
	#index-news-box{
		display: none;
	}
	#index-news-box-m{
		display: block;
	}
	.news-item{
		width: 100%;
	}
	.news-box{
		margin: 0;
	}
	.news-item .news-inner{
		padding: 0;
	} 
	.news-img{
		padding:60px 0;
	}
	.foot_ul{
		display: none;
	}
	.sub_brm,.sub_brm a{
		font-size: 14px;
	}
	.news_show_con .news_show_left{
		margin-right: 0;
		padding-right:0;
		border: none;
	}
	.news_show_con .news_show_right{
		position: relative;
		width: 100%;
	}
	.news_show_con .news_show_left .news_show_title h1{
		font-size: 16px;	
	}
	.news_show_con .news_show_left .news_show_con_box{
		font-size: 14px;
	}
	.news_show_con .news_show_left .news_show_con_box p{
		font-size: 14px;
	}
	.news_show_con .news_show_left .news_show_title p{
		font-size: 14px;
	}
	ul.news_show_right_ul li a p{
		font-size: 14px;
	}
	.news_solid .news_swiper_left, .news_solid .news_swiper_right{
		width: 100%;
		float: none;
	}
	.swiper-news-button{
		width:120px
	}
	.news_solid .swiper-container .swiper-button-next, .news_solid .swiper-container .swiper-button-prev{
		width: 40px;
	}
	.news_solid .news_swiper_left .news_swiper_des{
		display: none;
	}
	.news_solid .news_swiper_left h1{
		font-size: 16px;
		line-height: 1.5;
		height: auto;
	}
	.news_list_box .news_list_li .news_con p{
		display: none;
	}
	.news_list_box .news_list_li .news_time{
		display: none;
	}
	.news_list_box .news_list_li .news_con{
		padding-left:11rem
	}
	.news_list_box .news_list_li .news_thumb{
		left: 0;
		top: 15px;
	}
	.news_list_box .news_list_li{
		padding: 15px 0;
	}
	.news_list_box .news_list_li .news_con{
		
	}
	.about_box{width: 100%;background-size:100%}
	.culture_tab .list .list_con p{
		width: 100%;
	}
	.SolutionOne .swiper-slide .solutionone_con{
		width: 80%
	}
	.contact_box_left, .contact_box_right{
		width: 100%;
		float: none;
	}
	.join_ul li{
		width: 100%;
		float: none;
	}
	.contact_alert_box{
		width: 80%;
	}
	.contact_form{
		padding: 10px;;
	}
	.contact_form_des{
		line-height: 1.5;
	}
	.contact_form_ul li{
		width: 100%;
		float: none;
	}
	.contact_form_ul li p input#int{
		width: 100px;
	}
	.contact_form_ul li p input, .contact_form_ul li p select{
		height: 30px;
	}
	.contact_form_ul li p{
		height: auto;
	}
	.alert_success{
		width: 90%;
	}
	.success_box{
		padding: 10px;
	}
	
	.indexIndustry-list .thumb .image{
		height:auto
	}
	.indexIndustry-list .content{
		position: relative;
		margin-top: 0;
		background: #3374b6;
		display: block;
		height: auto;
		overflow: hidden;
		clear: both;
	}
	.indexIndustry-list .content1{
		padding-top: 10px;
	}
	.indexIndustry-list{
		background: #3374b6;
	}
	.caseul li{width: 50%;}
	.page-title{
		height: 100px;
		
	}
	.newsmore{
		bottom:10px;
		height: 1.4rem;
		top: unset;
	}
	
	.product_show_box .product_show_left{
		width: 100%;
		float: none;
	}
	.product_show_box .product_show_right{
		width: 100%;
		float: none
	}
	.product_show_box .swiper-container .swiper-button-next, .product_show_box .swiper-container .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.product_box .swiper-container .swiper-button-next, .product_box .swiper-container .swiper-button-prev{
		width: calc(var(--swiper-navigation-size) / 44 * 27);
		    height: var(--swiper-navigation-size);
	}
	.product_show_box .product_show_right .product_show_info p,.product_show_con{
		font-size: 14px;
	}
	
	.product_show_box .product_show_right .product_show_info a{
		height: 30px;
		line-height: 30px;
	}
	.product_show_box .product_show_right .product_show_info{
		padding-left: 0;
	}
	.abouttit img{
		height: 60px;
	}
	.about_con p{
		font-size: 14px;
	}
	.about_tit{
		font-size: 16px;
	}
	.culture_tab .list{
		height: 300px;
	}
	.dthyOne_r{
		height: 200px;
		padding: 0;
		width: 65%;
	}
	.dthyOne_l{
		font-size: 16px;
		width: 30%;
		height: 200px;
		line-height: 200px;
	}
	.dthyOne_r p{
		font-size: 14px;
		background-size:10px;
		padding-left:15px
	}
	.dthyTwo h6 i{
		width: 10px;
		height:10px
	}
	.honor_box{
		display: none;
	}
	.honor_box_m{
		display: block;
	}
	
	.zhuanli-container,.renzheng-container{
		clear: both;
	}
	.renzheng-container .honor-card h3,.zhuanli-container .honor-card h3{
		text-align: center;
		line-height: 35px;
	}
	.zhuanli_box_m{
		background:#fff;
		padding:10px;
		margin-top:20px
	}
	.zhuanli_box_m .tag-m{
		height:30px;
		line-height: 30px;
		background: #3374b6;
		color: #fff;
		float: left;
		padding: 0 10px;
	}
	.SolutionOne .swiper-slide .solutionone_con{
		position: relative;
		padding: 0;
		top: unset;
		right: unset;
		width: unset;
		background: none;
		padding: 10px;
		
	}
	.SolutionOne .swiper-slide,.SolutionOne .swiper-wrapper,.solution_con_box{
		background:#3374b6;
	}
	.SolutionOne .swiper-slide .solutionone_con h1{
		font-size: 20px;
	}
	.SolutionOne .swiper-slide .solutionone_con h1 span.s1{
		font-size: 20px;
	}
	.SolutionOne .swiper-slide .solutionone_con h1 span.s2{
		font-size: 18px;
	}
	.SolutionOne .swiper-slide .solutionone_con .solutionone_con_box{
		font-size: 14px;
		line-height: 25px;
		color: #fff;
	}
	.SolutionOne .swiper-slide .solutionone_con{
		margin-bottom: 60px;
		margin-top: 20px;
	}
	.SolutionOne .swiper-slide .solutionone_con a{
		height: 40px;
		line-height: 40px;
		width: 200px;
		margin-top:20px
	}
	.solution_show{
		width: 100%;
		float: unset;
	}
	.solution_img{
		display: none;
	}
	.solution_jiazhi_ul .solution_show_jiazhi{
		width: 100%;
		float: unset;
		margin-bottom: 10px;
	}
	.solution_show_con{
		font-size: 14px;
		line-height: 1.5;
	}
	.news_list_box .news_list_li .news_con h1{
		font-size:14px;
		line-height: 1.5;
	}
	
}