@charset "utf-8";

/* CSS Document */

.clearfix {
	clear: both;
}


/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
img,
figure,
figcaption {
	border: medium none;
	margin: 0;
	padding: 0;
}
/** 设置默认字体 **/
input { height:26px; line-height:26px;}
html,
body {
	-webkit-text-size-adjust: none;
	font-family: "Microsoft YaHei", "Times New Roman";
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-size: 14px;
	color: #444;
	line-height: 150%;
}

/** 设置表单元素**/

button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", Times New Roman;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	outline: none;
}


/** 重置图片元素 **/

img {
	border: 0px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}


/** 重置表格元素 **/
/** 清除浮动 **/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


/** 重置列表元素 **/

ul,
ol {
	list-style: none;
}


/** 重置超链接元素 **/

a,
.i-service li a .more {
	transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-webkit-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #666;
	will-change: transform;
}

a:hover,
a:active {
	outline: none;
}
.ss{ display: none;}
.toper {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 155;
}

.bannerk {
	margin-top: 162px;
	background: #f5f5f5;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #eee
}
.ipts {
    width: 100%;
    height: 40px;
  }

  .zoomsub {
    width: 80%;
    height: 80%;
    background: #404048;
    z-index:1005;
    position: fixed;
    left: 10%;
    top: 10%;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 50px 1000px #222;
    border: 1px solid #555;
    border-radius: 5px;
    display: none;
  }

  .zoomsub ul {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling : touch;
  }

  .zoomsub ul li {
    color: #fff;
    line-height: 32px;
  }

  .zoomsub ul li a {
    color: #eee;
    text-decoration: none;
    font-size: 12px;
  }

  .zoomsub ul li h4 {
    line-height: 40px;
    font-size: 15px;
  }

  .zoomsub .close {
    position: absolute;
    top: -30px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #b91313;
    z-index: 10;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff
  }
.bannerk a {
	color: #da2477
}

.banner,
.iner_baner {
	margin-top: 162px;
}

.head {
	background: #f8faff;
	padding: 10px 0;
	overflow: hidden;
}

.section {
	max-width: 1440px;
	margin: 0 auto;
}

.head .logo {
	float: left;
}

.head .lang {
	float: right;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.head .lang a {
	display: inline-block;
	width: 76px;
	height: 26px;
	line-height: 26px;
	background: url(../images/lang.jpg) no-repeat center;
	text-align: center;
	font-size: 12px;
	;
}

.head .lang a.act {
	background: url(../images/lang_cur.jpg);
	color: #fff;
}

.menu {
	background: #404048;
	height: 60px;
	position: relative;
}

.menu .section {
	height: 60px;
}

.menu ul {
	width: 74%;
	float: left;
}

.menu li {
	float: left;
	font-size: 17px;
	width: 16.666%;
	text-align: center;
}



.menu li a {
	color: #fff;
	display: block;
	line-height: 60px;
}

.menu li a:hover,
.menu li a.act {
	background: #da2477;
}

.menu li .hidebj {
	width: 100%;
	top: 60px;
	background: rgba(54, 54, 60, 0.99);
	left: 0;
	position: absolute;
	border-bottom: 2px solid #da2477;
	display: none;
}

.menu .box {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto; padding-bottom:5px; padding-top:5px;
}

.menu .box ul {
	float: none;
	width: 100%;
}

.menu .box li {
	float: left;
	font-size: 14px;
	width: auto;
}

.menu .box li a {
	line-height: 30px;
	display: block;
	color: #bbb;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.menu .box li a:hover {
	background: none;
	color: #da2477;
}

.menu #dpro {
	padding: 3px 0;
}

.menu #dpro li {
	width: 16.66%;
	float: left;
	line-height:30px;
	text-align: left;
	position: relative;
	padding: 0 0 10px 30px;
	box-sizing: border-box;
}

.menu #dpro li:nth-of-type(6n+1) {
	clear: both
}

.menu #dpro li img {
	width: 26px;
	position: absolute;
	top: 5px;
	left: 0px;
}

.menu #dpro li .links {
	float: left
}

.menu #dpro li h4 a{
padding:0;
	font-size: 15px;
	color: #fff;
	display: block;}
.menu #dpro li a {
	padding:0;
	font-size: 13px;
	color: #bbb;
	display: block; line-height:24px;
}

.menu #dpro li a:hover {
	background: none;
	color: #da2477
}

