@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none;
	color:#091347;
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
.newsup{
	font-size:12px;
	top:-0.5em;
}

body {
	font-family:"微软雅黑";
	font-size:14px
}
header {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.homeheader{
	height:890px;
}
.daohang {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	height:70px;
	clear:both;
	z-index:9;
	transition: all 1s;
}
.scrolldaohang{
	position:relative;
	display:none;
	width:100%;
	margin:0 auto;
	height:70px;
	clear:both;
	z-index:9;
	transition: all 1s;
}
.idaohang {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	height:70px;
	clear:both;
	z-index:1;
	transition: all 1s;
}
.daohangs{
	position: fixed;
    top: -15px;
    left: 0px;
    width: 100%;
    background-color: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,.2);
	z-index:999;
}
.yx {
	float:left;
	display:block;
}
.yx a {
	display:block;
	padding-top:25px;
}
.yx img {
	width:100%;
	height:auto;
}
.yx1 {
	float:left;
	display:none;
}
.yx1 a {
	display:block;
	padding-top:17px;
}
.yx1 img {
	width:100%;
	height:auto;
}

.scrollyx {
	float:left;
}
.scrollyx a {
	display:block;
	padding-top:25px;
}
.scrollyx img {
	width:100%;
	height:auto;
}

.navdaohang {
	position: absolute;
    width: 32px;
    left: 50%;
    margin-left: -16px;
}
.navdaohang a{
	display:block;
	padding-top:35px;
	cursor:pointer;
}
.search {
	float:right;
}
.search a{
	display:block;
	padding-top:35px;
	cursor:pointer;
}

/*pc导航*/
#code{
	z-index: 9999;
	position: fixed;
	top:15%;
	left: 0;
    width: 100%;
	height:auto;
	margin:0 auto;
	display: none;	
}
#goodcover {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: #091347;
	z-index: 1001;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=10);
}
#goodcover .yx{
	margin-left:-8px;
}
#goodcover .search{
	margin-right: 8px;
}
.closeicon{
	display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 30px;
	margin-left:-24px;
    background: url(../images/close-icon.jpg) no-repeat;
    z-index: 99;
}
.theme-poptit {
	position: relative;
	color:#fff;
}
.tanpcnav{
	border-bottom:1px solid #0d3069;
	overflow:hidden;
	margin-bottom:45px;
}
.pc_nav{
	border-right:1px solid #0d3069;
	margin-bottom:45px;
	overflow:hidden;
	padding-left:55px;
}
.juzhong{
	text-align:center;
}
.pc_nav h3{
	margin-bottom:40px;
	overflow:hidden;
}
.pc_nav h3 a{
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:normal;
}
.pc_navsmalls{
    width: 50%;
}
.pc_navsmall li{
	line-height:22px;
	margin-bottom:10px;
}
.pc_navsmall li a{
	display:block;
	color:#fff;
	font-size:16px;
}
.pc_navsmall li ul{
	margin-top:10px;
	padding-left:20px;
    width: 100%;
}
.pc_navsmall li ul li{
	margin-bottom:5px;
	line-height:25px;
}
.pc_navsmall li ul li a{
	display:block;
	font-size:16px;
}
.tancontact a{
	display:block;
	width:138px;
	margin:0 auto;
	line-height:46px;
	color:#fff;
	border:2px solid #fff;
	border-radius:25px;
	text-align:center;
}

/*pc搜索*/
#code1{
	z-index: 9999;
	position: fixed;
	top:10%;
	left: 0;
    width: 100%;
	height:auto;
	margin:0 auto;
	display: none;
}
.theme-popbod {
	padding:15px;
	color: #444;
}
#goodcover1 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.searchpc{
	width:300px;
	margin:0 auto;
	height:50px;
}
.searchformpc{
	display:flex;
}
.searchformpc input{
	outline:none;
}
.forminput1{
	width: 210px;
    line-height: 46px;
    padding-left: 10px;
    color: #828184;
	font-size:16px;
	border-radius: 50px 0 0 50px;
    padding-left: 1.5rem;
    border: 2px solid #091347;
    background: #fff;
}
.forminput2{
	width:90px;
	line-height: 50px;
	margin: 0px;
	font-size:16px;
	cursor:pointer;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	background: #091347;
    border: none;
    color: #fff;
	font-weight: 500;
}

/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:70px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.pctop{
		display:none;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.search{
		display:none;
	}
	.yx {
		display:none;
	}
	.yx1{
		display:block;
	}
	.scrollyx{
		display:block;
	}
}

/*继续*/
.scroll-indicator{
	position: absolute !important;
    bottom:0;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
	height:62px !important;
	text-align:center;
	color:#fff;
	display: inline-block !important;
}
.scroll-indicator__label {
    margin: 0;
    opacity: 0;
    animation: fadeInDown 1s .5s forwards;
}
.scroll-indicator__arrow {
    position: relative;
    opacity: 0;
    height: 40px;
    width: 40px;
    top: 0;
    display: inline-block;
    transition: all .4s;
    animation: fadeInDown 1s .3s forwards;
}


.home-about{
	width:100%;
	margin:100px auto 70px auto;
}
.about_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.about_fl h3{
	font-size:24px;
	color:#091347;
	font-weight:normal;
	margin-bottom:30px;
}
.about_fl a{
	display:block;
	width: 85px;
	font-size:12px;
	color:#091347;
	background:url(../images/arrow.jpg) no-repeat right center;
}
.line{
	display:block;
	text-align: center;
}
.about_fr{
	overflow:hidden;
	margin:20px 0px 30px 0px;
}
.about_fr p{
	line-height:30px;
	color:#091347;
	font-size:14px;
}

.home-detail{
	width:100%;
	height:auto;
	margin:0 auto;
	/*background:url(../images/detailbg.jpg) repeat-y top center;*/
	background-size: auto 100%;
	padding:354px 0px;
	max-height:760px;
	overflow:hidden;
}
.home-detail h3{
	font-size:48px;
	color:#091347;
	font-weight:bold;
}

.home-policy{
	width:100%;
	margin:100px auto 70px auto;
}
.policy_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.policy_fl h3{
	font-size:24px;
	color:#091347;
	font-weight:normal;
	margin-bottom:30px;
}
.policy_fl a{
	display:block;
	width: 145px;
	font-size:12px;
	color:#091347;
	background:url(../images/arrow.jpg) no-repeat right center;
}
.line{
	display:block;
	text-align: center;
}
.policy_fr{
	overflow:hidden;
	margin:30px 0px;
}
.policy_fr p{
	line-height:30px;
	color:#091347;
	font-size:14px;
	text-align:right;
}

.home-experience{
	width:100%;
	height:auto;
	margin:0 auto;
	/*background:url(../images/experiencebg.jpg) repeat-y top center;*/
	background-size: auto 100%;
	padding:354px 0px;
	max-height:760px;
	overflow:hidden;
}
.home-experience h3{
	text-align:center;
	font-size:48px;
	color:#fff;
	font-weight:bold;
}

