@charset "utf-8";
@font-face {
  font-family:"思源黑体";
  src: url('../font/SourceHanSans-Normal.otf');
}
@font-face {
  font-family:"思源黑体Bold";
  src: url('../font/SourceHanSans-Bold.otf');
}
@font-face {
  font-family:"思源黑体Light";
  src: url('../font/SourceHanSans-Light.otf');
}
.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
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;
}
h4{
    font-size: 18px;
}
* {
  -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:"Microsoft YaHei","Helvetica Neue",Helvetica, sans-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: 16px;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration:none;
}
a:focus {
  outline: none;
}
a:link{
	text-decoration: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #000;
}
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;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1265 {
  width: 1265px;
  margin: 0 auto;
}
.w1300 {
  width: 1300px;
  margin: 0 auto;
}
.w1510 {
  width: 100%;
  padding:0 195px;
  margin: 0 auto;
}
.w1788 {
  width: 100%;
  padding:0 70px 0 40px;
  margin: 0 auto;
}
header{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
	padding:20px 0 20px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
	background-color: #fff;
}
.ind header{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
	padding:20px 0 20px 0;
	box-shadow: none;
	background-color: transparent;
}
.ind header.white {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
}
header .header_left{
	width:50%;
	float:left;
}
header .header_left .header_btn{
    display: none;
	float:left;
	width:49px;
	height:49px;
	border:2px solid #000;
	padding:14px 8px;
	cursor:pointer;
}
header .header_left .header_btn .line{
	width:30px;
	height:2px;
	border:1px solid #161616;
	margin-bottom:7px;
}
header .header_left .header_logo{
	float:left;
	width:157px;
	margin-left:45px;
}
header .header_left .header_logo img.pclogo{
	display: block;
    width: 100%;
}
header .header_left .header_logo img.mlogo{
	display: none;
}
header .heaer_right{
	width:50%;
	float:left;
	text-align:right;
}
header .heaer_right a{
    margin-left: 40px;
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
}
header .heaer_right a.search img{
    width: 20px;
    margin-top: -2px;
}

header .heaer_right .item{
	display:inline-block;
	margin-top:27px;
}
header .heaer_right .item:first-child{
	margin-right:13px;
	position:relative;
}
header .heaer_right .language:after{
	content:"";
	position:absolute;
	right:-15px;
	bottom:0;
	width:2px;
	height:100%;
	background-color:#000;
	
}
header .heaer_right .item:last-child{
	margin-left:10px;
}
header .heaer_right .item span{
	margin-left:9px;
	color:#000000;
	font-size:14px;
}

.menu{
	position:fixed;
	top: 0;
    bottom: 0;
    left: 0;
    width: 635px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform .5s ease;
	z-index:99;
}
.current{
	transform: translateX(0);

}
html.bg,body.bg{
	height:100%;
	overflow:hidden;
}
body.bg:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    content: "";
    background: #161616;
    opacity: .6;
}
.menu .menu_logo {
    position: absolute;
    top: 25px;
    right: auto;
    left:7.5%;
}
.menu .menu_logo img{
    width: 100%;
}
.menu .menu_close{
	position:absolute;
    z-index: 1;
    top: 25px;
    left: 30px;
	background: no-repeat 50%;
    background-size: cover;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    cursor: pointer;
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    border: 2px solid #161616;
}
.menu .menu_close:after, .menu .menu_close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #161616;
}
.menu .menu_close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.menu .menu_close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.menu .menu_content{
	width: 85%;
	position:absolute;
	background-color:#fff;
	margin-top:110px;
	overflow: auto;
	top:0;
	right:0;
	bottom:0;
	left:50%;
    transform: translateX(-50%);
}
.menu .menu_content a{
	display:block;
	width:100%;
	line-height:72px;
	border-bottom:2px solid #000;
	font-size:24px;
	color:#000;
    text-align: left;
    font-weight: bold;
}










.page {
    position: relative;
	overflow:hidden;
}
.p-main {
    padding-bottom: 50px;
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}

	60% {
		opacity: 0
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes slideOutUp {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	20% {
		opacity: 0
	}

	to {
		opacity: 0;
		transform: translateY(-100%)
	}
}

.p-main .main__top {
	position: relative;
	overflow: hidden;
	/*border-bottom: 1px solid #d9c4db;*/
}

.p-main .main__top .h0 {
	-webkit-text-stroke: 0 transparent
}

.p-main .main__top .h0 p {
	background: no-repeat 50%;
	background-size: cover;
	font-size: 15vw;
	font-family:"思源黑体Bold";
	font-weight:bold;
	line-height: 1;
	color: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: url(../images/text-gradient.jpg)
}

@media(min-width:1601px) {
	.p-main .main__top .h0 p {
		font-size: 270px
	}
}

@media(max-width:1199px) {
	.p-main .main__top .h0 p {
		font-size: 200px
	}
}

@media(max-width:767px) {
	.p-main .main__top .h0 p {
		font-size: 130px
	}
}

.p-main .main__top .h1,.p-main .main__top h1 {
	font-size: 10vw;
	line-height: 1
}

@media(min-width:1601px) {
	.p-main .main__top .h1,.p-main .main__top h1 {
		font-size: 160px
	}
}

@media(max-width:1199px) {
	.p-main .main__top .h1,.p-main .main__top h1 {
		font-size: 130px
	}
}

@media(max-width:767px) {
	.p-main .main__top .h1,.p-main .main__top h1 {
		font-size: 30px;
		line-height: 30px
	}
}

.p-main .main__top .h5,.p-main .main__top h5 {
	font-size: 24px;
	line-height: 28px
}

@media(max-width:767px) {
	.p-main .main__top .h5,.p-main .main__top h5 {
		font-size: 14px;
		line-height: 20px
	}
}

.p-main .main__top .h6,.p-main .main__top h6 {
	font-size: 24px;
	line-height: 28px
}

@media(max-width:767px) {
	.p-main .main__top .h6,.p-main .main__top h6 {
		font-size: 12px;
		line-height: 14px
	}
}

.p-main .main__top .top__background-color {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fde3fe
}

.p-main .main__top .top__background {
	background: no-repeat 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: blur(8px)
}

@media(max-width:1199px) {
	.p-main .main__top .top__background.mobile {
		background-image: url(../images/top-bg.jpg);
		filter: none
	}
}

.p-main .main__top .top__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 5vw 6vw;
	perspective: 1000px
}

@media(max-width:1199px)and (orientation:portrait) {
	.p-main .main__top .top__content {
		justify-content: flex-end;
		padding: 10px 40px
	}
}

@media(max-width:767px) {
	.p-main .main__top .top__content {
		padding: 0 15px
	}
}

.p-main .main__top .content__card {
	position: relative;
	width: 49vw;
	pointer-events: none;
	perspective: 1000px;
	transform-style: preserve-3d
}

@media(min-width:1601px) {
	.p-main .main__top .content__card {
		width: 785px
	}
}

@media(max-width:1199px) {
	.p-main .main__top .content__card {
		transform: none!important
	}

	.p-main .main__top .content__card:before {
		display: none
	}
}

@media(max-width:1199px)and (orientation:portrait) {
	.p-main .main__top .content__card {
		width: 100%;
		margin-bottom:50px;
	}
}

@media(max-width:1199px)and (orientation:landscape) {
	.p-main .main__top .content__card {
		width: 675px
	}
}

@media(max-width:767px)and (orientation:landscape) {
	.p-main .main__top .content__card {
		width: 330px
	}
}

.p-main .main__top .card__voskhod {
	margin-left: -.6vw;
	font-family:"思源黑体";
	font-size:135px;
	font-weight:bold;
	margin-bottom:20px;
}

@media(min-width:1601px) {
	.p-main .main__top .card__voskhod {
		margin-left: -10px
	}
}

@media(max-width:1199px) {
	.p-main .main__top .card__voskhod {
		margin-left: -10px;
		font-size:110px;
	}
}

@media(max-width:767px) {
	.p-main .main__top .card__voskhod {
		margin-left: -1px
	}
}

.p-main .main__top .card__slider {
	margin-top: 10px
}

.p-main .main__top .card__slider .flickity-viewport {
	cursor: auto
}

.p-main .main__top .card__slider .flickity-slider {
	transform: none!important
}

.p-main .main__top .slide {
	left: 0!important;
	width: 100%;
	opacity: 0
}

.p-main .main__top .slide.is-selected {
	-webkit-animation: fade-in 1.3s ease .1s both;
	animation: fade-in 1.3s ease .1s both
}

.p-main .main__top .slide.is-selected .anim-el p {
	-webkit-animation: slideInUp 1.3s ease both;
	animation: slideInUp 1.3s ease both
}

.p-main .main__top .slide.is-next .anim-el p,.p-main .main__top .slide.is-previous .anim-el p {
	-webkit-animation: slideOutUp 1.3s ease both;
	animation: slideOutUp 1.3s ease both
}

.p-main .main__top .slide.is-previous {
	-webkit-animation: fade-out 1.3s ease both;
	animation: fade-out 1.3s ease both
}

.p-main .main__top .anim-el {
	overflow: hidden
}

.p-main .main__top .anim-el p {
	transform: translateY(100%);
	font-family:"思源黑体";
	font-size:30px;
	line-height: 35px;
}

.p-main .main__top .slide__top {
	max-width: 600px
}

@media(max-width:1199px) {
	.p-main .main__top .slide__top {
		max-width: 530px
	}
}

@media(max-width:767px) {
	.p-main .main__top .slide__top {
		max-width: unset;
		min-height: 60px
	}
}

.p-main .main__top .slide__bottom {
	margin-top: 4.375vw
}

@media(min-width:1601px) {
	.p-main .main__top .slide__bottom {
		margin-top: 70px
	}
}

@media(max-width:1199px)and (orientation:portrait) {
	.p-main .main__top .slide__bottom {
		margin-top: 90px
	}
}

@media(max-width:1199px)and (orientation:landscape) {
	.p-main .main__top .slide__bottom {
		margin-top: 70px
	}
}

@media(max-width:767px)and (orientation:portrait) {
	.p-main .main__top .slide__bottom {
		margin-top: 40px
	}
}

@media(max-width:767px)and (orientation:landscape) {
	.p-main .main__top .slide__bottom {
		margin-top: 10px
	}
}

.p-main .main__top .bottom__number {
	display: inline-block;
	vertical-align: bottom;
	margin-left: -.85vw
}

@media(min-width:1601px) {
	.p-main .main__top .bottom__number {
		margin-left: -14px
	}
}

@media(max-width:1199px) {
	.p-main .main__top .bottom__number {
		margin-left: -14px
	}
}

@media(max-width:767px) {
	.p-main .main__top .bottom__number {
		margin-left: -6px
	}
}

.p-main .main__top .bottom__text {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 25px;
	max-width: 250px;
	padding-bottom: 2.5vw
}

@media(min-width:1601px) {
	.p-main .main__top .bottom__text {
		padding-bottom: 50px
	}
}

@media(max-width:1199px) {
	.p-main .main__top .bottom__text {
		padding-bottom: 35px
	}
}

@media(max-width:767px) {
.p-main .main__top .bottom__text {
	margin-left: 10px;
	padding-bottom: 14px;
	max-width: 130px
}
}

.ind-con{
    width: 100%;
    padding-bottom: 70px;
}
.ind-con .indtext{
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}
.ind-con .indconbut{
    margin-top: 26px;
}
.news-details-more .indconbut{
    text-align: center;
}
.ind-con .indconbut a.contbut1{
    width: 240px;
    display: inline-block;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background-color: #0027e0;
}
.ind-con .indconbut a.contbut1:hover{
    background-color: #0324c3;
}
.ind-con .indconbut a.contbut2{
    width: 240px;
    display: inline-block;
    font-size: 16px;
    color: #0027e0;
    line-height: 36px;
    border: 2px solid #0027e0;
    text-align: center;
}
.ind-con .indconbut a.contbut2:hover{
    background-color: #0027e0;
    color: #ffffff;
}
/*.ind-con .indconbut a.contbut2:after{*/
/*    content: "";*/
/*    width: 11px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    transition: opacity ease-in-out .2s;*/
/*    opacity: .25;*/
/*    background: url(/xcwebstatic/images/arrow-blue.png) center center no-repeat;*/
/*}*/
/*.ind-con .indconbut a.contbut2:hover:after{*/
/*    opacity: 1;*/
/*}*/


.index_case{
    width: 100%;
    background-color: #f6f6f6;
    padding: 100px 0 ;
}
.index_case .case-bigtitle{
    font-size: 37px;
    font-weight: bold;
}
.index_case .case-text{
    font-size: 22px;
    line-height: 40px;
    padding: 35px 0;
}





.index_case .ind_case_content{
    width: 100%;
}
.index_case .ind_case_content a{
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 3%;
}
.news_case .ind_case_content a{
    margin-right: 1.63%;

}

.index_case .ind_case_content a:nth-child(3n){
    margin-right: 0;
}
.index_case .ind_case_content a .case_con .case_img_box{
    overflow: hidden;
}
.index_case .ind_case_content a .case_con .case_img_box img{
    width: 100%;
    height: auto;
    transition: transform 2s ease;
}
.index_case .ind_case_content a .case_con .case_img_box:hover img{
    transform: scale(1.2);
}

.index_case .ind_case_content a .case_con .case_title{
	font-size:20px;
	color:#000000;
	line-height:40px;
	margin-top:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
    font-weight: bold;
}
.index_case .ind_case_content a .case_con .case_p{
	font-size:20px;
	color:#000;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
}
.folder{
	margin-top:50px;
	text-align:center;
}
.folder span{
	font-size:18px;
    color: #0027e0;
	position:relative;
	letter-spacing:3px;
	margin:0 auto;
	font-weight:bold;
    padding-right: 40px;
}
.folder span i{
	position:relative;
}
.folder span i:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -82px;
    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;
}
.folder:hover span i:after {
    transform: translate(12px,-50%)
}

.folder span:after{
    content: "";
    width: 11px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: opacity ease-in-out .2s;
    opacity: .25;
    background: url(/xcwebstatic/images/arrow-blue.png) center center no-repeat;
}
.folder span:hover:after{
    opacity: 1;
}
.ind-server{
    width: 100%;
    padding: 150px 0;
    background-color: #0027e0;
}
.ind-server .ind-server-tit{
    font-size: 37px;
    font-weight: bold;
    color: #ffffff;
}
.ind-server .ind-server-tex{
    font-size: 22px;
    line-height: 35px;
    color: #ffffff;
    margin: 35px 0 150px 0;
}
.ind-server-box{
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.ind-server-box .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ind-server-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}
.ind-server-box .swiper-slide .server-box-li{
    padding: 40px 25px;
    width: 100%;
    min-height: 400px;
    position: relative;
}
.ind-server-box .swiper-slide .server-box-li .box-li-title{
    font-size: 24px;
    color: #0027e0;
    font-weight: bold;
    text-align: left;
}
.ind-server-box .swiper-slide .server-box-li .box-li-con{
    padding: 30px 0;
}
.ind-server-box .swiper-slide .server-box-li .box-li-con a{
    display: block;
    font-size: 16px;
    color: #0027e0;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
}
.ind-server-box .swiper-slide .server-box-li .box-li-con a:hover{
    text-decoration:underline;
}
.ind-server-box .swiper-slide .server-box-li a.box-li-more{
    font-size: 15px;
    color: #0027e0;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 40px;
}
.ind-server-box .swiper-slide .server-box-li a.box-li-more:hover{
    text-decoration: underline;
}

