.main a:hover, .main a:active {
	outline: none;
}
.main .ss { display: none;}
.main .toper {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 155;
}
.main .bannerk {
	margin-top: 0px;
	background: #f5f5f5;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #eee
}
.main .ipts {
    width: 100%;
    height: 40px;
  }
.main .zoomsub {
    width: 80%;
    height: 80%;
    background: #0b70be;
    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;
  }
.main .zoomsub ul {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling : touch;
  }
.main .zoomsub ul li {
    color: #fff;
    line-height: 32px;
  }
.main .zoomsub ul li a {
    color: #eee;
    text-decoration: none;
    font-size: 12px;
  }
.main .zoomsub ul li h4 {
    line-height: 40px;
    font-size: 15px;
  }
.main .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
  }
.main .bannerk a {
	color: #e70012
}
.main .banner, .main .iner_baner {
	margin-top: 0px;
}
.main .head {
	background: #ffffff;
	padding: 10px 0;
	overflow: hidden;
}
.main .section {
	max-width: 1200px;
	margin: 0 auto;
}
.main .head .logo {
	float: left;
}
.main .head .lang {
	float: right;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.main .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;
}
.main .head .lang a.act {
	background: url(../images/lang_cur.jpg);
	color: #fff;
}
.main .iner_baner {
	position: relative;
}
.main .iner_baner img {
	width: 100%;
}
.main .crumbs {
	height: 100px;
	line-height: 96px;
	border-bottom: 1px solid #ddd;
}
.main .crumbs span {
	font-size: 22px;
	border-bottom: 4px solid #e70012;
	display: inline-block;
}
.main .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;
}
.main .page {
	padding: 10px 0
}
.main .page_m {
	display: none
}
.main .page a {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}
.main .page a:hover, .main .page a.act {
	background: #e70012;
	color: #fff
}
.main .page SPAN.current {
	background: #e70012;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 26px;
}
.main .page SPAN.disabled {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}
.main .page_m a {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 26px;
}
.main .page_m a:hover, .main .page a.act {
	background: #e70012;
	color: #fff
}
.main .page_m SPAN.current {
	background: #e70012;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 26px;
}
.main .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: 20px;
	border-left: 2px solid #f8faff;
}
.main .content .aside li a:hover, .main .content .aside li a.act {
	border-left: 2px solid #e70012;
	background: #eaeff9;
}
.main .content .public_area {
	max-width: 890px;
	float: right;
	width: 74%;
}
.main .content .public_area img {
	max-width: 100%;
	height: auto;
}
.main .content .nus {
	line-height: 26px;
}
.main .content .nus p {
	padding: 5px 0;
}
.main .mbaner {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;height:100%;
}
.main .mbaner .atlas li {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s;
	width: 100%
}
.main .mbaner .atlas li img {
	width: 100%;
	height: auto
}
.main .mbaner .atlas li.act {
	opacity: 1;
	z-index: 3
}
.main .mbaner .num {
	position: absolute;
	width: 100%;
	height: 12px;
	bottom: 5%;
	left: 0;
	text-align: center;
	z-index: 5
}
.main .mbaner .num a {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	margin: 0 2px
}
.main .mbaner .num a.on {
	background: #1f79cd
}
.main .index_tit {
	text-align: center;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.main .index_tit h4 {
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	padding-bottom: 10px;
}
.main .index_tit p {
	font-size: 24px; line-height:32px;
	color: #e70012;
}
.main .index_tit p span {
	background: url(../images/bjline.jpg) center repeat-x;
	display: inline-block;
	height: 34px;
	padding: 0 40px;
}
.main .index_tit p span i {
	padding: 0 20px;
	background: #f8faff;
	display: inline-block;
	font-style: normal;
}
.main .xmb { display:none;}
.main .product {background: #f8faff;padding: 10px 0;}
.main .product .section {
	max-width:1200px;
	margin: 0 auto;position: relative;}
.main .product .box {overflow: hidden;}
.main .product .btn {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 55%;
  padding: 7px;
  box-shadow: 0 0 8px #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.main .product .btn:hover {
  transform: rotate(360deg);
}
.main .product .pre {
  left: 0px;
  background: #0b70be url(../images/btn_pre1.png) no-repeat center;
}
.main .product .next {
  right: 0px;
  background: #0b70be url(../images/btn_next1.png) no-repeat center;
}
.main .product .pre:hover {
  background: #f42a01 url(../images/btn_pre1.png) no-repeat center;
}
.main .product .next:hover {
  background: #f42a01 url(../images/btn_next1.png) no-repeat center;
}
.main .product .box {
  width: 100%;
}
.main .product .box ul {
  width: 2640px;
}
.main .product .box li {
	width: 200px;
	float: left; text-align:center;
	height: 250px;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.main .product .box li a {
	display: block;
	padding: 10px;
	line-height: 23px;
	font-size: 14px;
	color: #666;
	font-family: "黑体","Times New Roman";
}
.main .product .box li a:hover .icon {
	transform: rotate(360deg);
}
.main .product .box li h4 {
	font-size: 16px;
	color: #333;
	padding: 12px 0;
}
.main .product .box li .icon {
	display: inline-block;
	padding: 15px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: 0.4s;
}
.main .product .box li p {
	height: 50px;
	overflow: hidden; padding-bottom:10px;
}
.main .news .box {
	padding-bottom: 30px;
	overflow: hidden;
}
.main .news .left {
	width: 49%;
	float: left;
}
.main .news .left li {
	margin-bottom: 12px;
	background: #ececec;
	padding: 15px;
	border-radius: 5px;
}
.main .news .left li:hover, .main .news .left li.act {
	background: #e70012;
}
.main .news .left li:hover a, .main .news .left li.act a {
	color: #fff;
}
.main .news .left li:hover p, .main .news .left li.act p {
	color: #fff;
}
.main .news .left li time {
	float: left;
	width: 80px;
	text-align: center;
	display: block;
	padding-right: 10px;
}
.main .news .left li time span {
	font-size: 28px; line-height:30px;
}
.main .news .left li time span.num {
	display: block;
	font-size:22px;
	padding: 6px 0;
	display: block;
}
.main .news .left li h4 {
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	height: 26px;
	overflow: hidden
}
.main .news .left li p {
	height: 44px;
	overflow: hidden;
	color: #999;
	line-height: 22px;
	transition: 0.3s;
}
.main .news .right {
	width: 49%;
	float: right;
}
.main .news .right li {
	margin-bottom: 12px;
	background: #ececec;
	padding: 15px;
	border-radius: 5px;
}
.main .news .right li:hover, .main .news .right li.act {
	background: #e70012;
}
.main .news .right li:hover a, .main .news .right li.act a {
	color: #fff;
}
.main .news .right li:hover p, .main .news .right li.act p {
	color: #fff;
}
.main .news .right li time {
	float: left;
	width: 80px;
	text-align: center;
	display: block;
	padding-right: 10px;
}
.main .news .right li time span {
	font-size: 28px; line-height:30px;
}
.main .news .right li time span.num {
	display: block;
	font-size: 22px;
	padding: 6px 0;
	display: block;
}
.main .news .right li h4 {
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	height: 26px;
	overflow: hidden
}
.main .news .right li p {
	height: 44px;
	overflow: hidden;
	color: #999;
	line-height: 22px;
	transition: 0.3s;
}
.main .baakctop {
	background: #383840;
	padding: 25px 0;
	text-align: center;
}
.main .baakctop span {
	background: #e70012;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}
.main .foterrbox, .main footer {
	background: #fafafa;
}
.main .foterrbox .section {
	position: relative;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.main .foterrbox .list {
	float: left;
}
.main .foterrbox .list li {
	line-height: 50px;
	margin: 15px 0;
	height: 50px;
	overflow: hidden;
}
.main .foterrbox .list li a {
	color: #333;
}
.main .foterrbox .list li img {
	float: left;
	margin-right: 10px;border-radius: 5px;
}
.main .foterrbox .startpro {
	width: 27%;
}
.main .foterrbox .actionpro {
	padding: 0 4%;
	width: 30%;
}
.main .foterrbox .super {
	width: 35%;
	color: #fff;
	color: #333;
}
.main .foterrbox .super li {
	background: #ddd;border-radius: 5px;
}
.main .foterrbox .super.list img {
	padding: 5px;
	background: #0b70be;
	float: left;border-radius: 0px;
}
.main .foterrbox .list h4 {
	line-height: 50px;
	color: #0b70be;
	font-size: 24px;
	border-bottom: 2px solid #0b70be;
	font-weight: normal;
}
.main .foterrbox .list h4 a {
	float: right;
	font-size: 12px;
	color: #0b70be;
}
.main .m-lang {
	display: none;
}
.main footer {
	padding: 15px 0;
	color: #333;
	font-size: 12px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.main footer span {
	float: right;
}
.main .m_sub {
	display: none;
}
.main .down li {
	padding: 10px;
	background: #fff;
	line-height:32px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
	margin-bottom: 15px;
}
.main .down li span.name {
	width:56%;
	display: block;
	float: left; font-size:14px;
}
.main .down li span.name1 {
	width: 10%;
	display: block;
	float: left;
}
.main .down li span.size {
	width: 8%;
	display: block;
	float: left;
}
.main .down li span.time {
	width: 10%;
	display: block;
	float: left;
}
.main .down li span.down {
	text-align: center;width:16%;
	display: block;
	float: left;
}
.main .down li span.down i {
	background: #00a2e8;
	font-style: normal;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	padding: 0px 20px;
	cursor: pointer;
}
.main .condition {
	height: 40px; line-height:40px;
	margin-bottom: 30px;
}
.main .condition .from {
	width: 250px;
	border: 1px solid #ddd;
	float: right;
	margin-right: 10px;
	border-radius: 5px;
	position: relative;
}
.main .condition .from .ipt {
	width: 206px;
	float: left;
	position: relative;
	height: 40px;
}
.main .condition .from .ipt input {
	position: absolute;
	top: 0px;
	width: 98%;
	padding: 0 1%;
	line-height: 40px;
	height: 40px;
	background: none;
}
.main .condition .from .ipt ul {
	position: absolute;
	top: 40px;
	width: 100%;
	line-height: 44px;
	border: 1px solid #ddd;
	display: none;
	background: #fff;
}
.main .condition .from .ipt ul li {
	padding-left: 10px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}
.main .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;
}
.main .condition .ctn {
	float: right;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 81px;
}
.main .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;
}
.main .condition .ctn .blis {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	background: url(../images/sai3.jpg) no-repeat center;
	cursor: pointer;
}
.main .news .list li {
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
	margin-bottom: 15px;
}
.main .news .list li img {
	float: left;
	width: 170px;
}
.main .news .list li .txt {
	float: left;
	width: 60%;
	padding-left: 3%;
	line-height: 24px;
	color: #999;
}
.main .news .list li .txt h4 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #333;
}
.main .news .list li a {
	display: block;
	overflow: hidden;
}
.main .news .list li time {
	float: right;
	width: 80px;
	display: block;
	text-align: center;
	padding-top: 15px;
}
.main .news .list li time span {
	display: block;
}
.main .news .list li time span.num {
	font-size: 34px;
	padding-bottom: 5px;
}
.main .newdetail .biao {
	overflow: hidden;
}
.main .newdetail .biao li {
	padding-bottom: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 24px;
}
.main .newdetail .biao li h4 {
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}
.main .newdetail .biao li h4 b {
	border-bottom: 2px solid #e70012;
	display: inline-block
}
.main .newdetail .biao li .bar {
	padding: 15px 0;
}
.main .newdetail .biao li .lcon, .main .newdetail .biao li .rtxt {
	width: 48%;
	margin: 0 1%;
	float: left
}
.main .tab {
	background: #eee;
	line-height: 44px;
	overflow: hidden
}
.main .tab.fiex {
	position: fixed;
	top: 170px;
}
.main .tab ul {
	display: block;
}
.main .tab ul::-webkit-scrollbar {
	display: none;
	-webkit-overflow-scrulling: touch;
}
.main .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;
}
.main .tab li.act a, .main .tab li:hover a {
	color: #fff
}
.main .tab li:hover, .main .tab li.act {
	background: rgb(55, 139, 235);
	color: #fff;
}
.main .tabcontent .list {
	display: none;
	padding: 20px 0;
	font-size: 12px;
	line-height: 24px;
}
.main #prosub li {
	padding: 0;
	border-bottom: 1px solid #fff;
}
.main #prosub li h4 {
	cursor: pointer;
	background: #e70012 url(../images/psub2.jpg) no-repeat 20px center;
	height: 44px;
	line-height: 44px;
	padding-left: 46px;
	color: #fff;
}
.main #prosub li h4.act {
	background: #e70012 url(../images/psub1.jpg) no-repeat 20px center;
}
.main #prosub li p {
	border-bottom: 1px solid #ddd;
	background: url(../images/psub3.jpg) no-repeat 20px center;
}
.main #prosub li p a {
	border: none;
}
.main #prosub li p a:hover, .main #prosub li p a.act {
	background:#00a1e2;
	border: none;
	color: #ffffff;
}
.main #prosub li .hides {
	display: none;
}
.main .cxx {
	text-decoration: line-through;
}
.main .cxj {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000; margin-left:65px;
}
.main .cxs {
            line-height: 20px;
            font-size: 14px;
			color:#FFFFFF;
            background: red;
            position: relative;
            text-align: center;
            position: relative;
            border-radius: 5px;
			padding:5px;
        }
