* {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

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

q:before,
q:after {
	content: "";
}

ol,
ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	overflow: hidden;
	clear: both;
	visibility: hidden;
	display: block;
}

.header .header-nav ul li{
	display: inline-block;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}


.rig_cont {
	position: fixed;
	right: -450px;
	top: 0;
	margin: auto;
	bottom: 0;
	z-index: 999;
	transition: .3s all linear;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.rig_cont.open{
	right:0;
}

.rig_cont .cont_icon {
	width: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #fff;
	padding: 10px;
	position: absolute;
	left: -80px;
	transform: translateY(-50%);
	top: 50%;
	border:1px solid #eaeaea;
}
.rig_cont .cont_icon img{
	width:32px;
}
.rig_cont .cont_icon p{
	font-size:12px;
	display: block;
	padding-top: 10px;
}
.rig_cont .cont_img {
	width: 450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
	background: #fff;
	left: 70px;
}

.rig_cont .cont_img img{
	width:100%;
}

.header .container{
	justify-content: space-between;
}
.header{
	position: fixed;
	z-index: 99;
	height: 90px;
	line-height: 90px;
	width: 100%;
    background-color: #10101047;
	/*overflow: hidden;*/
}
.header .logo img{
	height:60px;
}
.header .header-nav ul>li>a{
	font-size: 14px;
	color: #ffffff;
	padding: 0 15px;
}
.header .header-nav ul>li>a:hover{
	color:#000;
}
.header .header-nav ul>li>a.on{
	color:#000;
}
.header .searchbox span{
	font-size: 14px;
	color: #666666;
}
.header .searchbox span a{
	font-size: 14px;
	color: #666666;
}
.header .header-nav .sides{
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	top: 90px;
	z-index: 99;
	background: #fff;
	opacity: 0;
	border-top: 1px solid #eaeaea;
	transition: all .4s ease-in;
}
.header .header-nav ul li:hover .sides{
	opacity: 1;
	height: auto;
}

.header .header-nav .sides .leftimg{
	float: left;
}
.header .header-nav .sides .leftimg .imgitem{
	display:none;
}
.header .header-nav .sides .pronav{
	float: left;
	padding-left: 80px;
	padding-top: 2%;
}
.header .header-nav .sides .pronav a{
	display: block;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}
.header .header-nav .sides .pronav a:hover{
	color: #666666;
	font-weight: bold;
}
.header .header-nav .sides .pronav a.on{
	color: #666666;
	font-weight: bold;
}
.header .header-nav .sides .topprolist{
	float: right;
	display: flex;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 55%;
}
.header .header-nav .sides .topprolist .pro-list{
	display: flex;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	padding-top: 5%;
	flex-wrap: wrap;
	flex: 5;
	justify-content: flex-start;
}
.header .header-nav .sides .topprolist .pro-list .list-item{
	text-align: center;
	width: 33%;
	margin-bottom: 10px;
}
.header .header-nav .sides .topprolist .pro-list .list-item img{
	height:139px;
}
.header .header-nav .sides .topprolist .pro-list .list-item p{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 10px;
}
.header .header-nav .sides .topprolist .pro-list .list-item p span{
	font-size: 14px;
	color: #999999;
	font-weight: 100;
}
.header .header-nav .sides .topprolist .show-more{
	display: flex;
	align-items: center;
	flex: 1;
}
.header .header-nav .sides .topprolist .show-more a{
	font-size: 14px;
	color: #666666;
}
.header .header-nav .sides .topprolist .show-more a.gb{
	display: none;
}
.header .header-nav .sides .topprolist .show-more.open a.cmore{
	display: none;
}
.header .header-nav .sides .topprolist .show-more.open a.gb{
	display: block;
}
.header .header-nav .boxlist{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	justify-content: center;
	padding: 50px 0;
}
.header .header-nav .boxlist .item{
	margin: 0 36px;
	text-align: center;
	background: #eeeeee;
	width: 100px;
	height: 100px;
	border-radius: 10px;
}
.header .header-nav .boxlist .item a{
	display: block;
	line-height: 1;
}
.header .header-nav .boxlist .item img{
	margin: 20px 0 15px 0;
}
.header .header-nav .boxlist .item p{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.index_topbanner{

}
.index_topbanner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top:89px;
}
.index_wz{
	padding: 0 0 70px 0;
}
.index_wz h3{
	font-size: 30px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 15px;
}
.index_wz .yu .point{
	width: 6px;
	height: 6px;
	margin: 10px auto;
	background: #666666;
	border-radius: 50%;
}
.index_wz .desc{
	padding:25px 0;
}
.index_wz .desc p{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	text-indent: 2em;
	opacity: .5;
}
.index_wz .icon{
	text-align: center;
	margin-top: 0px;
}
.index_wz .icon img{
	max-width: 100%;
}
.index_xl1{
	padding: 20px 0;
}
.index_xl1 .ny{
	overflow: hidden;
}
.index_xl1 .ny img{
	max-width: 100%;
	transition: .5s all ease-in-out;
}
.index_xl1 .ny img:hover{
	transform: scale(1.05);
}
.index_xls{
	padding: 20px 0 40px 0;
}
.index_xls .container{
	justify-content: space-between;
}
.index_xls .item{
	overflow: hidden;
}
.index_xls .item img{
	width: 100%;
	transition: .5s all ease-in-out;
}
.index_xls .item img:hover{
	transform: scale(1.05);
}
.footer{
	border-top: 1px solid #bfbfbf;
	padding: 50px 0 60px 0;
}

.footer .znav ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-around;
}
.footer .znav ul li{
	vertical-align: top;
}
.footer .znav ul li a{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	display: inline-block;
}
.footer .znav ul li .cm p{
	font-size: 14px;
	color: #999999;
	line-height: 1.8;
}
.footer .znav{
	position: relative;
}
.footer .znav .gotop {
	position: absolute;
	bottom: -30px;
	right: 0;
}
.footer .znav .gotop a {
	color: #666666;
	font-weight: 400;
	font-size: 15px;
}
.aboutbaner{

	background-position: center top;
	background-repeat: no-repeat;
	/* max-height: 1700px; */
}
.aboutbaner .topimg{
	height: 1085px;
	background-position:center;
	background-repeat:no-repeat;
}
.aboutbaner .qianwz{
	padding: 210px 30px 50px 30px;
	background: rgba(226,226,226,.74);
	position: relative;
	bottom: 203px;
}
.aboutbaner .qianwz .zbt{
	font-size: 24px;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
}
.aboutbaner .qianwz .fbt{
	font-size: 18px;
	color: #393939;
	line-height: 2;
}
.aboutbaner .qianwz .line{
	width: 55px;
	height: 2px;
	background: #4b4b4b;
	margin: 10px 0;
}
.aboutbaner .qianwz .small{
	font-size: 16px;
	color: #4c4948;
	opacity: .8;
	line-height: 1.8;
}
.aboutbaner .qianwz .regular{
	font-size: 16px;
	color: #4c4948;
	font-weight: 400;
	line-height: 2;
}
.aboutbaner .qianwz .rtoplogo{
	position: absolute;
	top: 20px;
	right: 30px;
}
.pinpai .title{
	text-align: center;
}
.pinpai .title h3{
	font-size: 27px;
	color: #666666;
}
.pinpai .title .line{
	width: 80px;
	height: 2px;
	background: #606060;
	margin: 16px auto;
}
.pinpai .pplist .pfirst{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.pinpai .pplist .pfirst .img{
	flex: 1;
	padding: 15px;
}
.pinpai .pplist .pfirst .img img{
	width: 100%;
}
.pinpai .pplist .pfirst .info{
	flex: 2;
	padding: 25px 25px 0 15px;
}
.pinpai .pplist .pfirst .info .date{
	font-size: 18px;
	color: #999999;
}
.pinpai .pplist .pfirst .info h3{
	font-size: 16px;
	color: #333333;
	margin: 30px 0 15px 0;
}
.pinpai .pplist .pfirst .info .dec{
	font-size: 14px;
	color: #999999;
	line-height: 2;
}
.pinpai .pplist .pfirst .info a{
	font-size: 14px;
	color: #999999;
	margin-top: 60px;
	display: inline-block;
}
.pinpai .pplist ul li{
	float: left;
	width: 24%;
	margin:15px 1.3% 15px 0;
}
.pinpai .pplist ul li:nth-child(4n){
	margin:15px 0;
}
.pinpai .pplist ul{
	padding: 0 15px;
}
.pinpai .pplist ul li{

}
.pinpai .pplist ul li .img{
	overflow:hidden;
}
.pinpai .pplist ul li .img img{
	width: 100%;
	transition:.3s all ease-in-out;
}
.pinpai .pplist ul li .img img:hover{
	transform:scale(1.1);
}
.pinpai .pplist ul li .info{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	box-shadow: 2px 2px 5px #bfbebe;
}
.pinpai .pplist ul li .info h3{
	font-size: 16px;
	color: #333333;
}
.pinpai .pplist ul li:hover .info h3{
	color:#000;
}
.mask{
	position: fixed;

	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(http://www.bvatsi.cn/system/templates/chinese/images/loading_0.svg) center no-repeat;
	display: none;
	background-color: rgba(0,0,0,.5);
}
.technobanner{
	background-position:center;
	background-repeat:no-repeat;
	height: 1075px;
}
.techlist{
	padding: 60px 0;
}
.techlist .title{
	text-align: center;
}
.techlist .title h3{
	font-size: 30px;
	color: #333333;
}
.techlist .tlist{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.techlist .tlist .item{
	width: 49%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 60px;
}
.techlist .tlist .item .icon{
	padding: 10px;
}
.techlist .tlist .item .info{
	padding: 10px;
}
.techlist .tlist .item .info h3{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.techlist .tlist .item .info h3 span{
	font-size: 21px;
	color: #999999;
	font-weight:100;
	font-family:arial;
}
.techlist .tlist .item .info p{
	font-size: 14px;
	color: #333333;
	line-height: 2;
}
.gaolingbanner{
	background-repeat:no-repeat;
	background-position:center;
	height: 1075px;
}
.main_question .inputtop{
	padding: 40px 0;
}
.main_question .inputtop input[type=submit] {
	background: #a0a0a0;
	color: #fff;
	border: 1px solid #a0a0a0;
	height: 35px;
	padding: 0 15px;
}
.main_question .inputtop input[type=text] {
	height: 35px;
	position: relative;
	right: 5px;
	border: 1px solid #a0a0a0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 200px;
	padding-left: 5px;
}
.gllist .ngllist .item-list{
	padding: 15px 0;
}
.gllist .ngllist .item-list .img{
	width: 30%;

}
.gllist .ngllist .item-list .img img{
	width: 100%;
}
.gllist .ngllist .item-list a{
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.gllist .ngllist .item-list .info{
	padding: 15px 30px;
}
.gllist .ngllist .item-list .info h3{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.gllist .ngllist .item-list .info p{
	font-size: 14px;
	color: #999999;
	line-height: 2;
}
.product-show{
	padding: 30px 0;
}
.product-show .leftimg{
	width: 54%;
	float: left;
}
.product-show .leftimg img{
	width: 100%;
}
.product-show .rightinfo{
	width: 46%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 10px 0 60px;
	float: right;
}
.product-show .rightinfo .bottom{
	margin-top: 40%;
}
.product-show .rightinfo .top .title h3{
	font-size: 30px;
	color: #666666;
}
.product-show .rightinfo .top .title h3 span{
	font-size: 24px;
	color: #999999;
	font-weight: 100;
}
.product-show .rightinfo .top .title{
	padding: 10px 0;
}
.product-show .rightinfo .bottom .colorlist h3{
	font-size: 24px;
	color: #666666;
	font-family: arial;
}
.product-show .rightinfo .bottom .colorlist p{
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
}
.product-show .rightinfo .bottom .more a{
	display: inline-block;
	background: #1b1b1b;
	color: #fff;
	padding: 8px 40px;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 40px;
}
.prodesc img{
	max-width: 100%;
}
.zhuanmaibanner{
	height: 1075px;
	background-position: center;
	background-repeat: no-repeat;

}
.zmd .title{
	text-align: center;
	padding: 50px 0 20px 0;
}
.zmd .title h3{
	font-size: 30px;
	color: #333333;
}
.zmd .topselect{
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 12px 15px;
	border: 1px solid #eeeeee;
}
.zmd .topselect .leftmenu span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
	padding-left: 5px;
}
.zmd .topselect .rightmore a{
	font-size: 14px;
	color: #999999;
	position: relative;
	padding-right: 15px;
}
.zmd .topselect .rightmore a::after{
	content: '∨';
	position: absolute;
	right: 0;
	top: 0;
}
.zmd .optionselect .item{
	padding: 18px 15px;
	border: 1px solid #eeeeee;
}
.zmd .optionselect a{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin: 0 10px;
}
.zmd .optionselect a.on{
	color:#000;
}
.zmd .zmdlist{
	padding: 25px 15px 80px 15px;
}
.zmd .zmdlist .top{
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.zmd .selectAdd{
	text-align:center;
	display:flex;
	justify-content:center;
	padding:30px 0;
}
.zmd .selectAdd .btn{
	background:#666;
	color:#fff;
	font-size:14px;
	padding:0 15px;
	line-height:35px;
	margin-left:10px;
	border-radius:5px;
	cursor:pointer;
}
.zmd .selectAdd select{
	height:35px;
	font-size:14px;
	border: 1px solid #a3a3a3;
	color: #5e5c5c;
	border-radius: 5px;
}
.zmd .zmdlist .item{
	width: 48%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 25px;
	background: #f2f2f2;
	border-radius: 15px;
	box-shadow: 3px 3px 12px #9e9c9c;
	float: left;
	margin-right: 4%;
	margin-bottom:15px;
}
.zmd .zmdlist .item:nth-child(2n){
	margin-right: 0;
}
.zmd .zmdlist .titles{
	font-size: 16px;
	color: #666666;

}
.zmd .zmdlist .lmap span{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
}
.zmd .zmdlist .middle{
	padding: 20px 0;
}
.zmd .zmdlist .middle p{
	font-size: 14px;
	color: #999999;
}
.zmd .zmdlist .bottom{
	display: flex;
	display: flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
}
.zmd .zmdlist .bottom p{
	font-size: 14px;
	color: #999999;
	line-height: 1.8;
}
.jxsbanner{
	background-position:center;
	background-repeat:no-repeat;
	height:1075px;
}
.jxstitle{
	padding: 45px 0;
}
.jxstitle h3{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.zhaomu{
	background: #f2f2f2;
	padding: 50px 0;
}
.zhaomu .tips p{
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	padding: 10px 0;
}
.zhaomu .tips p span{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.zhaomu .zmform{
	padding: 30px 0;
}
.zhaomu .zmform .item{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	padding:10px 0 ;
}
.zhaomu .zmform .itemfull{
	padding: 10px 10px;
}
.zhaomu .zmform .title{
	text-align: center;
	padding: 15px 0;
}
.zhaomu .zmform .title h3{
	font-size: 24px;
	color: #000;
}
.zhaomu .zmform .item .form-item{
	flex: 1;
	margin: 0 10px;
}
.zhaomu .zmform .item-select{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 10px 10px;
}
.zhaomu .zmform .item-select .span{
	color: #999;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.zhaomu .zmform .item-select .iselect{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding-left: 10px;
}
.zhaomu .zmform .item-select .select-item{
	border: 1px solid #eee;
	border-radius: .15rem;
	background-color: #bfbfbf;
	color: #545454;
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	padding: 0 15px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zhaomu .zmform .item-select .select-item.on{
	border:1px solid #0082be;
	background: #fff;
}
.zhaomu .zmform .item input[type=text]{
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px;
	outline: none;
	color: #c3c3c3;
}
.zhaomu .zmform .item textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #999999;
	color: #c3c3c3;
	outline: none;
	padding: 10px;
}
.zhaomu .zmform .item input[type=submit]{
	color: #fff;
	font-size: 14px;
	background: #666666;
	border: 0;
	padding: 8px 50px;
	margin: auto;
}
.download_list{
	padding: 0 0 80px 0;
}
.download_list .title{
	text-align: center;
	padding: 50px 0;
}
.download_list .title h3{
	font-size: 30px;
	color: #333333;
}
.download_list .list{
	margin: auto;
}
.download_list .list .list-item .toptit{
	padding: 8px 0;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	cursor: pointer;
}
.download_list .list .list-item .toptit h3{
	font-size: 16px;
	color: #999999;
}
.download_list .list .list-item .toptit{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
}
.download_list .list .list-item .toptit span{
	font-size: 18px;
	color: #999999;
	transition: .3s all ease-in;
}
.download_list .list .list-item .toptit.open span{
	transform: rotate(90deg);
}
.download_list .list .list-item .hlist{
	font-size: 0;
	padding: 20px 0 40px 0;
}
.download_list .list .list-item .hlist .item{
	display: inline-block;
	width: 25%;
	text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 10px;
	vertical-align:top;
}
.download_list .list .list-item .hlist .item h3{
	font-size:13px;
	margin:15px 0 0 0;
	color:#333;
	height:45px;
}
.download_list .list .list-item .hlist .item p{
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.weixiu .leftimg{
	width: 54%;
	float: left;
}
.weixiu .leftimg img{
	width: 100%;
}
.weixiu .rightinfo{
	width: 46%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10% 5vw;
}
.weixiu .rightinfo h3{
	font-size: 60px;
	color: #313131;
	font-family: "arial narrow";
}
.weixiu .rightinfo p{
	font-size: 24px;
	color: #313131;
	font-family: "arial narrow";
}
.weixiudan .title{
	text-align: center;
}
.weixiudan .title h3{
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
}
.weixiudan .title p{
	color: #313131;
	font-size: 18px;
	line-height: 2;
}
.weixiudan .title span{
	font-size: 14px;
	color: #313131;
	display: inline-block;
	margin-top: 20px;
}
.weixiudan .title{
	padding: 45px 0 20px;
}
.danzi{
	background: #f2f2f2;
	padding: 20px 0;
}
.danzi .box{
	background: #fff;
	padding: 30px 55px;
}
.danzi .box .item{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	padding:10px 0 ;
}
.danzi .box .item .form-item{
	width: 40%;

}
.danzi .box .item input[type=text]{
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px;
	outline: none;
	color: #c3c3c3;
}
.danzi .box input[type=submit]{
	font-size: 14px;
	color: #fff;
	background: #666666;
	padding: 8px 50px;
	display: inline-block;
	border: 0;
}
.danzi .box .submit{
	margin: 40px 0 60px;
	text-align: center;
}
.danzi .shuoming h3{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin: 70px 0 20px;
}
.danzi .shuoming .content{
	font-size: 14px;
	color: #999999;
}
.danzi .shuoming .content *{
	font-size: 14px;
	color: #999999;
}
.newcontent{
	padding:40px 0;
}
.newcontent .title{
	text-align:center;
}
.newcontent .title h3{
	font-size:19px;
	color:#000;
}
.newcontent .title span{
	font-size:14px;
	color:#666;
	display:inline-block;
	margin:20px 0;
}
.newcontent .content img{
	max-width:100%;
}

.footer ul li .code-n{
	display:flex;
}
.footer ul li .code-n .item{
	margin:0 5px;
	position:relative;
	cursor:pointer;
}
.footer ul li .code-n .item .icon img{
	width:35px;
}
.footer ul li .code-n .item .hover_code{
	position:absolute;
	left:-60px;
	top:-160px;
	border:1px solid #eaeaea;
	display:none;
}
.footer ul li .code-n .item:hover .hover_code{
	display:block;
}
.footer ul li .code-n .item .hover_code img{
	width:150px;

}

.loginbox {
	padding: 60px 0;
}

.loginbox .title {
	text-align: center;
}
.loginbox .title h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.loginbox .title p {
	font-size: 16px;
	color: #666666;
	margin: 20px 0 38px;
}
.loginbox .formbox {
	text-align: center;
	width: 500px;
	margin: auto;
}
.loginbox .formbox .form_item {
	border: 1px solid #d2d2d2;
	background: #fff;
	display: inline-block;
	margin: 10px 0;
}
.loginbox .formbox .form_item {
	width: 100%;
}
.loginbox .formbox .form_item input {
	height: 50px;
	width: 450px;
	border: 0;
	font-size: 14px;
	color: #888888;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 10px;
	outline: none;
}
.loginbox .formbox .form_item input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #000;
}
.loginbox .formbox .tips p {
	font-size: 14px;
	color: #d0d0d0;
	text-align: right;
}
.loginbox .formbox .submit {
	padding: 35px 0 0 0;
}
.loginbox .formbox .submit input {
	width: 100%;
	height: 50px;
	background: #333333;
	color: #fff;
	font-size: 16px;
	border: 0;
}

@media screen and (max-width:768px) {
	.header .lang{
		position:absolute;
		right:65px;
		top:21px;
	}
	.header .lang a{
		width: 30px;
		height: 30px;
		background: #000;
		color: #fff;
		border-radius: 50%;
		display: block;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
	}
	.mobile{
		display: block;
	}
	.pc{
		display: none;
	}
	.container{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 10px;
	}
	.header {
		height: 70px;
		line-height: 70px;
		overflow: hidden;
	}
	.header .logo img{
		height: 46px;
	}
	.header-nav{
		display: none;
	}
	.searchbox{
		display: none;
	}
	.index_topbanner {
		background-position: center;
		background-repeat: no-repeat;
		height: 56vw;
		background-size: 100% auto;
	}
	.index_wz {
		padding: 30px 0 30px 0;
	}
	.index_wz h3 {
		font-size: 26px;
	}
	.index_wz .yu .point {
		width: 5px;
		height: 5px;
		margin: 6px auto;
		background: #666666;
		border-radius: 50%;
	}
	.index_wz .desc {
		padding: 15px 20px;
	}
	.index_wz .desc p {
		font-size: 12px;
		color: #666666;
		line-height: 2;
		text-indent: 2em;
		opacity: .5;
	}
	.index_wz .icon {
		text-align: center;
		margin-top: 10%;
	}

	.mobilemenu {
		width: 55px;
		height: 55px;
		overflow: hidden;
		position: relative;
		top: 10px;
		z-index: 9;
	}
	.mobilemenu span {
		top: 25px;
	}
	.mobilemenu span:first-child {
		content: "";
		top: 17px;
		left: 0;
	}
	.mobilemenu span, .mobilemenu span:first-child, .mobilemenu span:last-child {
		left: 14px;
		position: absolute;
		background: #333333;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 27px;
		height: 2px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}
	.mobilemenu span:last-child {
		content: "";
		top: 34px;

	}
	.mobilemenu.action span:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 25px;
		opacity: 1;
	}
	.mobilemenu.action span {
		opacity: 0;
	}
	.mobilemenu.action span:last-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 25px;
		opacity: 1;
	}
	.header{
		border-bottom: 1px solid #eaeaea;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.d-nav-list{
		position: fixed;
		top: 70px;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		height: calc(100% - 70px);
		overflow-y: auto;
		display: none;
	}
	section.d-nav-list .d-nav-list-ul{
		margin-top: 60px;
		border-bottom: 1px solid #e4e4e4;
		font-family: OPPOSans-Regular;
		padding-bottom: env(safe-area-inset-bottom);
	}
	section.d-nav-list li.d-nav-item{
		display: block;
		height: auto;
		border-top: 1px solid #e4e4e4;
		transition: all .3s;
		font-size: .28rem;
		vertical-align: middle;
		padding: 0 .24rem;
		color: #888;
	}
	section.d-nav-list li.d-nav-item .nav-name{
		font-size: 19px;
		color: #000;
		display: inline-block;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 50px;
		font-weight: 100;
	}
	.position-relative {
		position: relative!important;
	}
	.py-md-2::-webkit-scrollbar {
		height: 3px;
		overflow: hidden;
		opacity: 1;
		background-color: #666;
	}
	section.d-nav-list .nav-item-icon{
		position: absolute;
		right: 10px;
		height: 100%;
		z-index: 99;
		top: 10px;
	}
	.product-type-list{
		white-space: nowrap;
	}
	.justify-content-center {
		justify-content: center!important;
	}
	.flex-nowrap {
		flex-wrap: nowrap!important;
	}
	.d-inline-flex {
		display: inline-flex!important;
	}
	.product-type-name{
		margin-left: 10px;
		color: #a8a8a8;
		font-size: 21px;
	}
	.product-type-name.on span{
		font-weight: bold;
		color: #000;
		border-bottom: 1px solid #000;
	}
	.product-type-name span{
		font-size: 15px;
		color: #a8a8a8;
	}
	.pb-2, .py-2 {
		padding-bottom: 20px!important;
	}

	.pt-1, .py-1 {
		padding-top: 10px!important;
	}
	.product-type-name.active>span{
		color: #000;
		font-weight: 700;
	}
	.pro-navlist{
		padding: 0 10px;
		font-size: 0;
	}
	.pro-navlist .list-item{
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 10px;
		text-align: center;
	}
	.pro-navlist .list-item img{
		width: 70%;
	}
	.pro-navlist .list-item p{
		font-size: 13px;
		color: #333;
		margin-top: 10px;
	}
	.show-more-mobile{
		padding: 15px 0;
		text-align: center;
	}
	.show-more-mobile span{
		font-size: 15px;
		color: #000;
		padding-bottom: 3px;
		border-bottom: 1px solid #000;
	}
	.show-more-mobile span.shouqi{
		display: none;
	}
	.show-more-mobile.on span.cmmore{
		display: none;
	}
	.show-more-mobile.on span.shouqi{
		display: inline-block;
	}
	.mobile-text-wrap{
		margin-bottom: 20px;

		text-align: center;
	}
	.mobile-text-wrap span{
		font-size: 13px;
		color: #888;
		border-bottom: 1px solid #666;
	}
	.service-view{
		display: none;
	}
	section.d-nav-list .nav-item-icon .b-icon{
		transform: rotate(-90deg);
		transition: all .3s;
	}
	section.d-nav-list .nav-item-icon.active .b-icon{
		transform: rotate(0);
	}
	body.modal-open{
		overflow: hidden;
	}
	.aboutbaner .topimg {
		height: 30vw;
	}
	.aboutbaner .topimg {
		height: 60vw;
	}
	.aboutbaner .qianwz {
		padding: 50px 10px 30px 10px;
		background: rgba(226,226,226,.74);
		position: relative;
		bottom: 0;
	}
	.aboutbaner .qianwz .zbt {
		font-size: 13px;
		color: #393939;
		font-family: Arial, Helvetica, sans-serif;
	}
	.aboutbaner .qianwz .fbt {
		font-size: 15px;
		color: #393939;
		line-height: 2;
	}
	.aboutbaner .qianwz .small {
		font-size: 13px;
		color: #4c4948;
		opacity: .8;
		line-height: 1.8;
	}
	.aboutbaner .qianwz .regular {
		font-size: 13px;
		color: #4c4948;
		font-weight: 400;
		line-height: 2;
	}
	.aboutbaner .qianwz .rtoplogo img{
		height: 22px;
	}
	.aboutbaner .qianwz .rtoplogo {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.aboutbaner {
		max-height: none;
		background-size: 100% auto;
	}
	.pinpai{
		padding: 30px 0;
	}
	.pinpai .title .line {
		width: 70px;
		height: 2px;
		background: #606060;
		margin: 14px auto;
	}
	.pinpai .pplist .pfirst {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
	}
	.pinpai .pplist .pfirst .img {
		flex: 1;
		padding: 10px;
	}
	.pinpai .pplist .pfirst .info h3 {
		font-size: 15px;
		color: #333333;
		margin: 20px 0 10px 0;
	}
	.pinpai .pplist .pfirst .info .date {
		font-size: 16px;
		color: #999999;
	}
	.pinpai .pplist .pfirst .info a {
		font-size: 14px;
		color: #999999;
		margin-top: 20px;
		display: inline-block;
	}
	.pinpai .pplist ul li {
		float: left;
		width: 49%;
		margin: 15px 2% 15px 0;
	}
	.pinpai .pplist ul li:nth-child(2n){
		margin: 15px 0 15px 0;
	}
	.pinpai .pplist ul li .info h3 {
		font-size: 14px;
		color: #333333;
	}
	.pinpai .pplist ul li .info {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 10px;
		box-shadow: 2px 2px 5px #bfbebe;
	}
	.technobanner {
		background: url(../image/technobanner.jpg) no-repeat center;
		height: 56vw;
		background-size: 100% auto;
	}
	.techlist .title h3 {
		font-size: 22px;
		color: #333333;
	}
	.techlist {
		padding: 30px 0;
	}
	.techlist .tlist .item {
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-top: 30px;
	}
	.techlist .tlist .item .icon img{
		width: 70px;
	}
	.techlist .tlist .item .info h3 span {
		font-size: 13px;
		color: #999999;
	}
	.techlist .tlist .item .info h3 {
		font-size: 15px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 10px;
	}
	.techlist .tlist .item .info p {
		font-size: 13px;
		color: #333333;
		line-height: 2;
	}
	.gaolingbanner {

		height: 56vw;
		background-size: 100% auto;
	}
	.gllist .ngllist .item-list a {
		display: flex;
		display: flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
	}
	.gllist .ngllist .item-list .info {
		padding: 15px 15px;
	}
	.gllist .ngllist .item-list .info h3 {
		font-size: 15px;
		color: #333333;
		margin-bottom: 16px;
	}
	.gllist .ngllist .item-list .info p{
		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
	.gllist .ngllist .item-list .img {
		width: 100%;
	}
	.main_question .inputtop {
		padding: 20px 0;
	}
	.zhuanmaibanner {
		height: 56vw;
		background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.zmd .zmdlist .item {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 15px 25px;
		background: #f2f2f2;
		border-radius: 15px;
		box-shadow: 3px 3px 12px #9e9c9c;
		float: left;
		margin-right: 4%;
	}
	.zmd .optionselect a {
		display: inline-block;
		font-size: 13px;
		color: #999999;
		margin: 0 10px;
	}
	.weixiu .leftimg {
		width: 100%;
		float: left;
	}
	.weixiu .rightinfo {
		width: 100%;
		float: right;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 10% 5vw;
	}
	.weixiu .rightinfo h3 {
		font-size: 30px;
		color: #313131;
		font-family: "arial narrow";
	}
	.weixiu .rightinfo p {
		font-size: 13px;
		color: #313131;
		font-family: "arial narrow";
	}
	.weixiudan .title {
		padding: 15px 0 20px;
	}
	.weixiudan .title h3 {
		font-size: 24px;
		color: #333333;
		margin-bottom: 20px;
	}
	.weixiudan .title p {
		color: #313131;
		font-size: 14px;
		line-height: 2;
	}
	.weixiudan .title span {
		font-size: 12px;
		color: #e00000;
		display: inline-block;
	}
	.danzi .box .item .form-item {
		width: 48%;
	}
	.danzi .box {
		background: #fff;
		padding: 30px 15px;
	}
	.danzi .box .submit {
		margin: 30px 0 40px;
		text-align: center;
	}
	.danzi .shuoming h3 {
		font-size: 24px;
		color: #333333;
		text-align: center;
		margin: 20px 0 20px;
	}
	.download_list .list {
		width: 90%;
		margin: auto;
	}
	.download_list .list .list-item .toptit h3 {
		font-size: 15px;
		color: #999999;
	}
	.download_list .list .list-item .hlist .item img{
		width: 100%;
	}
	.download_list .list .list-item .hlist .item{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 5px;
		width:50%;
	}
	.download_list .list .list-item .hlist .item h3 {
		font-size: 12px;
		margin: 15px 0 0 0;
		color: #333;
		height: auto;
	}
	.download_list .list .list-item .hlist .item p {
		font-size: 12px;
		color: #333333;
		margin-top: 8px;
	}
	.download_list .title {
		text-align: center;
		padding: 30px 0;
	}
	.download_list .title h3 {
		font-size: 24px;
		color: #333333;
	}
	.pinpai .title h3 {
		font-size: 24px;
		color: #666666;
	}
	.zhaomu .zmform .item-select .select-item {
		border: 1px solid #eee;
		border-radius: .15rem;
		background-color: #bfbfbf;
		color: #545454;
		text-align: center;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		margin: 0 10px 0 0;
		padding: 0 15px;
		cursor: pointer;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.zhaomu .zmform .item-select .iselect {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		padding-left: 0;
		width: 100%;
		flex-wrap: wrap;
	}
	.zhaomu .zmform .item-select {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		padding: 10px 10px;
		flex-wrap: wrap;
	}
	.zhaomu .zmform .item {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		padding: 10px 0;
		width: 100%;
		flex-wrap: wrap;
	}
	.zhaomu .zmform .item .form-item {
		flex: 0 0 100%;
		margin:0;
		width: 100%;
	}
	.zhaomu .zmform .item input[type=text]{
		margin: 5px 0;
	}
	.jxsbanner {
		background-position: center;
		background-repeat: no-repeat;
		height: 56vw;
		background-size: 100% auto;
	}
	.jxstitle {
		padding: 30px 0;
	}
	.jxstitle h3 {
		font-size: 24px;
		color: #333333;
		text-align: center;
	}
	.zhaomu {
		background: #f2f2f2;
		padding: 30px 0;
	}
	.zhaomu .zmform .title h3 {
		font-size: 21px;
		color: #000;
	}
	.zhaomu .tips p {
		font-size: 13px;
		color: #999999;
		letter-spacing: 1px;
		padding: 5px 0;
	}
	.zhaomu .zmform {
		padding: 20px 0;
	}
	.footer .znav{
		display:none;
	}
	.footer{
		padding:15px 0;
	}
	.index_topbanner img{
		width:100%;
	}

	.product-show .leftimg {
		width: 100%;
		float: left;
	}
	.product-show .rightinfo {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 20px 20px 20px 20px;
		float: right;
	}
	.product-show .rightinfo .bottom {
		margin-top: 20px;
	}
	.product-show .rightinfo .bottom .more a {
		display: inline-block;
		background: #1b1b1b;
		color: #fff;
		padding: 8px 35px;
		border-radius: 5px;
		font-size: 11px;
		margin-top: 40px;
	}
	.rig_cont{
		display:none;
	}

	.footer{
		padding:0;
	}
	.foots{
		padding:10px 0;
	}
	.foots a{
		font-size:12px!important;
	}

	.product-show .rightinfo .top .title h3 {
		font-size: 26px;
		color: #666666;
	}

	.product-show .rightinfo .top .title h3 span {
		font-size: 20px;
		color: #999999;
		font-weight: 100;
	}
	.zmd .title h3 {
		font-size: 20px;
		color: #333333;
	}
	.zmd .title {
		text-align: center;
		padding: 30px 0 20px 0;
	}

	.loginbox {
		padding: 30px 0;
	}
	.loginbox .title h3 {
		font-size: 22px;
		color: #333333;
		font-weight: bold;
	}
	.loginbox .title p {
		font-size: 13px;
		color: #666666;
		margin: 10px 0 20px;
	}
	.loginbox .formbox {
		text-align: center;
		width: 100%;
		margin: auto;
	}
	.loginbox .formbox .form_item {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.loginbox .formbox .form_item input {
		height: 40px;
		width: 90%;
		border: 0;
		font-size: 12px;
		color: #888888;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-left: 10px;
		outline: none;
	}
	.loginbox .formbox .tips p {
		font-size: 12px;
		color: #d0d0d0;
		text-align: right;
	}
	.loginbox .formbox .submit {
		padding: 30px 0 0 0;
	}
	.loginbox .formbox .submit input {
		width: 100%;
		height: 40px;
		background: #333333;
		color: #fff;
		font-size: 14px;
		border: 0;
	}

	.zmd .selectAdd{
		padding:15px 0;
	}
	.zmd .zmdlist {
		padding: 25px 15px 40px 15px;
	}


}



@media screen and (min-width:768px) and (max-width:1200px) {
	.container{
		width: 100%;

	}
}