.ind-server-box  .swiper-button-next{
    right:-67px;
}
.ind-server-box  .swiper-button-lock{
    display: block;
}
.ind-server-box  .swiper-button-prev{
    left:-67px;
}
.ind-server-box .swiper-button-next:after,.ind-server-box .swiper-button-prev:after{
    color: #ffffff;
}
.ind-server .ind-server-but a{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    margin-top: 80px;
}
.ind-server .ind-server-but a:hover{
   text-decoration: underline;
}
.ind-server .ind-server-tex2{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 160px;
    margin-bottom: 35px;
    line-height: 50px;
}
.ind-server .ind-server-tex3{
    text-align: center;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
}
.ind-server .ind-server-tex3 a{
    display: block;
    height: 46px;
    line-height: 46px;
    position: relative;

}
.ind-server .ind-server-tex3 a span {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    z-index: 6;
}
.ind-server .ind-server-tex3 a:hover span{
    color:#0027e0;
}
.ind-server .ind-server-tex3 a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ind-server .ind-server-tex3 a:hover:before {
    width: 100%;
    color:#fff;
}
.ind-server .ind-server-tex3 a:after {
    display:none;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    z-index: 2;
    opacity: .7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ind-server .ind-server-tex3 a:hover:after {
    width: 100%;
    display:none;
}

.index_server{
	width:100%;
	position:relative;
}
.index_server .server_con{
	width:85%;
}
.index_server .server_con .cont_left{
	width:51.1%;
	display:inline-block;
	font-size:37px;
	line-height:50px;
	vertical-align:top;
    font-weight: bold;
}
.index_server .server_con .cont_left span{
	display:block;
}

.index_server .server_con .cont_right{
	width:48.9%;
	display:inline-block;
}
.index_server .server_con .cont_right a{
	display:block;
	font-size:22px;
	color:#000000;
	line-height:45px;
}
.index_server .server_con .cont_right a:hover{
	text-decoration:underline;
}
.index_server:after {
    background: no-repeat 50%;
    background-size: contain;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14vw;
    height: 26.2vw;
    max-width: 225px;
    max-height: 540px;
    background-image: url(../images/index_server_bg.png);
    transform: translateY(-50%);
}
.main__awards {
    padding-top: 150px;
    padding-bottom: 150px;
}
.news-details-main{
    padding-bottom: 70px;
}
.namedgene{
	width:100%;
	padding:170px 0 0 0;
}
.namedgene .gene_title{
	font-size:36px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
}
.namedgene .gene_title span{
	font-size:22px;
	vertical-align:text-top;
}
.namedgene .gene_text{
	font-size:30px;
	text-align:center;
	margin:25px 0;
}
.gene_box{
	position:absolute;
	width:90px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.gene_box .t1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.gene_box .t2 p{
	font-size:15px;
	line-height:26px;
	color:#686767;
	
}
.left5 .gene_box{
	position:absolute;
	width:90px;
	top:60%;
	left:10%;
	transform:translate(-10%,-60%);
}
.right5 .gene_box{
	position:absolute;
	width:90px;
	top:60%;
	left:90%;
	transform:translate(-90%,-60%);
	text-align:right;
}
.gene_con{
	display:block;
	width:100%;
	position:relative;
}
.m_gene_con{
	display:none;
}
.gene_con .gene_img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.gene_con .gene_img .geneimg{
	margin:15px 0;
}
.gene_con .gene_img p{
	text-align:center;
	line-height:28px;
	font-size:16px;
	color:#686767;
}
.namedgene .gene_con .con_left{
	float:left;
	width:50%;
}
.namedgene .gene_con .con_left .left1{
	float:left;
	width:54px;
	height:388px;
	text-align:center;
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .gene_con .con_left .left1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .gene_con .con_left .left2{
	float:left;
	width:140px;
	height:388px;
	border-left:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .gene_con .con_left .left2:hover{
	/*background: linear-gradient(to bottom,#cbdeff,#cdc3ec);*/
	overflow:hidden;
}
.namedgene .gene_con .con_left .left2:before {
    content: '';
	position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
}
.namedgene .gene_con .con_left .left2:after {
    content: '';
	position: absolute;
    bottom: 23px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
}
.namedgene .gene_con .con_left .left3{
	position:relative;
	float:left;
	width:140px;
	height:296px;
	margin-top: 46px;
	border-left:2px solid #000;
}
.namedgene .gene_con .con_left .left3:before {
    content: '';
	position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
	
}
.namedgene .gene_con .con_left .left3:after {
    content: '';
	position: absolute;
    bottom: 23px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
    
}

.namedgene .gene_con .con_left .left4{
	position:relative;
	float:left;
	width:140px;
	height:204px;
	margin-top: 92px;
	border-left:2px solid #000;
}
.namedgene .gene_con .con_left .left4:before {
    content: '';
	position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
	
}
.namedgene .gene_con .con_left .left4:after {
    content: '';
	position: absolute;
    bottom: 23px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
    
}


.namedgene .gene_con .con_left .left5{
	position:relative;
	float:left;
	width:176px;
	height:113px;
	margin-top: 137px;
	border-left:2px solid #000;
}
.namedgene .gene_con .con_left .left5:before {
    content: '';
	position: absolute;
    top: 29px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
	
}
.namedgene .gene_con .con_left .left5:after {
    content: '';
	position: absolute;
    bottom: 29px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
    
}
.namedgene .gene_con .con_right{
	float:left;
	width:50%;
}
.namedgene .gene_con .con_right .right1{
	float:right;
	width:54px;
	height:388px;
	text-align:center;
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .gene_con .con_right .right1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .gene_con .con_right .right2{
	float:right;
	width:140px;
	height:388px;
	border-right:2px solid #000;
	position:relative;
}
.namedgene .gene_con .con_right .right2:before {
    content: '';
	position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
	
}
.namedgene .gene_con .con_right .right2:after {
    content: '';
	position: absolute;
    bottom: 23px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
    
}
.namedgene .gene_con .con_right .right3{
	position:relative;
	float:right;
	width:140px;
	height:296px;
	margin-top: 46px;
	border-right:2px solid #000;
}
.namedgene .gene_con .con_right .right3:before {
    content: '';
	position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
	
}
.namedgene .gene_con .con_right .right3:after {
    content: '';
	position: absolute;
    bottom: 23px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
    
}

.namedgene .gene_con .con_right .right4{
	position:relative;
	float:right;
	width:140px;
	height:204px;
	margin-top: 92px;
	border-right:2px solid #000;
}
.namedgene .gene_con .con_right .right4:before {
    content: '';
	position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
	
}
.namedgene .gene_con .con_right .right4:after {
    content: '';
	position: absolute;
    bottom: 23px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
}

.namedgene .gene_con .con_right .right5{
	position:relative;
	float:right;
	width:176px;
	height:113px;
	margin-top: 137px;
	border-right:2px solid #000;
}
.namedgene .gene_con .con_right .right5:before {
    content: '';
	position: absolute;
    top: 29px;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform:skewY(-18deg);
    -moz-transform: skewY(-18deg);
    transform: skewY(-18deg);
	
}
.namedgene .gene_con .con_right .right5:after {
    content: '';
	position: absolute;
    bottom: 29px;
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transform: skewY(18deg);
    -moz-transform: skewY(18deg);
    transform: skewY(18deg);
}





@media(max-width:1280px) {
.main__awards {
		padding-top: 20px
	}
}

@media(max-width:1199px) {
.main__awards {
		padding-top: 110px
	}
}

@media(max-width:767px) {
.main__awards {
		padding-top: 50px;
		padding-bottom: 130px;
	}
}

.main__awards .awards__title{
	background: no-repeat 50%;
    background-size: cover;
    margin: 0 auto;
    width:1015px;
    height:197px;
    background-image: url(../images/index_names.png);
}

@media(min-width:1601px) {
.main__awards .awards__title {
		width: 1125px;
		height: 210px
	}
}

@media(max-width:1199px) {
.main__awards .awards__title {
		width: 100px;
		height: 515px;
		background-image: url(../images/index_names_m.png);
		transform: translateX(10%)
	}
}

@media(max-width:767px) {
.main__awards .awards__title {
	width: 100px;
    height: 515px;
	}
}

.main__awards .awards__container {
	margin-top: -6vw
}

.main__awards .awards__container.container--mobile {
	display: none
}

@media(min-width:1601px) {
.main__awards .awards__container {
		margin-top: -85px
	}
}

@media(max-width:1199px) {
.main__awards .awards__container {
		margin-top: -460px
	}
}

@media(max-width:767px) {
.main__awards .awards__container {
		margin-top: -480px;
	}

.main__awards .awards__container.container--main {
		display: none
	}

.main__awards .awards__container.container--mobile {
		display: block
	}
}

.main__awards .awards__line {
	margin-top: 60px;
	white-space: nowrap;
	overflow: hidden
}

.main__awards .awards__line:first-child {
	margin-top: 0
}

@media(max-width:767px) {
.main__awards .awards__line {
		margin-top: 25px
	}
}


.main__awards .award {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px
}

@media(max-width:767px) {
.main__awards .award {
		margin: 0 20px
	}
}

.main__awards .award__name {
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	line-height: 70px
}

@media(max-width:767px) {
.main__awards .award__name {
		font-size: 30px;
		line-height: 30px
	}
}

.main__awards .award__number-country {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px
}

@media(max-width:767px) {
.main__awards .award__number-country {
		margin-top: -3px;
		margin-left: 8px
	}
}

.main__awards .award__number {
	font-size: 21px;
	line-height: 25px
}

.main__awards .award__number span{
    font-size: 10px;
    line-height: 25px;
}
@media(max-width:767px) {
.main__awards .award__number {
		font-size: 13px;
		line-height: 15px
	}
}

.main__awards .award__country {
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px
}

@media(max-width:767px) {
.main__awards .award__country {
		margin-top: 1px;
		font-size: 7px;
		line-height: 9px
	}
}
.index_news{
	width:100%;
	margin-top:170px;
	margin-bottom:80px;
}
.index_news .tit{
	font-size:20px;
	color:#000;
	font-weight:bold;
	margin-bottom:30px;
}
.index_news ul.news_box li{
	float:left;
	width:47.4%;
	margin-right:5.2%;
	border-bottom:2px solid #000;
	padding-top:18px;
	padding-bottom:23px;
}
.index_news ul.news_box li:hover{
    background: no-repeat 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 185px;
    background-image: url(../images/news_hover.jpg);
    transform: scaleY(1) translateY(-50%);
    transform-origin: 50% 0;
    transition: transform .5s ease,top .5s ease;
}
.index_news ul.news_box li:nth-child(2n){
	margin-right:0;
}
.index_news ul.news_box li .news_tit{
	line-height:20px;
	padding-left:7px;
}
.index_news ul.news_box li .news_tit a{
	font-size:18px;
	line-height:40px;
	width:85%;
	display: inline-block;
	color:#000;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news ul.news_box li .news_tit span{
	position:relative;
	cursor:pointer;
	display:inline-block;
	width:15%;
}
.index_news ul.news_box li .news_tit span:before {
    content: "";
    position: absolute;
    right: 27px;
    width: 18px;
    height: 19px;
	margin-top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/jiahao.png);
    top: 50%;
    transition: all .2s;
}
.index_news ul.news_box li.on .news_tit span:before {
    background-image: url(../images/jianhao.png);
	transform: rotate(180deg);
}

.index_news ul.news_box li .news_cont{
	display:none;
	font-size:16px;
	line-height:25px;
	margin-top:15px;
}

.main__clients {
	position: relative;
}

@media(max-width:1199px) {
.main__clients {
		padding-top: 0
	}
}

@media(max-width:767px) {
.main__clients {
		padding-top: 240px
	}
}

.main__clients .clients__text {
	position: relative;
	z-index: 1
}

.main__clients .clients__text p {
	max-width: 28.125vw;
	font-size:37px;
	font-weight:bold;
}

@media(max-width:1600px) {
.main__clients .clients__text p {
		max-width: 450px
	}
}

@media(max-width:767px) {
.main__clients .clients__text {
		font-size: 16px
	}
}

.main__clients .clients__hover {
	background: no-repeat 30%;
	background-size: cover;
	position: absolute;
	left: 0;
	width: 100vw;
	height: 210px;
	background-image: url(../images/news_hover.jpg);
	transform: scaleY(0) translateY(-30%);
	transform-origin: 30% 0;
	transition: transform .5s ease,top .5s ease
}

.main__clients .clients__hover.active {
	transform: scaleY(1) translateY(-30%)
}

@media(max-width:767px) {
.main__clients .clients__hover {
		height: 250px
	}
}

.main__clients .clients__container {
	margin-top: 52px;
	margin-bottom:130px;
}

@media(max-width:767px) {
.main__clients .clients__container {
		margin-top: 40px
	}
}

.main__clients .client {
	background: no-repeat 50%;
	background-size: cover;
	position: relative;
	/*display: flex;
	flex-flow: row-reverse;
	min-height: 86px;
	*/
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 2px solid #161616;
	cursor: pointer;
	display:block;
	
}
.main__clients .client:nth-child(2n){
	margin-right:0;
}

.main__clients .client.active .client__text {
	opacity: 1
}

@media(max-width:767px) {
.main__clients .client {
		display: block;
		padding: 8px 0 25px
	}

.main__clients .client:first-child {
		border-top: 2px solid #161616
	}
}

.main__clients .client__desc {
	/*position: relative;*/
	width: 85%;
	font-size:17px;
	padding:8px 0 18px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	letter-spacing: 1px;
}
.main__clients .client:hover .client__desc {
	color:#000;
}

/*.main__clients span {*/
/*	width:15%;*/
/*	padding:8px 0 18px 40px;*/
/*	display: inline-block;*/
/*}*/
.main__clients span .plus{
    width: 19px;
    height: 19px;
    color: #000000;
    transition: color .25s;
    position: relative;
}
.main__clients span .plus:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  margin-left: -9px;
  margin-top: -2px;
  border-top: 3px solid;
  transition: all .2s;
}
.main__clients span .plus:after {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 height: 19px;
 margin-left: -1px;
 margin-top: -9px;
 border-left: 3px solid;
 transition: all .2s;
}
.main__clients .client.on span .plus:before {
	transform: rotate(180deg);
}
.main__clients .client.on span .plus:after {
 display:none;
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 height: 18px;
 margin-left: -1px;
 margin-top: -9px;
 border-left: 2px solid;
 transform: rotate(180deg);
}


/*.main__clients span:before {
    content: "";
    position: absolute;
    right: 27px;
    width: 18px;
    height: 19px;
	margin-top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/jiahao.png);
    transition: all .2s;
}
.main__clients .client.on span:before {
    background-image: url(../images/jianhao.png);
	transform: rotate(180deg);
}*/


@media(max-width:767px) {
.main__clients .client__desc {
		margin-top: 0;
		margin-left: auto;
		max-width: 100%;
		text-align: left
	}
}

.main__clients .client__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: no-repeat 50%;
	background-size: contain;
	width: 115px;
	height: 55px
}

@media(max-width:767px) {
.main__clients .client__logo {
		position: static;
		margin: 15px auto 0;
		transform: none
	}
}

.main__clients .client__texts {
	font-size:15px;
	line-height:25px;
	display:none;
	margin-top:10px;
	height:75px;
	overflow:hidden;
}
.main__clients .client__texts p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.main__clients .client:hover .client__texts {
	color:#000;
}


@media(max-width:1199px) {
.main__clients .client__text {
		opacity: 1
	}
}

@media(max-width:767px) {
.main__clients .client__text {
		margin-top: 25px;
		width: 80%;
		font-size: 14px
	}
}

.main__clients .clients__show-more {
	margin: 35px auto 0;
	padding-right: 60px
}

.main__clients .clients__email {
	margin-top: 120px;
	text-align: center
}

.main__clients .clients__email a {
	display: block;
	margin-top: 7px
}

@media(max-width:1199px) {
.main__clients .clients__email {
		margin-top: 100px
	}
}

@media(max-width:767px) {
.main__clients .clients__email {
		margin-top: 60px
	}

.main__clients .clients__email a {
		margin-top: 2px
	}
}
.n_left{
	float:left;
	width: 47.4%;
    margin-right: 5.2%;
}
.n_right{
	float:left;
	width: 47.4%;
    margin-right:0;
}
.index_news .wxzx{
	text-align:center;
	width: 230px;
	padding:12px 0;
    border: 2px solid #000;
	margin: 0 auto;
	line-height:30px;
	position:relative;

}
.index_news .wxzx i{
	font-size:24px;
	color:#000;
	z-index: 6;
	position: relative;
}
.index_news .wxzx:hover i{
	color:#fff;
}
.index_news .wxzx:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  opacity: .7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .wxzx:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  z-index: 2;
  opacity: .7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_news .wxzx:hover:before {
  width: 100%;
  color:#fff;
}
.index_news .wxzx:hover:after {
  width: 100%;
  color:#fff;
}
.index_news .wxzx:hover{
	cursor:pointer;
	color:#fff;
}
.services_img{
	width:100%;
	margin-top:216px;
}
.services_img .server_box{
	width:1036px;
	margin:0 auto;
}
.services_img img{
	max-width:1036px;
	height:100%;
}
.services_list{
	width:100%;
	position: relative;
    top: -5px;
}
.services_list a{
	display:block;
	width:100%;
	height:173px;
	background-color:#fbf5f5;
}
.services_list a:hover{
	background-color:#ffffff;
}
.services_list a .services_con{
	height:100%;
	line-height:173px;
	margin:0 auto;
}
.services_list a .services_con .title{
	width:70%;
	float:left;
	font-size:60px;
	color:#000;
}
.services_list a .services_con .more{
	width:30%;
	float:left;
	font-size:15px;
	text-align:right;
	opacity: 0;
	transition: opacity .5s ease;
}
.services_list a:hover .services_con .more{
	opacity: 1;
	
}
.services_info{
	margin-top:185px;
	margin-bottom:40px;
}
.services_info h1{
	font-size:78px;
	color:#000;
}
.services_info .con{
	font-size:36px;
	color:#000;
	width:73%;
	line-height:50px;
	margin-top:35px;
	margin-bottom:105px;
	letter-spacing: 1px;
}
.services_info .con_box .box_left{
	float:left;
	width:23.1%;
}
.services_info .con_box .box_left span{
	display:block;
	margin-bottom:27px;
	font-size:36px;
}
.services_info .con_box .box_left a{
	display:block;
	font-size:24px;
	line-height:42px;
}
.services_info .con_box .box_left a:hover{
	color:#000;
}
.services_info .con_box .box_right{
	float:left;
	width:76.9%;
}
.services_info .con_box .box_right li{
	float:left;
	width:47%;
	margin-right:6%;
	border:2px solid #000;
	margin-bottom:60px;
}
.services_info .con_box .box_right li:nth-child(2n){
	margin-right:0;
}
.services_info .con_box .box_right li .box_con{
	padding:36px 37px;
}
.services_info .con_box .box_right li .box_con .leixing{
	font-size:21px;
}
.services_info .con_box .box_right li .box_con .lx_p{
	margin-top:27px;
	min-height:260px;
	overflow:hidden;
}
.services_info .con_box .box_right li .box_con .lx_p p{
	font-size:16px;
	line-height:35px;
	letter-spacing:1px;
	min-height: 26px;
}
.services_info .con_box .box_right li .box_con .money{
	font-size:24px;
	margin:40px 0 0 0;
}
.services_info .con_box .box_right li .qiming{
	height:70px;
	line-height:70px;
	font-size:16px;
	font-weight:bold;
	border-top: 2px solid #000;
	text-align:center;
	background: #cfeafe;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top right, #f9f9f9, #cfeafe);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top right, #f9f9f9, #cfeafe); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.services_info .con_box .box_right li .qiming a{
	display:block;
}
.services_info .con_box .box_right li .qiming a span{
	position:relative;
	color:#000;
}
.services_info .con_box .box_right li .qiming a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    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;
}
.services_info .con_box .box_right li .qiming:hover a span:after {
  transform: translate(12px,-50%);
}
.process{
	width:100%;
	border-top: 2px solid #000;
	margin-bottom:100px;
}
.process .process_box{
	margin-top:120px;
}
.process .process_box .process_left{
	float: left;
    width: 23.1%;
}
.process .process_box .process_left span{
	display: block;
    margin-bottom: 27px;
    font-size: 36px;
}
.process .process_box .process_right{
	float: left;
    width: 76.9%;
	padding-right:225px;
}
.process .process_box .process_right p{
	font-size:16px;
	line-height:26px;
	letter-spacing: 1px;
}
.process .process_box .process_right p strong{
	font-size:21px;
	line-height:50px;
	letter-spacing: 1px;
}
.process .process_box .process_right p:nth-child(2n){
	margin-bottom:30px;
	padding-left:49px;
}
.services_list .qitaservices{
    width: 100%;
    height: 145px;
    background-color: #fbf5f5;
}
.services_list .qitaservices span{
	display:block;
    width: 1200px;
    height: 100%;
    line-height: 145px;
    margin: 0 auto;
	font-size:35px;
}
.case{
	/*margin-top:185px;*/
}
.case .tit{
	font-size:78px;
}
.case .case_type{
	margin-top:70px;
	margin-bottom:50px;
	margin-left:-20px;
	margin-right:-20px;
}
.case .case_type ul li{
	float:left;
	width:10%;
	font-size:16px;
	line-height:36px;
	text-align: center;
}
.case .case_type ul li span{
	padding-right:0;
}
.case .case_type ul li a:hover{
	padding:2px 6px;
	background-color:#000;
	color:#fff;
}
.case .case_type ul li a.active{
	padding:2px 6px;
	background-color:#000;
	color:#fff;
}
.case_list{
	border-top:2px solid #000;
	margin-bottom:80px;
}
.case_list .case_box{
	margin-top:75px;
}
.case_list .case_box a{
	float:left;
	width:47.59%;
	margin-right:4.82%;
	margin-bottom:45px;
}
.case_list .case_box a:nth-child(2n){
	margin-right:0;
}
.case_list .case_box a .case_tit{
	font-size:22px;
	color:#000;
	margin-top:20px;
	letter-spacing: 1px;
    font-weight: bold;
}
.case_list .case_box a .date{
	font-size:16px;
	color:#000;
	line-height:45px;
	letter-spacing: 1px;
}
.case_list .case_box a .caseimg{
	overflow:hidden;
	margin-top:5px;
}
.case_list .case_box a .caseimg img{
	display:block;
	width:100%;
	transition: transform 2s ease;
}
.case_list .case_box a:hover .caseimg img{
	transform: scale(1.1);
}
.zixun{
	text-align:center;
	width:210px;
	height:65px;
	line-height:65px;
	border:2px solid #000;
	margin:0 auto;
}
.news-zixun{
    display: none;
}
.index_zixun{
	margin-bottom: 80px;
}

.zixun a{
	display:block;
	height:61px;
	line-height:61px;
	position:relative;
}
.zixun a span{
	position:relative;
	font-size:24px;
	color:#000;
	z-index:6;
	font-weight:bold;
}
.zixun a:hover span{
	color:#fff;
}
.zixun a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.zixun a:after {
	display:none;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  z-index: 2;
  opacity: .7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.zixun a:hover:before {
  width: 100%;
  color:#fff;
}
.zixun a:hover:after {
  width: 100%;
  display:none;
}
.case_details{
	margin-top:190px;
}
.case_details .details_box h1{
	font-size:80px;
	margin-bottom:78px;
	font-weight: 500;
}
.case_details .details_box .case_img{
	display:block;
	width:100%;
    position: relative;
    overflow: hidden;
}
.case_details .details_box .case_img img{
	display:block;
	width:100%;
}

.case_img .swiper-container {
  width: 100%;
  height: 100%;
}
.case_img .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow:hidden;
}
.case_img .slide-inner {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  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;
  color:#fff;
}
.case_img .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(0deg)!important;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
.case_img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(0deg)!important;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
.case_img .swiper-button-next:after,.case_img .swiper-button-prev:after{
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 15px;
	transform: translateY(-50%);
}
.crumbs{
	margin-top:21px;
	font-size:16px;
	line-height:23px;
	color: #646464;
}
.crumbs a{
	color: #646464;
}


.case_details .details_box .content{
	margin-top:100px;
	margin-bottom:150px;
}
.case_details .details_box .content .details_left{
	float:left;
	width:36.5%;
	padding-right:20px;
}
.case_details .details_box .content .details_left p{
	font-size:18px;
	color:#000;
	line-height:45px;
	letter-spacing: 1px;
}
.case_details .details_box .content .details_left p strong{
    font-size:21px;
    color: #141414;
}
.case_details .details_box .content .details_left .lx{
    margin-top: 43px;
}
.case_details .details_box .content .details_left .lx span{
    font-size:21px;
    color: #141414;
    font-weight: bold;
    margin-right: 17px;
}
.case_details .details_box .content .details_left .lx img{
    margin-bottom: 4px;
}
.case_details .details_box .content .details_left p a{
    font-size: 15px;
    color: #464646;
    border: 1px solid #d8d8d8;
    padding: 5px 15px;
    margin-right: 10px;
}
.case_details .details_box .content .details_left p a:hover{
    color: #ffffff;
    background-color: #d8d8d8;
}




.case_details .details_box .content .details_right{
	float:left;
	width:63.5%;
	padding-right:20px;
}
.case_details .details_box .content .details_right p{
	font-size:16px;
	color:#000;
	line-height:30px;
	min-height:26px;
	letter-spacing:1px;
}
.case_details .details_box .content .details_right p img {
    display: block;
    max-width: 100%;
    height: auto;
}
.case_details .details_box .content .details_right p a{
	text-decoration:underline;
}

/*.case_details .details_box .content .details_right p strong{
	font-size:24px;
	line-height:35px;
}
*/
.tag{
    padding: 10px 0 30px 0;
    margin-bottom: 55px;
}
.tag a{
    border: 1px solid #0048f2;
    border-radius: 5px;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #0048f2;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
.tag a:hover{
    background-color: #0048f2;
    color: #ffffff;
}
.tag a:last-child{
    border: 0px solid #0048f2;
}
.tag a:last-child img{
    width: 20px;
}
.tag a:last-child:hover{
    background-color: transparent;

}

.details_more{
}
.details_more .but1{
	background-color:#000;
	color:#FFF;
	font-weight: bold;
	font-size:19px;
	padding:12px 38px;
	letter-spacing: 1.3px;
	margin-right:30px;
}
.details_more .but1:hover{
	background-color:#424141;
}
.details_more .but2{
	border:1px solid #e5e5e5;
	color:#000;
	font-weight: bold;
	font-size:19px;
	padding:11px 38px;
	letter-spacing: 1.3px;
}
.details_more .but2 img{
	width:12px;
	height:12px;
	vertical-align:top;
	margin-left:3px;
	margin-top: 2px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.details_more .but2:hover img{
	margin-top: -2px;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.details_more .but1 img{
    width:12px;
    height:12px;
    vertical-align:top;
    margin-left:3px;
    margin-top: 2px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.details_more .but1:hover img{
    margin-top: -2px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.aboutus{
	margin-top:186px;
}
.aboutus .aboutus_a .tit_a{
	font-size:80px;
	line-height:100px;
    font-weight: bold;
}
.aboutus .aboutus_a .tit_a span{
	display:block;
}
.aboutus .aboutus_a .tit_b{
	font-size:36px;
	line-height:70px;
	margin:33px 0;
}
.aboutus .aboutus_a .tit_b span{
	display:block;
}
.aboutus .aboutus_b{
	background: no-repeat 50%;
    background-size: cover;
    margin-top: 50px;
    padding-top: 150px;
    padding-bottom: 48px;
    background-image: url(../images/aboutus_b_bg.jpg);
}
.aboutus .aboutus_b .b_cont .tit_a{
	font-size:80px;
	line-height:100px;
    font-weight: bold;
}
.aboutus .aboutus_b .b_cont .tit_a span{
	display:block;
}
.aboutus .aboutus_b .b_cont .cont_left{
	float:left;
	width:68%;
	padding-left:300px;
}
.aboutus .aboutus_b .b_cont .cont_right{
	float:left;
	width:32%;
}
.aboutus .aboutus_b .b_cont .b_box{
	margin-top:44px;
}
.aboutus .aboutus_b .b_cont .b_box .cont_a{
	margin-bottom:40px;
}
.aboutus .aboutus_b .b_cont .b_box .cont_a span{
	display:block;
	font-size:22px;
	margin-bottom:15px;
}
.aboutus .aboutus_b .b_cont .b_box .cont_a p{
	font-size:16px;
	line-height:25px;
	
}
.aboutus_c{
	margin-top:150px;
	margin-bottom:175px;
}
.aboutus_c ul li{
	float:left;
	width:48%;
	margin-right:4%;
	border-bottom:2px solid #000;
	margin-bottom:55px;
}
.aboutus_c ul li:nth-child(2n){
	margin-right:0;
}
.aboutus_c ul li:last-child .c_con{
	margin-bottom: 13px;
}
.aboutus_c ul li .c_tit{
	font-size:36px;
	color:#000;
    font-weight: bold;
}
.aboutus_c ul li .c_con{
	font-size:24px;
	color:#000;
	line-height:40px;
	margin-top:15px;
	margin-bottom:54px;
}
.aboutus_d{
	width:100%;
}
.aboutus_d .d_box .d_left{
	float:left;
	width:27%;
	font-size:56px;
	color:#000;
	padding-right:10px;
    font-weight: bold;
}
.aboutus_d .d_box .d_right{
	float:left;
	width:73%;
	font-size:28px;
	color:#000;
	line-height:45px;
	letter-spacing: 1px;
}
.ind_aboutus_d .d_box .d_right {
    width: 100%;
    font-size: 22px;
    line-height: 45px;
	letter-spacing: 1.5px;
}
.ind_aboutus_d .d_box .d_left {
    width: 100%;
    margin-bottom: 20px;
}
.ind_aboutus_d{
	padding-top:150px;
    background-color: #f5f5f5;
}
.aboutus_e{
	margin-top:210px;
	border-top:2px solid #000;
	margin-bottom:200px;
}
.aboutus_e .e_tit{
	font-size:80px;
	margin-top:120px;
	margin-bottom:90px;
    font-weight: bold;
}
.aboutus_e .e_list a{
	float:left;
	width:32.25%;
	margin-right:1%;
	overflow:hidden;
	margin-bottom:1%;
	position:relative;
}
.aboutus_e .e_list a:nth-child(3n){
	margin-right:0;
}
.aboutus_e .e_list a img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.aboutus_e .e_list a .e_cont{
	width:100%;
	display:block;
	position: absolute;
	left:0;
	bottom:0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity:0;
	padding:0 33px;
	margin-bottom:0; 
}
.aboutus_e .e_list a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.aboutus_e .e_list a:hover:before {
	background-color: rgba(0, 44, 255, .8);
}
.aboutus_e .e_list a:hover .e_cont {
	margin-bottom: 30px;
	display: block;
	opacity: 1;
	margin-top: 0;
}
.aboutus_e .e_list a .e_cont .e_name{
	font-size:25px;
	color:#fff;
	font-weight:bold;
    line-height: 32px;
    letter-spacing: 1px;
}
.aboutus_e .e_list a .e_cont .e_zhiwei{
	font-size:16px;
	color:#fff;
	margin:5px 0;
    letter-spacing: 1px;
}
.ind_aboutus_e{
	border-top: 0;
	padding: 110px 0;
    background-color: #f5f5f5;
    margin-bottom: 0;
    margin-top: 0;
}
.ind_aboutus_e .e_box .e_tit{
	font-size:37px;
	font-weight:bold;
}
.news{
	width:100%;
	margin-top:180px;
}
.news .news_t .title{
	font-size:80px;
}
.news .news_t .date{
	font-size:16px;
	line-height:30px;
	margin-top:22px;
}
.news .news_list{
	margin-top:65px;
}
.news .news_list .news_l{
	float:left;
	width:23.076%;
}
.news .news_list .news_r{
	float:left;
	width:76.924%;
	margin-left:300px;
}
.news .news_list a{
	width:100%;
	display:block;
	margin-bottom:100px;
}
.news .news_list a .news_con{
	float:left;
	width:45.725%;
	height:281px;
	padding-right:25px;
	position:relative;
}
.news .news_list a .news_con:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
	background-color:#000;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.news .news_list a:hover .news_con:after {
    width: 100%;
}
.news .news_list a .news_con .tit{
	font-size:35px;
	line-height:45px;
	color:#000;
	letter-spacing: 1px;
}
.index_news .news_list a .news_con .tit {
    font-weight: normal;
    margin-bottom: 0;
}
.index_news .news_list a .news_con .text{
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_news .news_list a .texts {
   display: none;
}
.news .news_list a .news_con .date{
	font-size:16px;
	line-height:28px;
	color:#000;
	margin-top:10px;
}
.news .news_list a .news_con .more{
	position: absolute;
	bottom:55px;
	left:0;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.index_news .news_list a .news_con .more{
    display: none;
}
.news .news_list a .news_con .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 .news_list a:hover .news_con .more span:after {
     transform: translate(12px,-50%)
}

.news .news_list a .news_img{
	float:left;
	width: 54.275%;
	height:281px;
	overflow:hidden;
}
.news .news_list a .news_img img{
	display:block;
	width:auto;
	height:100%;
	transition: transform .3s ease;
}
.news .news_list a:hover .news_img img{
	transform: scale(1.1);
}
.index_news .ind-news-more a {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #0027e0;
    margin-top: 50px;
    position: relative;
}
.index_news .ind-news-more a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0027e0;
    bottom: 0;
}

.news_box{
    width: 100%;
    margin-top: 185px;
}
.news_box .news_box_top{
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
    padding-bottom: 60px;
}
.xgnews_box .news_box_top{
    border: 0;
}
.news_box .news_box_top .box_title{
    float: left;
    width: 70%;
}
.news_box .news_box_top .box_title .title{
    font-size: 78px;
    color: #141414;
}
.news_box .news_box_top .box_title .xgtitle{
    font-size: 37px;
    font-weight: bold;;
}
.news_box .news_box_top .box_title .introduce{
    font-size: 19px;
    color: #141414;
    margin-top: 27px;
}

.news_box .news_box_top .news_search{
    float: left;
    width: 30%;
}
.news_box .news_box_top .news_search .input_search{
    width: 360px;
    height: 45px;
    box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 4px;
    position: relative;
}
.news_box .news_box_top .news_search .input_search .search_form_inp{
    display: inline-block;
    border: 0;
    width: 295px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding-left: 20px;
    background: transparent;
    font-size: 19px;
    color: #505050;
    position: absolute;
    left:0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_box .news_box_top .news_search .input_search .search_form_btn{
    background-image:url('/xcwebstatic/images/search_black.png');
    background-size:20px 20px;
    background-repeat:no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_box .news_list{
    width: 100%;
}
.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: auto;
    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 .xgmore{
    text-align: center;
    margin-bottom: 110px;
    margin-top: 110px;
}
.news_box .xgmore a{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #0027e0;
    margin: 0 auto;
    position: relative;
}
.news_box .xgmore a span{
    position: relative;
    font-size: 14px;
    color: #0027e0;
    font-weight: bold;
    z-index: 6;
}
.news_box .xgmore a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #0027e0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news_box .xgmore a:hover:before {
    width: 100%;
}
.news_box .xgmore a:hover span{
    color:#ffffff;
}

.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 .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_details{
	margin-top:190px;
}
.news_details .details_box h1{
	font-size:80px;
	margin-bottom:45px;
	font-weight: 500;
	line-height:90px;
	letter-spacing: 1px;
}
.news_details .details_box .date{
	font-size:16px;
	margin-bottom:60px;
}
.news_details .details_box .news_img{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_details .details_box .case_img{
	display:block;
	width:100%;
	height:542px
}
.news_details .details_box .case_img img{
	display:block;
	width:100%;
}

.news_img .swiper-container {
  width: 100%;
  height: 100%;
}
.news_img .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow:hidden;
}
.news_img .slide-inner {
/*  position: absolute;
*/  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  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;
  color:#fff;
}
.news_banner  img{
	display:block;
	width:100%;
	height:auto;
}
.news_img .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(0deg)!important;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
.news_img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(0deg)!important;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
.news_img .swiper-button-next:after,.news_img .swiper-button-prev:after{
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 15px;
	transform: translateY(-50%);
}
.news_details .details_box .content{
	margin-top:125px;
	margin-bottom:150px;
}
.news_details .details_box .content .details_left{
	float:left;
	width:36.5%;
	padding-right:120px;
}
.news_details .details_box .content .details_left .xgtit{
	font-size:21px;
	color:#000;
	border-bottom:1px solid #000;
	padding-bottom:19px;
	font-weight:bold;
    margin-bottom: 10px;
}
.news_details .details_box .content .details_left .xg_con a{
	display:block;
	font-size:17px;
	color:#000;
	border-bottom:1px solid #000;
	padding:19px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_details .details_box .content .details_left .xg_con a:hover{
	font-weight:bold;
}
.news_details .details_box .content .details_right{
	float:right;
	width:63.5%;
	padding-right:20px;
}
.news_details .details_box .content .details_right p{
	font-size:16px;
	color:#000;
	line-height:30px;
	min-height:26px;
	letter-spacing: 1px;
}
.news_details .details_box .content .details_right h4{
	font-size:18px;
}
.news_details .details_box .content .details_right p img{
	display:block;
	max-width:100%;
	height:auto;
}

/*.news_details .details_box .content .details_right p strong{
	font-size:24px;
	line-height:35px;
	font-weight: 500;
}
.details_more a{
	border-bottom: 2px solid #000;
	padding-bottom:5px;
}*/


.ind-con2{
    width: 100%;
    margin-top: 180px;
    margin-bottom: 150px;
    position: relative;
}
.ind-con2 .con2-img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;

}
.ind-con2 .con2-tit{
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: bold;
}
.ind-con2 .con2-text{
    font-size: 22px;
    line-height: 35px;
    padding-right: 30px;
}
.ind-con2 .con2-but{
    text-align: center;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #0027e0;
    margin-top: 50px;
}
.ind-con2 .con2-but a{
    display: block;
    height: 46px;
    line-height: 46px;
    position: relative;

}
.ind-con2 .con2-but a span {
    position: relative;
    font-size: 14px;
    color: #0027e0;
    font-weight: bold;
    z-index: 6;
}
.ind-con2 .con2-but a:hover span{
    color:#ffffff;
}
.ind-con2 .con2-but a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #0027e0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ind-con2 .con2-but a:hover:before {
    width: 100%;
    color:#fff;
}
.ind-con3{
    width: 100%;
    background-color: #f5f5f5;
    padding: 150px 0;
}
.ind-con3 .con3-tit{
    font-size: 45px;
    color: #0027e0;
    margin-bottom: 30px;
    font-weight: bold;;
}
.ind-con3 .con3-text{
    font-size: 22px;
    color: #0027e0;
    line-height: 35px;
}
.ind-con3 .con3-but{
    text-align: center;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #0027e0;
    margin-top: 50px;
}
.ind-con3 .con3-but a{
    display: block;
    height: 46px;
    line-height: 46px;
    position: relative;

}
.ind-con3 .con3-but a span {
    position: relative;
    font-size: 14px;
    color: #0027e0;
    font-weight: bold;
    z-index: 6;
}
.ind-con3 .con3-but a:hover span{
    color:#ffffff;
}
.ind-con3 .con3-but a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #0027e0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ind-con3 .con3-but a:hover:before {
    width: 100%;
    color:#fff;
}
.search_box{
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 170px 0 90px 0;
}
.search_box .search_content {
    background-color: #f5f5f5;
}
.search_box .search_content .search_form .search_input {
    background-color: #f5f5f5;
}
.index_news  .page-text-center{
    text-align: center;
}
.index_news  .page-text-center a{
    font-size: 18px;
    font-weight: bold;
    color: #0027e0;
    padding: 0 15px 5px 15px;
    border-bottom: 2px solid #0027e0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index_news  .page-text-center a:hover{
    padding: 0 35px 5px 35px;

}

















.contact{
	margin-top:188px;
	margin-bottom:80px;
}
.contact .contact_box .contact_t{
	font-size:80px;
}
.contact .contact_box{
	margin-bottom:150px;
}
.contact .contact_box .item{
	margin-top:97px;
}
.contact .contact_box .item .item_left{
	float:left;
	width:72.5%;
	padding-right:30px;
}
.contact .contact_box .item .item_left .text_a{
	font-size:40px;
	margin-bottom:35px;
    font-weight: bold;
}
.contact .contact_box .item .item_left .text_b{
	font-size:40px;
	font-weight:bold;
}
.contact .contact_box .item .item_left .text_c{
	font-size:24px;
	line-height:35px;
	margin-top:75px;
	margin-bottom:133px;
}
.contact .contact_box .item .item_left .text_c span{
	display:block;
}
.contact .contact_box .item .item_left .text_d{
	font-size:18px;
    font-weight: bold;
}
.contact .contact_box .item .item_left .text_d a:hover{
	color:#000;
	text-decoration:underline;
}
.contact .contact_box .item .item_left .text_d span{
	position:relative;
}
.contact .contact_box .item .item_left .text_d span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
	margin-top: 3px;
    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;
}
.contact .contact_box .item .item_left .text_d:hover span:after {
    transform: translate(12px,-50%)
}
.contact .contact_box .item .item_right{
	float:left;
	width:27.5%;
}
.contact .contact_box .item .text_con{
	margin-top:13px;
}
.contact .contact_box .item .text_con:nth-child(2){
	margin-top:135px;
}
.contact .contact_box .item .text_con .text_mc{
	font-size:24px;
	margin-bottom:17px;
    font-weight: bold;
	
}
.contact .contact_box .item .text_con p{
	font-size:18px;
	line-height:36px;
	
}
.footer{
	position: relative;
	z-index: 9;
	padding-top: 100px;
	padding-bottom: 80px;
	overflow: hidden;
}
.footer .footer_bg {
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	height:477px;
    overflow: hidden;
}
.footer .footer_content{
	position:relative;
}
.footer .footer_content ul li{
	float:left;
	width:15%;
	color:#fff;
	padding-right:20px;
}
.footer .footer_content ul li:nth-child(1){
	width: 57%;
}
.footer .footer_content ul li:nth-child(2){
    width: 15%;
}
.footer .footer_content ul li:nth-child(3){
    width: 13%;
}
.footer .footer_content ul li:nth-child(4){
    width: 13%;
}
.footer .footer_content ul li:nth-child(5){
	width: 2%;
	padding-right:0;
}
.footer .footer_content ul li .footer_tit{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.footer .footer_content ul li .footer_server a{
	display:block;
	font-size:15px;
	color:#fff;
	line-height:35px;
}
.bottom-content-ico{
    display: inline-block;
    margin-right: 5px;
}
.bottom-content-ico img{
    max-width:100%;
    transition: all .2s;
}
.bottom-content-ico.open img{
    max-width:100%;
    transform: rotate(180deg);
}
.bottom-open-content{
    display: none;
    background-color: #f5f5f5;
}
.bottom-open-content .con{
    padding: 70px 0;
}
.bottom-open-content .con p{
    font-size:16px;
    color:#000;
    line-height:30px;
    min-height:26px;
    letter-spacing: 1px;
}
.bottom-open-content .con h4{
    font-size:18px;
}
.bottom-open-content .con p img{
    display:block;
    max-width:100%;
    height:auto;
}
.footer .footer_content ul li .beian a{
	display:inline-block;
	font-size:14px;
	color:#fff;
	line-height:27px;
	margin-top:110px;
}
.footer .footer_content ul li .footer_p{
	font-size:14px;
	color:#fff;
	line-height:27px;
}
.footer .footer_content ul li:nth-child(1) .footer_p{
    font-size:18px;
    font-weight: bold;
}
.footer .footer_content ul li:nth-child(2) .footer_p{
    font-size:12px;
    line-height: 28px;
    margin-bottom: 18px;
}
.footer .footer_content ul li .footer_p span{
    display: block;
    font-size:12px;
    font-weight: bold;
}
.footer .footer_content ul li .footer_top{
	text-align:right;
}
.footer .footer_content ul li .footer_top a img{
	webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
	transition: .5s ease;
    width: 10px;
    height: 19px;
}
.footer .footer_content ul li .footer_top a:hover img{
	transform: translateY(-5px)
}
.footer .footer_content ul li .footer_ico{
	margin-top:85px;
	text-align: right;
}
.footer .footer_content ul li .footer_ico a{
	width:36px;
	height:36px;
	border-radius:50%;
	background-color:#fff;
	margin-right:23px;
	display: inline-block;
	position:relative;
	webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer .footer_content ul li .footer_ico a:last-child{
	margin-right:0;
}
.footer .footer_content ul li .footer_ico a img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-width:100%;
}
.footer .footer_content ul li .footer_ico a:hover{
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
}
.footer .footer_content .beian a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
	margin-top:45px;
}

.footer .footer_content .links .links_title{
	cursor: pointer;
	
}
.footer .footer_content .links .links_title .tit{
	
	font-size: 14px;
    color: #fff;
    line-height: 35px;
}
.footer .footer_content .links .links_title .icolinks{
	margin-left:20px;
}
.footer .footer_content .links .links_title .icolinks img{
	max-width:100%;
	transition: all .2s;
}
.footer .footer_content .on .links_title .icolinks img{
	max-width:100%;
	transform: rotate(180deg);
}
.footer .footer_content .links .links_con{
	display:none;
}
.footer .footer_content .links .links_con a{
	display:inline-block;
	font-size: 14px;
    color: #fff;
    line-height: 27px;
	margin-right:30px;
}
.xg_case{
	padding-left:33px;
	margin-bottom:100px;
	background-color:#FFF;
    position: relative;
}
.xg_case .swiper-wrapper{
	background-color:#FFF;
}
.xg_case .swiper-container {
      width: 100%;
      height: 100%;
	  margin-bottom:105px;
    overflow: hidden;
    }

.xg_case .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* 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;
	  overflow:hidden;
	  width:602px;
}
.xg_case .swiper-slide a{
    width:100%;
    height:auto;
}
.xg_case .swiper-slide a .images{
	width:100%;
	height:100%;
	overflow:hidden;
}
.xg_case .swiper-slide a .images img{
	width:100%;
	height:100%;
	transition: transform 2s ease;
}
.xg_case .swiper-slide a:hover .images img{
	transform: scale(1.1);
}
.xg_case .swiper-slide a .case_text{
	text-align:left;
}
.xg_case .swiper-slide a .case_text .tit{
	font-size:24px;
	color:#000;
	margin-top:40px;
    font-weight: bold;
}
.xg_case .swiper-slide a .case_text .more{
	font-size:16px;
	color:#000;
	margin-top:30px;
    font-weight: bold;
}

.xg_case .swiper-slide a .case_text .more span {
    position: relative;
}
.xg_case .swiper-slide a .case_text .more span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -48px;
    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;
}
.xg_case .swiper-slide a:hover .case_text .more span:after {
    transform: translate(12px,-50%)
}
.xg_case .swiper-pagination {
	margin-top:70px;
	position:static;
	font-size: 18px;
}
.xg_case .swiper-button-next{
    top: 99%;
	right:43.6%;
}
.xg_case .swiper-button-prev{
	top: 99%;
	left:43.6%;
}
.xg_case .swiper-button-next:after{
	content:'';
    width: 19px;
    height: 10px;
    background-image: url(../images/rightarrow.svg);
	background-position: center;
    background-size: 20px 10px;
    background-repeat: no-repeat;
}
.xg_case .swiper-button-prev:after{
    content: '';
    width: 20px;
    height: 10px;
    background-image: url(../images/leftarrow.svg);
	background-position: center;
    background-size: 20px 10px;
    background-repeat: no-repeat;
}
.pc{
	display:block;
}
.m{
	display:none;
}
.popup{
	display:none;
    position: fixed;
	width:100%;
	height:100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    transition: transform .5s ease;
    z-index: 99999;
}
.popup .popup_w_h{
    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;
}
.popup_content{
    display:block;
    text-align: center;
    width: 344px;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px 30px;
}
.popup_content .popup_logo{
    width:85%;
    margin: 0 auto;
}
.popup_content .popup_logo img{
    display:block;
    width:100%;
}
.popup_content .dial{
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}
.popup_content .dial a{
    color: #000000;
}
.popup_content .copy{
    position: relative;
}

.popup_content .input input {
    opacity: 0;
}
.popup_content button{
    border: 1px solid #000000;
    width: 80%;
    font-size: 20px;
    color: #000000;
    padding: 12px;
    background-color: #ffffff;
}
.popup_content button:hover{
    cursor:pointer;
}


.popup_content .cg {
    display: none;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 8px 20px;
    border-radius: 2px;
    transform-origin: left top;
    z-index: 999999999999;
}


/*.popup .popup_w_h .popup_content{*/
/*	text-align: center;*/
/*    width: 450px;*/
/*	background-color:#fff;*/
/*	border-radius:5px;*/
/*	padding:50px 10px;*/
/*}*/
/*.popup .popup_w_h .popup_content .wechat{*/
/*	width:100%;*/
/*}*/
/*.popup .popup_w_h .popup_content .wechat img{*/
/*	width:80%;*/
/*}*/
/*.popup .popup_w_h .popup_content .wechat span{*/
/*	display:block;*/
/*	width:100%;*/
/*	margin-top:15px;*/
/*}*/
/*.popup .popup_w_h .popup_content .tel{*/
/*	width:100%;*/
/*	margin-top:20px;*/
/*}*/
/*.m_popup_content{*/
/*	display:none;*/
/*}*/

/*分页样式*/
.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}
.pager .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 3px;
}
.pager li {
    margin: 0 .4em;
    display: inline-block;
}
.pager li a:hover{
    background-color: transparent;
}