.menu #dpro li p a:hover {
	background: none;
	color: #da2477;
}

.menu li a.mb,.menu #dpro li a.mb{ display: none;}
.menu li a.pc,.menu #dpro li a.pc{ display: block;}

.search {
	width: 24%;
	float: right;
	padding: 10px 0;
}
.msearch{ display: none;}
.search form {
	background: #da2477;
	border-radius: 25px;
	overflow: hidden;
}

.search form input.ipt {
	border: none;
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 80%;
	background: none;
	color: #fff;
}

.search .ipt::-webkit-input-placeholder {
	color: #fff;
}

.search form input.btn {
	border: none;
	height: 40px;
	float: right;
	background: url(../images/sear_iocn.png) no-repeat center;
	width: 40px;
	cursor: pointer;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 460px
}

.banner .num {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 12px;
	z-index: 2
}

.banner .tips,
.mbaner .tips,
.iner_baner .tips {
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	line-height: 44px;
	text-align: center;
}

.banner .tips a,
.mbaner .tips a,
.iner_baner .tips a {
	color: #da2477;
	padding: 0 10px;
}

.banner .num a {
	width: 12px;
	height: 12px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px
}

.banner .num a:hover,
.banner .num a.act {
	background: #005596
}

.banner_box {
	width: 1100px;
	margin: 0 auto;
	position: relative
}

.banner_box .content {
	width: 1920px;
	margin: 0 -410px;
	overflow: hidden;
	position: relative;
	height: 460px
}

.banner_box li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: ease-in .2s;
	-webkit-transition: ease-in .2s;
	opacity: 0;
	filter: alpha(opacity=0)
}
.banner_box .content li a { display:block;}
.banner_box li.on {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:1;
}

.iner_baner {
	position: relative;
}

.iner_baner img {
	width: 100%;
}

.crumbs {
	height: 100px;
	line-height: 96px;
	border-bottom: 1px solid #ddd;
}

.crumbs span {
	font-size: 22px;
	border-bottom: 4px solid #da2477;
	display: inline-block;
}

.crumbs b {
	float: right;
	font-weight: normal;
	background: url(../images/icon_03.png) no-repeat left center;
	display: inline-block;
	padding-left: 20px
}

.main {
	background: #f8faff;
}

.main .content {
	overflow: hidden;
	padding: 40px 0;
}

.page {
	padding: 10px 0
}

.page_m {
	display: none
}

.page a {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}

.page a:hover,
.page a.act {
	background: #da2477;
	color: #fff
}

.page SPAN.current {
	background: #da2477;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 26px;
}

.page SPAN.disabled {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}

.page_m a {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}

.page_m a:hover,
.page a.act {
	background: #da2477;
	color: #fff
}

.page_m SPAN.current {
	background: #da2477;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 26px;
}

.page_m SPAN.disabled {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}

.main .content .aside {
	max-width: 260px;
	float: left;
	width: 21%;
}

.main .content .aside li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.main .content .aside li a {
	display: block;
	line-height: 40px;
	padding-left: 40px;
	border-left: 2px solid #f8faff;
}

.main .content .aside li a:hover,
.main .content .aside li a.act {
	border-left: 2px solid #da2477;
}

.main .content .public_area {
	max-width: 1290px;
float: right;
width: 79%;
}

.main .content .public_area img {
	max-width: 100%;
	height: auto;
}

.main .content .nus {
	line-height: 26px;
}

.main .content .nus p {
	padding: 5px 0;
}

.mbaner {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;height:100%;
}

.mbaner .atlas li {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s;
	width: 100%
}

.mbaner .atlas li img {
	width: 100%;
	height: auto
}

.mbaner .atlas li.act {
	opacity: 1;
	z-index: 3
}

.mbaner .num {
	position: absolute;
	width: 100%;
	height: 12px;
	bottom: 5%;
	left: 0;
	text-align: center;
	z-index: 5
}

.mbaner .num a {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	margin: 0 2px
}

.mbaner .num a.on {
	background: #1f79cd
}

.index_tit {
	padding: 30px 0;
	text-align: center;
}

.index_tit h4 {
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	padding-bottom: 10px;
}

.index_tit p {
	font-size: 24px;
	color: #da2477;
}

.index_tit p span {
	background: url(../images/bjline.jpg) center repeat-x;
	display: inline-block;
	height: 34px;
	padding: 0 40px;
}