.main .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;

        }
.main .ulist {
	padding: 0 5px; overflow:hidden;
}
.main .npros li.bl {
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 30px;
	overflow: hidden;
}
.main .npros li .tit {
	background: #eee;
	height: 40px;
	font-size: 15px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .npros li .tit b {
	border-bottom: 3px solid #e70012;
	line-height: 37px;
	display: inline-block;
	padding: 0 10px;
}
.main .npros li .details {
	padding: 15px;
	overflow: hidden;
	line-height: 24px;
}
.main .npros li .details .nl {
	float: left;
}
.main .npros li .details .names {
	width: 40%;
	padding-right: 2%;
	position: relative;
}
.main .npros li .details .names .pz {
	padding-left: 70px; overflow:hidden; min-height:30px;
}
.main .npros li .details .names .pz b {
	display: block;
	width: 80px;
	position: absolute;
	left: 0;
}
.main .npros li .details .xy {
	width: 40%;
}
.main .npros li .details .xy p {
	word-break: break-all;
}
.main .npros li .details .deil {
	width: 18%;
	text-align: center;
}
.main .npros li .details .nl p {
	padding: 6px 0;
	box-sizing: border-box
}
.main .npros li .details a {
	background: #00a3e8;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.main .dxj {
	background: #00a3e8;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.main .dxjt {
	background: #00a3e8;
	display: inline-block;
	color: #fff;
	border-radius: 5px; line-height:30px;height:30px; width:70px;
}
.main .dxj:hover {
	background: #00a3e8;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.main .npros li .details .names span {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 5px;
	margin: 2px 1px;
	text-align: center;
	font-size: 12px;
}
.main .npros li .details .names span.blue, .main .npros li .details .names span:hover {
	border: 1px solid #00a3e8;
}
.main .npros.two li.bl {
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.main .npros.two li.bl.toright {
	float: right;
}
.main .npros.two li .details .names, .main .npros.two li .details .xy, .main .npros.two li .details .deil {
	width: 100%;
	float: none;
	padding-right: 0;
}
.main .addres li {
	float: left;
	width: 50%;
}
.main .new_tit {
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	line-height: 30px;
	border-bottom: 1px solid #ddd
}
.main .newdetail .tips {
	padding: 25px 0;
	text-align: center
}
.main .newdetail .tips span {
	margin: 0 10px;
}
.main .contennew {
	line-height: 30px;
}
.main .newdetail .biao.two li {
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.main .newdetail .biao.two li:nth-child(2n-1) {
	width: 49%;
	box-sizing: border-box;
	float: right;
	clear: both
}
.main .newdetail .biao.two li .lcon, .main .newdetail .biao.two li .rtxt {
	width: 100%;
}
.main .prenextnew {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.main .prenextnew li {
	width: 50%;
	float: left
}
.main .msg table {
	border-collapse: collapse;
	width: 100%
}
.main .msg table td {
	border: 1px solid #ddd;
	padding: 10px
}
.main .msg table .ipt {
	width: 70%;
	height: 30px;
	border: 1px solid #ddd;
	padding: 0 10px;
	line-height: 24px;
	color: #999
}
.main .msg table .ipt.err {
	background: rgb(253, 231, 231)
}
.main .msg table .textarea {
	height: 100px
}
.main .msg table .btn {
	width: 100px;
	height: 30px;
	background: rgba(238, 196, 12, 0.938);
	color: #fff;
	cursor: pointer
}
.main .msg table .yzm {
	width: 40%
}
@media(min-width:1640px) {
.main .foterrbox {
		background: #fafafa url(../images/ewm.jpg) no-repeat right 50px;
	}
}
@media(max-width:999px) {
.main img { max-width: 100%; height: auto; width:auto;}
.main .ss { display: block; line-height: 44px;}
.main .ss b { color: #e70012;}
.main .bannerk {
		margin-top: 0px;
	}
.main .mbaner, .main .iner_baner {
		margin-top: 0px;
	}
.main .section {
		padding: 10px;
		box-sizing: border-box;
	}
.main .head {
		padding: 0px;
		box-sizing: border-box;
	}
.main .head .logo {
		width: 75%;
	}
.main .head .logo img {
		max-width: 100%;
	}
.main .head .lang {
		display: none;
	}
.main .menu ul li a {
		text-align: left;
		padding: 0 10px;
	}
.main .mhinav {
		display: none;
	}
.main .msearch { margin-top: 10px; display: block;}
.main .msearch .ipt { width: 60%; height: 40px; float: left; background: #eee; padding:0  5%;}
.main .msearch .btn { width: 30%; height: 40px; background: #e70012; color: #fff;}
.main .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;
	}
.main .menu .section {
		height: auto;
		padding: 0;
	}
.main .menu li .hidebj {
		position: relative;
		top: auto;
		height: auto;
		border-bottom: none;
		overflow: hidden;
		background: none;
	}
.main .menu li .hidebj li {
		width: 90%;
		padding: 0;
		border: none;box-sizing: border-box;background:#FFFFFF;border-radius: 5px;margin-top:4px; margin-bottom:4px; margin-left:5%; margin-right:5%;
	}
.main .menu #dpro .containor { display:none;}
.main .menu #dpro .box { display:block;}
.main .menu .box li a {
		text-align: left;
		padding: 0px 15px;
		line-height: 24px;;
	}
.main .menu li a.mb { display:block ;}
.main .menu li a.pc { display: none;}
.main .menu .box .mb {display:block;}
.main .menu ul, .main .menu .search, .main .menu ul li {
		width: 100%;
		float: none;
	}
.main .menu .search {
		padding: 5px;
		box-sizing: border-box;
		display: none;
	}
.main .menu .box ul {
		overflow: hidden;
	}
.main .menu ul li {
		font-size: 14px;
		border-bottom: 1px dashed #666;
	}
.main .menu ul li a {
		line-height: 50px;
	}
.main .menu .m-lang {
		height: 40px;
		text-align: center;
		padding: 5px;
		display: flex;
		justify-content: space-around;
	}
.main .menu .m-lang a {
		display: block;
		line-height: 40px;
		width: 45%;
		float: left;
		background: #111;
		color: #fff;
	}
.main .menu .m-lang a.act {
		background: #5f0309;
	}
.main .m_menu {
		width: 34px;
		height: 34px;
		height: 4px;
		background: #444;
		display: block;
		position: absolute;
		right: 10px;
		top: 34px;
		cursor: pointer
	}
.main .m_menu:before {
		top: -10px
	}
.main .m_menu:after, .main .m_menu:before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #444;
		position: absolute;
		-webkit-transition: .4s;
		transition: .4s
	}
.main .m_menu:after {
		bottom: -10px
	}
.main .open.m_menu {
		background: transparent
	}
.main .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%
	}
.main .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%
	}
.main .baner, .main .baner_box, .main .n_baner {
		width: 100%;
		padding: 0;
		margin: 0
	}
.main .atlas li img {
		width: 100%
	}
.main .mbaner {
		display: block
	}
.main .banner {
		display: none
	}
.main .news .left {
		padding-bottom: 10px;
		text-align: center;
	}
.main .news .left, .main .news .right {
		width: 100%;
		float: none;
	}
.main .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%;
	}
.main .foterrbox .startpro, .main .foterrbox .actionpro {
		width: 50%;
		box-sizing: border-box;
		padding: 10px;
	}
.main .foterrbox .super {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
.main .content {
		padding: 10px 0;
	}
.main .m_sub {
		display: block;
		padding: 10px 0;
	}
.main .m_sub select {
		height: 44px;
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
}
@media(max-width:640px) {
.main .m_menu {
		top: 34px;
	}
.main .index_tit {
		padding: 15px 0;
	}
.main .product .box li h4 {
		font-size: 14px;
	}
.main .product .box li a {
	font-size: 12px;
	color: #666;
	font-family: "Times New Roman";}
.main .product .box li .icon {
	display: inline-block;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: 0.4s;
	}
.main .product .box li .icon img {
		max-width: 80%;
	}
.main .index_tit h4 {
		font-size: 24px;
	}
.main .xmb { display:block;}
.main .xpc { display:none;}
.main .product .btn {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 60%;
  padding: 7px;
  box-shadow: 0 0 8px #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;}
.main .product .box { height:180px; width:100%;}
.main .product .box ul {width:1920px;}
.main .product .box li {
		width: 150px; margin-left:5px; margin-right:5px;
		height: 180px;
		margin-bottom: 15px;}
.main .product .box li h4 {
		height: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
.main .product .box li a {
		padding: 10px 5px;
	}
.main .news .box {
		padding: 0 10px;
	}
.main .news .right li h4 {
		font-size: 14px;
	}
.main .foterrbox .startpro, .main .foterrbox .actionpro {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 10px;
	}
.main .baakctop, .main .foterrbox .section {
		padding: 10px 0;
	}
.main .foterrbox .list h4 {
		font-size: 14px;
		line-height: 40px;
	}
.main .foterrbox .list li {
		margin: 10px 0;
	}
.main .foterrbox .super.list img {
		display: none;
	}
.main .foterrbox .super li {
		height: auto;
		line-height: 24px;
		padding: 5px 10px;
	}
.main footer {
		text-align: center;
	}
.main footer span {
		display: none;
	}
.main .down li {
		padding: 10px;
		line-height:32px;
	}
.main .down li span.name {
		width: 70%;
		text-align: left;font-size:14px;
	}
.main .down li span.name1 {
		width: 30%;
		text-align: left;
	}
.main .down li span.size {
		width: 33.33%;
		text-align: center;
	}
.main .down li span.time {
		width: 33.33%;
		text-align: center;
	}
.main .down li span.down {
		width: 33.33%;
		text-align: center;
	}
.main .condition {
		display: none;
	}
.main .news .list li {
		padding: 10px;
	}
.main .news .list li time {
		display: none;
	}
.main .content .public_area img {
		margin: 0 auto;
		display: block;
		float: none;
	}
.main .news .list li .txt {
		width: 100%;
		padding: 5px;
	}
.main .newdetail .biao {
		padding: 0px;
	}
.main .newdetail .biao li .lcon, .main .newdetail .biao li .rtxt {
		width: 100%;
		float: none
	}
.main .tab ul {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
.main .tab ul li {
		width: 160px;
		float: none;
		margin-left: -3px;
	}
.main .tab.fiex {
		position: fixed;
	}
.main .npros li {
		overflow: auto;
	}
.main .npros li table {
		width: 640px;
	}
.main .addres li {
		float: none;
		width: 100%;
	}
.main .page {
		display: none
	}
.main .page_m {
		display: block;
		display: flex;
		justify-content: space-around
	}
.main .page_m a {
		display: inline-block;
		border: 1px solid #ccc;
		line-height: 26px;
		margin: 0 3px;
		padding: 0 5px;
		text-align: center;
	}
.main .page_m a:hover, .main .page_m a.act {
		background: #e70012;
		color: #fff;
		display: inline-block;
		margin: 0 3px;
		padding: 0 5px;
		line-height: 26px;
	}
.main .page_m SPAN.current {
		background: #e70012;
		color: #fff;
		display: inline-block;
		margin: 0 3px;
		padding: 0 5px;
		line-height: 26px;
	}
.main .page_m SPAN.disabled {
		display: inline-block;
		margin: 0 3px;
		padding: 0 5px;
		border: 1px solid #ccc;
		line-height: 26px;
	}
.main .prenextnew li {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}
.main .msg table .btn {
		width: 65px;
	}
.main .msg table .yzm {
		width: 70%
	}
.main .ulist {
		padding: 0 3px;
	}
.main .npros li .details .names, .main .npros li .details .xy {
		width: 100%;
		float: none;
		padding: 0
	}
.main .npros li .details .deil {
		width: 100%;
		float: none;
	}
}
.main .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) {
.main .keifu { display: none}
}
.main .keifu_tab { width:160px;}
.main .icon_keifu { width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.main .keifu_box { float:left; width:131px;}
.main .keifu_tab img { display:block;}
.main .keifu_head { width:131px; height:41px; background:url(../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.main .keifu_close:link, .main .keifu_close:visited { display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.main .keifu_close:hover { background-position:-60px 0;}
.main .keifu_con { border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.main .keifu_con li {height:33px; padding-left:12px;}
.main .keifu_con .weixin { height:96px;}
.main .keifu_con .bt { font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.main .keifu_bot { width:131px; height:119px; background:url(../images/keifu.png); background-position:0 -149px; }
.main .suspension {position:fixed;z-index:55;right:0;top:208px;width:70px;height:420px; z-index:1500;}
@media  screen and (max-width:640px) {
.main .cndns-right { display: none;}
}
.main .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') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}.main .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; 
}
.main .cndns-right {position:fixed;right:1px;top:30%;margin-top:-150px;z-index:100;}
.main .cndns-right-meau {position:relative;}
.main .cndns-right-btn {width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.main .cndns-right-btn span {color:#848484;font-size:26px;line-height:48px;}
.main .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;}
.main .cndns-right-btn p {color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.main .cndns-right-meau:hover .cndns-right-btn span {display:none}
.main .cndns-right-meau:hover .cndns-right-btn p {display:block;	font-style: normal;
	font-weight: normal;}
.main .meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.main .meau-car.cndns-right-meau:hover .cndns-right-btn {background-color:#ff6800}
.main .meau-car.cndns-right-meau:hover .cndns-right-btn span {color:#fff;display:block;}
.main .meau-car .cndns-right-btn span {color:#ff6800;}
.main .meau-sev .cndns-right-btn {border-color:#ff6800;background:url(../images/02index-banner-8.gif) no-repeat #ff6800 center;}
.main .meau-sev .cndns-right-btn p {color:#fff}
.main .meau-sev .cndns-right-btn span {color:#fff}
.main .meau-top .cndns-right-btn span {font-size:12px;line-height:12px;padding-top:10px;display:block}
.main .meau-top .cndns-right-btn i {display:block;color:#999;	font-style: normal;
	font-weight: normal;}
.main .meau-top.cndns-right-meau:hover .cndns-right-btn {background-color:#ff6800}
.main .meau-top.cndns-right-meau:hover .cndns-right-btn span {display:block;color:#fff}
.main .meau-top.cndns-right-meau:hover .cndns-right-btn i {color:#fff;}
.main .cndns-right-box {position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.main .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}
.main .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;}
.main .cndns-right-box .box-border .sev-t span {font-size:42px;float:left;display:block;line-height:26px;margin-right:10px;color:#d3d3d3}
.main .cndns-right-box .box-border .sev-t p {float:left;color:#ff6800;font-size:20px;line-height:26px;}
.main .cndns-right-box .box-border .sev-t p i {
	display:block;
	font-size:15px;
	color:#222;
	font-style: normal;
	font-weight: normal;
}
.main .cndns-right-box .box-border .sev-b {padding-top:15px;margin-top:10px;border-top:1px solid #e4e4e4}
.main .cndns-right-box .box-border .sev-b h4 {color:#666;font-size:14px;font-weight:normal;padding-bottom:0px;}
.main .cndns-right-box .box-border .sev-b li {float:left;width:50%;border-bottom:1px solid #e4e4e4; padding-top:5px; padding-bottom:5px;	font-style: normal;
	font-weight: normal;}
.main .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:25px;	font-style: normal;
	font-weight: normal;}
.main .cndns-right-box .box-border .sev-b li a:hover {color:#ff6800}
.main .meau-sev .cndns-right-box .box-border {width:230px;}
.main .cndns-right-meau:hover .cndns-right-box {display:block}
.main .meau-code .cndns-right-box {top:inherit;bottom:-35px;}
.main .meau-code .cndns-right-box .box-border {width:166px;text-align:center;border-top:1px solid #ccc;}
.main .meau-code .cndns-right-box .box-border i {display:block;color:#f66e06;font-size:16px;line-height:16px;	font-style: normal;font-weight: normal;}
.main .meau-code .cndns-right-box .box-border .arrow-right {top:inherit;bottom:50px;}
.main .meau-sev .cndns-right-btn .demo-icon {display:none;}
.main .meau-sev:hover .cndns-right-btn {background:#ff6800}
.main .meau-zs .cndns-right-btn {background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.main .meau-zs .cndns-right-btn span {color:#fff}
.main .meau-zs .cndns-right-btn p {color:#fff}
.main .demo {width:100%;margin:20px auto;max-width:1200px; overflow:hidden;}
.main .showbox {height:auto;width:23%;border:solid 0px #ddd;position:relative;overflow:hidden;float:left;margin:1%;display:inline;}
.main .showbox img {width:100%; height:184px;}
.main .showbox .subtitle {position:absolute;left:0;bottom:-10px;height:60px;line-height:50px;width:100%;background-color: rgba(26, 26, 26, 0.8);color:#fff;font-size:18px;padding:0px 10px;}
.main .showbox .subtitle h2 {line-height:50px;color:#fff;font-size:16px; letter-spacing:1px; font-weight:bold; font-family:"微软雅黑", "Times New Roman"}
.main .showbox .new {position: absolute;top:10px;left:10px;color:#ffffff;background-color:#d60c8c;opacity:0.7;filter:alpha(opacity=70);padding:4px 15px;text-transform: uppercase;font-size:14px;border-radius:5px;text-align:center;}
.main .cpd-cal-tit {
    overflow: hidden;
    width: 1200px;
    border-bottom: 2px solid #eee;
    margin-top:30px; margin-left:auto; margin-right:auto;
}
.main .cpd-cal-tit ul li {
    float: left;
    height: auto;
    padding: 5px 30px;
    margin-right: 3px;
    color: #936499;
    line-height: 20px;
    text-align: center;
    background-color: #f9f7fb;
    border-radius: 3px 3px 0 0;
}
.main .cpd-cal-tit ul li:hover {
    cursor: pointer;
}
.main .cpd-cal-tit ul li.actived {
    background-color: #eee
}
.main .cpd-cal-tit ul li h2 {
    color: #eee;
    font-size: 18px;
}
.main .cpd-cal-tit ul li h2 span { color: #331515; line-height: 18px }
.main .cpd-cal-tit ul li.actived h2, .main .cpd-cal-tit ul li.actived h2 span {
    color: #333;
}
.main .cpd-cal-con { border: 1px solid #ebe4f6; padding: 0 30px; border-top:1px solid transparent; border-bottom: 2px solid #ebe4f6; width:1138px;margin-left:auto; margin-right:auto; margin-bottom:20px;}
.main .calculator-tit h2 {
	font-size: 18px;
	
    color: #333;
	line-height: 26px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family:"Times New Roman";
}
.main .calculator-brief {
	box-sizing: border-box;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
.main .calculator-brief p { color: #331515; line-height: 20px;font-family:"Times New Roman";}
.main .calculator-brief p span { font-weight: bold }
.main .calculator-brief p sub {
    line-height: 12px;
    font-size:10px;
    -webkit-transform: scale(0.9);
    
}
.main .mt-molarity { margin-top: 10px }
.main .calculator-bg {
    width: 800px;
    background-color: #fbfbfb
}
.main .calculator-form { overflow: hidden; margin-top:6px; margin-bottom:6px; font-size: 14px }
.main .h-cal-form {overflow: hidden; }
.main .calculator-form table {
    margin: 10px 20px 20px 20px;
}
.main .calculator-form table th {
    line-height: 24px;
    color: #331515;
    font-size: 14px;
}
.main .calculator-form table td {
    padding: 5px 0 8px 0;
}
.main .calculator-form table th span, .main .calculator-form table td span {
    color: #666;
    line-height: 24px;
    font-weight: normal;
    font-size: 20px;
}
.main .calculator-form sub {
    line-height: 12px;
    font-size:12px;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.main .calculator-form input, .main .calculator-form select {
    box-sizing: border-box;
    display: inline-block;
    height: 26px;
    border-radius: 3px;
}
.main .calculator-form input[type='text'] { width: 82px; padding: 0 5px }
.main .calculator-form select { width: 54px; padding: 0 3px }
.main .calculator-form select { border: 1px solid #bdbdbd;}
.main .calculator-btn { margin-left: 70px }
.main .calculator-form input[type='button'], .main .calculator-form input[type='reset'] {
    width: 156px;
    height: 36px;
    border: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
}
.main #errorInfo, .main #errorInfoM {
    height: 20px; margin-top: -16px; padding:0 0 10px 20px;  color: #ee3134
}
.main .fl { float: left;}
.main .fr { float: right;}
.main .bor_t_CCC { border-top: 1px solid #CCC;}
.main .bor_t_DDD { border-top: 1px solid #DDD;}
.main .bor_radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.main .border_input { border: 1px solid #bdbdbd;}
.main .empty, .main .nonempty { border: 1px solid #bdbdbd;}
.main .empty_submit, .main .empty:focus { border: 1px solid #66afe9; outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6)}
.main .nonempty_submit, .main .nonempty:focus { border: 1px solid #ee3134; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(208, 31, 38, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(208, 31, 38, .6)}
.main .icon_close { display: block; width: 12px; height: 12px; font-weight: 400; color: #898a8a;}
.main .icon_close:hover { cursor: pointer;}
.main table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;}
.main th, .main td {
    text-align: left;
    border: 0;}
@media(max-width:640px) {
.main .showbox {width:98%;}
}