.pager li.active:nth-child(2) {
    border-bottom: 0;
}

.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
    background-color: transparent;
    margin: 0;;
    color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pager li:first-child,
.pager li:last-child
{
    display: inline-block;
    position: relative;
    background-color: #dad9d7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.pager li:first-child:hover,
.pager li:first-child a:hover,
.pager li:last-child:hover,
.pager li:last-child a:hover
{
    background-color: #0027e0;
    border-bottom: 0;
}
.pager li:first-child:hover span,
.pager li:first-child:hover a,
.pager li:last-child:hover a
{
    background-color: transparent;
    color: #ffffff;
}

.pagination > li.disabled:last-child > span:hover,
.pagination > li.disabled:last-child > a:hover{
    color: #ffffff;
    background-color: transparent;
}

.pager li > a,
.pager li > span {
    background: transparent;
    border: 0;
    border-radius:0;
    padding: .5em .93em;;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.pager li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #000000;
}
.pager li a:hover:after{
    width: 50%;
}
.pager li.active span:after{
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #000000;
}
.pager li:first-child a:after,
.pager li:last-child a:after
{
    display: none;
}

.pager > .pagination > .active > a,
.pager > .pagination > .active > span,
.pager > .pagination > .active > a:hover,
.pager > .pagination > .active > span:hover,
.pager > .pagination > .active > a:focus,
.pager > .pagination > .active > span:focus {
    background-color: transparent;
    border-color: #d6000f;
    color: #000000;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}


.news_pager{
    display: block;
    margin: 30px 0 100px 0;
}
.m_pager {
    display: none;
}

.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%;
}


.search_type a{
	display:inline-block;
	font-size:18px;
	margin-right:30px;
	position:relative;
	 letter-spacing: 2px;
}
.search_type a:hover{
	text-decoration:none;
	color:#dc102f;
}
.search_type a.cur{
	text-decoration:none;
	color:#dc102f;
}
.search_type a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 0;
    height: 2px;
    background-color: #dc102f;
    transition: all .3s;
}
.search_type a:hover:before {
	width:100%;
}
.search_type a.cur:before {
	width:100%;
}
.heji{
	margin-top:50px;
}
.heji span{
	color:#dc102f;
	font-weight:bold;
	padding:0 2px;
}
.news .search{
	width:100%;
}
.news .search .news_r{
	width:100%;
}
.news .search .news_r {
    width: 100%;
    margin-left: 0;
}
.news .search a .news_con {
    width: 61.538%;
}
.news .search a .news_img {
   width: 38.462%;
}
.protypetable{
	margin:40px 0;
}
.protypetable .table_tit{
	text-align:right;
}
.protypetable .table_tit span{
	font-size:20px;
	position:relative;
	cursor:pointer;
}
.protypetable .table_tit span:before{
	content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 10px;
    background-image: url(../images/ico_table.png);
    transform: translateY(-50%);
	transition: all .2s;
}
.protypetable .table_tit span.open:before{
	transform:translateY(-50%) rotate(180deg);

}
.protypetable .table_con{
	margin-top:40px;
}
.protypetable .table_con p{
	font-size:16px;
	line-height:30px;
	color: #000;
	letter-spacing: 1px;
	min-height:25px;
}