.home-contact{
	width:100%;
	margin:85px auto 75px auto;
	overflow:hidden;
}
.home-contact h3{
	text-align:center;
	font-size:24px;
	font-weight:normal;
	color:#091347;
}
.column{
	margin-top:30px;
	text-align:center;
}
.column li{
	width:155px;
	text-align:center;
	margin:0px 10px 10px 10px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.column li a{
	display:block;
	font-size:14px;
	text-align:center;
	border-radius:25px;
	cursor:pointer;
}
.column li a.column1{
	background-color:#091347;
	color:#fff;
	line-height:40px;
	border:2px solid #091347;
}
.column li a.column1:hover{
	box-shadow:0 0 0 .2rem rgba(0, 45, 154, .4);
}
.column li a.column2{
	background-color:#fff;
	color:#091347;
	border:2px solid #091347;
	line-height:40px;
}
.column li a.column2:hover{
	box-shadow:inset 0 0 0 .2rem rgba(0, 45, 154, .4);
}
.contactus{
	margin-top:30px;
}
.contactus a{
	display:block;
	width:95px;
	margin:0 auto;
	font-size:12px;
	color:#091347;
	background: url(../images/arrow.jpg) no-repeat right center;
}
.contactus a:hover{
	text-decoration:underline;
}

footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	border-top:1px solid #dee6ec;
	padding:25px 0px;
	overflow:hidden;
}
.footer1 p{
	text-align:center;
	color:#091347;
	font-size:14px;
}
.footer2{
	width:100%;
	margin:0 auto;
	background-color:#091347;
	padding:70px 0px;
	overflow:hidden;
}
.footer2 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
}
.footer2 p{
	text-align:center;
	color:#fff;
	font-size:14px;
}
/*经销商*/
.code2{
	z-index: 9999;
	position: fixed;
	top:30%;
	left:50%;
	margin-left:-250px;
	width:500px;
	display: none;
	border-radius: 0;
    background-color: #fff;
	padding:20px 25px;
	overflow: auto;
	box-shadow: 0px 0px 20px #ccc;
}
.goodcover2 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit2{
	position: relative;
}
.theme-poptit2 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit2 .close img{
	width:17px;
	height:17px;
}
.theme-popbod2{
    overflow: hidden;
}
.jxs{
	
}
.jxs_title{
	text-align:center;
	color:#013a6f;
	font-size:22px;
	font-weight:bold;
	margin:25px 0px;
	overflow:hidden;
}
.jxs_con{
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
.jxs_con li{
	margin-bottom:10px;
	overflow:hidden;
}
.jxs_con li a{
	display:block;
	background-color:#013a6f;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:40px;
	width:210px;
	margin:0 auto;
	border-radius:25px;
}

/*联系方式*/
.innerheader{
	height:600px;
}
.ban_con{
	position: absolute;
    top:30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}
.ban_con .style1{
	font-size:48px;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
}
.ban_con .astyle1{
	display:inline-block !important;
	height:48px !important;
	border:2px solid #fff;
	line-height:44px;
	text-align:center;
	padding:0px 33px;
	overflow:hidden;
	border-radius:25px;
	color:#fff;
	font-size:18px;
	margin-right:11px;
	cursor:pointer;
}
.ban_con .astyle1:hover{
	box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}
.inner-main{
	width:100%;
	margin:0 auto;
}
/*留言*/
.code3{
	z-index: 9999;
	position: fixed;
	top:15%;
	left:50%;
	margin-left:-250px;
	width:500px;
	display: none;
	border-radius: 0;
    background-color: #fff;
	padding:20px 34px;
	overflow: auto;
	box-shadow: 0px 0px 20px #ccc;
}
.goodcover3 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit3{
	position: relative;
}
.theme-poptit3 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit3 .close img{
	width:17px;
	height:17px;
}
.theme-popbod3{
    overflow: hidden;
}
.liuyan{
	
}
.liuyan_title{
	text-align:center;
	color:#013a6f;
	font-size:22px;
	font-weight:bold;
	margin:20px 0px;
	overflow:hidden;
}
.liuyan_con{
	overflow:auto;
	text-align:center;
	margin-bottom:20px;
	height:400px;
}
input{
	outline:none;
	font-family:"微软雅黑";
}
.ly1{
	margin-bottom:20px;
	overflow:hidden;
}
.ly1 label{
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.ly1 input{
	background-color:#eceff3;
	line-height:45px;
	border:none;
	width:100%;
	padding-left:10px;
	color:#4e4e4e;
}
.ly2{
	margin-bottom:20px;
	overflow:hidden;
}
.ly2 label{
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.ly2 input{
	background-color:#eceff3;
	line-height:45px;
	border:none;
	width:100%;
	padding-left:10px;
	color:#4e4e4e;
}
.ly2 input::-webkit-input-placeholder{ 
	color:#4e4e4e;
} 
.ly2 input::-moz-input-placeholder{ 
	color:#4e4e4e;
}
.ly2 input::-ms-input-placeholder{ 
	color:#4e4e4e;
}
.ly2_1{
	float:left;
	margin-bottom:20px;
	overflow:hidden;
	line-height:23px;	
}
.ly2_1 select{
	float:left;
	width:98px;
	color:#4e4e4e;
	outline:none;
}
.ly3{
	margin-bottom:20px;
	overflow:hidden;
}
.ly3 label{
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.ly3 textarea{
	background-color:#eceff3;
	line-height:45px;
	border:none;
	width:100%;
	resize:none;
	outline:none;
	padding-left:10px;
	color:#4e4e4e;
}
.ly4{
	overflow:hidden;
}
.ly4 input{
	float:right;
	background-color:#091347;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	width:91px;
	height:37px;
	border:none;
	border-radius:25px;
}

.contact1{
	padding:60px 0px 30px 0px;
	overflow:hidden;
}
.contact1_title{
	color:#4f4f4f;
	font-size:15px;
	margin-bottom:50px;
}
.contact1_con{
	overflow:hidden;
}
.contact1_con li{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.contact1_con li h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}
.contact1_con li p{
	color:#4f4f4f;
	line-height:30px;
	font-size:15px;
}
.contact2{
	width:100%;
	margin:0 auto;
	/*background:url(../images/contact2bg.jpg) no-repeat center center;*/
	background-size: cover;
    padding: 14% 0px;
}
.contact2_con{
	background: rgba(255,255,255,.8);
	width:372px;
	margin:0 auto;
	
}
.contact2_con p{
	padding: 2rem 4rem;
	color:#091347;
	line-height:30px;
}
.contact3{
	width:100%;
	margin:0 auto;
	background-color:#eceff3;
	padding:6% 0;
	overflow:hidden;
	text-align:center;
}
.contact3 h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.contact3 a{
	display:block;
	color:#fff;
	text-align:center;
	width:124px;
	margin:0 auto;
	line-height:35px;
	background-color:#091347;
	border-radius:25px;
	cursor:pointer;
}
.contact3 a:hover{
	box-shadow:0 0 0 .2rem rgba(0, 45, 154, .4);
}


/*关于我们*/
/* *, :after, :before {
    box-sizing: inherit;
} */
.hero_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.hero_overlay:after {
	content:'';
	display:block;
	position:absolute;
	/*transform:translate(-1200px, -25%);
	left:50%;
	width:1400px;
	height:1400px;
	border-radius:50%;
	opacity:.8*/
    left: 0;
    width: 100%;
    height: 100%;
}
.ban_con .style2{
	font-size:48px;
	font-weight:bold;
	margin-bottom:15px;
	color:#fff;
}
.ban_con .style3{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin-bottom:30px;
}
.about1{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:7% 0;
	overflow:hidden;
}
.about1 h3{
	font-size:24px;
	font-weight:bold;
	color:#091347;
	margin-bottom:40px;
}
.about1 p{
	line-height:30px;
	color:#4f4f4f;
	font-size:16px;
	max-width: 500px;
    margin: 0 auto;
}
.about1 span{
	font-weight:bold;
	color:#091347;
}
.about2{
	width:100%;
	margin:0 auto;
	background-color:#fafafa;
	padding: 5% 0 4% 0;
	overflow:hidden;
}
.about2_title{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
}
.about2_con{
	overflow:hidden;
}
.about2_con li{
	margin-bottom:30px;
	overflow:hidden;
}
.about2_con li h3{
	color:#4e4e4e;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}
.about2_con li p{
	color:#4e4e4e;
	line-height:25px;
	text-indent:2em;
	margin-bottom:50px;
	overflow:hidden;
	padding-right: 20px;
	min-height: 100px;
}
.about2_con li a{
	display:block;
	border:2px solid #091347;
	line-height:31px;
	text-align:center;
	color:#091347;
	width:124px;
	border-radius:25px;
}
.about2_con li a:hover{
	box-shadow: inset 0 0 0 0.2rem rgba(0, 45, 154, .4);
}
.about3{
	width:100%;
	margin:0 auto;
	padding:5% 0;
	overflow:hidden;
}
.about3_fl{
	font-size:24px;
	font-weight:bold;
	color:#091347;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:20px;
}
.about3_fr{
	overflow:hidden;
}
.about3_fr li{
	line-height:30px;
	background:url(../images/yuan.jpg) no-repeat 20px center;
	padding-left:60px;
	color:#4e4e4e;
}
.about4{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	/*background:url(../images/about4bg.jpg) no-repeat center center;*/
	background-size: cover;
    padding: 18% 0px;
}
.about4 h3{
	text-align:center;
	color:#fff;
	font-size:48px;
	font-weight:bold;
}
.about5{
	width:100%;
	margin:0 auto;
	padding: 5% 0 4% 0;
    overflow: hidden;
	background-color:#fafafa;
}
.about5_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.about5_fl li{
	line-height:30px;
	background:url(../images/yuan.jpg) no-repeat 20px center;
	padding-left:60px;
	color:#4e4e4e;
}
.about5_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.about5_fr h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:20px;
}
.about5_fr li{
	line-height:30px;
	background:url(../images/yuan.jpg) no-repeat 20px center;
	padding-left:60px;
	color:#4e4e4e;
}
.about6{
	width:100%;
	margin:0 auto;
	padding: 5% 0 4% 0;
    overflow: hidden;
}
.about6_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.about6_fl h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.about6_fl p{
	color:#4e4e4e;
	line-height:30px;
}
.about6_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.about6_fr li{
	border-bottom:1px solid #c1c1c1;
	line-height:30px;
	overflow:hidden;
	color:#4e4e4e;
}
.about6_fr li span{
	float:left;
	font-weight:bold;
}
.about6_fr li p{
	float:left;
	padding-left:30px;
}
.about7{
	width:100%;
	margin:0 auto;
	background-color:#eceff3;
	padding: 5% 0;
	overflow:hidden;
	text-align:center;
}
.about7 h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.about7 p{
	color:#4e4e4e;
	line-height:30px;
	max-width:500px;
	margin:0 auto;
	margin-bottom:50px;
}
.about7 a{
	display:block;
	border:2px solid #091347;
	line-height:31px;
	text-align:center;
	color:#091347;
	width:124px;
	border-radius:25px;
	margin:0 auto;
}
.about7 a:hover{
	box-shadow: inset 0 0 0 0.2rem rgba(0, 45, 154, .4);
}
.about8{
	width:100%;
	margin:0 auto;
	padding: 4% 0;
	overflow:hidden;
	text-align:center;
}
.about8 h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.about8 p{
	color:#4e4e4e;
	text-align:center;
	margin-bottom:50px;
}
.about8 a{
	display:block;
	color:#fff;
	text-align:center;
	width:124px;
	margin:0 auto;
	line-height:35px;
	background-color:#091347;
	border-radius:25px;
	cursor:pointer;
}
.about8 a:hover{
	box-shadow:0 0 0 .2rem rgba(0, 45, 154, .4);
}


/*公司新闻*/
.innerheader1{
	height:auto;
}
.news{
	overflow:hidden;
	margin:30px auto 50px auto;
}
.news_title{
	text-align:center;
	color:#091347;
	font-size:24px;
	font-weight:bold;
}
.news_con{
	overflow:hidden;
	margin-top:45px;
}
.news_con li{
	margin-bottom:30px;
	overflow:hidden;
}
.news_con li a{
	display:block;
}
.news_img{
	overflow:hidden;
}
.news_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
	margin-bottom:20px;
}
.news_con li a:hover .news_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_txt{
	overflow:hidden;
}
.news_txt h3{
	color:#091347;
	font-weight:bold;
	margin-bottom:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt em{
	font-size:12px;
	color:#d4d4d4;
	font-style:normal;
}
.news_txt p{
	line-height:25px;
	color:#4e4e4e;
	font-size:12px;
	margin-top:10px;
    height: 50px;
    overflow: hidden;
}
.news_txt p span{
	color:#091347;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#091347;
	border:1px solid #091347;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#091347;
	border:1px solid #091347;
}


/*公司新闻详情*/
.newsshow_con{
	margin:50px auto;
	overflow:hidden;
	width:60%;
}
.show_title{
	margin-bottom:30px;
}
.show_title span{
	font-size:12px;
	color: #091347;
}
.show_title h3{
	font-size:20px;
	color: #091347;
	font-weight:bold;
	margin-top:15px;
}
.show_content{
	line-height:25px;
	color:#4e4e4e;
	padding:10px;
	margin-bottom:30px;
	overflow:hidden;
}
.show_content img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}
.show_share{
	overflow:hidden;
}
.show_share p{
	font-size:16px;
	color: #091347;
	font-weight:bold;
	margin-bottom:8px;
}
.show_share a{
	display:inline-block;
	padding:8px;
}
.show_share a img{
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
.show_share a:hover img{
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}


/*工作机会*/
.ban_con .style4{
	font-size:36px;
	font-weight:bold;
	color:#fff;
	margin-bottom:30px;
}
.ban_con .style5{
	font-size:15px;
	color:#fff;
	margin-bottom:30px;
	line-height:32px;
}
.ban_con .astyle2{
	display:inline-block !important;
	height:48px !important;
	background-color:#091347;
	line-height:48px;
	text-align:center;
	padding:0px 50px;
	overflow:hidden;
	border-radius:25px;
	color:#fff;
	font-size:18px;
	cursor:pointer;
}
.ban_con .astyle2:hover{
	box-shadow:0 0 0 .2rem rgba(0, 45, 154, .4);
}
.job{
	width:100%;
	padding:50px 0px;
	overflow:hidden;
}
.job_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.job_fl li{
	margin-bottom:10px;
	overflow:hidden;
}
.job_fl li a{
	display:block;
	font-size:16px;
	color:#091347;
}
.job_fl li a:hover{
	color:#c8052d;
}
.job_fl li .current{
	color:#c8052d;
}
.job_fr{
	overflow:hidden;
}
.job_fr1{
	margin-bottom:50px;
	overflow:hidden;
}
.job_fr_title{
	font-size:18px;
	color:#091347;
	font-weight:bold;
	margin-bottom:20px;
}
.job_fr1_con{
	overflow:hidden;
}
.job_fr1_con p{
	color:#4e4e4e;
	margin-bottom:10px;
}
.job_fr2_con{
	overflow:hidden;
}
.job_fr2_con li{
	line-height: 30px;
    background: url(../images/yuan.jpg) no-repeat left center;
    padding-left:30px;
    color: #4e4e4e;
}

/*经销商信息*/
.dealers_fr{
	overflow:hidden;
}
.dealers_fr1{
	margin-bottom:50px;
	overflow:hidden;
}
.dealers_fr1 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:20px;
}
.dealers_fr1 p{
	line-height:25px;
	color:#4e4e4e;
}
.dealers_fr1 p span{
	color:#091347;
	font-weight:bold;
}
.dealers_fr2{
	margin-bottom:50px;
	overflow:hidden;
}
.dealers_fr2_title{
	color:#091347;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;

	 padding-left: 30px;
	overflow:hidden;
}
.dealers_fr2_con{
	overflow:hidden;
}
.dealers_fr2_con h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:18px;
}
.dealers_fr2_con p{
	color:#4e4e4e;
	line-height: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.actim_dealers_info p{
	color:#4e4e4e;
	line-height: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.icon1{
	background:url(../images/icon1.jpg) no-repeat left center;
}
.icon2{
	background:url(../images/icon2.jpg) no-repeat left center;	
}
.icon3{
	background:url(../images/icon3.jpg) no-repeat left center;
}
.icon4{
	background:url(../images/icon4.jpg) no-repeat left center;
}
.icon5{
	background:url(../images/icon5.png) no-repeat left center;
}
.icon6{
	background:url(../images/icon6.png) no-repeat left center;
}

/*资料下载*/
.download{
	overflow:hidden;
	margin:70px auto;
}
.d_list{
	margin-top:10px;
	padding-left: 15px;	
}
.d_list li{
	margin-bottom:0px;
	overflow:hidden;
}
.d_list li a{
	font-size:12px;
	line-height:25px;
}
.download_fr{
	overflow:hidden;
}
.download_fr_title{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
}
.download_fr_con{
	overflow:hidden;
}
.download_fr_conl{
	margin-bottom:30px;
	overflow:hidden;
}
.download_fr_con_title{
	font-size:18px;
	color:#091347;
	font-weight:bold;
	margin-bottom:15px;
}
.download_fr_conl_info{
	overflow:hidden;
}
.download_fr_conl_info li{
	margin-bottom:20px;
	overflow:hidden;
}
.download_fr_conl_info li a{
	display:block;
	cursor:pointer;
}
.download_img{
	float:left;
	width:30%;
	margin-right:5%;
}
.download_img img{
	width:100%;
	height:auto;
}
.download_txt{
	float:left;
}
.download_txt h3{
	font-size:14px;
	color:#091347;
	margin-bottom:10px;
	font-weight:700;
}
.download_txt p{
	font-size:14px;
	color:#091347;
	margin-bottom:10px;
}
.download_fr_conl_info li a:hover .download_txt h3{
	text-decoration:underline;
}
.download_fr_conl_info li a:hover .download_txt p{
	text-decoration:underline;
}
.code4{
	z-index: 9999;
	position: fixed;
	top:25%;
	left:50%;
	margin-left:-250px;
	width:500px;
	display: none;
	border-radius: 0;
    background-color: #fff;
	padding:20px 34px;
	overflow: auto;
	box-shadow: 0px 0px 20px #ccc;
}
.goodcover4 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit4{
	position: relative;
}
.theme-poptit4 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit4 .close img{
	width:17px;
	height:17px;
}
.theme-popbod4{
    overflow: hidden;
}
.xiazai{
	
}
.xiazai_title{
	text-align:center;
	color:#013a6f;
	font-size:22px;
	font-weight:bold;
	margin:20px 0px;
	overflow:hidden;
}
.xiazai_con{
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
.xz1{
	margin-bottom:20px;
	overflow:hidden;
}
.xz1 label{
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.xz1 input{
	background-color:#eceff3;
	line-height:45px;
	border:none;
	width:100%;
	padding-left:10px;
	color:#4e4e4e;
}
.xz4{
	overflow:hidden;
}
.xz4 input{
	float:right;
	background-color:#091347;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	width:91px;
	height:37px;
	border:none;
	border-radius:25px;
}

.download_fr_conr{
	margin-bottom:30px;
	overflow:hidden;
}

/*coa查询*/
.hero_overlay1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.hero_overlay1:after {
	content:'';
	display:block;
	position:absolute;
	/*transform:translate(-1200px, -25%);
	left:50%;
	width:1400px;
	height:1400px;
	border-radius:50%;
	opacity:.8*/
    left: 0;
    width: 100%;
    height: 100%;
}
.coa_fr{
	overflow:hidden;
}
.coa_fr_title{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
}
.coa_fr_con{
	overflow:hidden;
}
.coa_fr_con p{
	font-size:18px;
	color:#091347;
	font-weight:bold;
	margin-bottom:35px;
}
.coatj{
	background-color:#091347;
	color:#fff;
	font-size:18px;
	border:none;
	width:137px;
	line-height:47px;
	border-radius:25px;
	margin-top:20px;
}
.coatj:hover{
	box-shadow:0 0 0 .2rem rgba(0, 45, 154, .4);
}

/*技术支持*/
.support_fr{
	overflow:hidden;
}
.support_fr_title{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:20px;
}
.support_fr_con{
	overflow:hidden;
}
.support_fr_con p{
	font-size:14px;
	color:#444;
	margin-bottom:35px;
}
.support_fr_con a{
	display: block;
    color: #fff;
    text-align: center;
    width: 122px;
    line-height: 44px;
    background-color: #9ba2ac;
	font-size:16px;
	font-weight:bold;
    border-radius: 25px;
    cursor: pointer;
	margin-left:5px;
	margin-bottom:5px;
}
.support_fr_con a:hover{
	box-shadow:0 0 0 .2rem rgba(155, 162, 172, .4);
}


/*单页*/
.danye_fr_con{
	overflow:hidden;
	margin:30px auto;
	line-height:30px;
	color:#444;
}

/*常见问题*/
.faq_fr_con{
	overflow:hidden;
	margin:30px auto;
}
.faq_fr_con li{
	margin-bottom:20px;
	overflow:hidden;
}
.faq_fr_con li h3{
	font-size:18px;
	color:#091347;
	font-weight:bold;
	line-height:28px;
	margin-bottom:5px;
}
.faq_fr_con li p{
	color:#4f4f4f;
	line-height:25px;
}

/*文献*/
.lit_fr_con{
	overflow:hidden;
	margin:30px auto;
}
.lit_fr_con li{
	margin-bottom:20px;
	overflow:hidden;
}
.lit_fr_con li h3{
	font-size:18px;
	color:#091347;
	font-weight:bold;
	line-height:28px;
	margin-bottom:5px;
}
.lit_fr_con li p{
	color:#4f4f4f;
	line-height:25px;
	background:url(../images/yuan1.jpg) no-repeat left 5px;
	padding-left:25px;
	margin-bottom:10px;
}


/*客户信息查询*/
.kehu{
	overflow:hidden;
	margin:90px auto;
}
.kehu_title{
	text-align:center;
	font-size:36px;
	color:#091347;
	font-weight:bold;
	margin-bottom:50px;
}
.kehu_con{
	width:540px;
	margin:0 auto;
	height:95px;
	background:url(../images/kehu_bg.jpg) no-repeat center center;
	padding:25px 37px;
}
.kehuformpc{
	display:flex;
}
.kehuformpc input{
	outline:none;
}
.forminput3{
	width: 412px;
    color: #143741;
	font-size:16px;
    padding-left: 2.5rem;
	border:none;
	line-height:42px;
	background:url(../images/kh_input.png) no-repeat left center;
	margin-right:8px;
}
.forminput3::-webkit-input-placeholder{ 
	color: #143741; 
} 
.forminput3::-moz-input-placeholder{ 
	color: #143741; 
}
.forminput3::-ms-input-placeholder{ 
	color: #143741; 
}
.forminput4{
	width:42px;
	height:42px;
	background:url(../images/kh_search.png) no-repeat right center; 
	margin: 0px;
	cursor:pointer;
	display: inline-block;
    border: none;
	text-indent: -999px;
}

/*actim经销商*/
.actim_dealers{
	overflow:hidden;
	margin:30px auto 50px auto;
}
.actim_dealers_con{
	overflow:hidden;
}
.actim_dealers_title{
	margin-bottom:50px;
	overflow:hidden;
}
.actim_dealers_title h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	padding-top:30px;
	margin-bottom:15px;
}
.actim_dealers_title p{
	color:#4e4e4e;
	font-size:14px;
	line-height:25px;
}
.actim_dealers_info{
	overflow:hidden;
}
.actim_dealers_infos{
	overflow:hidden;
	margin-bottom:30px;
}
.actim_dealers_infos h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:18px;
}
.actim_dealers_infos p{
	color:#4e4e4e;
	line-height: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.actim_dealers_infos p.icon1{
	background:url(../images/icon1.jpg) no-repeat left center;
}
.actim_dealers_infos p.icon2{
	background:url(../images/icon2.jpg) no-repeat left center;	
}
.actim_dealers_infos p.icon3{
	background:url(../images/icon3.jpg) no-repeat left center;
}


/*MedixMAB™ 定制合同生产*/
.hero_overlay2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.hero_overlay2:after {
	content:'';
	display:none;
	position:absolute;
	transform:translate(-1200px, -25%);
	left:50%;
	width:1400px;
	height:1400px;
	border-radius:50%;
	opacity:.8;
	top: 0;
}
.manufacturing1{
	margin:4% auto;
	overflow:hidden;	
}
.manufacturing1 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
	overflow:hidden;
}
.manufacturing1 h5{
	font-size:16px;
	color:#091347;
	font-weight:bold;
	margin-bottom:15px;
	overflow:hidden;
}
.manufacturing1 p{
	color:#4f4f4f;
	line-height:30px;
	text-indent:2em;
}
.manufacturing2{
	margin:5% auto;
	overflow:hidden;
}
.manufacturing2 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.manufacturing3{
	background-color:#fafafa;
	padding:4% 0px 3% 0px;
	overflow:hidden;
}
.manufacturing3 li{
	margin-bottom:25px;
}
.manufacturing3 li h3{
	font-size:15px;
	color:#4e4e4e;
	font-weight:bold;
	margin-bottom:20px;
	overflow:hidden;
}
.manufacturing3 dl{
	padding-left:25px;
}
.manufacturing3 li dd{
	margin-bottom:10px;
	position:relative;
	color:#4e4e4e;
}
.manufacturing3 li dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    background: #9D7BC7;
    border-radius: 50%;
}
.manufacturing4{
	margin:5% auto;
	overflow:hidden;
}
.manufacturing4 h3{
	text-align:center;
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:40px;
	overflow:hidden;
}
.manufacturing4 ul{
	text-align:center;
}
.manufacturing4 li{
	text-align:center;
	margin:0px 10px 10px 10px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.manufacturing4 li a{
	display:block;
	line-height:35px;
	background-color:#9d7bc7;
	padding:0px 30px;
	border-radius:25px;
	overflow:hidden;
	color:#fff;
}
.manufacturing4 li a:hover{
	box-shadow:0 0 0 .2rem rgba(157, 123, 199, .4);
}


/*actim*/
.hero_overlay3 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.hero_overlay3:after {
	content:'';
	display:block;
	position:absolute;
	transform:translate(-1200px, -25%);
	left:50%;
	width:1400px;
	height:1400px;
	border-radius:50%;
	opacity:.8;
	top: 0;
}
.ban_con .astyle3{
	display:inline-block !important;
	height:48px !important;
	border:2px solid #fff;
	line-height:44px;
	text-align:center;
	padding:0px 33px;
	overflow:hidden;
	border-radius:25px;
	color:#fff;
	font-size:18px;
	margin-right:11px;
	cursor:pointer;
	background:url(../images/jian.png) no-repeat right center;
}
.ban_con .astyle3:hover{
	box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}

.actim1{
	width:100%;
	margin:6% auto;
	overflow:hidden;
}
.actim1_1{
	margin-bottom:6%;
	overflow:hidden;
	text-align:center;
}
.actim1_1 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:25px;
}
.actim1_1 p{
	color:#4f4f4f;
	line-height:30px;
	width:45%;
	margin:0 auto;
}
.actim1_2{
	margin-bottom:6%;
	overflow:hidden;
}
.actim1_2 li{
	margin-bottom:25px;
	overflow:hidden;
}
.actim1_2_t{
	margin-bottom:30px;
	overflow:hidden;
}
.actim1_2_t img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	overflow:hidden;
}
.actim1_2_t h3{
	font-size:16px;
	font-weight:bold;
	color:#4f4f4f;
	margin-bottom:15px;
	overflow:hidden;
}
.actim1_2_t p{
	color:#4f4f4f;
	line-height:22px;
}
.actim1_2_b{
	overflow:hidden;
}
.actim1_2_b h3{
	font-size:16px;
	color:#091347;
	font-weight:bold;
	margin-bottom:15px;
}
.actim1_2_b p{
	line-height:22px;
	color:#4f4f4f;
	margin-bottom:30px;
	overflow:hidden;
}
.actim1_3 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.actim2{
	width:100%;
	margin:0 auto;
	background-color:#eceff3;
	padding:3% 0;
	overflow:hidden;
	text-align:center;
}
.actim2 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:40px;
	overflow:hidden;
}
.actim2 p{
	color:#4f4f4f;
	line-height:22px;
	overflow:hidden;
	width:45%;
	margin:0 auto 40px auto;
}
.actim2 ul{
	text-align:center;
	margin-bottom:20px;
}
.actim2 li{
	text-align:center;
	margin:0px 10px 10px 10px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.actim2 li a{
	display:block;
	background-color:#df2785;
	color:#fff;
	font-weight:bold;
	width:155px;
	line-height:46px;
	border-radius:25px;
}
.actim2 li a:hover{
	box-shadow:0 0 0 .2rem rgba(223, 39, 133, .4);
}
.actim2 span{
	display:block;
	font-size:12px;
	color:#4f4f4f;
	width:45%;
	margin:0 auto;
	line-height:25px;
}
.actim3{
	width:100%;
	margin:4% 0;
	overflow:hidden;
}
.actim3_fl{
	margin-bottom:30px;
	overflow:hidden;
}
#video1{
	width:100%;
	height:auto;
}
.actim3_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.actim3_fr h3{
	color:#091347;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
	overflow:hidden;
}
.actim3_fr ul{
	padding-left:30px;
}
.actim3_fr li{
	margin-bottom: 10px;
    position: relative;
    color: #4e4e4e;
}
.actim3_fr li:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
    right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    background: #DF2785;
    border-radius: 50%;
}
.actim4{
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
}


