a:hover, a:focus{
	text-decoration: none;
	outline: none;

}
a:focus{
	background: none !important;
}
a:active{
	background: none !important;
}
.menu-link:focus{
	outline: none;
	display: flex;
	justify-content: center;
	align-content: center;
}

img{
	border: none;
	display: inline-block;
	vertical-align: middle;
	display: inline;
	zoom: 1;	
}
ul{margin: 0; padding: 0;}
.ul1 li{float: left;list-style: none;}

.menu ul>li{list-style: none; float: left; position:relative;}
@media(max-width: 768px){
	.menu ul>li{list-style: none; float: none; position:relative;}
}
.list-inline{
	float: none;
}
header{
	height: 90px;
	
}
@media(max-width: 768px){
	header{
	height: 50px;
	
}
}
.logo{
	position: absolute;
	display: table;
	width: 304px;
	height: 90px;
}
.logoin{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media(max-width: 768px){
.logo{
	position: absolute;
	display: flex;
	align-items: center;
	width: 161px;
	height: 50px;
}

}

.menu{

}
.menu li{

	margin-left: 50px;
}
.menu li a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #a2a2a2;
}

/*?*/
.container{
	position: relative;
}
/*.myForm{
	position: absolute;
	right: 0;
	height: 100px;
	display: flex;
	align-items: center;
}*/
.myForm{
	position: absolute;
	right: 0;
	top: 40px;
}
.navbar-form{
	padding-right: 0;
	
}
.form-control{
	border-radius: 22px ;
	box-shadow: 1px 1px 1px 1px #e5e8e9 inset;
	border-color: #ccc;
	
}
.btn-sub{
	border-radius: 22px;
	color: #fff;
	width: 65px;
	border-color: #ccc;
}
.btn-sub:hover{
	border-radius: 22px;
	color: #fff;
	width: 65px;
	border-color: #ccc;
	background-color: #43b3e5;
}
.icon{
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
}
.icon a{
	color: #ccc;
}
/*表单样式*/
.btn-sub{
	margin-left: -33px;
	background-color: #43b3e5;
}