@media (max-width: 1680px) {
.w1510 {
	padding: 0 100px;
}
.contact .contact_box .contact_t {
    font-size: 70px;
}
.contact .contact_box .item .item_left .text_a {
    font-size: 36px;
}
.contact .contact_box .item .item_left .text_b {
    font-size: 36px;
}
.contact .contact_box .item .item_left .text_c {
    font-size: 24px;
    line-height: 35px;
}
.news_details .details_box h1 {
    font-size: 70px;
    margin-bottom: 40px;
	line-height:80px;
}
.news .news_t .title {
    font-size: 70px;
}
.news .news_list a .news_con .tit {
    font-size: 30px;
    line-height: 40px;
}
    .news_box_top .news_list a .news_title .tit {
        font-size: 30px;
        line-height: 40px;
    }
.aboutus .aboutus_a .tit_a {
    font-size: 70px;
    line-height: 90px;
}
.aboutus .aboutus_a .tit_b {
    font-size: 32px;
    line-height: 65px;
    margin: 30px 0;
}
.aboutus .aboutus_b .b_cont .tit_a {
    font-size: 70px;
    line-height: 90px;
}
.aboutus_c ul li .c_tit {
    font-size: 32px;
}
.aboutus_c ul li .c_con {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 50px;
}
.aboutus_e .e_tit {
    font-size: 70px;
    margin-top: 110px;
    margin-bottom: 80px;
}
.aboutus_c {
    margin-top: 120px;
    margin-bottom: 145px;
}
.aboutus_e {
    margin-top: 160px;
    margin-bottom: 180px;
}
.ind_aboutus_e {
    margin-top: 0;
    margin-bottom: 0;
}
.case_details .details_box h1 {
    font-size: 70px;
    margin-bottom: 70px;
}
.news_box .news_box_top .box_title .title{
    font-size: 68px;
}
    .news_box .news_box_top .box_title .xgtitle{
        font-size: 30px;
    }

.case .tit {
    font-size: 68px;
}
.case_list .case_box a {
    margin-bottom: 35px;
}
.services_info h1 {
    font-size: 38px;
}
.services_info .con {
    font-size: 32px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 95px;
}
.xg_case .swiper-slide {
    width: 600px;
}
.ind-con .indtext {
    font-size: 32px;
    line-height: 55px;
}
.index_case .case-bigtitle {
    font-size: 35px;
    font-weight: bold;
}
.index_case .case-text {
    font-size: 21px;
    line-height: 38px;
    padding: 32px 0;
}
.ind-server .ind-server-tit {
    font-size: 35px;
}
.ind-server .ind-server-tex {
    font-size: 21px;
    line-height: 33px;
    margin: 34px 0 140px 0;
}
.ind-server .ind-server-tex2 {
    font-size: 32px;
    margin-top: 150px;
    margin-bottom: 35px;
    line-height: 50px;
}
.ind_aboutus_d .d_box .d_left {
    font-size: 50px;
}
.namedgene .gene_title {
    font-size: 34px;
}
.namedgene .gene_text {
    font-size: 28px;
    margin: 23px 0;
}
.main__clients .clients__text p {
    font-size: 35px;
}
.ind-con2 .con2-tit {
    font-size: 42px;
    margin-bottom: 28px;
}
.ind-con3 .con3-tit {
    font-size: 42px;
    margin-bottom: 30px;
}
.ind-con2 .con2-img img{
    width: 50%;
}
    .search_box .search_content .search_tit {
        font-size: 42px;
    }
    .search_box .search_content .search_form .search_input input[type=text] {
        font-size: 22px;
    }
header .heaer_right a{
    font-size: 20px;
}
.footer .footer_content ul li .footer_tit {
    font-size: 22px;
}







}