/*actimpro*/
.hero_overlay_actimpro1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.hero_overlay_actimpro1:before{
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    background-image: linear-gradient(110deg,#fff 0,rgba(247,248,252,.97) 5%,rgba(225,230,242,.93) 12.79%,rgba(189,201,227,.89) 22.4%,rgba(139,159,206,.83) 33.45%,rgba(75,106,179,.77) 45.72%,rgba(0,45,148,.7) 58.47%,rgba(20,52,149,.7) 63.27%,rgba(64,66,152,.7) 74.81%,rgba(95,76,154,.7) 85.19%,rgba(114,83,156,.7) 93.94%,rgba(121,85,156,.7) 100%);
    opacity: .7;
}
.hero_overlay_actimpro1:after {
	content:'';
	display:block;
	position:absolute;
	transform:translate(-1200px, -25%);
	left:50%;
	width:1400px;
	height:1400px;
	border-radius:50%;
	opacity:.8
}
.actimpro1{
	width:100%;
	margin:3% auto;
	overflow:hidden;
}
#tabs1{
	
}
.menu1box{
    background: #f1f1f1;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.25);
    border-radius: 25px;
    padding: .6rem;
	width: 50%;
    margin: 0 auto;
}
#menu1{
	text-align:center;
}
#menu1 li{
	 text-align:center;
	 margin:0px 10px;
	 display:inline-block ;
	 *float:none;
	 *display:inline;
	 zoom:1;
	 cursor:pointer;
	 font-size:14px;
	 color:#091347;
	 line-height:28px;
	 border-radius:25px;
	 padding: 0 1.5rem;
}
#menu1 li.hover{
	color: #fff;
	text-align:center;
	line-height:28px;
	font-size:14px;
	border-radius:25px;
	padding: 0 1.5rem;
}
.main1box{
	clear:both;
	margin-top:30px;
	width:100%;
}
#main1 ul{
	display: none;
}
#main1 ul.block{
	display: block;
}
.main1box_1{
	margin:5% 0 0 0;
	overflow:hidden;
}
.main1box_1_top{
	overflow:hidden;
}
.main1box_1_fl{
	margin-bottom:30px;
	overflow:hidden;
	/*margin-top: 5%;*/
}
.main1box_1_fl h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_1_fl p{
	color:#4f4f4f;
	line-height:30px;
	text-indent:2em;
}
.main1box_1_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.main1box_2{
	margin:5% 0 0 0;
	overflow:hidden;
}
.main1box_2_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_2_fl h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_2_fl p{
	color:#4f4f4f;
	line-height:30px;
	text-indent:2em;
}
.main1box_2_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_2_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.main1box_2_fr h3{
	color: #091347;
	font-weight:normal;
	margin-bottom:15px;
}
.main1box_2_fr dl{
	padding-left:25px;
}
.main1box_2_fr dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.main1box_2_fr dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}

