@charset "UTF-8";
/* CSS Document */
@keyframes scrollmove{
	from {bottom:5%;opacity:0;}
	50%{bottom:4%;opacity:1;}
	to {bottom:2%;opacity:0;}
}
@-webkit-keyframes scrollmove{ /*Safari and Chrome*/
	from {bottom:5%;opacity:0;}
	50%{bottom:4%;opacity:1;}
	to {bottom:2%;opacity:0;}
}
/*上升*/
@keyframes up{
	from {opacity:0;transform:translateY(100%);}
	/*2%{opacity:1;transform:translateY(92%);}*/
	to{opacity:1;transform:translateY(0);}
}
@-ms-keyframes up{
	from {opacity:0;-ms-transform:translateY(100%);}
	/*2%{opacity:1;-ms-transform:translateY(92%);}*/
	to{opacity:1;-ms-transform:translateY(0);}
}
@-moz-keyframes up{
	from {opacity:0;-moz-transform:translateY(100%);}
	/*2%{opacity:1;-moz-transform:translateY(92%);}*/
	to{opacity:1;-moz-transform:translateY(0);}
}
@-webkit-keyframes up{ /*Safari and Chrome*/
	from {opacity:0;-webkit-transform:translateY(100%);}
	/*2%{opacity:1;-webkit-transform:translateY(92%);}*/
	to{opacity:1;-webkit-transform:translateY(0);}
}
/*膨胀*/
@keyframes 'enlarge'{
    from{
        transform:scale(0,0);
        opacity:0;
    }
    to{
        transform:scale(1,1);
        opacity:1;
    }
}
@-webkit-keyframes 'enlarge'{
    from{
        -webkit-transform:scale(0,0);
        opacity:0;
    }
    to{
        -webkit-transform:scale(1,1);
        opacity:1;
    }
}
@keyframes 'enlarge1'{
    from{
        transform:scale(0,0) translateY(-5px);
        opacity:0;
    }
    50%{
    	transform:scale(1,1) translateY(5px);
        opacity:1;
    }
    to{
        transform:scale(1,1) translateY(0);
        opacity:1;
    }
}
@-ms-keyframes 'enlarge1'{
    from{
        transform:scale(0,0) translateY(-5px);
        opacity:0;
    }
    50%{
    	transform:scale(1,1) translateY(5px);
        opacity:1;
    }
    to{
        transform:scale(1,1) translateY(0);
        opacity:1;
    }
}
@-moz-keyframes 'enlarge1'{
    from{
        transform:scale(0,0) translateY(-5px);
        opacity:0;
    }
    50%{
    	transform:scale(1,1) translateY(5px);
        opacity:1;
    }
    to{
        transform:scale(1,1) translateY(0);
        opacity:1;
    }
}
@-webkit-keyframes 'enlarge1'{
    from{
        -webkit-transform:scale(0,0) translateY(-5px);
        opacity:0;
    }
    50%{
    	-webkit-transform:scale(1,1) translateY(5px);
        opacity:1;
    }
    to{
        -webkit-transform:scale(1,1) translateY(0);
        opacity:1;
    }
}
/*飞入*/
@keyframes fly{
	from {opacity:0;top:-100px;}
	to{opacity:1;top:0px;}
}
@-ms-keyframes fly{
	from {opacity:0;top:-100px;}
	to{opacity:1;top:0px;}
}
@-moz-keyframes fly{
	from {opacity:0;top:-100px;}
	to{opacity:1;top:0px;}
}
@-webkit-keyframes fly{ /*Safari and Chrome*/
	from {opacity:0;top:-100px;}
	to{opacity:1;top:0px;}
}
/*下落*/
@keyframes down{
	from {transform:translateY(-100%);}
	to{transform:translateY(0);}
}
@-ms-keyframes down{
	from {transform:translateY(-100%);}
	to{transform:translateY(0);}
}
@-moz-keyframes down{
	from {transform:translateY(-100%);}
	to{transform:translateY(0);}
}
@-webkit-keyframes down{ /*Safari and Chrome*/
	from {-webkit-transform:translateY(-100%);}
	to{-webkit-transform:translateY(0);}
}
/*显示*/
@keyframes show{
	from {opacity:0;}
	to{opacity:1;}
}
@-webkit-keyframes show{ /*Safari and Chrome*/
	from {opacity:0;}
	to{opacity:1;}
}
@-ms-keyframes show{
	from {opacity:0;}
	to{opacity:1;}
}
@-moz-keyframes show{
	from {opacity:0;}
	to{opacity:1;}
}
body,html{
	width:100%;
	height:100%;
}
body{
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 0px;
}
a:hover{
	text-decoration:none;
}
ul,li,form{
	margin:0;
	list-style-type:none;
	padding:0;
}
.scrollfixed header{
	height:72px;
	z-index:1000;
	background:#fff;
	width:100%;
	position:fixed;
	z-index:1000;
}
#top{
	background-color: #fff;
	padding-top:30px;
	position:relative;
}
header{
	height:100px;
	position:relative;
	transition: all 0.4s ease;
	width:100%;
	background:#fff;
}
nav{
	height:100%;
	position:relative;
}
.navbar-header{
	height:100%;
	position:relative;
}
nav a{
	color:#212121;
}
.Gnav{
	display:inline-block;
	float:left;
	height:100%;
}
#mynav{
	float:right;
	position:relative;
	height:100%;
	height:100% !important;
}
.Gnav li{
	display:block;
	height:100%;
	font-size:18px;
	font-weight:bold;
	font-family:Corbel;
	float:left;
	white-space:nowrap;
	text-align:right;
	position:relative;
}
.Gnav li {
    display: block;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: Corbel;
    float: left;
    white-space: nowrap;
    text-align: right;
    width: auto;
    position: relative;
    text-align: center;
   
}