@media (max-width: 1440px) {
.w1300 {
    width: 1200px;
}
.namedgene .w1300{
	width:1300px;
}
.contact .contact_box .contact_t {
    font-size: 60px;
}
.contact .contact_box .item .item_left .text_a {
    font-size: 32px;
}
.contact .contact_box .item .item_left .text_b {
    font-size: 32px;
}
.contact .contact_box .item .item_left .text_c {
    font-size: 22px;
}
.contact .contact_box .item .text_con .text_mc {
    font-size: 22px;
}
.news .news_t .title {
    font-size: 60px;
}

.news_details .details_box h1 {
    font-size: 60px;
    margin-bottom: 35px;
}
.news .news_list a .news_con .tit {
    font-size: 26px;
    line-height: 36px;
}
    .news_box_top .news_list a .news_title .tit {
        font-size: 26px;
        line-height: 40px;
    }
.aboutus .aboutus_a .tit_a {
    font-size: 68px;
    line-height: 85px;
}
.aboutus .aboutus_a .tit_b {
    font-size: 30px;
    line-height: 60px;
    margin: 30px 0;
}
.aboutus .aboutus_b .b_cont .tit_a {
    font-size: 68px;
    line-height: 85px;
}
.aboutus_e .e_tit {
    font-size: 60px;
    margin-top: 100px;
    margin-bottom: 70px;
}
.aboutus_c {
    margin-top: 70px;
    margin-bottom: 115px;
}
.aboutus_e {
    margin-top: 0;
    margin-bottom: 0;
}
.case_details .details_box h1 {
    font-size: 60px;
    margin-bottom: 60px;
}
.case_details .details_box .content .details_left p {
    font-size: 17px;
    line-height: 35px;
}
.case .tit {
    font-size: 60px;
}
.news_box .news_box_top .box_title .title{
    font-size: 60px;
}
    .news_box .news_box_top .box_title .xgtitle{
        font-size: 28px;
    }
.w1265 {
    width: 1100px;
    margin: 0 auto;
}
.case_list .case_box a .case_tit {
    font-size: 20px;
    margin-top: 18px;
}
.case_list .case_box a {
    margin-bottom: 20px;
}
.zixun {
    width: 210px;
    height: 60px;
    line-height: 60px;
}
.zixun a {
    height: 56px;
    line-height: 56px;
}
.zixun a span {
    font-size: 22px;
}
.services_info h1 {
    font-size: 60px;
}
.services_info .con {
    font-size: 30px;
    line-height: 40px;
}
.services_list a .services_con .title {
    font-size: 50px;
}
.services_list a .services_con {
    line-height: 153px;
}
.index_news {
    margin-top: 130px;
}
.xg_case .swiper-slide {
    width: 500px;
}

.index_news .wxzx i {
    font-size: 22px;
  
}
.namedgene {
    width: 100%;
    padding: 130px 0 0 0;
}
.ind-con .indtext {
    font-size: 30px;
    line-height: 52px;
}
.index_case .case-bigtitle {
    font-size: 33px;
}
.index_case .case-text {
    font-size: 19px;
    line-height: 35px;
    padding: 30px 0;
}
.ind-server .ind-server-tit {
    font-size: 33px;
}
.ind-server .ind-server-tex {
    font-size: 20px;
    line-height: 32px;
    margin: 34px 0 130px 0;
}
.ind-server .ind-server-tex2 {
    font-size: 30px;
    margin-top: 140px;
    margin-bottom: 33px;
    line-height: 45px;
}
.ind_aboutus_d .d_box .d_left {
    font-size: 47px;
}
.namedgene .gene_title {
    font-size: 32px;
}
.namedgene .gene_text {
    font-size: 26px;
    margin: 21px 0;
}
.main__clients .clients__text p {
    font-size: 33px;
}
.ind-con2 .con2-tit {
    font-size: 40px;
    margin-bottom: 26px;
}
.ind-con2 .con2-text {
    font-size: 21px;
    line-height: 33px;
}
.ind-con3 .con3-tit {
    font-size: 40px;
    margin-bottom: 27px;
}
.ind-con2 .con2-img img {
    width: 40%;
}
.ind-con3 .con3-text {
    font-size: 21px;
    line-height: 33px;
}
    .search_box .search_content .search_tit {
        font-size: 40px;
    }
    .search_box .search_content .search_form .search_input input[type=text] {
        font-size: 21px;
    }
header .heaer_right a{
    font-size: 18px;
}
.footer .footer_content ul li .footer_tit {
    font-size: 20px;
}



}