.main1box_3{
	margin:5% 0 0 0;
	overflow:hidden;
}
.main1box_3_fl{
	margin-bottom:30px;
	overflow:hidden;
	margin-top: 2%;
}
.main1box_3_fl h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_3_fl p{
	color:#4f4f4f;
	line-height:30px;
	text-indent:2em;
}
.main1box_3_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_3_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.main1box_3_fr h3{
	color: #333;
	font-weight:normal;
	margin-bottom:15px;
}
.main1box_3_fr dl{
	padding-left:25px;
}
.main1box_3_fr dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.main1box_3_fr dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}

.main1box_4{
	margin:5% 0 0 0;
	overflow:hidden;
}
.main1box_4_t{
	overflow:hidden;
}
.main1box_4_t_fl{
	margin-bottom:50px;
	overflow:hidden;
}
.main1box_4_t_fl h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_4_t_fl p{
	color:#4f4f4f;
	line-height:30px;
	text-indent:2em;
	margin-bottom:30px;
}
.main1box_4_t_fl dl{
	padding-left:25px;
}
.main1box_4_t_fl dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.main1box_4_t_fl dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}
.main1box_4_t_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_4_b{
	overflow:hidden;
	border: 1px solid #ebebeb;
	padding: 3rem;
}
.step{
	margin-bottom:10px;
	overflow:hidden;
}
.step_img{
	margin-bottom:20px;
	overflow:hidden;
}
.step_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.step_content{
	margin-bottom:20px;
	overflow:hidden;
}
.step_content dl{
	padding-left:25px;
}
.step_content dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.step_content dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}
.step_content p{
	color: #4f4f4f;
    line-height: 30px;
    margin-bottom: 20px;
}

.main1box_5{
	margin: 5% 0 0 0;
    overflow: hidden;
}
.main1box_5_fl{
	margin-bottom: 30px;
    overflow: hidden;
}
.main1box_5_fl h3{
	font-size: 24px;
    color: #091347;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
}
.main1box_5_fl p{
	color: #4f4f4f;
    line-height: 30px;
    text-indent: 2em;
	margin-bottom:10px;
}
.main1box_5_fl dl{
	padding-left:25px;
}
.main1box_5_fl dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.main1box_5_fl dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}
.main1box_5_fr{
	margin-bottom: 30px;
    overflow: hidden;
}
.main1box_5_fr h3{
	font-size: 24px;
    color: #091347;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
}
.main1box_5_fr p{
	color: #4f4f4f;
    line-height: 30px;
    text-indent: 2em;
	margin-bottom:10px;
}
.main1box_5_fr dl{
	padding-left:25px;
}
.main1box_5_fr dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.main1box_5_fr dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}