.index_tit p span i {
	padding: 0 20px;
	background: #f8faff;
	display: inline-block;
	font-style: normal;
}

.product .section {
	max-width: 1524px;
	margin: 0 auto;
	text-align: center;
	background: #f8faff;
	overflow: hidden;
}

.product .section li {
	width: 18%;
	float: left;
	height: 250px;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 30px;
	margin-left: 1%;
}

.product .section li a {
	display: block;
	padding: 20px;
	line-height: 23px;
	font-size: 12px;
	color: #999;
}

.product .section li a:hover .icon {
	transform: rotate(360deg);
}

.product .section li h4 {
	font-size: 16px;
	color: #333;
	padding: 12px 0;
}

.product .section li .icon {
	display: inline-block;
	padding: 15px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: 0.4s;
}

.product .section li p {
	height: 50px;
	overflow: hidden;
}

.news .box {
	padding-bottom: 60px;
	overflow: hidden;
}

.news .left {
	width: 49%;
	float: left;
}

.news .left img {
	max-width: 100%;
}

.news .right {
	width: 48%;
	float: right;
}

.news .right li {
	height: 94px;
	margin-bottom: 12px;
	background: #ececec;
	padding: 15px;
	border-radius: 5px;
}

.news .right li:hover,
.news .right li.act {
	background: #da2477;
}

.news .right li:hover a,
.news .right li.act a {
	color: #fff;
}

.news .right li:hover p,
.news .right li.act p {
	color: #fff;
}

.news .right li time {
	float: left;
	width: 80px;
	text-align: center;
	display: block;
	padding-right: 10px;
}

.news .right li time span.num {
	display: block;
	font-size: 38px;
	padding: 6px 0;
	display: block;
}

.news .right li h4 {
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	height: 26px;
	overflow: hidden
}

.news .right li p {
	height: 44px;
	overflow: hidden;
	color: #999;
	line-height: 22px;
	transition: 0.3s;
}

.baakctop {
	background: #383840;
	padding: 25px 0;
	text-align: center;
}

.baakctop span {
	background: #da2477;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}

.m_sub {
	display: none;
}

.down li {
	padding: 20px;
	background: #fff;
	line-height: 44px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
	margin-bottom: 15px;
}

.down li span {
	width: 25%;
	display: block;
	float: left;
}

.down li span.down {
	text-align: center;
}

.down li span.down i {
	background: #00a2e8;
	font-style: normal;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	padding: 0px 40px;
	cursor: pointer;
}

.condition {
	height: 40px; line-height:40px;
	margin-bottom: 30px;
}

.condition .from {
	width: 250px;
	border: 1px solid #ddd;
	float: right;
	margin-right: 10px;
	border-radius: 5px;
	position: relative;
}

.condition .from .ipt {
	width: 206px;
	float: left;
	position: relative;
	height: 40px;
}

.condition .from .ipt input {
	position: absolute;
	top: 0px;
	width: 98%;
	padding: 0 1%;
	line-height: 40px;
	height: 40px;
	background: none;
}

.condition .from .ipt ul {
	position: absolute;
	top: 40px;
	width: 100%;
	line-height: 44px;
	border: 1px solid #ddd;
	display: none;
	background: #fff;
}

.condition .from .ipt ul li {
	padding-left: 10px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}

.condition .from .btn {
	width: 40px;
	height: 40px;
	border-left: 1px solid #ddd;
	display: block;
	float: right;
	background: url(../images/sai1.jpg) no-repeat center;
	cursor: pointer;
}

.condition .ctn {
	float: right;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 81px;
}

.condition .ctn .lis {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-right: 1px solid #ddd;
	background: url(../images/sai2.jpg) no-repeat center;
	cursor: pointer;
}

.condition .ctn .blis {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	background: url(../images/sai3.jpg) no-repeat center;
	cursor: pointer;
}

.news .list li {
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
	margin-bottom: 15px;
}

.news .list li img {
	float: left;
	width: 170px;
}

.news .list li .txt {
	float: left;
	width: 60%;
	padding-left: 3%;
	line-height: 24px;
	color: #999;
}

.news .list li .txt h4 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #333;
}

.news .list li a {
	display: block;
	overflow: hidden;
}

.news .list li time {
	float: right;
	width: 80px;
	display: block;
	text-align: center;
	padding-top: 15px;
}

.news .list li time span {
	display: block;
}