@media (max-width: 1366px) {
.w1300 {
	width: 1100px;
}
.namedgene .w1300{
	width:1300px;
}


.contact .contact_box .contact_t {
    font-size: 50px;
}
.contact .contact_box .item .item_left .text_a {
    font-size: 28px;
}
.contact .contact_box .item .item_left .text_b {
    font-size: 28px;
}
.contact .contact_box .item .item_left .text_c {
    font-size: 20px;
}
.contact .contact_box .item .text_con .text_mc {
    font-size: 20px;
}
.contact .contact_box .item .item_left {
    width: 68%;
}
.contact .contact_box .item .item_right {
    width: 32%;
}
.footer .footer_content ul li .footer_ico a {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
.footer .footer_content ul li .footer_ico a img {
    max-width: 60%;
}
.news_details .details_box h1 {
    font-size: 55px;
    margin-bottom: 30px;
}
.news .news_t .title {
    font-size: 50px;
}
.aboutus .aboutus_a .tit_a {
    font-size: 64px;
    line-height: 85px;
}
.aboutus .aboutus_a .tit_b {
    font-size: 28px;
    line-height: 55px;
    margin: 26px 0;
}
.w1200 {
    width: 1100px;
}
.aboutus .aboutus_b .b_cont .tit_a {
    font-size: 64px;
    line-height: 85px;
}
.aboutus_c ul li .c_tit {
    font-size: 30px;
}
.aboutus_c ul li .c_con {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 40px;
}
.aboutus_c ul li:last-child .c_con {
    margin-bottom: 8px;
}
.aboutus_e .e_tit {
    font-size: 50px;
    margin-top: 80px;
    margin-bottom: 60px;
}
.aboutus_e {
    margin-top: 0;
    margin-bottom: 0;
}
.case_details .details_box h1 {
    font-size: 50px;
    margin-bottom: 50px;
}
.news_box .news_box_top .box_title .title{
    font-size: 50px;
}
    .news_box .news_box_top .box_title .xgtitle{
        font-size: 26px;
    }
.case .tit {
    font-size: 50px;
}
.case .case_type {
    margin-top: 50px;
    margin-bottom: 50px;
}
.case .case_type ul li {
    font-size: 15px;
    line-height: 36px;
}
.services_info h1 {
    font-size: 50px;
}
.services_info .con {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 90px;
}
.xg_case .swiper-slide {
    width: 440px;
}
.ind-con .indtext {
    font-size: 26px;
    line-height: 40px;
}
.index_case .case-bigtitle {
    font-size: 31px;
}
.index_case .case-text {
    font-size: 17px;
    line-height: 32px;
    padding: 25px 0;
}
.ind-server .ind-server-tit {
    font-size: 31px;
}
.ind-server .ind-server-tex {
    font-size: 19px;
    line-height: 31px;
    margin: 32px 0 120px 0;
}
.ind-server .ind-server-tex2 {
    font-size: 28px;
    margin-top: 130px;
    margin-bottom: 33px;
    line-height: 43px;
}
.ind_aboutus_d .d_box .d_left {
    font-size: 45px;
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 23px;
    margin: 20px 0;
}
.main__clients .clients__text p {
    font-size: 32px;
}
    .ind-con2 .con2-tit {
        font-size: 38px;
        margin-bottom: 23px;
    }
    .ind-con2 .con2-text {
        font-size: 18px;
        line-height: 33px;
    }
    .ind-con3 .con3-tit {
        font-size: 38px;
        margin-bottom: 27px;
    }
    .ind-con2 .con2-img img {
        width: 40%;
    }
    .ind-con3 .con3-text {
        font-size: 18px;
        line-height: 33px;
    }
    .search_box .search_content .search_tit {
        font-size: 38px;
    }
    .search_box .search_content .search_form .search_input input[type=text] {
        font-size: 18px;
    }

    header .heaer_right a{
        font-size: 17px;
    }






}

/*移动端*/
@media screen and (max-width: 1200px) {

.w1788 {
    padding: 0 15px;
}
header .header_left {
    width: 100%;
}
header .header_left .header_btn {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    padding: 9px 5px;
    cursor: pointer;
}
.ind header{
    padding: 10px 0;
}
header {
    padding: 10px 0;
}
header .header_left .header_logo {
    width: 111px;
    margin-left: 0;
    margin-top: 8px;
}
header .header_left .header_logo img.pclogo{
	display: none;
}
header .header_left .header_logo img.mlogo{
	display: block;
	width:100%;
}
header .heaer_right {
	display:none;
}
.menu {
    width: 100%;
}

.menu .menu_close {
    left: auto;
	right:30px;
    width: 55px;
    height: 55px;
}
    .menu .menu_search {
        position: absolute;
        left: 25px;
        bottom: 25px;
    }
    .menu .menu_search .m_search{
        background-color: #0027e0;
        border-radius: 5px;
        padding: 10px;
    }
    .menu .menu_search .m_search img{
        width: 20px;
    }
    .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;
    }

.w1300 {
    width: 100%;
	padding:0 15px;
}
.p-main {
    padding-bottom: 50px;
}
.index_case .ind_case_content {
	display:inline;
    grid-template-columns: auto;
	grid-auto-flow:row;
	width:100%;
	margin: 0;
}
.index_case .ind_case_content a:first-child {
    grid-column:auto; 
    grid-row: auto;
}
.index_case .ind_case_content a:nth-child(2n) {
    grid-column: auto;
    margin-right: 0;
}
.index_case .ind_case_content a {
	display:inline-block;
    padding:0;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
}
    .news_case .ind_case_content a {
        margin-right: 1.12%;
    }
.index_case .ind_case_content a:nth-child(3n) {
    margin-right: 2%;
}
    .news_case  .ind_case_content a:nth-child(3n){
        margin-right: 1.12%;
    }
.index_case .ind_case_content a:nth-child(2n) {
    margin-right: 0;
}
.index_case .ind_case_content a:nth-child(5) {
    grid-row: auto;
}
.index_case .ind_case_content a:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
}
.index_case .ind_case_content a:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
}
.index_case .ind_case_content a:nth-child(10) {
    grid-column: auto;
}
.index_case .ind_case_content a:first-child .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(2) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(3) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(4) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(5) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(6) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(7) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(8) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(9) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(10) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(11) .case_con .caseimg {
    padding-bottom: 100%;
}
.index_case .ind_case_content a:nth-child(12) .case_con .caseimg {
    padding-bottom: 100%;
}
.mcaseimg{
	width:100%;
}
.mcaseimg img{
	width:100%;
}
.pc{
	display:none;
}
.m{
	display:block;
}
.footer .footer_content ul li .pc {
	display:block;
}



.folder {
	margin-top: 30px;
    margin-bottom: 0;
}
.folder a{
	display:block;
    width: auto;

	border: 0px solid #000;
    margin: 0 auto;
}
.folder .m{
	text-align:left;	
}
.folder span {
    font-size: 20px;
    letter-spacing: 2px;
    padding-right: 0;
}
.folder span:after {
    right: -20px;
}

.folder span i:after {
	display:none;
}
.index_server .server_con .cont_left {
    width: 100%;
	font-size: 38px;
	font-weight:bold;
}
.index_server .server_con .cont_left span {
    display:inline-block;
}
.index_server .server_con .cont_right {
    width: 100%;
	margin-top:30px;
}
.main__clients .clients__hover{
	display:none;
}
.main__clients .clients__container {
    margin-bottom: 80px;
}
.w1510 {
    padding: 0 15px;
}
.footer .w1510 {
    padding: 0 25px;
}
.main__clients .clients__text p {
    font-size: 29px;
	font-weight: bold;
}
.footer .footer_content ul li .footer_ico {
	display:none;
}
.footer .footer_content ul li {
    width: 23%;
}
.footer .footer_content ul li:nth-child(1) {
    width: 40%;
}
.footer .footer_content ul li:nth-child(2) {
    width: 19.33333333%;
}
.footer .footer_content ul li:nth-child(3) {
    display: block;
    width: 19.33333333%;
}
.footer .footer_content ul li:nth-child(4) {
    width: 19.33333333%;
}


.footer .m{
	display:none;
}
.links{
	display:none;
}
.w1200 {
    width: 100%;
	padding:0 15px;
}
.services_img .server_box {
    width: 100%;
	height:auto;
	text-align:center;
}
.services_img img {
	width:80%;
	max-width: auto;
    height: atuo;
}
.services_list a {
    height: 100px;
}
.services_list a .services_con {
    width: 100%;
	padding:0 15px;
    line-height: 100px;
}
.services_list a .services_con .title {
    font-size: 38px;
	width:100%;
}
.services_list a .services_con .more {
	display:none;
}
.services_info h1 {
    font-size: 44px;
    font-weight: bold;
}
.services_info .con {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 60px;
	width:100%;
}
.services_info .con_box .box_left {
    width: 100%;
	margin-bottom:30px;
}
.services_info .con_box .box_left a {
    display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#000;
	padding:0 10px;
	color: #fff;
}

.services_info .con_box .box_right {
    width: 100%;
}
.services_list .qitaservices {
	padding:0 15px;
    height: 110px;
}
.process .process_box {
    margin-top: 120px;
}

.w1265 {
    width: 100%;
    padding: 0 15px;
}
.news_box .news_box_top .box_title .title{
    font-size: 44px;
    font-weight: bold;
}
    .news_box .news_box_top .box_title .xgtitle{
        font-size: 24px;
    }
.case .tit {
    font-size: 44px;
    font-weight: bold;
}
.case .case_type ul li {
	width:16.6666666666666666%;
}
.case .case_type {
    margin-top: 40px;
    margin-bottom: 40px;
	margin-left: 0;
    margin-right: 0;
}
.case_details .details_box h1 {
    font-size: 44px;
}
.case_details .details_box .content {
    margin-top: 100px;
    margin-bottom: 150px;
}
.case_details .details_box .content .details_left p {
    font-size: 18px;
    line-height: 35px;
}
    .case_details .details_box .content .details_left p:nth-child(2n) {
        margin-bottom: 10px;
    }
.case_details .details_box .content .details_right {
    padding-right: 0;
}
.case_details .details_box .content .details_right p strong {
    font-size: 18px;
    line-height: 30px;
}
    .case_details .details_box .content .details_left .lx {
        display: none;
    }