.main1box_6{
	margin: 5% 0 0 0;
    overflow: hidden;
}
.main1box_6_t{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_6_ts{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_6_ts h3{
	font-size: 24px;
    color: #091347;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
}
.main1box_6_ts p{
	color: #4f4f4f;
    line-height: 30px;
    text-indent: 2em;
	margin-bottom:15px;
	display:none;
}
.main1box_6_ts img{
	display:block;
	max-width:100%;
	height:auto;
	margin-bottom:15px;
	display:none;
}
.main1box_down{
	overflow:hidden;
}
.main1box_down dl{
	border-bottom: 1px solid #aaa;
	margin-bottom:5px;
	padding-bottom:5px;
	overflow:hidden;
	line-height:30px;
}
.main1box_down dl a{
	display:block;	
	color: #091347;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main1box_down dl a:hover{
	color: #0055a1;
	text-decoration:underline;
}
.main1box_down dl dt{
	float:left;
	width:72%;
	
}
.main1box_down dl dd{
	float:right;
}
.main1box_6_b{
	overflow:hidden;
}
.main1box_6_bs{
	margin-bottom:30px;
	overflow:hidden;
}
.main1box_6_bs h3{
	font-size: 24px;
    color: #091347;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
}




.actimpro2{
	margin:4% 0;
	overflow:hidden;
}
.actimpro2_title{
	font-size:18px;
	color:#4f4f4f;
	font-weight:bold;
	margin-bottom:15px;
	overflow:hidden;
}
.actimpro2_con{
	border:1px solid #ebebeb;
	overflow:hidden;
	padding:30px 15px;
}
.actimpro2_con ul{
	display:block !important;
}
.actimpro2_cons{
	overflow:hidden;
}

.actimpro2_cons dl{
	padding-left:25px;
}
.actimpro2_cons dd{
	margin-bottom:20px;
	position:relative;
	color:#4e4e4e;
}
.actimpro2_cons dd:before{
	content: '';
    position: absolute;
    top: .2rem;
    transform: translate(-1rem,0);
   	right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}

.actimpro3{
	background-color:#fafafa;
	width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    overflow: hidden;
    text-align: center;
}
.actimpro3 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:40px;
}
.actimpro3 p{
	color:#4f4f4f;
	line-height:22px;
	overflow:hidden;
	width:45%;
	margin:0 auto 40px auto;
}
.actimpro3 ul{
	text-align:center;
	margin-bottom:40px;
}
.actimpro3 li{
	text-align:center;
	margin:0px 10px 10px 10px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.actimpro3 li a{
	display:block;
	font-weight:bold;
	width:155px;
	border-radius:25px;
}
.actimpro3a_1{
	color:#fff;
	line-height:46px;
}
.zxwt1{
	color:#091347;
	border:2px solid #091347;
	line-height:42px;
	cursor:pointer;
}
.actimpro3 span{
	display:block;
	font-size:12px;
	color:#4f4f4f;
	width:45%;
	margin:0 auto;
	line-height:25px;
}
.actimpro4{
	background-color:#fafafa;
	width: 100%;
    margin: 0 auto;
	padding:2% 0;
	overflow:hidden;
}

/*产品页面*/
.ban_con .astyle4{
	display:none !important;
	height:48px !important;
	border:2px solid #c8052d;
	line-height:44px;
	text-align:center;
	padding:0px 33px;
	overflow:hidden;
	border-radius:25px;
	color:#fff;
	font-size:16px;
	margin-right:11px;
	cursor:pointer;
	background:#c8052d url(../images/jian.png) no-repeat right center;
}
.ban_con .astyle4:hover{
	box-shadow:0 0 0 .2rem rgba(200, 5, 45, .4);
}
.ban_con .astyle5{
	display:none !important;
	height:48px !important;
	border:2px solid #00ab80;
	line-height:44px;
	text-align:center;
	padding:0px 33px;
	overflow:hidden;
	border-radius:25px;
	color:#fff;
	font-size:16px;
	margin-right:11px;
	cursor:pointer;
	background-color:#00ab80;
}
.ban_con .astyle5:hover{
	box-shadow:0 0 0 .2rem rgba(0, 171, 128, .4);
}
.ban_con .astyle6{
    position: absolute;
    right: 180px;
    top: 100px;
    cursor: pointer;
}
.ban_con .astyle6 p{
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-shadow: 1px 1px 1px #091347;
    margin-top: 15px;
}


.ban_con h5 a{
	font-size:15px;
	color:#fff;
	background:url(../images/tjian.png) no-repeat right center;
	height:30px;
	line-height:30px;
	width:105px;
}
.product1{
	width:100%;
	margin:4% auto;
	overflow:hidden;
	text-align:center;
    display: none;
}
.product1 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:3%;
	overflow:hidden;
}
.product1 p{
	line-height:30px;
	color:#4f4f4f;
	font-size:16px;
	width: 60%;
    margin: 0 auto;
}
.product2{
    display: none;
}
.product2s{
	margin-bottom:30px;
	overflow:hidden;
}
.product2s h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:3%;
	overflow:hidden;
}
.pro1bg{
	background:url(../images/pro1.jpg) no-repeat left center;
	height:60px;
	line-height:60px;
	padding-left:80px;
}
.pro2bg{
	background:url(../images/pro2.jpg) no-repeat left center;
	height:60px;
	line-height:60px;
	padding-left:80px;
}
.product2s p{
	line-height:30px;
	color:#4f4f4f;
	font-size:16px;
	padding-left:80px;
}
.product2s ul{
	margin-top:6%;
	overflow:hidden;
	padding-left:80px;
}
.product2s ul li{
	line-height:30px;
	float:left;
	width:50%;
}
.product2s ul li a{
	display:block;
	color:#091347;
}

.product3{
	margin:5% 0;
	text-align:center;
}
.product3 h3{
	font-size:24px;
	color:#091347;
	font-weight:bold;
	margin-bottom:3%;
}
.product3 p{
	font-size:16px;
	color:#4f4f4f;
	line-height:30px;
	margin-bottom:3%;
}
.product3 span a{
    display:inline-block;
    background-color:#c8052d;
    line-height:42px;
    width:132px;
    margin:0 auto;
    color:#fff;
    border-radius:25px;
    margin: 0px 4px;
}
.product3 span a:hover{
	box-shadow: 0 0 0 0.2rem rgba(200, 5, 45, .4);
}

.product4{
	margin:5% 0;
	overflow:hidden;
}

/*产品中心1*/
.product1_fr{
	overflow:hidden;
}
.product1_1{
	font-size:16px;
	color:#26262c;
	line-height:30px;
	margin-bottom:20px;
	overflow:hidden;
}
.product1_2{
	overflow:hidden;
}
.product1_2_fl{
	margin-bottom:30px;
	overflow:hidden;
	padding-left:0;
}
.product1_2_fl h3{
	font-size:36px;
	font-weight:bold;
	padding-bottom:10px;
	overflow:hidden;
}
.product1_2_fl ul{
	margin-top:8%;
	overflow:hidden;
	/*height:270px;*/
}
.product1_2_fl ul li{
	line-height:30px;
	float:left;
	width:50%;
}
.product1_2_fl ul li a{
	display:block;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product1_2_fr{
	
}
.product1_2_frimg{
	display:block;
	width: 330px;
    height:330px;
    border-radius: 50%;
    background-image:url(../images/pro3.png);
    background-position: 7% 0;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.product1_3{
	margin:4% 0;
	overflow:hidden;
}
#sub1{
	overflow:hidden;
	margin-bottom:20px;
}
.subclass_title{
	margin-bottom:25px;
	overflow:hidden;
}
.subclass_title h3{
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	max-width:62.3%;
}
.subclass_con{
	overflow:hidden;
}
.subclass_con1{
	overflow:hidden;
	margin-bottom:10px;
}
.subclass_con1_1{
	color: #9BA2AC;
	border-bottom:1px solid #eceff3;
	font-size:13px;
	padding-bottom:15px;
}
.subclass_con1_2{
	overflow:hidden;
}
.subclass_con1_2 dl{
	line-height:25px;
	overflow:hidden;
	padding:10px 0px;
}
.subclass_con1_2_t{
	border-bottom:1px solid #eceff3;
	overflow:hidden;
	padding-bottom:10px;
}
.subclass_con1_2_t_1{
	padding-left:30px;
	background:url(../images/subclass1.jpg) no-repeat left center;
	cursor:pointer;
}
.subclass_con1_2_t_1 span{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 12px;
    padding: 0px 8px;
    margin: 0 5px;
}

.subclass_con1_2_t_2{
	color:#4f4f4f;
	text-align:center;
}
.subclass_con1_2_t_3{
	color:#4f4f4f;
	text-align:center;
	padding-left:0;
	padding-right:0;
	text-transform:uppercase;
	display: none;
}
.subclass_con1_2_t_4{
	text-align:center;
}
.subclass_con1_2_t_4 a{
	color:#091347;
}
.subclass_con1_2_t_5{
	padding:0;
}
.subclass_con1_2_t_5 a{
	display:block;
	font-size:12px;
	color:#fff;
	line-height:25px;
	margin:0 auto;
	text-align:center;
	border-radius:25px;
}
.subclass_con1_2_b{
	background-color:#eceff3;
	padding: 2rem;
	overflow:hidden;
	color:#4f4f4f;
	line-height:30px;
	display:none;
}
.subclass_con1_3{
	color:#091347;
	line-height:30px;
}


.subclass_con2{
	overflow:hidden;
	margin-bottom:10px;
}
.subclass_con2_1{
	color: #9BA2AC;
	border-bottom:1px solid #eceff3;
	font-size:13px;
	padding-bottom:15px;
}
.subclass_con2_2{
	overflow:hidden;
}
.subclass_con2_2 dl{
	line-height:25px;
	overflow:hidden;
	padding:10px 0px;
}
.subclass_con2_2_t{
	border-bottom:1px solid #eceff3;
	overflow:hidden;
	padding-bottom:10px;
}
.subclass_con2_2_t_1{
	padding-left:30px;
	background:url(../images/subclass2.jpg) no-repeat left 3px;
	cursor:pointer;
}
.subclass_con2_2_t_1 span{
	display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 12px;
    padding: 0px 8px;
    margin: 0 5px;
}
.subclass_con2_2_t_2{
	color:#4f4f4f;
	text-align:center;
}
.subclass_con2_2_t_3{
	color:#4f4f4f;
	text-align:center;
	padding-left:0;
	padding-right:0;
	display: none;
}
.subclass_con2_2_t_4{
	text-align:center;
}
.subclass_con2_2_t_4 a{
	color:#091347;
}
.subclass_con2_2_t_5{
	padding:0;
}
.subclass_con2_2_t_5 a{
	display:block;
	font-size:12px;
	color:#fff;
	line-height:25px;
	margin:0 auto;
	text-align:center;
	border-radius:25px;
}
.subclass_con2_2_b{
	background-color:#eceff3;
	padding: 2rem;
	overflow:hidden;
	color:#4f4f4f;
	line-height:30px;
	display:none;
}
.subclass_con2_3{
	color:#091347;
	line-height:30px;
}

#sub2{
	overflow:hidden;
	margin-bottom:20px;
}
#sub3{
	overflow:hidden;
	margin-bottom:20px;
}
#sub4{

	margin-bottom:20px;
}
#sub5{
	overflow:hidden;
	margin-bottom:20px;
}
#sub6{
	overflow:hidden;
	margin-bottom:20px;
}
#sub7{
	overflow:hidden;
	margin-bottom:20px;
}
#sub8{
	overflow:hidden;
	margin-bottom:20px;
}
#sub9{
	overflow:hidden;
	margin-bottom:20px;
}
#sub10{
	overflow:hidden;
	margin-bottom:20px;
}
#sub11{
	overflow:hidden;
	margin-bottom:20px;
}
#sub12{
	overflow:hidden;
	margin-bottom:20px;
}
#sub13{
    overflow:hidden;
    margin-bottom:20px;
}
#sub14{
    overflow:hidden;
    margin-bottom:20px;
}
#sub15{
    overflow:hidden;
    margin-bottom:20px;
}
#sub16{
    overflow:hidden;
    margin-bottom:20px;
}
#sub17{
    overflow:hidden;
    margin-bottom:20px;
}
#sub18{
    overflow:hidden;
    margin-bottom:20px;
}
#sub19{
    overflow:hidden;
    margin-bottom:20px;
}
#sub20{
    overflow:hidden;
    margin-bottom:20px;
}
#sub21{
    overflow:hidden;
    margin-bottom:20px;
}
#sub22{
    overflow:hidden;
    margin-bottom:20px;
}
#sub23{
    overflow:hidden;
    margin-bottom:20px;
}
#sub24{
    overflow:hidden;
    margin-bottom:20px;
}
#sub25{
    overflow:hidden;
    margin-bottom:20px;
}
#sub26{
    overflow:hidden;
    margin-bottom:20px;
}
#sub27{
    overflow:hidden;
    margin-bottom:20px;
}
#sub28{
    overflow:hidden;
    margin-bottom:20px;
}
#sub29{
    overflow:hidden;
    margin-bottom:20px;
}
#sub30{
    overflow:hidden;
    margin-bottom:20px;
}
/*product2*/