/*小屏幕的导航*/
.menu-link{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.menu-link *{box-sizing: border-box;}

.menu-link { display:none; border-radius:5px; box-sizing: border-box; position:absolute; top:25px;right:-8px;font-size: 11px;z-index: 10;width:40px;height:40px; padding:8px;}
@media(max-width: 768px){
	.menu-link {
		 display:none; 
		 border-radius:5px;
		  box-sizing: border-box;
		   position:absolute; 
		   top:6px;
		   right:8px;
		   font-size: 11px;
		   z-index: 10;
		   width:40px;
		   height:40px; 
		   padding:8px;
}
}
.menu-link:hover,
.menu-link:focus {}
.menu-link span {position: relative;display: block;margin-top:10px;}
.menu-link span,
.menu-link span:before,
.menu-link span:after {background-color: #fff;width: 100%;height:2px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.menu-link span:before,
.menu-link span:after {position: absolute;top: -.55em;content: " ";}
.menu-link span:after {top: .55em;}
.menu-link.active span {background: transparent;}
.menu-link.active span:before {
-webkit-transform: rotate(45deg) translate(.5em, .4em);
-moz-transform: rotate(45deg) translate(.5em, .4em);
-ms-transform: rotate(45deg) translate(.5em, .4em);
-o-transform: rotate(45deg) translate(.5em, .4em);
transform: rotate(45deg) translate(.5em, .4em);
}
.menu-link.active span:after {
-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
-moz-transform: rotate(-45deg) translate(.4em, -.3em);
-ms-transform: rotate(-45deg) translate(.4em, -.3em);
-o-transform: rotate(-45deg) translate(.4em, -.3em);
transform: rotate(-45deg) translate(.4em, -.3em);
}
.menu-link1{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.menu-link1 *{box-sizing: border-box;}
.menu-link1 { display:none; border-radius:5px; box-sizing: border-box; position:absolute; top:25px;right:-8px;font-size: 11px;z-index: 10;width:40px;height:40px; padding:8px;}
.menu-link1:hover,
.menu-link1:focus {}
.menu-link1 span {position: relative;display: block;margin-top:10px;}
.menu-link1 span,
.menu-link1 span:before,
.menu-link1 span:after {background-color: #d1d1d1;width: 100%;height:2px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.menu-link1 span:before,
.menu-link1 span:after {position: absolute;top: -.55em;content: " ";}
.menu-link1 span:after {top: .55em;}
.menu-link1.active span {background: transparent;}
.menu-link1.active span:before {
-webkit-transform: rotate(45deg) translate(.5em, .4em);
-moz-transform: rotate(45deg) translate(.5em, .4em);
-ms-transform: rotate(45deg) translate(.5em, .4em);
-o-transform: rotate(45deg) translate(.5em, .4em);
transform: rotate(45deg) translate(.5em, .4em);
}
.menu-link1.active span:after {
-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
-moz-transform: rotate(-45deg) translate(.4em, -.3em);
-ms-transform: rotate(-45deg) translate(.4em, -.3em);
-o-transform: rotate(-45deg) translate(.4em, -.3em);
transform: rotate(-45deg) translate(.4em, -.3em);
}
/*小屏幕菜单*/
.header_bg{ position:fixed; -webkit-transform: translateZ(0); left:0px; top:0px; right:0px; bottom:0px; z-index:99991; display:none;}

@media(min-width: 768px){
	.menu{
		float: right;
	
	}
}
/*大屏幕时的菜单*/
.menu .h3 a{ position:relative;   padding: 0; font-size:16px; display:block; color:#fff; line-height: 90px;}
/*小屏幕时的菜单*/
@media(max-width: 768px){
	.menu .h3 a{ 
		position:relative;
		 height:40px;
		  line-height:40px;
		  padding-bottom: 0;
		  padding-top: 0;
		   padding-left: 15px;
		   padding-right: 15px; 
		   font-size:16px; 
		   display:block; 
		   color:#444;}
}
/*.menu .h3 a:after{content:'\20'; position:absolute; height:2px; left:0px; right:0px; bottom:0px; background:#ff1626; display:none;}*/
.menu li{ margin:0 5px;}
.menu li.curr .h3 a{color:#fff;}
.menu li:hover .h3 a{
	color: #005BAC;
}

.menu li:hover{
	
}
.menu li:hover .h3 a:after,.menu li.curr .h3 a:after{ display:block;}

.menu .box{ 
	display:none; 
	background-color:#eee;
	 position:absolute;

	  top:100%; 
 
	  text-align:left;
	   z-index: 999;
	   }

.menu .box a{ height:34px; line-height:34px; display:block; font-size:14px; color:#333;}
.menu .box a:hover{  color:#005BAC;}
.menu li:hover .box{ display:block;}
.menu .boxw{ left:-15px; right:-15px;}

.menu .boxm{ width:360px; left:50%; margin-left:-180px; right:inherit; overflow:hidden;}
.menu .boxm a{ float:left; width:25%; border-bottom:1px solid #FFF; border-right:1px solid #fff; box-sizing:border-box;}
.menu .boxm .boxm_pd{ margin-right:-2px;}

.menu li .h3 em{ display:none; font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; right:20px; top:0px; width:40px; height:40px; text-align:center; line-height:40px; cursor:pointer;}
.menu li .h3 em:before { content: "\e604"; }
.menu li .h3 em.active:before { content: "\e603"; }
.menu li:hover .h3 em,.menu li.curr .h3 em{ color:#fff;}

.menu li .h3 i{ display:none; font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; right:20px; top:0px; width:40px; height:40px; text-align:center; line-height:40px;}
.menu li .h3 i:before { content:"\e88b"; }


@media(max-width: 768px){
.menu-link {
	display: block;
	}
	.menu-link p {
    padding-top: 6px;
    color: #ff1626;
    font-size: 12px;
}
.menu {
    display: none;
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 80px;
    left: 0px;
    right: 0px;
    width: auto;
    padding: 0px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.menu li {
    width: auto;
    float: none;
    padding: 0px;
}
.menu1 li.curr .h3 a, .menu li:hover .h3 a {
    background: ;
    color: #fff;
}
}

@media(max-width: 768px){
	.menu li{
		margin: 0;
	}
}
/*小屏幕的导航条*/
.menu li .h3 em::before {

    content: "\e603";

}
元素 {

}
.menu li .h3 em {

    display: block;

}
.menu li .h3 em {

    display: none;
    font-family: !"iconfont" importan";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;

}
.menu li .box{
	display: none;
}
@media(max-width: 768px){
.menu li .h3 em {
    display: block;
}
.menu li:hover .box {
	display: none;
    position: static;
    
}
.menu {

    display: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    top: 50px;
    left: 0px;
    right: 0px;
    width: auto;
    padding: 0px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 999;

}
}
.menu li:hover .h3 a, .menu li.curr .h3 a {
    color: #ffd1o1;
    background: #eee;
}

@media(max-width: 768px){
  .menu li.curr .h3 a, .menu li:hover .h3 a {
   	color: #ffd1o1;
    background: black;
}
}
	
/*昕满电子*/
.header1{
	background: #4d4d4e;
	height: 42px;
	line-height: 42px;
	color: #ddd;
	font-size: 12px;
	font-family: "微软雅黑";
	cursor: pointer;
}

.header1 p{
	font-weight: bolder;
	font-size: 14px;
}

header{
	background: #000000;
	color: #4d4d4e;
	font-family: "微软雅黑";
	font-size: 16px;
}

@media(min-width: 992px){
	.menu li .h3 a{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media(min-width: 1200px){
	.menu li .h3 a{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*main*/
/*m1*/
.m1{
	background: #f2f2f2;
	height: 58px;
}

.m1 .list-unstyled li{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #999999;
	border-right: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
}
.m1 .list-unstyled {
	margin-top: 22px;
}
.m1 .list-unstyled li:first-child{
	color: #666666;
}
.m1 .list-unstyled li:last-child{
	border-right: none;
}
.m1 form{
	margin-top: -8px;
}
@media(max-width: 768px){
	.m1{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m1 form{
	margin-top: 0px;
}
}
.m1 .input-group{
	width: 400px;
	
}
@media(max-width:768px ) {
	.m1 .input-group{
	width: 280px;
	
}
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
.m1 .input-group-btn > .btn{
	border-radius: 22px;
	width: 60px;
	margin-left: -60px;
	background: #32ab38;
	outline: none;
}
.input-group:focus .btn{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.m1 .input-group-btn > .btn:focus{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.m1 .input-group-btn > .btn span{
	color: #fff;
}


.m2{
	padding-top: 90px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
	.m2{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.m2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	text-align: center;
}
@media(max-width: 768px){
	.m2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	text-align: center;
}
}
.m2 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m2 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
dl{
	margin-bottom: 0;
}
.m2 .slide{
	cursor: pointer;
}
.m2 .slide .title{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #484848;
	font-weight: 100;
	line-height: 50px;
	background: #e8e8e8;
}



.m2 .slide{
	border:2px solid #fff;
}
@media(min-width: 768px){
.m2 .slide:hover{
	border: 2px solid #32ab38;
}	
}


@media(max-width: 768px){
	.more{
		margin-top: 15px;
	}
}
.more:hover{
	color: #fff;
	background: #32ab38;
}


.m3{
	background: url(../images/2_47.jpg) top center #244d6f no-repeat;
	padding-top: 90px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
	.m3{
	background: #2c509f;
	padding-top: 15px;
	padding-bottom: 15px;
}	
}
.m3 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-align: center;
}
@media(max-width: 768px){
	.m3 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
}
.m3 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m3 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
@media(min-width: 768px){
	.col-d1{
		float: left;
		width: 45%;
	}
	.col-d2{
		float: left;
		width: 55%;
	}
}
.col-d2 .title{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #32ab38;
	text-align: left;
}
.col-d2 .titlef{
	font-family: "HelveticaNeueL TPro Lt";
	font-size: 14px;
	color: #c2c0c0;
	text-align: left;
	margin-bottom: 25px;
}
@media(max-width: 768px){
	.col-d2 .titlef{
	font-family: "HelveticaNeueL TPro Lt";
	font-size: 14px;
	color: #c2c0c0;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
}
.col-d2 .desc{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ebebeb;
	line-height: 2;
}
/*时间线*/
		.time_line_box{
        position: relative;
        height: 60px;
        overflow: hidden;
    }
    .time_line{
        position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 1px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    }
    .order_item{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    @media(max-width: 768px){
   	.order_item{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    }
    .order_item:hover{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    @media(max-width: 768px){
    	.order_item:hover{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    }
    .order_item:after{
        content: '';
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #fff;
    }
    .selected:after{
    background-color: #32ab38;
    border-color: #32ab38;
    box-shadow: 0px 0px 8px 4px #fff;
    }
    .filling_line{
        position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
     .filling_line2{
        position: absolute;
       
    z-index: 1;
    left: 28%;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
    .filling_line3{
        position: absolute;
       
    z-index: 1;
    left: 59%;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
    .filling_line4{
        position: absolute;
       
    z-index: 1;
    left: 87%;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
    .time_tip{
        width: 100%;
        height: 100px;
        line-height: 70px;
        text-align: center;
        color: #151BFD;
        border-bottom: 1px solid #ddd;
    }
    
/*时间线*/
.time_line_box{
	cursor: pointer;
}
.tline{
	position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 1px;
    width: 100%;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.m4{
	padding-top: 80px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
.m4{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
@media(min-width: 768px){
	.m4 .col-sm-4{
	padding: 0;
	cursor: pointer;
	
}
}


.m4 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	text-align: center;
}
@media(max-width: 768px){
	.m4 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	text-align: center;
}
}
.m4 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m4 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
.wenzi{
	position: absolute;
	top: 15%;
	padding-left: 15px;
	padding-right: 15px;
}
.wenzi .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: left;
}
@media(max-width: 768px){
	.wenzi .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
}
.wenzi .desc{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-top: 10px;
	line-height: 2;
}
hr {
    width: 40px;
    height: 1px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #fff;
    margin-top: 8px;
    text-align: left;
}
.m5{
	padding-top: 80px;
	padding-bottom: 110px;
	background: url(../images/67.jpg);
}
@media(max-width: 768px){
	.m5{
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/67.jpg);
}
}
.m5 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	text-align: center;
}
@media(max-width: 768px){
	.m5 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	text-align: center;
}
}
.m5 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m5 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
.qh{
	width: 100%;
	text-align: center;
	
}
.qh .list-unstyled{
	margin-left: auto;
	margin-right: auto;
}
.anniu{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}
@media(max-width: 768px){
	.anniu{
		padding-bottom: 15px;
	}
}
.anniu span{
	width: 130px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	background: #bdbdbd;
	text-align: center;
	line-height: 38px;
	border-radius: 22px;
	cursor: pointer;	
}
.anniu span:first-child{
	margin-right: 40px;
}
.anniu span:hover ,.anniu span.active{
	background: #32ab38;
}
.newItems{
	cursor: pointer;
}
.newItems .title{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #484848;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
.newItems .time{
	padding-left: 25px;
	background: url(../images/time.png) left center no-repeat;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.newItems .desc{
	position: relative;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #484848;
	line-height: 2;
	margin-bottom: 10px;
}

.hr2{
	width: 100%;
    height: 3px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 3px solid #dcdcdc;
    margin-top: 8px;
    text-align: center;
    
    margin: 0;
    margin-top: 15px;
}
.hr3{
	position: absolute;
	bottom: 1px;
	width: 0%;
    height: 3px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 3px solid #dcdcdc;
    margin-top: 8px;
    text-align: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    margin: 0;
    margin-top: 15px;
}
.newItems:hover .hr3{
	width: 100%;
	border-top: 2px solid #3486c5;
}
.new1 , .new2{
	display: none;
}
.new1.active , .new2.active{
	display: block;
}
/*底部*/
footer{
	padding-top: 40px;
	
	color: #9a9a9a;
	font-family: "微软雅黑";
	background: #252525;
}
@media(max-width: 768px){
	footer{
	padding-top: 20px;
	padding-bottom: 25px;
	color: #9a9a9a;
	font-family: "微软雅黑";
	background: #252525;
}
}
footer ol{
	padding-left: 0;
	line-height: 30px;
}
.footlist li{
	font-size: 22px;
	color: #fdfcfc;
	
	font-weight: bold;
}
.footlist li ol:first-child{
	margin-top: 25px;
}
.footlist li ol a{
	font-size: 14px;
	color: #9a9a9a;
	
}
.footlist li ol{
	font-size: 14px;
	color: #9a9a9a;
	
}
@media(min-width: 992px){
	.footlist li{
		margin-left: 15px;
		margin-right: 40px;
	}
}
@media(min-width: 1200px){
	.footlist li{
		margin-left: 15px;
		margin-right: 75px;
	}
}


.bq{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	background: #1b1b1b;
	text-align: center;
}
@media(max-width: 768px){
	.bq{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	background: #1b1b1b;
	text-align: center;
	margin-bottom: -50px;
}
}
/*底部*/
.m3Items{
	display: none;
	
}
.m3Items.active{
	
	display: block;
}
.m4 .col-sm-4{
	overflow: hidden;
}
.m4 img{
	transition: all 1s;
	-webkit-transition: 1s;
}
.m4 img:hover{
	transform: scale(1.1);
}
/*内页*/
.dym1{
	height: 45px;
	background: #f2f2f2;
	line-height: 45px; 
}
.dym1 .list-unstyled li{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-right: 5px;
}

.dym1 .list-unstyled li:last-child{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}
.dym2{
	padding-top: 25px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
	.dym2{
	padding-top: 15px;
	padding-bottom: 15px;
}	
}

.dym2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	margin-bottom: 25px;
	
}
@media(max-width: 768px){
	.dym2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	margin-bottom: 15px;
	
}
}
.dym2 ul li{
	margin-right: 2px;
	margin-bottom: 40px;
}
.dym2 ul li a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	padding: 8px 22px;
	background: #f2f2f2;
}
.dym2 ul li a:hover{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	background: #32ab38;
}
@media(min-width: 768px){
	.imgcontent .col-xs-12{
		padding: 10px;	
	}
}
.dym2 .imgcontent{
	 text-align: justify;
	
}
.dym2 .imgcontent .title {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #484848;
    font-weight: 100;
    line-height: 50px;
    background: #e8e8e8;
    text-align: center;
}
.dym2 .cover {
    background: #32ab38;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.dym2 .imgItems:hover .cover{
	opacity: 1;
}
.dym2 .imgItems{
	position: relative;
	cursor: pointer;
	border: 2px solid #fff;
	margin-bottom: 25px;
}
.dym2 .imgItems:hover{
	position: relative;
	cursor: pointer;
	border: 2px solid #32ab38;
}
.dym2 .imgItems .cover{
	position: absolute;
	bottom: 0;
}
.fenye{
	margin-top: 30px;
	text-align: center;
}
@media(min-width: 768px){
.newcontent>div.col-xs-12{
	padding-left: 0;
	padding-right: 0;
}
}
.newItems{
	margin-bottom: 15px;
}


.xinwen{
   font-family: "微软雅黑";
   font-size: 18px;
   color: #999999;
}
.descnew {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    text-align: left;
    margin-top: 10px;
    line-height: 2;
}



.dycontent img{
	display: block;
	max-width: 100%;
}
@media(max-width: 768px){
	.dycontent img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
}
	.dycontent{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}
/*直播*/
.menu li:hover{
	background: #eee;
	color: #ffd1f1;
}
.menu .curr:hover{
	/*background: black;*/
	color: #ffd1f1;
}

.carousel .banneryy{
	position: absolute;
	bottom: -26px;
}
body{
	font-family: "微软雅黑";
	color: ;

	background: #f4f4f4;
}
.m1 .listin1{
	height: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.m1 .listin1 li{
	line-height: 35px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 20px;
	cursor: pointer;
	
}

.m1 .listin1 li.active{
	color: #fff;
	background: #f98e1c;
}
.m1 .listin1 li:hover{
	color: #fff;
	background: #f98e1c;
}
.zbItems{
	
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding-top:10px;
	padding-bottom: 10px;

}
.zbItems .col-xs-12{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
@media(min-width: 768px){
.zbItems .row .col-xs-12:nth-child(1){
	padding-right: 25px;
}
.zbItems .row .col-xs-12:nth-child(2){
	padding-left: 25px;
}
}
.zbItems .row .col-xs-12:nth-child(2) span{
	padding: 2px 8px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.zbItems .row .col-xs-12:nth-child(2) span:hover{
	border-bottom: 1px solid #f98e1c;
	color: #f98e1c;
}
.zbItems .row .col-xs-12:nth-child(2) span.active{
	border-bottom: 1px solid #f98e1c;
	color: #f98e1c;
}
.zbItems .time{
	text-align: center;
}
.zbItems .team{


}
.m2{
	padding-top: 25px;
	padding-bottom: 0;
}
.m2 .more{
	width: 100%;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	background: #fff;
	height: 35px;
	border: none;
	
}
.m2 .more:hover{
	color: #f98e1c;
}

.zbm3 .indi2{
	 position: absolute;
    bottom: 0px;
    left: 100%;
    z-index: 15;
    width: 100px;
    padding-left: 0;
   
    text-align: right;
    list-style: none;
	
}
.indi2 li{
	border-radius: 0;
	
	color: #fff;
	background-color: black;
	font-size: 10px;
	border: 1px solid black;
	margin: 0;
	width: 18px;
	height: 16px;
	text-align: center;
}
.indi2 .active{
	background-color: #e42626;
	border: 1px solid #e42626;
	width: 18px;
	height: 16px;
	margin: 0;
}

.caption2 {

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
   	padding-left: 15px;
    color: #fff;
    text-align: left;
    background: #3f3f3f;
    opacity: 0.7;
}
.zbnew li{
	padding: 5px 15px;
	cursor: pointer;
}
.zbnew .active{
	background: #E42626;
	color: #fff;
	position: relative;
}


.zbnew .active:after{
	width: 0px;
	height: 0px;
	border: solid;
	border-color: transparent;
	border-width: 8px;
    border-top-color: #E42626;
    content: ' ';
	position: absolute;
	left: 44%;
	bottom: -16px;
}

.newItems.active{
	display: block;
}

.newItems .list-group-items{
	width: 100%;
}
.shownew{
	float: left;
	list-style: none;
}

.bq{
	height: 50px;
	line-height: 50px;

}
/*建材*/
.weixin{
	position: absolute;
	right: 65px;
	top: 32px;
	cursor: pointer;
	height: 90px;
}
.search{
	position: absolute;
	right: 10px;
	top: 32px;
	cursor: pointer;
	padding-left: 12px;
	height: 90px;
}

.search::before{
	content: '|';
	position: absolute;
	left: 0;
}

.showwx{
	position: absolute;
	top: 58px;
	left: -32px;
	z-index: 9999;
	display: none;
}
.showwx.active{
	display: block;
}
.showwx::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 10px;
            	border-bottom-color: #fff;
            	
            	content: ' ';
	            position: absolute;
				left: 37px;
				top: -20px;
				display: none;
}
.showwx.active::before{
	display: block;
}
@media(max-width: 768px){
	.weixin{
	position: absolute;
	right: 110px;
	top: 12px;
	cursor: pointer;
	height: 90px;
}
.showwx{
	position: absolute;
	top: 39px;
	left: -34px;
	z-index: 9999;
	display: none;
}
.showwx::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 10px;
            	border-bottom-color: #fff;
            	
            	content: ' ';
	            position: absolute;
				left: 39px;
				top: -19px;
				display: none;
}
}


.showsearch{
	position: absolute;
	top: 58px;
	left: -220px;
	z-index: 9999;
	padding: 6px 25px;
	background: #fff;
	display: none;
}
.showsearch.active{
	display: block;
}
.showsearch::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 12px;
            	border-bottom-color: #fff;
            	
            	content: ' ';
	            position: absolute;
				left: 234px;
				top: -24px;
}
@media(max-width: 768px){
	.search{
	position: absolute;
	right: 56px;
	top: 13px;
	cursor: pointer;
	padding-left: 12px;
	height: 90px;
}
	.showsearch{
	position: absolute;
	top: 40px;
	left: -220px;
	z-index: 9999;
	padding: 6px 25px;
	background: #fff;
	display: none;
}
.showsearch.active{
	display: block;
}
.showsearch::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 12px;
            	border-bottom-color: #fff;
            	
            	content: ' ';
	            position: absolute;
				left: 234px;
				top: -23px;
}
}


.form1{
	width: 180px !important;
}
.carousel-indicators li {

    display: inline-block;
    width: 80px;
    height: 5px;
	margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #acacac;
    border: 1px solid #acacac;
    border-radius: 0;
    margin-right: 15px;

}
.carousel-indicators .active {
    width: 80px;
    height: 5px;
    margin: 0;
    border: 1px solid #fff;
     margin-right: 15px;
}
@media(max-width: 768px){
	.carousel-indicators li {

    display: inline-block;
    width: 40px;
    height: 5px;
	margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #acacac;
    border: 1px solid #acacac;
    border-radius: 0;
    margin-right: 10px;

}
.carousel-indicators .active {
    width: 40px;
    height: 5px;
    margin: 0;
    border: 1px solid #fff;
     margin-right: 10px;
}
}
.probt{
	background: url(../images/probg.png) center center no-repeat;
	height: 102px;
	margin-top: 100px;
	margin-bottom: 60px;
}
@media(max-width: 768px){
	.probt{
	background: url(../images/probg.png) center center no-repeat;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: contain;
}
}
.propic .col-xs-12{
	margin-bottom: 29px;
}
.span1{
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/left.png) center center no-repeat;
}
.span2{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/right.png) center center no-repeat;
}
.proItems{
	position: relative;
}
.proItems .title1{
	position: absolute;
	bottom: 0;
	background: #909090;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-family: '微软雅黑';
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.proItems:hover .title1{
	display: none;
}

.cover1{
	display:flex !important;
	align-content: center !important;
	justify-content: center !important;
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
.proItems:hover .cover1{
	display: block;
}
.gd{
	height: 118px;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 50px;;
	background: url(../images/more.png) center center no-repeat;
	background-size: contain;
}
@media(max-width: 768px){
.gd{
	height: 70px;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 25px;;
	background: url(../images/more.png) center center no-repeat;
	background-size: contain;
}
}
.jcm2{
	padding-bottom: 120px;
	padding-top: 120px;
	background: url(../images/bg1.jpg) center center no-repeat;
}
@media(max-width: 768px){
	.jcm2{
	padding-bottom: 15px;
	padding-top: 25px;
	background: url(../images/bg1.jpg) center center no-repeat;
}
}
@media(min-width: 768px){
	.col-dl{
		width: 20%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		
	}
}
@media(max-width: 768px){
	.col-dl img{
		width: 100%;
	}
}

.jcm2Items{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 20px;
}
.jcm2Items:hover{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);

}
.jcm2more{
	padding: 30px 15px;
}
.newbt{
	background: url(../images/new.png) center center no-repeat;
	height: 102px;
	margin-top: 90px;
	margin-bottom: 60px;
}
@media(max-width: 768px){
	.newbt{
	background: url(../images/new.png) center center no-repeat;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: contain;
}
}
.m5{
	padding: 0;
}
@media(max-width: 768px){
	
	.d2 img{
		width: 120px;
		height: 120px;
	}
}
.col-dl{
	position: relative;
}
.col-dl .jcm2more{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}
.m2cover{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition:  all 1s;
	-webkit-transition: all 1s;
}
.jcm2Items:hover .m2cover{
	opacity: 1;
}
.m2cover .addr{
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 30px;
}
.procoverout{
	position: relative;
}
.procover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	
	opacity: 0;
	filter:alpha(opacity=100);/* 设置不透明度为80 */ 
	transition: all 1s;
	-webkit-transition: all 1s;
	cursor: pointer;
	
}
.procoverin{
	position: relative;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	
   
}
.proItems:hover .procover{
	opacity: 0.7;
	filter:alpha(opacity=0);
}
.procover .title{
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.procover .desc{
	
	color: #fff;
	margin-bottom: 30px;
	line-height: 30px;
}
.banner{
	cursor: pointer;
}
.ba_2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	background: black;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.d2{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media(min-width: 768px){
.menu ul li:nth-child(2) .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg.jpg) center right no-repeat;
}
.menu ul li:nth-child(2):hover .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg-bl.png) center right no-repeat;
}
.menu ul li:nth-child(3) .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg.jpg) center right no-repeat;
}
.menu ul li:nth-child(3):hover .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg-bl.png) center right no-repeat;
}
.menu ul li:nth-child(4) .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg.jpg) center right no-repeat;
}
.menu ul li:nth-child(4):hover .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg-bl.png) center right no-repeat;
}
.menu ul li:nth-child(5) .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg.jpg) center right no-repeat;
}
.menu ul li:nth-child(5):hover .h3 a{
	padding-right: 20px;
	background: url(../fonts/svg-bl.png) center right no-repeat;
}
}

.pro1{
	list-style: none;
	float: left;
}
.wo1{
	padding-top: 80px;
	padding-bottom: 60px;
}
@media(max-width: 768xp){
	.wo1{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.aboutjj{
	font-size: 16px;
	line-height: 1.8;
	font-family: "微软雅黑";
	text-indent: 2em;
	
}
.aboutpic{
	width: 100%;
}

.listbox .item {
	position: relative;
}


@media(max-width: 768px){
	.item:nth-child(2n+1)  .sidepic{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	
}
 .item:nth-child(2n)  .sidepic{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	
}
}
.wotitle{
	text-align: center;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	font-family: "微软雅黑";
	background: url(../images/title.png) center center no-repeat;
	margin-bottom: 30px;
}
.listcase{
	float: left;
	list-style: none;
	width: 3200px;
}
.listcase li{
	width: 400px;
	height: 300px;
}
.wrap{
	position: relative;
	padding-bottom: 300px;
	overflow: hidden;

}
.wrap ul{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.wrap ul li{
	width: 400px;
	height: auto;
	overflow: hidden;
}
.wrap ul li img{
	transition: all 1s;
	-webkit-transition: all 1s;
}
.wrap ul li img:hover{
	transform: scale(1.2);
}
.wo3{
	padding-top: 60px;
}
.footlist p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #ccc;
}
.footpro li{
	float: left;
}
.col-xs-3 h3{
	font-family: "微软雅黑";
	font-size: 22px;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #393939;
}

.qq li{
	float: left;
}
.iconx{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ccc;
		
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wolist{
	border-bottom: 1px solid #393939;
	border-top: 1px solid #393939;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top: 50px;
}
.wolist li{
	position: relative;
	width: 40px; 
	height: 40px;
	background: #333;
	margin-right: 20px;
	border-radius: 20px;
	padding-top: 4px;
}
.qrcode{
	position: absolute;
	display: none;
}
.wobq{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.pro li{
	float: left;
}
.box ul li{
	float: none;
}
.prolist li a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}


				.gallery{
					width: 100%;
					padding-top: 40px;
					padding-bottom: 60px;
				}
				.gallery li{
					float: left;
					list-style: none;
					cursor: pointer;
				}
				@media(max-width:768px){
					.gallery li{
						width: 100%;
						padding-left: 15px;
						padding-right: 15px;
						margin-bottom: 15px;
					}
					.gallery li img{
						max-width: 100%;
					}
				}
				@media(min-width: 768px){
					.gallery li{
						width: 25%;
						padding-left: 15px;
						padding-right: 15px;
						margin-bottom: 15px;
						overflow: hidden;
					}
				}
.Cbanner{
	background: no-repeat center center / cover;
	/*padding: 15% 0;*/
	height:500px;
}
.title{
	padding-top: 50px;
	padding-bottom: 30px;
}
@media(max-width: 768px){
	.title{
	padding-top: 15px;
	padding-bottom: 15px;
}
}	
	@media(min-width: 768px){
			#p1{
				width: 48%;
				display: inline;
			}
		}
			@media(max-width: 768px){
				#p1{
				width: 100%;
				
			}
			}
@media(max-width: 768px){
	.casepic{
		height: auto;
	}
	.Cbanner{
	background: no-repeat center center / cover;
	padding: 15% 0;
	height:auto;
}
}
@media(min-width: 768px){
	.casepic{
		height: 180px
	}	
}
@media(min-width: 1024px){
	.casepic{
		height: 180px
	}
}			
			
			
@media(min-width: 769px){
.aboutwidth {
width: 1000px !important;	
}}	

@media(max-width: 768px){
.aboutwidth {
width: 100% !important;	
}}			
@media(min-width: 1200px){
	.casepic{
		height: 180px
	}
}
header{
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	
}
body{
	padding-top: 90px;
}
@media(max-width: 768px){
	body{
	padding-top: 50px;
}
}
.box{
	opacity: 0.9;
}
header{
	background: url(images/top.jpg) no-repeat;
}
.ul1 li{
	position: relative;
}

.ul1 li .wrapcover{
	position: absolute;
	bottom: 0px;
	left: 0;
	background: black;
	opacity: 0.7;
	filter:alpha(opacity=70);
	width: 100%;
	line-height: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	display: none;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.ul1 li:hover .wrapcover{
	display: block;
}
.qrcode {
    position: absolute;
    display: none;
    top: -106px;
    left: -27px;
}
.probox{
	width: 500px !important;
}
@media(max-width: 768px){
	.container{
		width: 100% !important;
	}
}


.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-danger {
    color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.btn-danger:hover, .btn-danger:focus ,.btn-danger:active {
    color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}