.news .list li time span.num {
	font-size: 34px;
	padding-bottom: 5px;
}

.newdetail .biao {
	overflow: hidden;
}

.newdetail .biao li {
	padding-bottom: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 24px;
}

.newdetail .biao li h4 {
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}

.newdetail .biao li h4 b {
	border-bottom: 2px solid #da2477;
	display: inline-block
}

.newdetail .biao li .bar {
	padding: 15px 0;
}

.newdetail .biao li .lcon,
.newdetail .biao li .rtxt {
	width: 48%;
	margin: 0 1%;
	float: left
}

.tab {
	background: #eee;
	line-height: 44px;
	overflow: hidden
}

.tab.fiex {
	position: fixed;
	top: 170px;
}

.tab ul {
	display: block;
}

.tab ul::-webkit-scrollbar {
	display: none;
	-webkit-overflow-scrulling: touch;
}

.tab li {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 14.28%;
	text-align: center;
	cursor: pointer;
	float: left;
}

.tab li.act a,
.tab li:hover a {
	color: #fff
}

.tab li:hover,
.tab li.act {
	background: rgb(116, 26, 56);
	color: #fff;
}

.tabcontent .list {
	display: none;
	padding: 20px 0;
	font-size: 12px;
	line-height: 24px;
}


#prosub li {
	padding: 0;
	border-bottom: 1px solid #fff;
}

#prosub li h4 {
	cursor: pointer;
	background: #da2477 url(../images/psub2.jpg) no-repeat 20px center;
	height: 44px;
	line-height: 44px;
	padding-left: 46px;
	color: #fff;
}

#prosub li h4.act {
	background: #da2477 url(../images/psub1.jpg) no-repeat 20px center;
}

#prosub li p {
	border-bottom: 1px solid #ddd;
	background: url(../images/psub3.jpg) no-repeat 20px center;
}

#prosub li p a {
	border: none;
}

#prosub li p a:hover,
#prosub li p a.act {
	background:#da2477;
	border: none;
	color: #ffffff;
}

#prosub li .hides {
	display: none;
}
.cxx {
	text-decoration: line-through;
}
.cxj {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000; margin-left:65px;
}
.cxs {
            line-height: 20px;
            font-size: 14px;
			color:#FFFFFF;
            background: red;
            position: relative;
            text-align: center;
            position: relative;
            border-radius: 5px;
			padding:5px;
        }
.cxs i {
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: -10px;
            top: 0px;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-top: 10px solid red;

        }
.ulist {
	padding: 0 5px; overflow:hidden;
}
.npros li.bl {
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 30px;
	overflow: hidden;
}