/*询价*/
.code5{
	z-index: 9999;
	position: fixed;
	top:15%;
	left:50%;
	margin-left:-408px;
	width:816px;
	display: none;
	border-radius: 0;
    background-color: #fff;
	padding:20px 34px;
	overflow: auto;
	box-shadow: 0px 0px 20px #ccc;
}
.goodcover5 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit5{
	position: relative;
}
.theme-poptit5 .close {
	float:right;
    position: absolute;
    right:-20px;
    top:-10px;
}
.theme-poptit5 .close img{
	width:17px;
	height:17px;
}
.theme-popbod5{
    overflow: hidden;
}
.xunjia{
	
}
.xunjia_t{
	overflow:hidden;
}
.xunjia_fl{
	overflow:hidden;
	margin:20px 0px 30px 0px;
}
.xunjia_fr h3{
	font-size:24px;
	font-weight:bold;
	color:#091347;
	margin-bottom:15px;
	overflow:hidden;
}
.xunjia_fl textarea{
	background-color:#eceff3;
	color:#4e4e4e;
	line-height:25px;
	padding:10px;
	overflow:hidden;
	resize:none;
	border:none;
	outline:none;
	width:100%;
}
.xunjia_fl textarea::-webkit-input-placeholder{ 
	color: #4e4e4e; 
} 
.xunjia_fl textarea::-moz-input-placeholder{ 
	color: #4e4e4e; 
}
.xunjia_fl textarea::-ms-input-placeholder{ 
	color: #4e4e4e; 
}
.xunjia_fr{
	overflow:auto;
	height:390px;
}
.xunjia_fr1{
	color:#4e4e4e;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	overflow:hidden;
	color:#4e4e4e;
}
.xunjia_fr2{
	line-height:29px;
	overflow: hidden;
    margin-bottom: 20px;
}
.xunjia_fr2 p{
	float:left;
	width:235px;
}
.xunjia_fr2 span{
	float:left;
	margin-left: 30px;
}
.xunjia_fr2 span input{
	border:1px solid #e4e4e4;
	overflow:hidden;
	width:73px;
	line-height:27px;
	color:#4e4e4e;
	text-align: center;
}
.xunjia_fr2 a{
	float:right;
	color:#c8052d;
}
.xunjia_fr3s{
	overflow:hidden;
}
.xj1{
	margin-bottom:20px;
	overflow:hidden;
}
.xj1 label{
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.xj1 input{
	background-color:#eceff3;
	line-height:45px;
	border:none;
	width:100%;
	padding-left:10px;
	color:#4e4e4e;
}
.xj2{
	margin-bottom:20px;
	overflow:hidden;
}
.xj2 label{
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}
.xj2 input{
	background-color:#eceff3;
	line-height:45px;
	border:none;
	width:100%;
	padding-left:10px;
	color:#4e4e4e;
}
.xj2 input::-webkit-input-placeholder{ 
	color:#4e4e4e;
} 
.xj2 input::-moz-input-placeholder{ 
	color:#4e4e4e;
}
.xj2 input::-ms-input-placeholder{ 
	color:#4e4e4e;
}
.xj2_1{
	float:left;
	margin-bottom:20px;
	overflow:hidden;
	line-height:23px;	
}
.xj2_1 select{
	float:left;
	width:98px;
	color:#4e4e4e;
	outline:none;
}
.xunjia_b{
	overflow:hidden;
}
.xunjia_b a{
	float:right;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	border-radius:25px;
	margin-left:15px;
	text-align:center;
	margin-bottom:20px;
}
.b2 input{
	border: none;
	background-color: #c8052d;
	line-height:37px;
	width: 140px;
}
.xunjia_b a.b1{
	background-color:#091347;
	line-height:37px;
	padding:0px 30px;
}
.xunjia_b a.b2{
	background-color:#c8052d;
}


/*actim下拉*/
.actimcate{
	position:relative;
}
.product_selector{
	display:none;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
    transition: all .4s;
    background: #fff;
    color: #091347;
    position: absolute;
    top: 100%;
    max-width: 100vw;
    width: 440px;
    margin-top: 0.5rem;
    padding: 12px;
    border-radius: 3px;
    z-index: 1;
}
.product_selector:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    position: absolute;
    top: -.5rem;
    left: 25%;
    transform: rotate(-45deg);
}
.product_selector_list{
	margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
}
.product_selector_list dd{
	position:relative;
	margin-bottom:5px;
}
.product_selector_list dd a{
	color: #091347;
	height:auto;
	line-height:25px;
	margin-left: 25px;
	display:block;
}
.product_selector_list dd a:hover{
	text-decoration:underline;
}
.product_selector_list dd:before{
	content: '';
    position: absolute;
    top: .3rem;
    transform: translate(-1rem,0);
    right: 100%;
    width: 1.3rem;
    height: 1.3rem;
	border-radius: 50%;
	left: 15px;
}
.item_green:before{
    background: #8CCAC9;
}
.item_violet:before{
    background: #9D7BC7;
}
.item_blue_light:before{
    background: #9AB6E6;
}
.item_yellow:before{
    background: #E9D286;
}
.item_mint:before{
    background: #a7d4ad;
}
.item_pink:before{
    background: #DF2785;
}
.item_orange:before{
    background: #F48E29;
}
.item_violet_light:before{
    background: #9699C2;
}
.item_red_light:before{
    background: #FFB2B2;
}
.item_gray:before{
	background: #9ba2ac;
}


/*pro下拉*/
.product_selector1{
	display:none;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
    transition: all .4s;
    background: #fff;
    color: #091347;
    position: absolute;
    max-width: 100vw;
    width: 400px;
    margin-top: 0.5rem;
    padding: 12px;
    border-radius: 3px;
    z-index: 1;
}
.product_selector1:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    position: absolute;
    top: -.5rem;
    left: 25%;
    transform: rotate(-45deg);
}


/*搜索页面*/
.ss{
	overflow:hidden;
	margin:30px auto 50px auto;
}
.ss_title{
	text-align:center;
	color:#091347;
	font-size:40px;
	font-weight:bold;
}
.ss_con{
	overflow:hidden;
	max-width: 860px;
	margin:25px auto 45px auto;
}
.ss_con li{
	line-height:30px;
}
.ss_con li a{
	display:block;
	font-size:24px;
	color:#091347;
	padding: 5px 0px;
	font-weight:bold;
}
.ss_con li a:hover{
	color: #0055a1;
	text-decoration: underline;
}

/*首页banner*/
.pstyle1{
	display: inline-block !important;
	height: 48px !important;
	border: 2px solid #fff;
	line-height: 44px;
	text-align: center;
	padding: 0px 33px;
	overflow: hidden;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	margin-right: 11px;
	cursor:pointer;
}
.pstyle1:hover{
	background-color:#df2785;
	border: 2px solid #df2785;
}
.pstyle2{
	display: inline-block !important;
	height: 48px !important;
	border: 2px solid #fff;
	line-height: 44px;
	text-align: center;
	padding: 0px 33px;
	overflow: hidden;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	cursor:pointer;
}
.pstyle2:hover{
	background-color:#c8052d;
	border: 2px solid #c8052d;
}
.pstyle3{
    display: inline-block !important;
    height: 48px !important;
    border: 2px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0px 33px;
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    cursor:pointer;
}
.pstyle3:hover{
    background-color:#49BD9E;
    border: 2px solid #49BD9E;
}

.pstyle4{
    display: inline-block !important;
    height: 48px !important;
    border: 2px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0px 33px;
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    margin-right: 11px;
    cursor:pointer;
}
.pstyle4:hover{
    background-color:#df2785;
    border: 2px solid #df2785;
}

.pstyle5{
    display: inline-block !important;
    height: 48px !important;
    border: 2px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0px 20px;
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    margin-right: 11px;
    cursor:pointer;
}
.pstyle5:hover{
    background-color:#5252a8;
    border: 2px solid #5252a8;
}

.pstyle6{
    display: inline-block !important;
    height: 48px !important;
    border: 2px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0px 20px;
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    margin-right: 11px;
    cursor:pointer;
}
.pstyle6:hover{
    background-color:#df2785;
    border: 2px solid #df2785;
}

.kt_con{
	overflow:hidden;
	line-height:30px;
	color: #262626;
	font-size:14px;
}

.pbiaoti{
	margin-top:5%;
	overflow:hidden;
	padding-left:80px;
}
.pbiaoti a{
	display: inline-block;
	border:2px solid #091347;
	line-height:40px;
	text-align:center;
	color:#091347;
	padding:0px 20px;
	border-radius:25px;
}
.pbiaoti a:hover{
	box-shadow: inset 0 0 0 0.2rem rgba(0, 45, 154, .4);
}


/*购物车*/
.product-cart{
    position: fixed;
    z-index: 500;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background-color: #091347;
}
.product-cart p{
	float:left;
	color:#fff;
	line-height:30px;
	font-size: 14px;
}
.product-cart a{
	display:block;
	float:left;
	color:#fff;
	line-height:30px;
	padding:0px 20px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	margin-left:15px;
	cursor:pointer;
}
.product-cart a.show-cart{
	background-color:#c8052d;
}
.product-cart a:hover.show-cart{
	box-shadow:0 0 0 .2rem rgba(200, 5, 45, .4);
}
.product-cart a.empty-cart{
	background-color:#004a8d;
}
.product-cart a:hover.empty-cart{
	box-shadow:0 0 0 .2rem rgba(0, 74, 141, .4);
}


/*coa弹出*/
.code6{
	z-index: 9999;
	position: fixed;
	top:20%;
	left:50%;
	width:480px;
	margin-left:-240px;
	display: none;
	border-radius: 10px;
    background-color: #fff;
	height:auto;
	box-shadow: 0px 0px 10px #ccc;
}
.goodcover6 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.theme-poptit6{
	position: relative;
}
.theme-poptit6 .close {
	float:right;
    position: absolute;
    right: 20px;
    top: 10px;
}
.theme-poptit6 .close img{
	width:10px;
	height:10px;
}
.theme-poptit6 p{
	line-height:30px;
	color:#091347;
	border-radius: 10px 10px 0px 0px;
	font-size:16px;
	padding: 10px 20px;
}
.theme-popbod6{
    overflow: hidden;
	padding: 0px 20px 20px 20px;
    line-height: 22px;
}


/*coa弹出*/
.code9{
	z-index: 9999;
	position: fixed;
	top:20%;
	left:50%;
	width:480px;
	margin-left:-240px;
	display: none;
	border-radius: 10px;
	background-color: #fff;
	height:auto;
	box-shadow: 0px 0px 10px #ccc;
}
.goodcover9 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.theme-poptit9{
	position: relative;
}
.theme-poptit9 .close {
	float:right;
	position: absolute;
	right: 20px;
	top: 10px;
}
.theme-poptit9 .close img{
	width:10px;
	height:10px;
}
.theme-poptit9 p{
	line-height:30px;
	color:#091347;
	border-radius: 10px 10px 0px 0px;
	font-size:16px;
	padding: 10px 20px;
}
.theme-popbod9{
	overflow: hidden;
	padding: 0px 20px 20px 20px;
	line-height: 22px;
}