.Gnav li a{
	display:block;
	position:absolute;
	top:50%;
	position:relative;
	width:100%;
	font-size:16px;
	font-weight:bold;
	font-family:Corbel;
	height:35px;
	line-height:35px;
	padding:0 12px;
	transform: translateY(-50%);
	text-transform : uppercase;
	transition: background 0.2s;
	border-radius:15px;
}

.Gnav li a:hover,.Gnav li.current-menu-item a{
	color:#dd7420;
	
}
.navbar-brand{
	display:inline-block;
	padding:0;
	position:absolute;
	top:50%;
	height:97px;
	transform: translateY(-50%);
}
.Gban .carousel-indicators{
	position:absolute;
	top:50%;
	right:20px;
	display:block;
	width:50px;
	left:AUTO;
	margin:0;
	bottom:auto;
	transform: translateY(-50%);
}
.full{
	width:100%;
	background:#ff6600;
	color:#fff;
	text-align:center;
	padding:20px 0;
}
.full h1{
	font-size:36px;
	margin:0;
	height:36px;
	margin-bottom:15px;
	font-weight:bold;
}
.full .block{
	border-right:1px solid #ffb37f;
}
.full .col-md-3:last-child .block{
	border:none;
}
.Gban,.Nban{
	text-align:center;
	position:relative;
}
.Gban img,.Nban img,.GGmap img,.Habout img,.hezuo img{
	width:100%;
	height:auto;
}
.Habout{
	margin:0 -7.5px;
}
.hezuo{
	margin-top:30px;
}
.hezuo li{
	width:calc( 20% - 15px );
	float:left;
	margin:7.5px;
}
.GGmap{
	width:100%;
	margin:50px 0;
}
.Gban .carousel-indicators li{
	width:30px;
	display:block;
	margin:10px 0;
	height:3px;
	border:none;
	background:#fff;
	transition:width 0.2s;
	float:right;
}
.Gban .carousel-indicators li.active{
	width:50px;
	background:#091e5f;
}
.ht{
	padding:30px 0;
	text-align:center;
}
.productFull .ht {
	padding-top: 10px;
}
.ht h1{
	font-size:36px;
	font-weight:bold;
	line-height:100px;
	position:relative;
	text-transform : uppercase;
}
.ht h1::after{
	content:"";
	width:120px;
	height:4px;
	border-radius:2px;
	background:#dd7420;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-60px;
}
.ht p{
	font-size:18px;
	color:#666666;
	line-height:30px;
	max-width:60%;
	margin:20px auto;
	display:block;
}
.ad .block{
	margin-bottom:30px;
	max-height:224px;
	overflow:hidden;
}
.ad .block img{
	max-width:100%;
	height:auto;
}
.newsBox h2{
	font-size:20px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	
}
.newsBox div.excerpt{
	height:100px;
	overflow:hidden;
}
.nav-links{
	text-align:center;
	margin:30px 0;
}
.nav-links a,.nav-links span{
    display: inline-block;
    width: 25px;
    height: 25px;
	margin:0 5px;
    transition: background 0.2s;
    color: #636363;
}
h2.screen-reader-text{
	display:none;
}
.pagination{
	width:100%;
}
.page-numbers li a,.page-numbers li span{
	display: inline-block;
	text-align:center;
	line-height:35px;
    width: 35px;
    height: 35px;
	border-radius:5px;
}
.nav-links a:hover,.nav-links span{
	background:#f39800;
	color:#fff;
}
.newsBox .date{
	font-size:20px;
	font-style:italic;
}
.newsBox,.newsBox .img{
	border:1px solid #d2d1d1;
}
.newsBox .img{
	margin:15px;
}
.newsBox .img img{
	max-width:100%;
}
#news .contol{
	width:30px;
	height:30px;
	position:absolute;
	background:#ff6302;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	top:50%;
	transform: translateY(-50%);
}
#news .contol i{
	color:#fff;
}
#news .contol.right{
	right:0;
}
.newsBox h2 a{
	color:#000000;
}
.newsBox{
	font-size:18px;
	line-height:25px;
	
}
.colorFull{
	position:relative;
	background:#dd7420;
	color:#fff;
	font-size:24px;
	padding:20px 0;
	margin-top:50px;
}
.colorFull .txt{
	background:url(/template/default/images/ico.jpg) no-repeat left center;
	padding-left:90px;
	line-height:65px;
	display:inline-block;
}
.colorFull .more{
	display:inline-block;
	background:#FFF;
	padding:0 20px;
	text-align:center;
	float:right;
	margin-top:15px;
	width:200px;
	height:60px;
	font-weight:bold;
	line-height:60px;
	margin-right:30px;
	margin-top:0;
}
.colorFull .more a{
	color:#dd7420;
}
.colorFull .container{
	z-index:4;
	position:relative;
}
.srollMy{
	padding:50px 0;
	background:#F5F5F5;
	text-align:center;
	line-height: 140%;
	font-size: 16px;
}
.srollMy .icon-quote-right,.srollMy .icon-quote-left {
    color: #C0C5CB;
    font-size: 40px;
    padding-right: 6px;
}
.srollMy a.contol{
	display:block;
	width:30px;
	height:30px;
	color:#fff;
	background:#696969;
	position:absolute;
	top:50%;
	line-height:30px;
	transform:translateY(-50%);
}
.srollMy a.contol.right{
	right:0;
}
.tbar{
	background: #dd7420;
	overflow:hidden;
	padding:5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.searchBox{
	margin-left:-15px;
	margin-right:-15px;
	height:28px;
}
.searchBox div {
  width: 100%;
  overflow: hidden;
  z-index: 99;
  height: 32px;
	position:relative;
  border: 1px solid #e8e8e8;
	background:#fff;
}
.searchBox input{
	border:none;
	height:32px;
	font-size:12px;
	line-height:32px;
	padding:0 10px;
	width:100%;
	position:relative;
}
.searchBox input:focus {
	border: none;
}
.searchBox button{
	background:none;
	border:none;
	position:absolute;
	right:2px;
	color:#929292;
	top:0;
}
.contactBlock .myinput{
	border:1px solid #b3c5de;
	height:48px;
	line-height:48px;
	color:#898989;
	width:100%;
	padding:0 10px;
	margin:0 -15px;
	display:inline-block;
	margin-bottom:20px;
}
.btnMess{
	display:block;
	width:162px;
	border:none;
	line-height:56px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	transition:background 0.2s;
	margin:10px auto 30px auto;
	color:#fff;
	background:#e64f24;
	border-radius:28px;
}
.btnMess:hover{
	background:#154292;
	color:#fff;
}
footer{
	background:#212121;
	padding:60px 0;
	color:#898989;
	font-size:16px;
	line-height:30px;
	margin:0;
}
.flogo{
	margin-bottom:30px;
}
footer h2{
	position:relative;
	display:table;
	font-size:20px;
	padding-bottom:26px;
	color:#fff;
	margin:0;
	font-weight:bold;
	margin-bottom:25px;
}
footer input{
	width:100%;
	margin-bottom:35px;
	background:#fff;
	border:none;
	height:45px;
	line-height:45px;
}
footer input[type="submit"]{
	background:#dd7420;
	color:#fff;
}
footer h2::after{
	content:"";
	width:50%;
	height:2px;
	background:#dd7420;
	position:absolute;
	left:0;
	bottom:0;
}
footer p i{
	margin-right:10px;
}
footer ul li{
	list-style-type:none;
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#fff;
	margin-bottom:15px;
}
footer ul li img{
	
	
}
footer ul li .img{
	height:90px;
	overflow:hidden;
	margin-bottom:15px;
	width:100%;
}
footer ul li .img a{
	display:block;
	width:100%;
	height:100%;
	background-size:100% auto;
	background-position:center center;
}
footer ul li p{
	margin:0;
}
.prolist .product_item_holder{
	margin-bottom:30px;
}
footer ul li p.time{
	font-size:14px;
	color:#bab9b9;
	font-style:italic;
}
.footer img{
	max-width:100%;
}
.sns i{
	width:38px;
	text-align:center;
	line-height:38px;
	font-size:20px;
	height:38px;
	border-radius:19px;
	color:#fff;
	margin:0 5x;
}
.sns i.fa-facebook{
	background:#26477a;
}
.sns i.fa-twitter{
	background:#009ffc;
}
.sns i.fa-youtube-play{
	background:#ff011d;
}
.sns i.fa-linkedin{
	background:#006a9a;
}
.copyright{
	background:#000000;
	padding:15px 0;
	font-size:12px;
	color:#8d8d8d;
	text-align:center;
}
.saleFullBox{
	background:#f8f8f8;
	margin:30px 0;
}
.saleBox{
	background:#fff;
	margin-bottom:30px;
	transition:box-shadow 0.2s;
}
.saleBox:hover{
	box-shadow:0 15px 30px rgba(0,0,0,.1);
}
.saleBox .img img{
	max-width:100%;
	height:auto;
}
.saleBox .info p{
	margin:0 10px;
}
.saleBox .info h2{
	margin:25px 0;
}
.saleBox .info h2 a{
	font-size:24px;
	color:#2b2b2b;
	
}
.saleBox .info p{
	font-size:14px;
	line-height:30px;
	color:#898989;
}
.gbtn{
	display:inline-block;
	padding:0 20px;
	color:#ff6600;
	border:2px solid #ff6600;
	border-radius:20px;
	margin:25px auto;
	line-height:35px;
	transition:background 0.2s;
}
.gbtn:hover{
	background:#ff6600;
	color:#fff;
}
.saleArt{
	margin-top:30px;
}
.saleArt div.c img{
	margin-top:15px;
}
.saleArt h2{
	font-size:36px;
	margin-bottom:15px;
}
.saleArt img{
	max-width:100%;
}
.contactBox label{
	display:block;
	font-size:14px;
	color:#898989;
}
.contactBox .line{
	margin:15px -15px;
	display:table;
	width:100%;
}
.inp{
	background:#eaeaea;
	border-radius:3px;
	border:none;
	line-height:35px;
	width:100%;
}
.careebox{
	margin:30px -15px;
}
.careebox .panel-default{
	border-color:transparent
}
.careebox > .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f4f4f4;
}
.panel-default > .panel-heading{
	border-color:transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-color:transparent;
}
.saleBox a.contol{
	position:absolute;
	width:25px;
	height:50px;
	background:rgba(0,0,0,.6);
	color:#fff;
	line-height:50px;
	top:50%;
	text-align:center;
	transform:translateY(-50%);
}
.saleBox a.right{
	right:0;
}
.saleArt .c{
	text-align:justify;
}
.mediaList img{
	max-width:100%;
}
.mtime{
	font-size:24px;
	height:24px;
	font-weight:bold;
}
.mediaList h2{
	font-size:24px;
}
.noradius{
	border-radius:0;
}
.mediaList{
	padding:15px 0;
	margin:15px 0;
}
.ab2{
	background:#efefef url(/template/default/images/ab2.jpg) no-repeat center top;
	padding-top:140px
}
.ab2 .aboutSec{
	color:rgba(0,0,0,1.00);
	text-align:left;
}
.ab2 .container.boxBg{
	background:#353535;
	padding:30px 15px;
	font-size:18px;
	line-height:30px;
	color:#fff;
	box-shadow:0px 10px 10px rgba(0,0,0,.3);
}
.ab2 .container img{
	float:left;
	margin-right:30px;
}
.ab2 .container h2{
	font-size:24px;
}
.gblock{
	background:#353535;
	position:relative;
	text-align:center;
	color:#fff;
}
.gblock .img{
	padding:15px 0;
}
.gblock .info{
	padding:0 25px;
}
.gblock .img img{
	max-width:100%;
}
.gblock h2{
	font-size:18px;
	color:#f39800;
	text-align:center;
}
.gblock .ico{
	background:#fff;
	padding:15px 0;
	position:relative;
	z-index:1;
}
.gblock .ico img{
	position:relative;
	z-index:3;
	border-radius:50%;
	border:4px solid #fff;
}
.gblock .ico:before{
	content:"";
	position:absolute;
	height:50%;
	width:100%;
	top:0;
	background:#353535;
	left:0;
	z-index:2;
}
.gblock p{
	font-size:16px;
	height:122px;
	line-height:24px;
}
.fullBg{
	background:#ededed url(/template/default/images/bg9.jpg) no-repeat center top;
	width:100%;
	padding-bottom:20px;
	height:650px;
}
.mytabs{
	min-height:93px;
	margin-bottom:20px;
}
.mytabs li{
	height:93px;
	line-height:93px;
	width:10%;
	float:left;
	text-align:center;
	display:inline-block;
}
.mytabs li a{
	display:block;
	height:93px;
	color:#fff;
	transition:background 0.2s;
}
.mytabs li a:hover,.mytabs li.active a{
	background:#f54512;
}
.imgThree li img{
	max-width:100%;
}
.imgThree li{
	max-width:calc( 33.33% - 4px );
	margin:2px;
	float:left;
}
.mytab-pane h2{
	font-size:36px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:70px;
}
.mytab-pane{
	font-size:18px;
	color:#fff;
}
.mytab-pane p{
	margin-bottom:88px;
}
.mbtn{
	width:162px;
	height:56px;
	font-size:18px;
	color:#fff;
	background:#f64613;
	border-radius:26px;
	text-align:center;
}
.mbtn a{
	font-size:18px;
	line-height:56px;
	color:#fff;
}
.jindu{
	text-align:center;
	animation: up 0.5s;
}
.jindu div{
	position:relative;
	width:80%;
	display:inline-block;
	z-index:2;
}
.jindu .myC{
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	top:30px;
	font-size:48px;
	color:#f49703;
	left:50%;
	margin-left:-50px;
}
.jindu .myC img{
	margin-bottom:15px;
	max-width:80px;
}
.jdbox{
	background:#ededed;
	padding:20px 0;
}
.jdbox h2{
	text-align:center;
	font-size:24px;
}
.pbox{
	text-align:center;
	border:1px solid #ebebeb;
}
.pbox img{
	max-width:100%;
}
.pbox p{
	font-size:14px;
	font-style:italic;
	padding-bottom:25px;
}
.pbox h2{
	font-size:16px;
	margin:25px 0;
}
.pbox a{
	color:#000;
}
.bgblog{
	background:url(/template/default/images/bgblog.jpg) no-repeat center top;
	padding-top:60px;
	margin-top:30px;
}
.blogbg {
	padding-bottom: 90px;
	overflow: hidden;
	background:url(/template/default/images/blogzmyy.png) no-repeat bottom center;
}
.blogBox{
	overflow: hidden;
	background:#fff;
	margin-bottom:30px;	
}
.blogBox img{
	max-width:100%;
}
.blogBox .img{
	position:relative;
}
.blogBox span{
	display:inline-block;
	position:absolute;
	font-size:18px;
	font-weight:bold;
	background:#e64f24;
	line-height:45px;
	padding:0 20px;
	left:0;
	color:#fff;
}
.blogBox .info{
	padding:0 10px;
}
.blogBox .info h2{
	text-align:center;
}
.blogBox .info h2 a{
	font-size:18px;
	color:#f39800;
	
}
.blogBox .info p{
	height:100px;
	text-align:justify;
	overflow:hidden;
}
.blogBox .mbtn{
	width:100%;
	background:#f5f6fb;
	border-radius:0;
	font-size:18px;
	text-align:center;
}
.blogBox .mbtn a{
	color:#f39800;
}
.img_loaded{
	position:relative;
}
.img_loaded i{
	font-size:99px;
	
	opacity:0.8;
}
.img_loaded a{
	display:table;
	position:absolute;
	left:50%;
	top:50%;
	color:#f39800;
	transform:translate(-50%,-50%);
}