.npros li .tit {
	background: #eee;
	height: 40px;
	font-size: 15px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.npros li .tit b {
	border-bottom: 3px solid #da2477;
	line-height: 37px;
	display: inline-block;
	padding: 0 10px;
}

.npros li .details {
	padding: 15px;
	overflow: hidden;
	line-height: 24px;
}

.npros li .details .nl {
	float: left;
}

.npros li .details .names {
	width: 40%;
	padding-right: 2%;
	position: relative;
}

.npros li .details .names .pz {
	padding-left: 70px; overflow:hidden; min-height:30px;
}

.npros li .details .names .pz b {
	display: block;
	width: 70px;
	position: absolute;
	left: 0;
}

.npros li .details .xy {
	width: 40%;
}

.npros li .details .xy p {
	word-break: break-all;
}

.npros li .details .deil {
	width: 18%;
	text-align: center;
}

.npros li .details .nl p {
	padding: 6px 0;
	box-sizing: border-box
}

.npros li .details a {
	background: #da2477;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.dxj {
	background: #da2477;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.dxjt {
	background: #da2477;
	display: inline-block;
	color: #fff;
	border-radius: 5px; line-height:30px;height:30px; width:70px;
}
.dxj:hover {
	background: #da2477;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.npros li .details .names span {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 5px;
	margin: 2px 1px;
	text-align: center;
	font-size: 12px;
}

.npros li .details .names span.blue,
.npros li .details .names span:hover {
	border: 1px solid #da2477;
}

.npros.two li.bl {
	width: 49%;
	float: left;
	box-sizing: border-box;
}

.npros.two li.bl.toright {
	float: right;
}

.npros.two li .details .names,
.npros.two li .details .xy,
.npros.two li .details .deil {
	width: 100%;
	float: none;
	padding-right: 0;
}

.addres li {
	float: left;
	width: 50%;
}

.new_tit {
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	line-height: 30px;
	border-bottom: 1px solid #ddd
}

.newdetail .tips {
	padding: 25px 0;
	text-align: center
}

.newdetail .tips span {
	margin: 0 10px;
}

.contennew {
	line-height: 30px;
}

.newdetail .biao.two li {
	width: 49%;
	float: left;
	box-sizing: border-box;
}

.newdetail .biao.two li:nth-child(2n-1) {
	width: 49%;
	box-sizing: border-box;
	float: right;
	clear: both
}

.newdetail .biao.two li .lcon,
.newdetail .biao.two li .rtxt {
	width: 100%;
}

.prenextnew {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}

.prenextnew li {
	width: 50%;
	float: left
}

.msg table {
	border-collapse: collapse;
	width: 100%
}

.msg table td {
	border: 1px solid #ddd;
	padding: 10px
}

.msg table .ipt {
	width: 70%;
	height: 30px;
	border: 1px solid #ddd;
	padding: 0 10px;
	line-height: 24px;
	color: #999
}

.msg table .ipt.err {
	background: rgb(253, 231, 231)
}

.msg table .textarea {
	height: 100px
}

.msg table .btn {
	width: 100px;
	height: 30px;
	background: rgba(238, 196, 12, 0.938);
	color: #fff;
	cursor: pointer
}

.msg table .yzm {
	width: 40%
}

@media(min-width:1640px) {
	.foterrbox {
		background: #404048 url(../images/ewm.jpg) no-repeat right 100px;
	}
}

@media(max-width:999px) {
	img{ max-width: 100%; height: auto; width:auto;}
	.ss{ display: block; line-height: 44px;}
	.ss b{ color: #da2477;}
	.bannerk {
		margin-top: 0px;
	}
	.mbaner,
	.iner_baner {
		margin-top: 0px;
	}
	.section {
		padding: 10px;
		box-sizing: border-box;
	}
	
	.head {
		padding: 10px;
		box-sizing: border-box;
	}
	.head .logo {
		width: 82%;
	}
	.head .logo img {
		max-width: 100%;
		height: 50px;
	}
	.head .lang {
		display: none;
	}
	.menu ul li a {
		text-align: left;
		padding: 0 10px;
	}
	.mhinav {
		display: none;
	}
	.msearch{ margin-top: 80px; display: block;}
	.msearch .ipt{ width: 60%; height: 40px; float: left; background: #eee; padding:0  5%;}
	.msearch .btn{ width: 30%; height: 40px; background: #da2477; color: #fff;}
	
	.menu {
		background: rgba(0, 0, 0, 0.8);
		display: none;
		overflow: auto;
		height: auto;
		height: 100%;
		position: fixed;
		z-index: 555;
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 70px;
	}
	.menu .section {
		height: auto;
		padding: 0;
	}
	.menu li .hidebj {
		position: relative;
		top: auto;
		height: auto;
		border-bottom: none;
		overflow: hidden;
		background: none;
	}
	.menu li .hidebj li,
	.menu #dpro li {
		width: 100%;
		padding: 0;
		border: none;
	}
	.menu .box li a,
	.menu #dpro li a,
	.menu #dpro li h4 {
		text-align: left;
		padding: 0px 15px;
		line-height: 24px;;
	}
	.menu #dpro li .links .mhinav{ padding-left: 10px;}
	.menu #dpro li img {
		display: none;
	}
	.menu #dpro li .links {
		float: none;
	}
	.menu li a.mb,.menu #dpro li a.mb{ display:block ;}
  .menu li a.pc,.menu #dpro li a.pc{ display: none;}
	.menu ul,
	.menu .search,
	.menu ul li {
		width: 100%;
		float: none;
	}
	.menu .search {
		padding: 5px;
		box-sizing: border-box;
		display: none;
	}
	.menu .box ul {
		overflow: hidden;
	}
	.menu ul li {
		font-size: 14px;
		border-bottom: 1px dashed #666;
	}
	.menu ul li a {
		line-height: 50px;
	}
	.menu .m-lang {
		height: 40px;
		text-align: center;
		padding: 5px;
		display: flex;
		justify-content: space-around;
	}
	.menu .m-lang a {
		display: block;
		line-height: 40px;
		width: 45%;
		float: left;
		background: #111;
		color: #fff;
	}
	.menu .m-lang a.act {
		background: #5f0309;
	}
	.menu #dpro{ padding: 0px;}
	.m_menu {
		width: 34px;
		height: 34px;
		height: 4px;
		background: #444;
		display: block;
		position: absolute;
		right: 10px;
		top: 34px;
		cursor: pointer
	}
	.m_menu:before {
		top: -10px
	}
	.m_menu:after,
	.m_menu:before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #444;
		position: absolute;
		-webkit-transition: .4s;
		transition: .4s
	}
	.m_menu:after {
		bottom: -10px
	}
	.open.m_menu {
		background: transparent
	}
	.open.m_menu:before {
		transform: rotate(45deg) translateY(14px);
		-moz-transform: rotate(45deg) translateY(14px);
		-ms-transform: rotate(45deg) translateY(14px);
		-o-transform: rotate(45deg) translateY(14px);
		-webkit-transform: rotate(45deg) translateY(14px);
		transform-origin: 50%
	}
	.open.m_menu:after {
		transform: rotate(-45deg) translateY(-14px);
		-moz-transform: rotate(-45deg) translateY(-14px);
		-ms-transform: rotate(-45deg) translateY(-14px);
		-o-transform: rotate(-45deg) translateY(-14px);
		-webkit-transform: rotate(-45deg) translateY(-14px);
		transform-origin: 50%
	}
	.baner,
	.baner_box,
	.n_baner {
		width: 100%;
		padding: 0;
		margin: 0
	}
	.atlas li img {
		width: 100%
	}
	.mbaner {
		display: block
	}
	.banner {
		display: none
	}
	.product .section li {
		width: 27.3333%;
	}
	.news .left {
		padding-bottom: 10px;
		text-align: center;
	}
	.news .left,
	.news .right {
		width: 100%;
		float: none;
	}
	.crumbs,
	.main .content .aside {
		display: none;
	}
	.main .content .public_area {
		width: 100%;
		float: none;
		max-width: 100%
	}
	.main .content .nus {
		padding: 10px;
		box-sizing: border-box;
	}
	.main .content .nus p img {
		width: 100%;
	}
	.foterrbox .startpro,
	.foterrbox .actionpro {
		width: 50%;
		box-sizing: border-box;
		padding: 10px;
	}
	.foterrbox .super {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	.main .content {
		padding: 10px 0;
	}
	.m_sub {
		display: block;
		padding: 10px 0;
	}
	.m_sub select {
		height: 44px;
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
}

@media(max-width:640px) {
	.m_menu {
		top: 34px;
	}
	.index_tit {
		padding: 15px 0;
	}
	.product .section li h4 {
		font-size: 14px;
	}
	.product .section li .icon {
		width: 60px;
		height: 60px;
	}
	.product .section li .icon img {
		max-width: 90%;
	}
	.index_tit h4 {
		font-size: 24px;
	}
	.product .section li {
		width: 44.3333%;
		height: 210px;
		margin-bottom: 15px;
	}
	.product .section li h4 {
		height: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.product .section li a {
		padding: 10px 5px;
	}
	.news .box {
		padding: 0 10px;
	}
	.news .right li h4 {
		font-size: 16px;
	}
	.foterrbox .startpro,
	.foterrbox .actionpro {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.baakctop,
	.foterrbox .section {
		padding: 10px 0;
	}
	.foterrbox .list h4 {
		font-size: 14px;
		line-height: 40px;
	}
	.foterrbox .list li {
		margin: 10px 0;
	}
	.foterrbox .super.list img {
		display: none;
	}
	.foterrbox .super li {
		height: auto;
		line-height: 24px;
		padding: 5px 10px;
	}
	footer {
		text-align: center;
	}
	footer span {
		display: none;
	}
	.down li {
		padding: 10px;
		line-height: 44px;
	}
	.down li span {
		width: 50%;
		text-align: center;
	}
	.condition {
		display: none;
	}
	.news .list li {
		padding: 10px;
	}
	.news .list li time {
		display: none;
	}
	.main .content .public_area img {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.news .list li .txt {
		width: 100%;
		padding: 5px;
	}
	.newdetail .biao {
		padding: 0px;
	}
	.newdetail .biao li .lcon,
	.newdetail .biao li .rtxt {
		width: 100%;
		float: none
	}
	.tab ul {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.tab ul li {
		width: 160px;
		float: none;
		margin-left: -3px;
	}
	.tab.fiex {
		position: fixed;
	}
	.npros li {
		overflow: auto;
	}
	.npros li table {
		width: 640px;
	}
	.addres li {
		float: none;
		width: 100%;
	}
	.page {
		display: none
	}
	.page_m {
		display: block;
		display: flex;
		justify-content: space-around
	}
	.page_m a {
		display: inline-block;
		border: 1px solid #ccc;
		line-height: 26px;
		margin: 0 3px;
		padding: 0 5px;
		text-align: center;
	}
	.page_m a:hover,
	.page_m a.act {
		background: #da2477;
		color: #fff;
		display: inline-block;
		margin: 0 3px;
		padding: 0 5px;
		line-height: 26px;
	}
	.page_m SPAN.current {
		background: #da2477;
		color: #fff;
		display: inline-block;
		margin: 0 3px;
		padding: 0 5px;
		line-height: 26px;
	}
	.page_m SPAN.disabled {
		display: inline-block;
		margin: 0 3px;
		padding: 0 5px;
		border: 1px solid #ccc;
		line-height: 26px;
	}
	.prenextnew li {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}
	.msg table .btn {
		width: 65px;
	}
	.msg table .yzm {
		width: 70%
	}
	.ulist {
		padding: 0 3px;
	}
	.npros li .details .names,
	.npros li .details .xy {
		width: 100%;
		float: none;
		padding: 0
	}
	.npros li .details .deil {
		width: 100%;
		float: none;
	}
}
.keifu{ position:fixed; top:10%; right:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
@media  screen and (max-width:640px) {
.keifu{ display: none}}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(../images/keifu.png); background-position:0 -149px; }
/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:208px;width:70px;height:420px; z-index:1500;}
@media  screen and (max-width:640px) {
.cndns-right{ display: none;}}
.clear{clear:both;font-size:0px;line-height:0;height:0;}

@font-face {
	font-family: 'icomoon';
    src:url('/fonts/icomoon.eot?qradjf');
    src:url('/fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?qradjf') format('truetype'),
        url('/fonts/icomoon.woff?qradjf') format('woff'),
        url('/fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100;}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;	font-style: normal;
	font-weight: normal;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(/images/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999;	font-style: normal;
	font-weight: normal;}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:10px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:20px;line-height:26px;}
.cndns-right-box .box-border .sev-t p i{
	display:block;
	font-size:15px;
	color:#222;
	font-style: normal;
	font-weight: normal;
}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:10px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:0px;}
.cndns-right-box .box-border .sev-b li{float:left;width:100%;border-bottom:1px solid #e4e4e4; padding-top:5px; padding-bottom:5px;	font-style: normal;
	font-weight: normal;}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#222;font-size:14px;padding-left:40px;background:url(/images/q1.gif) no-repeat left 3px;line-height:35px;	font-style: normal;
	font-weight: normal;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:280px;}
.meau-contact .cndns-right-box .box-border{width:280px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:186px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;	font-style: normal;
	font-weight: normal;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}









.btn-application{padding: 0 5px;font-size: 10px;color: #fff;text-align: center; border-radius: 4px; background:#ccc; margin:0 2px;}
.btn-application:hover{ color:#fff;}
a.btn-application[data-label=WB] {border: 2px solid #6b6b6b;background-color: #6b6b6b;}
a.btn-application[data-label=none] {display:none;}
a.btn-application[data-label=IHC] {border: 2px solid #c65911;background-color: #c65911;}
a.btn-application[data-label=ICC] {border: 2px solid #745399;background-color: #745399;}
a.btn-application[data-label=IF] {border: 2px solid #5959ff;background-color: #5959ff;}
a.btn-application[data-label=IP] {border: 2px solid #f5d372;background-color: #f5d372;}
a.btn-application[data-label=ChIP] {border: 2px solid #a6a5c4;background-color: #a6a5c4;}
a.btn-application[data-label=ChIPseq] {border: 2px solid #6c88c6;background-color: #6c88c6;}
a.btn-application[data-label=RIP] {border: 2px solid #ffca99;background-color: #ffca99;}
a.btn-application[data-label=FC] {border: 2px solid #e25a53;background-color: #e25a53;}
a.btn-application[data-label=FCM] {border: 2px solid #bb5548;background-color: #bb5548;}
a.btn-application[data-label=ELISA] {border: 2px solid #80aba9;background-color: #80aba9;}
a.btn-application[data-label=MeDIP] {border: 2px solid #ae8d92;background-color: #ae8d92;}
a.btn-application[data-label=DB] {border: 2px solid #fc8ca8;background-color: #fc8ca8;}
a.btn-application[title*=Nucleotide],a.btn-application[data-label^=Nucleotide] {border: 2px solid #fe7250;background-color: #fe7250;}



.pro-yq ul{background: #fff;}
.pro-yq ul li{height: 100px;padding: 20px 0;border-top: 1px solid #e6e6e6;}
.pro-yq ul li:hover .imgbigout{box-shadow: 0 0 15px rgba(186,204,207,.7);}
.pro-yq ul li:last-child{border-bottom: 1px solid #e6e6e6;}
.pro-yq ul li .imgbigout{width: 200px;height: 100px;}
.pro-yq li .imgbigout img{display: block;margin: 5px auto 0;}
.pro-yq li .text{width: 530px;}
.pro-yq li .text .text-title{font-size: 16px;color: #333}
.pro-yq li .text .text-summary{font-size: 14px;color: #888}
.pro-yqread{}
.pro-yqread-top{height: 60px;border-bottom: 1px solid #e6e6e6;margin-bottom: 16px;}
.pro-yqread-top .pro-title{font-size: 24px;line-height: 60px;}
.pro-yqread-top .lxfs{margin-top: 10px;width: 150px;height: 40px;line-height: 40px;border-radius: 2px;text-align: center;background: #1f518e;color: #fff;}
.pro-yqread-main{margin-bottom: 110px;}
.pro-yqread-main .pro-text{width: 500px;margin-top: 10px;}
.pro-text p{color: #888;line-height: 24px;margin-bottom: 24px;}
.pro-pic{width: 280px;height: 280px;box-shadow: 0 0 15px rgba(186,204,207,.7);}
.pro_change{width:100%;margin:0 auto;}
.pro_change .hd{margin: 70px 0px 50px 0px; }
.pro_change .hd li{width:25%;height: 50px;float: left;text-align: center;line-height: 50px;cursor:pointer}
.pro_change .hd li.on{color:#fff;}
.pro_change .hd ul{background: #f7f7f7;}
.pro_change .hd li.on{background: #1f518e;color: #fff;}
/* p_bg */
.p_bg{width:100%;background: url(l_img/p_bg.jpg) no-repeat center;position: fixed;top:0px;height:398px;z-index: 0;}
.pro-wrap table{width: 100% !important;}
.product_center{width: 1080px;margin: 0 auto;position: relative;z-index: 10;padding: 76px 0px;background: #fff;}
.product_list{margin:30px auto;}
.product_list li{width:380px;float: left;margin:80px;}
.product_list li a{display: block;}
.product_list li a img{margin: 0 auto;display:block;width: 380px;height: 300px;}
.product_list li span{font-size:18px;margin-top:50px;display: block;font-weight:bold;}
.product_list li p{display: block;color:#888888;margin:20px auto 35px;min-height:84px;}
.product_list li .line{width:380px;height: 1px;background: #e6e6e6;}
.product_list li .line i{width:20px;height:1px;background: #333;display:block;transition: all .3s;}
.product_list li a:hover i{width:100%;}
/* list-type */
.pro_list{position: relative;z-index: 10;padding: 76px 0px;background: #fff;min-height: 500px;}
.pro_list .table{width:1200px;}
.list_type{margin: 45px auto;}
.market_list{width: 928px;}
.list_type  li{float: left;margin:5px;}
.list_type  li a{display: block;width:210px;height: 34px;text-align: center;line-height: 34px;border:1px solid #d2d2d2;}
.list_type  li a:hover{background:#1f518e;color:#fff;}
.list_type  li.on a{background: #1f518e;color:#fff;border:1px solid #1f518e;}
.p_list{width:1200px;margin:0 auto;}
.p_list li {border-bottom:1px solid #f2f2f2;}
.p_list li  a{padding:25px;display:block}
.p_list li  a:hover{background:#1f518e;color:#fff;}
.p_list li  a:hover i{background:url(img/h_in.png) no-repeat center;}
.p_list i{display:block;width:39px;height:13px;float:right;background:url(img/in.png) no-repeat center;margin-right:20px;}
.p_list p{font-size:18px;font-weight:bold;}
.p_list span{display:block;width:905px;max-height:84px;overflow:hidden;}