.xg_case {
    padding-left: 0;
    margin-bottom: 80px;
	padding:0 15px;
}
.xg_case .swiper-slide a .case_text .tit {
    font-size: 22px;
    margin-top: 20px;
}
.xg_case .swiper-slide a .case_text .more {
    margin-top: 20px;
}
.xg_case .swiper-button-next {
    top: 98%;
    right: 40%;
}
.xg_case .swiper-button-prev {
    top: 98%;
    left: 40%;
}
.aboutus .aboutus_a .tit_a {
    font-size: 44px;
    line-height: 75px;
}
.xg_case .swiper-container {
    margin-bottom: 50px;
}
.pager {
    margin-bottom: 50px;
}
.news_pager{
    display: none;
}
.m_pager {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.m_pager a{
    display: inline-block;
    width: 40%;
    padding: 10px 25px;
    border: 2px solid #0027e0;
    font-size: 15px;
    font-weight: bold;
    color: #0027e0;
}

.aboutus .aboutus_b {
    margin-top: 50px;
    padding-top: 100px;
}
.aboutus .aboutus_b .b_cont .tit_a {
    font-size: 44px;
    line-height: 75px;
}
.aboutus .aboutus_b .b_cont .cont_left {
    width: 50%;
    padding-left: 0;
	padding-right:30px;
}
.aboutus .aboutus_b .b_cont .cont_right {
    width: 50%;
	padding-left:30px;
}
.aboutus_d .d_box .d_left {
    width: 100%;
    font-size: 29px;
	margin-bottom:20px;
	font-weight:bold;
}
.aboutus_d .d_box .d_right {
    width: 100%;
    font-size: 21px;
    line-height: 40px;
}
.aboutus_e .e_tit {
    font-size: 44px;
    margin-top: 80px;
    margin-bottom: 60px;
}
.ind_aboutus_e .e_box .e_tit {
    font-size: 29px;
	font-weight:bold;
}
.case .case_type ul li a.active {
    padding: 2px 3px;
}

.news {
    margin-top: 150px;
	margin-bottom: 100px;
}
.news .news_t .title {
    font-size: 44px;
}
.news .news_list .news_l {
	display:none;
}
.news .news_list .news_r {
    width: 100%;
    margin-left: 0;
}
.news .news_list a .news_img {
	width: 50%;
    height: 220px;
}
.news .news_list a .news_con {
	width: 50%;
    height: 220px;
    padding-right: 10px;
}
.news .news_list a .news_con .tit {
	margin-top:10px;
    font-size: 22px;
    line-height: 34px;
}
.news .news_list a .news_con .more {
    bottom: 40px;
}
.news .news_list a {
    margin-bottom: 60px;
}
.news .news_list a .news_con:after {
	display:none;
}
.news_details .details_box h1 {
    font-size: 44px;
	line-height:55px;
}
.news_details .details_box .content {
    margin-top: 95px;
    margin-bottom: 110px;
}
.news_details .details_box .content .details_right {
    padding-right: 0;
}
.news_details .details_box .content .details_right p strong {
    font-size: 18px;
    line-height: 27px;
}
.news_details .details_box .content .details_left {
    padding-right: 30px;
}
.news_details .details_box .content .details_left .xgtit {
    font-size: 20px;
    padding-bottom: 20px;
}
.news_details .details_box .content .details_left .xg_con a {
    font-size: 18px;
    padding: 20px 0;
}
.news-zixun{
    display: block;
}

/*.details_more a{
	border-bottom: 1px solid #000;
}
*/
.details_more .but1 {
	display:block;
	width:60%;
    font-size: 17px;
    padding: 10px 0;
    letter-spacing: 1.3px;
    margin-right: 0;
	margin-bottom:20px;
	text-align:center;
	margin:0 auto;
}
.details_more .but2 {
	display:block;
	width:60%;
    font-size: 17px;
    padding: 10px 0;
    letter-spacing: 1.3px;
    margin-right: 0;
	margin-bottom:20px;
	text-align:center;
	margin:15px auto;
}
.details_more .but2 img {
    width: 10px;
    height: 10px;
}
.details_more .but1 img {
    width: 10px;
    height: 10px;
}
.xg_case .swiper-pagination {
    margin-top: 50px;
}

.news_box {
    margin-top: 150px;
}
.news_box .news_box_top {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.news_box .news_box_top .box_title {
    width: 100%;
}
    .news_box .news_list a {
        margin-bottom: 60px;
    }
    .news_box .news_box_top .news_search  {
        display: none;
    }
    .news_box .news_box_top .box_title .introduce {
        font-size: 19px;
        line-height: 28px;
    }
    .news_box .news_box_top .news_search .input_search {
        width: 100%;
    }
    .news_box .news_box_top .news_search .input_search .search_form_inp {
        width: 100%;
    }
    .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:hover .news_img img{
        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 .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: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;
    }
    .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 .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 .search_content .hot_search {
        width: 100%;
    }
    .news_box .search_content .hot_search .hot_cont .hot_link a {
        margin-bottom: 10px;
        font-size: 13px;
        padding: 3px 7px;
    }
    .news_box .news_list a.case_font_blue .news_title {
        border-top:0;
    }
    .news_box .news_list a.case_font_blue .news_title .m_date {
        color: #0027e0;
    }
    .news_box .news_list a.case_font_blu .news_title .more {
        color: #0027e0;
    }
    .news_box .news_list a.case_font_blu .news_title .more span:after {
        background-image: url(../images/rightarrow.svg);

    }



.contact .contact_box .contact_t {
    font-size: 44px;
    font-weight: bold;
}
.contact .contact_box .item .item_left {
    width: 100%;
	margin-top:40px;
	border-top:2px solid #000;
	padding-top:60px;
}
.contact .contact_box .item .item_right {
	display:none;
}
.contact .contact_box .item .m{
	width:100%;
    display: block;
}
.contact .contact_box .item {
    margin-top: 60px;
}
.contact .contact_box .item .text_con .text_mc {
    font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact .contact_box .item .text_con p {
    font-size: 18px;
    line-height: 36px;
}
.contact .contact_box .item .item_left .text_c {
    margin-top: 45px;
    margin-bottom: 113px;
}
.contact .contact_box .item .item_left .text_d {
	margin-top:80px;
}
.contact .contact_box {
    margin-bottom: 80px;
}

.index_case .ind_case_content a .case_con .case_title{
	font-size:18px;
	color:#000000;
	line-height:28px;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:15px;
	font-weight:bold;
}
.index_case .ind_case_content a .case_con .case_p{
	font-size:18px;
	color:#000000;
	line-height:23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:15px;
	margin-top:6px;
}
.process .process_box .process_right p span strong {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.process .process_box .process_right p strong {
    font-size: 18px;
    line-height: 30px;
	font-weight: bold;
}
.m_xgnews{
	margin-top:30px;
	margin-bottom:50px;
}
.m_xgnews .xgtit{
	font-size: 18px;
    padding-bottom: 10px;
	color: #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
}
.m_xgnews .xg_con a {
	display:block;
    font-size: 15px;
	line-height:20px;
    /*padding: 10px 0;
	border-bottom: 1px solid #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.m_xgnews span{
	float:right;
}
.m_xgnews .zixun span{
	float:none;
}

.protypetable .table_tit {
    text-align: center;
}
.protypetable .table_tit span {
    font-size: 16px;
	color:#7f7f7f;
}
.protypetable .table_tit span:before {
    content: "";
    left: -25px;
	width:16px;
	height:8px;
    background-image: url(../images/ico_table_m.png);
	transition: all .2s;
}
.protypetable .table_tit span.open:before{
	transform:translateY(-50%) rotate(180deg);
}
.protypetable .table_con p {
    font-size: 16px;
    line-height: 30px;
    color: #4e4e4e;
    letter-spacing: 1px;
    min-height: 25px;
}
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.main__clients {
    padding-top: 0;
}
.namedgene {
    width: 100%;
    padding: 70px 0 0 0;
}
.namedgene .gene_title {
    font-size: 29px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 994px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:994px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:994px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 42px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 42px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:828px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 42px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:42px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:663px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 42px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 42px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:497px;
	height:130px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 83px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 83px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:994px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:994px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 42px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 42px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:828px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 42px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 42px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:663px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 42px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 42px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:497px;
	height:130px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 83px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-52deg);
    -moz-transform: skewX(-52deg);
    transform: skewX(-52deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 83px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(52deg);
    -moz-transform: skewX(52deg);
    transform: skewX(52deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 265px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:50px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 100px;
}
.m_gene_con .gene_img .geneimg img{
	width:180px;
	height:180px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:50px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:14px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/

.ind-con .indtext {
    font-size: 23px;
    line-height: 40px;
}
.ind-con .indconbut a.contbut1 {
    width: 35%;
}
    .ind-con .indconbut a.contbut2 {
        width: 35%;
    }
.index_case .case-bigtitle {
    font-size: 29px;
}
.index_case .case-text {
    line-height: 26px;
    padding: 20px 0;
}
.ind-con {
    padding-bottom: 50px;
}
.index_case {
    padding: 50px 0;
}
.ind-server {
    padding: 50px 0;
}
.ind-server .ind-server-tit {
    font-size: 29px;
}
.ind-server-box .swiper-button-next {
    right: -37px;
}

.ind-server-box .swiper-button-prev {
    left: -37px;
}
.ind-server-box .swiper-button-lock {
    display: none;
}
.ind-server-box {
    width: 100%;
}
    .ind-server .ind-server-tex2 {
        font-size: 26px;
        margin-top: 50px;
        margin-bottom: 33px;
        line-height: 43px;
    }
    .ind-server .ind-server-tex3 {
        margin: 0 auto;
    }
    .ind_aboutus_d {
        padding-top: 70px;
    }
    .ind_aboutus_e {
        padding: 70px 0;
    }
    .ind-con2 {
        margin-top: 100px;
        margin-bottom: 130px;
    }
    .ind-con2 .con2-tit {
        font-size: 29px;
        margin-bottom: 23px;
    }
    .ind-con2 .con2-text {
        width: 80%;
    }
    .ind-con3 {
        padding: 100px 0;
    }
    .ind-con3 .con3-tit {
        font-size: 29px;
    }
    .ind-server .ind-server-tex {
        margin: 32px 0 40px 0;
    }
    .index_news .news_list a .news_con .more{
        display: none;
    }
    .popup_content{
        text-align: center;
        width: 61%;
    }
    .popup_content .dial {
        font-size: 16px;
    }
    .popup_content button {
        font-size: 16px;
    }
    .search_box{
        padding: 90px 0 20px 0;
        margin-top: 0;
    }
    .search_box .search_content .search_tit {
        font-size: 29px;
    }
    .search_box .search_content .search_form .search_input input[type=text] {
        font-size: 18px;
    }



}
@media (max-width: 400px){
    .popup_content .dial {
        font-size: 15px;
    }
}


@media (max-width: 600px) {
.case .case_type ul li {
	width:20%;
}
}
@media (max-width: 1023px) {
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.main__clients {
    padding-top: 0;
}
.namedgene {
    width: 100%;
    padding: 70px 0 0 0;
}
.namedgene .gene_title {
    font-size: 38px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 738px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:738px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:738px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 36px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 36px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:595px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 36px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:36px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:452px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 36px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 36px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:309px;
	height:110px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 61px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 61px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:738px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:738px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 36px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 36px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:595px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 36px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 36px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:452px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 36px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 36px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:309px;
	height:110px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 61px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-48deg);
    -moz-transform: skewX(-48deg);
    transform: skewX(-48deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 61px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(48deg);
    -moz-transform: skewX(48deg);
    transform: skewX(48deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 190px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:30px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 80px;
}
.m_gene_con .gene_img .geneimg img{
	width:130px;
	height:130px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:30px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:14px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/

}



@media (max-width: 767px) {
.footer .footer_bg {
    height: auto;
    overflow: auto;
}
.footer .footer_content ul li .pc {
    display: none;
}
.footer .footer_content ul li {
    width: 23%;
	display:none;
}	
.footer .footer_content ul li:nth-child(2) {
	display:none;
	width: 100%;
	margin-bottom:30px;
}
.footer .footer_content ul li:nth-child(3) {
    width: 100%;
    padding-right: 0;
}
.footer .footer_content ul li:nth-child(4) {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-top: 40px;
}
.footer .footer_content ul li:nth-child(4) .footer_tit {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}
.footer .footer_content ul li:nth-child(4)  .footer_server a {
    float: left;
    width: 45%;
    background-color: #987ae9;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10%;
    font-size: 14px;
}
.footer .footer_content ul li:nth-child(4)  .footer_server a:nth-child(2n){
    margin-right: 0;
}
.footer .footer_content ul li:nth-child(5) {
    display: none;
}
.footer .footer_content ul li:nth-child(6) {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.footer .footer_content ul li:nth-child(6) .footer_tit {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.footer .footer_content ul li:nth-child(6) .footer_server a {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 19px;
}
.footer .footer_content ul li:nth-child(7) {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.footer .footer_content ul li:nth-child(7) .footer_tit {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.footer .footer_content ul li:nth-child(7) .footer_ico {
    display: block;
    margin-top: 0px;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    padding-bottom:23px;
}
.footer .footer_content ul li:nth-child(7) .footer_ico a {
    background-color: #987ae9;
    margin-right: 5px;
}
    .footer .footer_content ul li:nth-child(8) {
        display: block;
        width: 100%;
        margin-top: 53px;
    }
    .footer .footer_content ul li:nth-child(8) .footer_tit {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .footer .footer_content ul li:nth-child(8) .footer_ico {
        display: block;
        margin-top: 0px;
        text-align: left;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 8px;
    }
    .footer .footer_content ul li:nth-child(8) .footer_ico a {
        background-color: #987ae9;
        margin-right: 20px;
    }
.footer .footer_content ul li:nth-child(8) .beian {
    display: block;
}
    .footer .footer_content ul li:nth-child(8) .beian a {
    margin-top: 40px;
        font-size: 13px;
        margin-right: 5px;
}

.footer .footer_content ul li:nth-child(2) .footer_p{
	font-size:14px;
}

.footer .footer_content ul li .footer_tit {
    margin-bottom: 5px;
}
.footer .footer_content ul li .m {
    font-size: 19px;
	margin-bottom:10px;
}
.footer .footer_content ul li .footer_p {
    font-size: 14px;
}
.footer .footer_content .beian{
    display: none;
}	
.footer {
    padding-top: 45px;
    padding-bottom: 65px;
}
.footer .m{
	display:block;
}
.footer .footer_content .m_footer_menu{
	margin-top:50px;
}
.footer .footer_content .m_footer_menu a{
    font-size: 16px;
    color: #fff;
    line-height: 27px;
	margin-right:20px;
}
.footer .footer_content ul li:nth-child(3) .footer_tit {
    display: none;
}
.footer .footer_content ul li:nth-child(3)  .footer_server a{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 16px;
}
.footer .footer_content ul li:nth-child(3)  .footer_server a:last-child{
    display: none;
}

    .bottom-open-content .con p{
        font-size:16px;
        line-height:28px;
        min-height:22px;
    }
    .bottom-open-content .con p img{
        display:block;
        width:100%;
        height:auto;
    }
    .bottom-open-content .con h4{
        font-size:18px;
    }










/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.main__clients {
    padding-top: 0;
}
.namedgene {
    width: 100%;
    padding: 70px 0 0 0;
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 690px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:690px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:690px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 33px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 33px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:560px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 33px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:33px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:431px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 33px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 33px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:301px;
	height:110px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 56px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 56px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:690px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:690px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 33px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 33px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:560px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 33px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 33px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:431px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 33px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 33px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:301px;
	height:110px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 56px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 56px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
}
.ind_aboutus_d {
    padding-top: 70px;
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 170px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:30px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 70px;
}
.m_gene_con .gene_img .geneimg img{
	width:130px;
	height:130px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:30px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:14px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/
}
@media (max-width: 719px) {
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.main__clients {
    padding-top: 0;
}
.namedgene {
    width: 100%;
    padding: 70px 0 0 0;
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 610px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:610px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:610px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 27px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 27px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:502px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 27px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:27px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:394px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 27px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 27px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:285px;
	height:110px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 46px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 46px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:610px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:610px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 27px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 27px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:502px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
   bottom: 0;
    left: 27px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 27px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:394px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 27px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 27px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:285px;
	height:110px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 46px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-40deg);
    -moz-transform: skewX(-40deg);
    transform: skewX(-40deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 46px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    transform: skewX(40deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 150px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:30px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 50px;
}
.m_gene_con .gene_img .geneimg img{
	width:130px;
	height:130px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:30px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:14px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/
}

@media (max-width: 639px) {
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 450px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:450px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:450px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 24px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 24px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:356px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 24px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:24px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:262px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 24px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 24px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:167px;
	height:100px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 36px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 36px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:450px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:450px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 24px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 24px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:356px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
   bottom: 0;
    left: 24px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 24px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:262px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 24px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 24px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:167px;
	height:100px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 36px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-36deg);
    -moz-transform: skewX(-36deg);
    transform: skewX(-36deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 36px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(36deg);
    -moz-transform: skewX(36deg);
    transform: skewX(36deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 93px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:10px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 30px;
}
.m_gene_con .gene_img .geneimg img{
	width:110px;
	height:110px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:10px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:14px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/

}

@media (max-width: 479px) {
	.folder {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 384px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:384px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:384px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:301px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:219px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 21px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 21px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:137px;
	height:80px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 26px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 26px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:384px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:384px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:301px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
   bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:219px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:137px;
	height:80px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 25px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 25px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 80px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:10px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 30px;
}
.m_gene_con .gene_img .geneimg img{
	width:90px;
	height:90px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:10px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:12px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/
}

@media (max-width: 413px) {
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:1px;
}
.gene_box .t2 p{
	font-size:12px;
	line-height:15px;
	color:#686767;
	
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 360px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:360px;
	height:28px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:360px;
	height:55px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:275px;
	height:55px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:191px;
	height:55px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 21px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 21px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:107px;
	height:75px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 29px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 29px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:360px;
	height:28px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:360px;
	height:55px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:275px;
	height:55px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
   bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:191px;
	height:55px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:107px;
	height:75px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 29px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-38deg);
    -moz-transform: skewX(-38deg);
    transform: skewX(-38deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 29px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(38deg);
    -moz-transform: skewX(38deg);
    transform: skewX(38deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 77px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:10px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 30px;
}
.m_gene_con .gene_img .geneimg img{
	width:70px;
	height:70px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:10px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:18px;
	font-size:12px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
/*命名基因*/

}
@media (max-width: 389px) {
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:1px;
}
.gene_box .t2 p{
	font-size:12px;
	line-height:15px;
	color:#686767;
	
}
.namedgene .gene_title {
    font-size: 29px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 330px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:330px;
	height:28px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:330px;
	height:55px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 17px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 17px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:262px;
	height:55px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 17px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:17px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:194px;
	height:55px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 17px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 17px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:126px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 21px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 21px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:330px;
	height:28px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:330px;
	height:55px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 17px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 17px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:262px;
	height:55px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
   bottom: 0;
    left: 17px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 17px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:194px;
	height:55px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 17px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 17px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:126px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 21px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 21px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    transform: skewX(32deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 60px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:10px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 30px;
}
.m_gene_con .gene_img .geneimg img{
	width:70px;
	height:70px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:10px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:18px;
	font-size:12px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
.namedgene {
    width: 100%;
    padding: 100px 0 0 0;
}
/*命名基因*/

}
@media (max-width: 359px) {
/* 命名基因*/
.gene_con{
	display:none;
}
.m_gene_con{
	display:block;
	position:relative;
}
.gene_box{
	text-align:center;
	
}
.gene_box .t1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:2px;
}
.gene_box .t2 p{
	font-size:14px;
	line-height:18px;
	color:#686767;
	
}
.namedgene .gene_title {
    font-size: 30px;
}
.namedgene .gene_text {
    font-size: 24px;
}

.namedgene .w1300 {
    width: 290px;
	padding:0;
}
.namedgene .m_gene_con .con_top{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_top .top1{
	width:290px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}
.namedgene .m_gene_con .con_top .top1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_top .top2{
	width:290px;
	height:65px;
	border-top:2px solid #000;
	position:relative;
	overflow:hidden;
}
.namedgene .m_gene_con .con_top .top2:before {
    content: '';
	position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
}
.namedgene .m_gene_con .con_top .top2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 16px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.namedgene .m_gene_con .con_top .top3{
	position:relative;
	width:228px;
	left:50%;
	transform:translateX(-50%);
	height:65px;
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top3:before {
    content: '';
	position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
	
}
.namedgene .m_gene_con .con_top .top3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right:16px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    
}
.namedgene .m_gene_con .con_top .top4{
	position:relative;
	width:167px;
	height:65px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top4:before {
    content: '';
	position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
	
}
.namedgene .m_gene_con .con_top .top4:after {
    content: '';
	position: absolute;
    right: 16px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.namedgene .m_gene_con .con_top .top5{
	position:relative;
	width:105px;
	height:80px;
	left:50%;
	transform:translateX(-50%);
	border-top:2px solid #000;
}
.namedgene .m_gene_con .con_top .top5:before {
    content: '';
	position: absolute;
    left: 19px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
	
}
.namedgene .m_gene_con .con_top .top5:after {
    content: '';
	position: absolute;
    right: 19px;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    
}
.namedgene .m_gene_con .con_bottom{
	float:left;
	width:100%;
}
.namedgene .m_gene_con .con_bottom .bottom1{
	float:right;
	width:290px;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	vertical-align: middle;
	position:relative;
	background: linear-gradient(to bottom,#cbdeff,#cdc3ec);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.namedgene .m_gene_con .con_bottom .bottom1 span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2{
	width:290px;
	height:65px;
	border-bottom:2px solid #000;
	position:relative;
	overflow:hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom2:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 16px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom2:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 16px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
    
}
.namedgene .m_gene_con .con_bottom .bottom3{
	position:relative;
	width:228px;
	height:65px;
	border-bottom:2px solid #000;
    overflow: hidden;
	left:50%;
	transform:translateX(-50%);
}
.namedgene .m_gene_con .con_bottom .bottom3:before {
    content: '';
	position: absolute;
   bottom: 0;
    left: 16px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom3:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 16px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform:skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
    
}

.namedgene .m_gene_con .con_bottom .bottom4{
	position:relative;
	width:167px;
	height:65px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom4:before {
    content: '';
	position: absolute;
   	bottom: 0;
    left: 16px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom4:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 16px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
}

.namedgene .m_gene_con .con_bottom .bottom5{
	position:relative;
	width:105px;
	height:80px;
	border-bottom:2px solid #000;
	left: 50%;
    transform: translateX(-50%);
	overflow:hidden;
}
.namedgene .m_gene_con .con_bottom .bottom5:before {
    content: '';
	position: absolute;
    bottom: 0;
    left: 19px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    -webkit-transform:skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
	
}
.namedgene .m_gene_con .con_bottom .bottom5:after {
    content: '';
	position: absolute;
    bottom: 0;
    right: 19px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #000;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
}
.gene_box {
    text-align: center;
	width:100%;
}

.m_gene_con .gene_img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m_gene_con .gene_img .gene_text_p {
    padding-left: 35px;
}

.m_gene_con .gene_img .gene_p_l{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_l .p{
	margin-top:10px;
}
.m_gene_con .gene_img .geneimg{
	float:left;
	padding:0 30px;
}
.m_gene_con .gene_img .geneimg img{
	width:90px;
	height:90px;
}
.m_gene_con .gene_img .gene_p_r{
	float:left;
	height:100%;
}
.m_gene_con .gene_img .gene_p_r .p{
	margin-top:10px;
}

.m_gene_con .gene_img p{
	text-align:center;
	line-height:23px;
	font-size:12px;
	color:#6d6c6c;
	font-weight:bold;
}
.m_gene_con .top5 .gene_box {
   top: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
.m_gene_con .bottom5 .gene_box {
   top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
}
.ind-con .indtext {
    font-size: 23px;
    line-height: 40px;
}
.ind-server .ind-server-tex2 {
    font-size: 25px;
    margin-top: 80px;
    margin-bottom: 33px;
    line-height: 43px;
}



























}

@media (max-width: 480px) {
.index_news .wxzx {
    line-height: 25px;
}
header .header_left .header_btn {
    width: 32px;
    height: 32px;
    padding: 7px 3px;
	margin-top:5px;
}
header .header_left .header_btn .line {
    width: 24px;
    margin-bottom: 5px;
}
header .header_left .header_logo {
    width: 105px;
    margin-left: 0;
    margin-top: 8px;
}
    .menu .menu_logo {
        top:30px;
    }
    .menu .menu_logo img{
        width: 70%;
    }
.menu .menu_close {
    width: 40px;
    height: 40px;
	right:15px;
	top:20px;
}
.menu .menu_content {
    margin-top: 110px;
}
.menu .menu_content a {
    line-height: 55px;
    border-bottom: 1px solid #000;
    font-size: 19px;
}
.p-main .main__top .card__voskhod {
	font-size:60px;
}
.p-main .main__top .anim-el p {
    font-size: 20px;
	line-height:28px;
	margin-top:10px;
}
.index_case .ind_case_content a {
	display:inline-block;
    padding:0;
	width:100%;
	margin-right:0;
	margin-bottom:45px;
}
.folder span {
    font-size: 18px;
}
.index_server .server_con .cont_left {
    font-size: 29px;
	font-weight:bold;
}
.index_server .server_con .cont_right {
	margin-top:15px;
}
.index_server .server_con .cont_right a {
    font-size: 20px;
	line-height: 35px;
}
.index_server:after {
    background: no-repeat 50%;
    background-size: 80px auto;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 200px;
    max-width: 225px;
    max-height: 540px;
    background-image: url(../images/index_server_bg.png);
    transform: translateY(-50%);
}
.n_left {
    width: 100%;
    margin-right: 0;
}
.n_right {
    width: 100%;
}
.main__clients span:before {
    right: 3px;
	margin-top:0;
	background-size:15px auto;
	background-image: url(../images/mjiahao.png);
	top:50%;
	transform:translateY(-50%);
}
.main__clients .client.on span:before {
    background-image: url(../images/mjianhao.png);
	top:50%;
    transform: translateY(-50%) rotate(180deg);
}
.main__clients .client {
    padding: 30px 0 35px 0;
}
.main__clients .client__desc {
    max-width: 100%;
    text-align: left;
	position: absolute;
	left:0;
	top:0;
	padding: 18px 0 28px 0;
}
/*.main__clients span {*/
/*    position: absolute;*/
/*	top: 0;*/
/*    right: 0;*/
/*	padding: 18px 0 28px 20px;*/
/*}*/
.main__clients .client__texts {
    margin-top: 20px;
}
.main__clients .client__desc:before {
    right: 10px;
    width: 15px;
    height: 16px;
    margin-top: -15px;
}
.main__clients .n_left .client:nth-child(5){
    border-bottom:0;
}
.main__clients .clients__text p {
    font-size: 29px;
	font-weight:bold;
}
.index_news {
    padding-top: 0;
	margin-top:70px;
	
}
.services_img {
    margin-top: 150px;
}
.services_img img {
	width:85%;
}
.services_list {
    top: -2px;
}
.services_list a {
    height: 50px;
}
.services_list a:last-child{
	height:70px;
	padding-bottom:20px;
}
.services_list a .services_con {
    line-height: 50px;
}
.services_list a .services_con .title {
    font-size: 22px;
}
.services_info {
    margin-top: 150px;
}
.services_info h1 {
    font-size: 30px;
}
.services_info .con {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
	margin-top: 20px;
}
.services_info .con_box .box_left {
    width: 100%;
	margin-bottom:30px;
}
.services_info .con_box .box_left a {
    display: inline-block;
	margin-right:6px;
	font-size:15px;
	line-height:26px;
	padding:1px 6px;
}
.services_info .con_box .box_left span {
    margin-bottom: 15px;
    font-size: 24px;
}
.services_info .con_box .box_right {
    width: 100%;
}
.services_info .con_box .box_right li {
    width: 100%;
    margin-right: 0;
    border: 2px solid #000;
    margin-bottom: 30px;
}
.services_info .con_box .box_right li .box_con .leixing {
    font-size: 18px;
}
.services_info .con_box .box_right li .box_con {
    padding: 30px 26px;
}
.services_info .con_box .box_right li .box_con .lx_p {
    height: auto;
	min-height:260px;
}
.services_info .con_box .box_right li .box_con .lx_p p {
    font-size: 15px;
    line-height: 22px;
    min-height: 20px;
	margin-bottom:10px;
}
.services_info .con_box .box_right li .box_con .money {
    font-size: 20px;
    margin: 20px 0 0 0;
}
.services_info .con_box .box_right li .qiming {
    height: 50px;
    line-height: 50px;
}
.process {
    border-top: 2px solid #000;
    margin-bottom: 50px;
}
.process .process_box .process_left {
    width: 100%;
}
.process .process_box .process_left span {
    margin-bottom: 27px;
    font-size: 24px;
}
.process .process_box .process_right {
    width: 100%;
    padding-right: 0;
}


.services_list .qitaservices {
	padding:0 15px;
    height: 70px;
	padding-top:20px;
}
.process .process_box {
    margin-top: 70px;
}
.process .process_box .process_right p span strong {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.process .process_box .process_right p strong {
    font-size: 18px;
    line-height: 30px;
	font-weight: bold;
}
.process .process_box .process_right p {
    font-size: 15px;
    line-height: 24px;
}
.process .process_box .process_right p:nth-child(2n) {
    margin-bottom: 20px;
    padding-left: 43px;
}
.services_list .qitaservices span {
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 24px;
}
.index_news .wxzx {
    margin-top: 70px;
	font-size:20px;
	line-height:26px;
}
.case {
    margin-top: 0;
}
.case .tit {
    font-size: 30px;
}
.case .case_type {
	overflow:hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: -6px;
    margin-right: -6px;
}
.case_list .arrow{
	position:relative;
	width:28px;
	height:15px;
	background-color:#000;
	margin:0 auto;
}
.case_list .arrow:after{ 
	content:"";
	position:absolute;
	top:3px;
	left:50%;
	transform: translateX(-50%);
	width:17px;
	height:9px;
	background-image:url(../images/arrow_down.png);
	z-index:2;
	transition: all .2s;
}
.case .case_type ul li {
	width:25%;
}
.case .case_type ul li {
    font-size: 14px;
    line-height: 36px;
	font-weight:normal;
}
.case .case_type ul li span {
    padding-right: 1px;
}
.case .case_type ul li a:hover{
	padding:2px 3px;
}
.case .case_type ul li a.active{
	padding:2px 3px;
}

.case_list .case_box a {
    margin-bottom: 45px;
	width:100%;
}
.case_list .case_box a .case_tit {
    font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
	padding-left: 15px;
    font-weight: bold;
}
.case_list .case_box a .date {
   font-size: 18px;
    line-height: 23px;
    padding-left: 15px;
    margin-top: 6px;
}
.zixun {
    width: 170px;
    height: 50px;
    line-height: 50px;
}
.zixun a {
    height: 46px;
    line-height: 46px;
}
.zixun a span {
    font-size: 18px;
}
.case_details {
    margin-top: 150px;
}
.case_details .details_box h1 {
    font-size: 30px;
	line-height:40px;
    margin-bottom: 30px;
}
.case_details .details_box .content {
    margin-top: 60px;
    margin-bottom: 90px;
}
.case_details .details_box .content .details_left {
    width: 100%;
    padding-right: 0;
}
.case_details .details_box .content .details_right {
    width: 100%;
	margin-top:40px;
}
.case_details .details_box .content .details_right p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.case_details .details_box .content .details_right p img {
    display: block;
    width: 100%;
    height: auto;
}
.case_details .details_box .content .details_right p strong {
    font-size: 17px;
    line-height: 28px;
}
.xg_case {
    margin-bottom: 80px;
}
.xg_case .swiper-slide a .case_text .tit {
    font-size: 18px;
    margin-top: 20px;
}
.xg_case .swiper-slide a .case_text .more {
    margin-top: 15px;
	font-size:14px;
}
.xg_case .swiper-button-next {
    top: 97.5%;
    right: 25%;
}
.xg_case .swiper-button-prev {
    top: 97.5%;
    left: 25%;
}
.xg_case .swiper-slide a .case_text .more span:after {
  	background-size:16px 8px;
	background-position: right;
	background-repeat:no-repeat;
	right: -40px;
}
.pager li:nth-child(2) {
    margin-left: 20px;
}
.pager li:nth-child(3) {
    margin-right: 20px;
}
.aboutus {
    margin-top: 150px;
}
.aboutus .aboutus_a .tit_a {
    font-size: 30px;
    line-height: 45px;
}
.aboutus .aboutus_a .tit_b {
    font-size: 22px;
    line-height: 35px;
}
.aboutus .aboutus_b .b_cont .tit_a {
    font-size: 30px;
    line-height: 45px;
}
.aboutus .aboutus_b .b_cont .tit_a span{
	display:inline;
}
.aboutus .aboutus_b {
    margin-top: 30px;
    padding-top: 60px;
}
.aboutus .aboutus_b .b_cont .cont_left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.aboutus .aboutus_b .b_cont .cont_right {
    width: 100%;
    padding-left: 0;
}
.aboutus .aboutus_b .b_cont .b_box .cont_a span {
    font-weight: bold;
}
.aboutus_c ul li {
    width: 100%;
    margin-right: 0 ;
    border-bottom: 1px solid #000;
    margin-bottom: 55px;
}
.aboutus_c ul li .c_tit {
    font-size: 26px;
}
.aboutus_c ul li .c_con {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.aboutus_d .d_box .d_left {
    font-size: 30px;
    margin-bottom: 15px;
}
.aboutus_d .d_box .d_right {
    font-size: 18px;
    line-height: 30px;
}
.aboutus_c {
    margin-bottom: 25px;
}
.aboutus_e {
    margin-top: 60px;
    margin-bottom: 100px;
	border-top:0;
}
.ind_aboutus_e {
    margin-bottom: 0;
    margin-top: 0;
    padding: 50px 0;
}

.aboutus_e .e_tit {
    font-size: 30px;
	line-height:40px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.aboutus_e .e_list a {
    width: 49.5%;
    margin-right: 1%;
}
.aboutus_e .e_list a:nth-child(3n) {
   margin-right: 1%;
}
.aboutus_e .e_list a:nth-child(2n) {
   margin-right: 0;
}
.news .news_list {
    margin-top: 35px;
}
.case_list .case_box {
    margin-top: 45px;
}
.news .news_t .title {
    font-size: 30px;
}
.news .news_t .date {
    margin-top: 5px;
}
.news .news_list a .news_img {
    height: 120px;
}
.news .news_list a .news_con {
    height: 120px;
    padding-right: 10px;
}
.news .news_list a .news_con .tit {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news .news_list a .news_con .more {
	bottom:0;
	font-size:13px;
    display: block;
}
.news .news_list a .news_con .date {
    font-size: 13px;
    line-height: 20px;
}
.news_details {
    margin-top: 120px;
}
.news_details .details_box h1 {
    font-size: 30px;
	line-height:38px;
	margin-bottom: 20px;
}
.news_details .details_box .date {
    margin-bottom: 30px;
}
.news_details .details_box .content .details_right {
    padding-right: 0;
	width:100%;
}
.news_details .details_box .content .details_left {
	display:none;
}
.news_details .details_box .content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.news_details .details_box .content .details_right p strong {
    font-size: 17px;
    line-height: 28px;
	font-weight:bold;
}
.news_details .details_box .content .details_right p {
    font-size: 16px;
    line-height: 28px;
    min-height: 22px;
}
.news_details .details_box .content .details_right p img{
	display:block;
	width:100%;
	height:auto;
}
.contact {
    margin-top: 150px;
    margin-bottom: 80px;
}
.contact .contact_box .contact_t {
    font-size: 30px;
}
    .news_box .news_box_top .box_title .title {
        font-size: 30px;
    }
    .news_box .news_box_top .box_title .xgtitle{
        font-size: 21px;
    }
.contact .contact_box .item {
    margin-top: 40px;
}
.contact .contact_box .item .text_con p {
    font-size: 16px;
	line-height:26px;
}
.contact .contact_box .item .item_left .text_a {
    font-size: 28px;
	line-height:35px;
}
.contact .contact_box .item .item_left .text_b {
    font-size: 28px;
}
.contact .contact_box .item .item_left .text_c {
    font-size: 18px;
	margin-bottom: 50px;
}
.contact .contact_box .item .text_con .text_mc {
    font-size: 19px;
    margin-bottom: 25px;
}
.contact .contact_box .item .item_left .text_d {
    font-size: 20px;
}
.contact .contact_box .item .item_left .text_c span {
    display: inline;
}
.m_popup_content{
	display:block;
	text-align: center;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px 30px;
}
.ind-con .indtext {
    font-size: 21px;
    line-height: 35px;
}
    .index_case .case-bigtitle {
        font-size: 27px;
    }
    .index_case .case-text {
        line-height: 24px;
        padding: 18px 0;
    }
    .ind-server-box .swiper-slide{
        margin-bottom: 30px;
    }
    .ind-server .ind-server-but a {
        margin-top: 50px;
    }
    .ind-server .ind-server-tex2 {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 33px;
        line-height: 38px;
    }
    .index_news .news_list a .news_con .text {
     display: none;
    }
    .index_news .news_list a .texts {
        font-size: 14px;
        line-height: 23px;
        padding-top: 10px;
        padding-right: 0.1px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .ind-con2 {
        margin-top: 80px;
        margin-bottom: 130px;
    }
    .ind-con2 .con2-tit {
        font-size: 29px;
        line-height: 45px;
        margin-bottom: 23px;
    }
    .ind-con2 .con2-text {
        width: 80%;
    }
    .ind-con3 {
        padding: 100px 0;
    }
    .ind-con3 .con3-tit {
        font-size: 29px;
    }

    .ind-con2 .con2-img img {
        width: 30%;
    }
    .ind-con2 .con2-img {
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateY(-100%);
        text-align: right;
    }
    .ind-server-box .swiper-slide .server-box-li {
        min-height: 350px;
    }
    .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_img {
        height: 120px;
    }
    .news_box .news_list a .news_title {
        height: 120px;
    }
    .news_box .news_list a .news_title .more {
        font-size: 13px;
    }


}

@media (max-width: 393px){
.news .news_list a .news_con .tit {
    font-size: 17px;
    line-height: 22px;
}
}
@media (max-width: 359px){
.case .case_type ul li a.active {
    padding: 2px 0px;
}
.case .case_type ul li span {
    padding-right: 0;
}
}