/*ipad*/
@media screen and (max-device-width:768px){
	.icon1{
	    position: relative;
    top: -16vw;
}
.icon2{
	    position: relative;
    top: 10vw;
}
.left{
		width:100%!important;
	}
	
	.right{
		width:100%!important;
		top:0px!important;
	}
}

@media screen and (min-device-width:768px) and (max-device-width: 1025px) {
.Gnav li {
    display: block;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: Corbel;
    float: left;
    white-space: nowrap;
    text-align: right;
    width: auto;
    position: relative;
    text-align: center;
    margin: 0 .8vw;
}
.Gnav li a{
	display:block;
	position:absolute;
	top:50%;
	position:relative;
	width:100%;
	font-size:16px;
	font-weight:bold;
	font-family:Corbel;
	height:35px;
	line-height:35px;
	padding:0 0px;
	transform: translateY(-50%);
	text-transform : uppercase;
	transition: background 0.2s;
	border-radius:15px;
}
.mob_lyy{
	width:32% !important;

}
.c_lyy{
	transform: translate3d(0px, 0px, 0px) !important;
}
.mytabs li a {
    height: 50px; 
}
.mytabs li {
    height: 50px;
    line-height: 50px;
    width: 20%;
    
}
.colorFull .more {
    display: inline-block;
    background: #FFF;
    padding: 0 20px;
    text-align: center;
    float: right;
    margin-top: 15px;
    width: 13vw;
    height: 60px;
    font-weight: bold;
    line-height: 60px;
    margin-right: 0vw;
    margin-top: 0;
}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px) and (orientation:portrait){
.Gnav li a {
    font-size: 14px;
}
.navbar-brand {
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 50%;
    height: 85px;
    width: 110px;
    transform: translateY(-50%);
}
.navbar-brand > img{
	width:100%;
}
.col-md-9 .searchBox div {
   
    overflow: hidden;
    z-index: 99;
    height: 32px;
    position: relative;
    display: inline-block;
    border: 1px solid #e8e8e8;
    background: #fff;
    width: 60%;
}
  .mob_lyy{
	   width: 33% !important;
    margin-right: 0 !important;
  } 
  .hidden-lg{
	  display:none;
  }
  .img_left{
	  width: 50%;
    display: inline-block;
    position: relative;
   
    top: 11vw;
  }
  .p_right{
	      width: 50%;
    display: inline-block;
    position: relative;
   
  }
  .gblock p {
    font-size: 14px;
    height: 159px;
    line-height: 24px;
}

.colorFull .txt {
   
    font-size: 18px;
}
.colorFull .more {
   
    font-size: 18px;
}
.time-line .time-box {
  
    overflow: scroll;
}
.flogo {
    margin-bottom: 30px;
    display: none;
}
.sns{
	 display: none;
}
.hidden-sm{
	 display: block !important;
}
 .formBox{
	  display: block;
 } 
.hidden-xs{
	 display: none !important;
} 
.head_seach{
	display: block !important;
}
footer input {
    width: 74%;
    margin-bottom: 35px;
    background: #fff;
    border: none;
    height: 60px;
    line-height: 60px;
}
footer input[type="submit"] {
    background: #dd7420;
    color: #fff;
    width: 25%;
}
.con_lyy{
	    position: absolute;
    top: 135px;
    left: 470px;
}
.tbar {
    
    height: 43px;
}
.mbtnp{
	    top: 122px;
}
.swiper-button-next,.swiper-button-prev{
	display:none !important;
}
.mob_lyy{
	  
    margin-right: 5px !important;
	width:30%;
}
.mob_lyy li:nth-of-type(2n){
	margin-top:60px;
}
}