/*清空购物车弹出*/
.code7{
	z-index: 9999;
	position: fixed;
	top:40%;
	left:50%;
	width:480px;
	margin-left:-240px;
	display: none;
	border-radius: 10px;
    background-color: #fff;
	height:auto;
	box-shadow: 0px 0px 10px #ccc;
}
.goodcover7 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.theme-poptit7{
	position: relative;
}
.theme-poptit7 .close {
	float:right;
    position: absolute;
    right: 20px;
    top: 10px;
}
.theme-poptit7 .close img{
	width:10px;
	height:10px;
}
.theme-poptit7 p{
	line-height:30px;
	color:#091347;
	border-radius: 10px 10px 0px 0px;
	font-size:16px;
	padding: 10px 20px;
}
.theme-popbod7{
    overflow: hidden;
	padding: 0px 20px 20px 20px;
}
.theme-popbod7 p{
	line-height:30px;
    margin-bottom: 10px;
}
.theme-popbod7 a{
	display:block;
	float:right;
	width:98px;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	margin-left:10px;
}
.theme-popbod7 a.qkclass1{
	border:1px solid #091347;
	background-color:#091347;
	color:#fff;
}
.theme-popbod7 a.qkclass2{
	border:1px solid #ccc;
	background-color:#fff;
	color:#666;
}

/*产品新增页面样式*/
.product11{
    margin: 23px 0px 0px 0px;
    overflow: hidden;
    display: none;
}
.product11_title{
    margin-bottom: 30px;
    overflow: hidden;
}
.product11_title p{
    float: left;
    font-size: 24px;
    color: #091347;
    font-weight: bold;
    background: url(../images/pro1.jpg) no-repeat left center;
    line-height: 60px;
    padding-left: 72px;
}
.product11_title span{
    float: right;
    color: #585858;
    line-height: 60px;
}
.product11_con{
    overflow: hidden;
}
.product11_con dl{
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 60px;
    overflow: hidden;
}
.product11_con dl dt{
    margin-bottom: 20px;
}
.product11_con dl dt a{
    font-size: 18px;
    font-weight: bold;
}
.product11_con dl dd{
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product11_con dl dd a{
    color: #585858;
}
.product11_con dl dd a:after{
    transition: all .2s;
    display: inline-block;
    content: '→';
    margin-left: .2rem;
    opacity: .5;
}
.product11_con dl dd a:hover:after{
    margin-left: .4rem;
}
.product11_con dl:nth-child(1) dt a{
    color: #00b4e5;
}
.product11_con dl:nth-child(1) dd a:hover{
    color: #00b4e5;
}
.product11_con dl:nth-child(2) dt a{
    color: #eb4664;
}
.product11_con dl:nth-child(2) dd a:hover{
    color: #eb4664;
}
.product11_con dl:nth-child(3) dt a{
    color: #0067a2;
}
.product11_con dl:nth-child(3) dd a:hover{
    color: #0067a2;
}
.product11_con dl:nth-child(4) dt a{
    color: #00afc2;
}
.product11_con dl:nth-child(4) dd a:hover{
    color: #00afc2;
}
.product11_con dl:nth-child(5) dt a{
    color: #bbc502;
}
.product11_con dl:nth-child(5) dd a:hover{
    color: #bbc502;
}
.product11_con dl:nth-child(6) dt a{
    color: #ffa388;
}
.product11_con dl:nth-child(6) dd a:hover{
    color: #ffa388;
}
.product11_con dl:nth-child(7) dt a{
    color: #fec91d;
}
.product11_con dl:nth-child(7) dd a:hover{
    color: #fec91d;
}
.product11_con dl:nth-child(8) dt a{
    color: #ef7b3e;
}
.product11_con dl:nth-child(8) dd a:hover{
    color: #ef7b3e;
}
.product11_con dl:nth-child(9) dt a{
    color: #352879;
}
.product11_con dl:nth-child(9) dd a:hover{
    color: #352879;
}
.product11_con dl:nth-child(10) dt a{
    color: #8b98ad;
}
.product11_con dl:nth-child(10) dd a:hover{
    color: #8b98ad;
}
.product11_con dl:nth-child(12) dt a{
    color: #00af40;
}
.product11_con dl:nth-child(12) dd a:hover{
    color: #00af40;
}


.product12{
    padding: 45px 0px 85px 0px;
    overflow: hidden;
    background-color: #fafafa;
    display: none;
}
.product12_title{
    color: #585858;
    margin-bottom: 35px;
}
.product12_con{
    overflow: hidden;
}
.product12_con li{
    width: 45%;
    margin-bottom: 25px;
}
.product12_con li:nth-child(1){
    float: left;
}
.product12_con li:nth-child(2){
    float: right;
}
.product12_con li h3{
    font-size: 24px;
    font-weight: bold;
    color: #091347;
    background: url("../images/subclass1.jpg") no-repeat left 5px;
    padding-left: 36px;
    line-height: 30px;
}
.product12_con li p{
    color: #585858;
    line-height: 28px;
    margin: 35px 0px 15px 0px;
}
.product12_con li a{
    display: inline-block;
    border: 2px solid #091347;
    line-height: 40px;
    text-align: center;
    color: #091347;
    padding: 0px 20px;
    border-radius: 25px;
}
.product12_con li a:hover{
    box-shadow: inset 0 0 0 0.2rem rgba(0, 45, 154, .4);
}


.hero_overlay_actimpro1:before{
	content: '';
	display: block;
	top: 0;
    bottom: 0;
	right: 0;
    left: 0;
    background-image: linear-gradient(110deg,#fff 0,rgba(247,248,252,.97) 5%,rgba(225,230,242,.93) 12.79%,rgba(189,201,227,.89) 22.4%,rgba(139,159,206,.83) 33.45%,rgba(75,106,179,.77) 45.72%,rgba(0,45,148,.7) 58.47%,rgba(20,52,149,.7) 63.27%,rgba(64,66,152,.7) 74.81%,rgba(95,76,154,.7) 85.19%,rgba(114,83,156,.7) 93.94%,rgba(121,85,156,.7) 100%);
    opacity: .7;
    width: 100%;
    height: 600px;
}
.hero_overlay3:before{
	content: '';
	display: block;
	top: 0;
    bottom: 0;
	right: 0;
    left: 0;
    background-image: linear-gradient(110deg,#fff 0,rgba(247,248,252,.97) 5%,rgba(225,230,242,.93) 12.79%,rgba(189,201,227,.89) 22.4%,rgba(139,159,206,.83) 33.45%,rgba(75,106,179,.77) 45.72%,rgba(0,45,148,.7) 58.47%,rgba(20,52,149,.7) 63.27%,rgba(64,66,152,.7) 74.81%,rgba(95,76,154,.7) 85.19%,rgba(114,83,156,.7) 93.94%,rgba(121,85,156,.7) 100%);
    opacity: .7;
    width: 100%;
    height: 600px;
}
.hero_overlay2:before{
	content: '';
	display: block;
	top: 0;
    bottom: 0;
	right: 0;
    left: 0;
    background-image: linear-gradient(110deg,#fff 0,rgba(247,248,252,.97) 5%,rgba(225,230,242,.93) 12.79%,rgba(189,201,227,.89) 22.4%,rgba(139,159,206,.83) 33.45%,rgba(75,106,179,.77) 45.72%,rgba(0,45,148,.7) 58.47%,rgba(20,52,149,.7) 63.27%,rgba(64,66,152,.7) 74.81%,rgba(95,76,154,.7) 85.19%,rgba(114,83,156,.7) 93.94%,rgba(121,85,156,.7) 100%);
    opacity: .7;
    width: 100%;
    height: 600px;
}
.hero_overlay:before {
    content: '';
	display: block;
	top: 0;
    bottom: 0;
	right: 0;
    left: 0;
    background-image: linear-gradient(110deg,#fff 0,rgba(247,248,252,.97) 5%,rgba(225,230,242,.93) 12.79%,rgba(189,201,227,.89) 22.4%,rgba(139,159,206,.83) 33.45%,rgba(75,106,179,.77) 45.72%,rgba(0,45,148,.7) 58.47%,rgba(20,52,149,.7) 63.27%,rgba(64,66,152,.7) 74.81%,rgba(95,76,154,.7) 85.19%,rgba(114,83,156,.7) 93.94%,rgba(121,85,156,.7) 100%);
    opacity: .7;
    width: 100%;
    height: 600px;
}
.hero_overlay111 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.hero_overlay111:after {
	content:'';
	display:block;
	position:absolute;
	/*transform:translate(-1200px, -25%);
	left:50%;
	width:1400px;
	height:1400px;
	border-radius:50%;
	opacity:.8*/
    left: 0;
    width: 100%;
    height: 100%;
}
.hero_overlay111:before {
    content: '';
	display: block;
	top: 0;
    bottom: 0;
	right: 0;
    left: 0;
    background-image: linear-gradient(110deg,#fff 0,rgba(247,248,252,.97) 5%,rgba(225,230,242,.93) 12.79%,rgba(189,201,227,.89) 22.4%,rgba(139,159,206,.83) 33.45%,rgba(75,106,179,.77) 45.72%,rgba(0,45,148,.7) 58.47%,rgba(20,52,149,.7) 63.27%,rgba(64,66,152,.7) 74.81%,rgba(95,76,154,.7) 85.19%,rgba(114,83,156,.7) 93.94%,rgba(121,85,156,.7) 100%);
    opacity: .7;
    width: 100%;
    height: 890px;
}

/*首页banner*/
.ban_con1{
	position: absolute;
    bottom: 47%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}
.banner_txt{
	top: auto !important;
	bottom: 30%;
}
.ban_con1 .style2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.3;
}
.ban_con1 .style5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 32px;
}



/*medixmdx*/
.ban_con{
    top: 50%;
    transform: translate(-50%, -50%);
}
.ban_con .medixmdxinfo1{
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5%;
    line-height: 1.3;
}
.ban_con .medixmdxinfo2{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
}
.ban_con .medixmdxinfo2 img{
    margin-right: 20px;
}
.medixmdx{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 55px 0;
    background-color: #fafafa;
}
.medixmdxs{
    background-size: cover !important;
    padding: 32px;
    overflow: hidden;
    position: relative;
}
.medixmdx li:nth-child(1) .medixmdxs{
    background: url("../images/medixmdxbg1.jpg") no-repeat center;
}
.medixmdx li:nth-child(2) .medixmdxs{
    background: url("../images/medixmdxbg2.jpg") no-repeat center;
}
.medixmdxs h3{
    font-size: 24px;
    font-weight: bold;
    color: #091347;
    line-height: 1;
}
.medixmdxs p{
    font-size: 15px;
    color: #1e1e1e;
    margin: 20px 0;
    line-height: 25px;
}
.medixmdxs img{
    width: 200px;
    height: 141px;
}
.medixmdxs a{
    margin-top: 24px;
    display: block;
    width: 196px;
    line-height: 44px;
    background-color: #091347;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: .5s;
}
.medixmdxs a:hover{
    box-shadow:0 0 0 .2rem rgba(0, 45, 154, .4);
}
.medixmdx_fr_title{
    font-size: 36px;
    font-weight: bold;
    color: #091347;
    line-height: 1;
    margin-bottom: 40px;
}
.medixmdx_fr_con{

}
.medixmdx_fr_con h3{
    font-size: 20px;
    font-weight: bold;
    color: #091347;
}
.medixmdx_fr_con p{
    color: #4f4f4f;
    line-height: 30px;
}
.medixmdx_fr_con a{
    color: #091347;
}
.medixmdx_fr_con li{
    line-height: 30px;
    background: url(../images/yuan.jpg) no-repeat left center;
    padding-left: 30px;
    color: #4f4f4f;
}


/*试剂盒开发服务*/
.medixmdxdevelop1{
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5%;
}
.medixmdxdevelop_fr_con{

}
.medixmdxdevelop_fr_con p{
    color: #4f4f4f;
    line-height: 30px;
}
.medixmdxdevelop_fr_con a{
    color: #091347;
}
.develop{
    margin: 10% 0;
    overflow: hidden;
}
.develop li{
    background: url("../images/arrow.png") no-repeat 82% 3px;
}
.develop li:last-child{
    background: none;
}
.develop li h3{
    font-size: 20px;
    font-weight: bold;
    color: #091347;
    margin-bottom: 30%;
}
.develop li dl{
    margin-bottom: 15%;
}
.develop li dl:last-child{
    margin-bottom: 0;
}
.develop li dl dt{
    background: url(../images/yuan.jpg) no-repeat left 8px;
    padding-left: 25px;
    color: #4f4f4f;
    background-size: 10px 10px;
    line-height: 25px;
}
.develop li dl dd{
    padding-left: 45px;
    position: relative;
    line-height: 25px;
}
.develop li dl dd:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #091347;
    border-radius: 50%;
    position: absolute;
    left: 22px;
    top: 10px;
}
/*MedixMDx产品*/
.medixmdxpro_fr_con{

}
.medixmdxpro{
    margin-bottom: 12%;
    overflow: hidden;
}
.medixmdxpro:last-child{
    margin-bottom: 8%;
}
.medixmdxpro_title{

}
.medixmdxpro_title h3{
    font-size: 20px;
    font-weight: bold;
    color: #091347;
}
.medixmdxpro_title p{
    margin-top: 25px;
    font-weight: bold;
    color: #091347;
}
.medixmdxpro_info{
    margin-top: 35px;
}
.medixmdxpro_info1{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    overflow: hidden;
}
.medixmdxpro_info1 li{
    font-size: 12px;
    color: #4f4f4f;
}
.medixmdxpro_info2 dl{
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.medixmdxpro_info2 dl .mpro1 a{
    color: #091347;
}
.medixmdxpro_info2 dl .mpro2{
    color: #4f4f4f;
}
.medixmdxpro_info2 dl .mpro3 a{
    color: #091347;
}
.medixmdxpro_info2 dl .mpro4 a{
    display: block;
    width: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #091347;
    border-radius: 25px;
}








@media(min-width:1501px) and (max-width:1850px){
	.ban_con1{
	    bottom: 55%;
	}
	.banner_txt{
		bottom: 18%;
	}
}

@media(min-width:1280px) and (max-width:1500px){
    .ban_con1{
        bottom: 55%;
    }
    .banner_txt{
        bottom: 15%;
    }
}


@media(max-width:1200px) {
    .homeheader{
        height:auto !important;
        overflow: inherit;
    }
    .innerheader{
        height:auto !important;
        overflow: inherit;
    }
    .banner {
        position:static !important;
    }
    .inner_banner {
        position:static !important;
    }
    .about2_con p{
        padding-right:0;
    }
    .daohangs {
        top:0;
        background-color: #fff;
    }
    .product12_con li h3 br{
        display: none;
    }
    .ban_con .astyle6{
        right: 100px;
    }
    .ban_con1{
    	bottom: auto;
    	top: 20%;
    }
    .banner_txt {
	    top: 45% !important;
	    bottom: auto !important;
	}
    .medixmdxdevelop1{
        font-size: 50px;
    }
}

@media(max-width:768px) {
    .line{
        display:none;
    }
    .home-about{
        margin:50px auto 20px auto;
    }
    .home-policy{
        margin:50px auto 20px auto;
    }
    .contact1_con li{
        padding-left:15px;
        padding-right:15px;
    }
    .newsshow_con{
        width:95%;
    }
    .product1 p{
        line-height:30px;
        color:#4f4f4f;
        font-size:16px;
        width: 100%;
        margin: 0 auto;
    }
    .product1_2_fl{
        padding-left:15px;
    }
    .subclass_title h3{
        max-width:100%;
    }
    .subclass_con1_2_t_3{
        padding-left:15px;
        padding-right:15px;
    }
    .code5{
        width: 100%;
        left: 0;
        margin-left: 0;
        top:10%;
        height: 540px;
        overflow: auto;
    }
    .product11_con dl{
        width: 33.3%;
    }
    .ban_con .astyle6{
        position: inherit;
    }
    .m-video{
        overflow:hidden;
        position:relative;
        cursor: pointer;
        text-align: center;
    }

    .medixmdx li{
        margin-bottom: 20px;
    }
    .develop{
        margin: 5% 0;
    }
    .medixmdxpro{
        margin-bottom: 8%;
    }
}
	
@media(max-width:560px) {
	.kehu{
		margin:50px auto;
	}
	.kehu_title{
		font-size:26px;
		margin-bottom:30px;
	}
	.kehu_con{
		background:url(../images/kehu_bg1.jpg) no-repeat center center;
		padding: 25px 30px;
		width:350px;
	}
	.forminput3{
		background:url(../images/kh_input1.png) no-repeat left center;
		font-size:14px;
		line-height:25px;
	}
	.forminput4{
		background:url(../images/kh_search1.png) no-repeat right center; 
	}
	.code4{
		width: 100%;
    	left: 0;
    	margin-left: 0;
	}
	.xunjia_fr2 p{
		float:none;
		width:100%;
	}
	.xunjia_fr2 span{
		margin-left:0;
	}
	.subclass_con1_2_t_2{
		text-align:left;
	}
	.subclass_con1_2_t_3{
		text-align:left;
	}
	.subclass_con1_2_t_4{
		text-align:left;
	}
    .ban_con{
        width: 100%;
    }
	.product_selector{
		width:300px;
	}
	.ban_con1{
		top:15% !important;
		width: 100%;
	}
	.ban_con1 .style2{
		font-size:28px !important;
	}
	.ban_con1 .style2 br{
		display: none;
	}
	.banner_txt{
		top:60% !important;
	}
	.pstyle1{
		margin-bottom:10px;
		font-size:16px;
	}
	.pstyle2{
		text-align:left !important;
		font-size:16px;
		padding: 0px 13px;
	}
	.pstyle3{
		text-align:left !important;
		font-size:16px;
		padding: 0px 13px;
	}
    .pstyle4{
        margin-bottom:10px;
        font-size:16px;
    }
	.home-detail{
		height: auto;
    	padding: 8rem 1rem;
	}
	.home-experience{
		height: auto;
    	padding: 8rem 1rem;
	}
	.subclass_con2_2_t_2{
		text-align:left;
	}
	.subclass_con2_2_t_4{
		text-align:left;
	}
	.code5{
		padding:20px 15px;
	}
	.theme-poptit5 .close{
		right: 0px;
	}
	.xunjia_fl h3{
		font-size:18px;
	}
	.xunjia_fl{
		margin: 20px 0px 0px 0px;
	}
	.xunjia_fl textarea{
		height:200px;
	}
	.xj1{
		margin-bottom:15px;
	}
	.xj1 label{
		margin-bottom:0;
	}
	.xj1 input{
		line-height:35px;
	}
	.xunjia_fr{
		overflow:hidden;
		height:auto;
	}
	.contact2_con{
		width:auto;
	}
	.contact1_con li h3{
		font-size:18px;
	}
	.policy_fr p{
		text-align:left;
	}
	.dealers_fr2_con h3{
		font-size:18px;
	}
	.dealers_fr1 h3{
		font-size:18px;
	}
	.xunjia_b{
		margin-top:20px;
	}
	.ban_con .jxs{
		font-size:24px;
		line-height:30px;
		margin-top:20%;
	}
    .product12{
        padding: 35px 0px 10px 0px;
    }
    .product12_title{
        margin-bottom: 15px;
    }
    .product12_con li{
        width: 100%;
    }
    .product12_con li:nth-child(1){
        float: none;
    }
    .product12_con li:nth-child(2){
        float: none;
    }
    .product12_con li h3{
        font-size: 20px;
    }

    .product12_con li p{
        margin: 15px 0px;
    }
    .product11_title{
        margin-bottom: 25px;
    }
    .product11_title p{
        float: none;
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .product11_title span{
        float: none;
        line-height: 25px;
    }
    .product11_con dl{
        height: auto !important;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .product11_con dl dt{
        margin-bottom: 10px;
    }
    .ban_con .style5 br{
        display: none;
    }
    .m-video{
        text-align: justify;
    }

    .ban_con .medixmdxinfo1{
        font-size: 26px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    .ban_con .medixmdxinfo2{
        font-size: 20px;
    }
    .medixmdx{
        padding: 30px 0 10px 0;
    }
    .medixmdx_fr_title{
        font-size: 30px;
        margin-bottom: 25px;
    }
    .medixmdxdevelop1{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .develop{
        margin: 30px 0;
    }
    .develop li{
        background: none;
        margin-bottom: 20px;
    }
    .develop li:last-child{
        margin-bottom: 0;
    }
    .develop li h3{
        margin-bottom: 20px;
    }
    .develop li dl{
        margin-bottom: 15px;
    }
    .medixmdxpro{
        margin-bottom: 30px;
    }
    .medixmdxpro:last-child{
        margin-bottom: 30px;
    }
    .medixmdxpro_info{
        margin-top: 25px;
    }
    .medixmdxpro_info1 li{
        line-height: 25px;
    }
    .medixmdxpro_info2 dl{
        display: inherit;
        line-height: 25px;
    }
    .medixmdxpro_info2 dl .mpro4{
        margin-top: 10px;
    }
}


@media(max-width:414px) {
    .scroll-indicator{
        height:42px !important;
        font-size:12px;
    }
    .code2{
        width:100%;
        left: 0;
        margin-left: 0;
    }
    .code3{
        width:100%;
        left: 0;
        margin-left: 0;
        top:10%;
    }
    .ban_con .style1{
        font-size:20px !important;
    }
    .ban_con .style2{
        font-size:28px !important;
    }
    .ban_con .style3{
        font-size:18px !important;
    }
    .ly2_1{
        float:none;
    }
    .ly2_1 select{
        width:80%;
    }
    .xj2_1{
        float:none;
    }
    .xj2_1 select{
        width:80%;
    }
    .about3_fl{
        font-size:20px;
    }
    .about4 h3{
        font-size:30px;
    }
    .about2_con li p{
        margin-bottom:30px;
    }
    .about8 p{
        margin-bottom:30px;
    }
    .manufacturing1 h3{
        font-size:20px;
        margin-bottom:15px;
    }
    .actim2 p{
        width:100%;
    }
    .actim2 span{
        width:100%;
    }
    .product2s h3{
        font-size:20px;
    }
    .product1_2_fl h3{
        font-size:26px;
    }
    .home-detail h3{
        font-size:36px;
    }
    .home-experience h3{
        font-size:36px;
    }
    .product1_2_fl ul{
        height:auto;
    }
    .product2s ul li a{
        font-size:13px;
    }
    .code6{
        width:96%;
        margin-left: -48%;
    }
    .code7{
        width:96%;
        margin-left: -48%;
    }
    .code9{
        width:96%;
        margin-left: -48%;
    }
}


@media(max-width:375px) {
    .product-cart p{
        float:none;
    }
    .product-cart a{
        margin-left:0;
        margin-right:15px;
    }
    .product1_2_frimg{
        width:280px;
        height:280px;
    }
}




































