@charset "utf-8";
/* CSS Document */

.header{ display:none !important;}
#banner{display:none !important;}
.m_foot{ display:none !important;}
.sjbdmap{ display:none !important;}
.m_chanpin{ display:none !important;}
.m_foot{ display:none !important;}
.m_cptitle{ display:none !important;}
.m_yingyong{ display:none !important;}
@media only screen and (max-width: 1000px){
#header{ display:none !important;}
.blzmenu{display:none !important;}
.header{ display:block !important;position:relative;height:65px;background:#FFF; }
.header .logo{display:block;width:180px;height:auto;padding:5px 0 0 10px;}
.header .logo img{display:block;width:100%; height:auto;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

.ad{ display:none !important;}
.owl-theme .owl-controls{ margin-top: -30px !important;}

#banner{display:block !important;}
#banner img{width:100%}
.myflexslider{ position: relative}
/*幻灯片标题*/
 .flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;max-width:640px}
/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}	
.flex-control-nav{ width: 100%;position:absolute; bottom:10px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: #fdaa00; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background:#1596d4; }
.flex-control-paging li a.flex-active { background: #000; background: #1596d4; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*FlexSlider幻灯片  样式结束*/		
.yb_conct{ display:none !important;}
.pad_top{ padding-top:30px;}

.s_about .con{ font-size: 1.2rem; line-height: 1.7rem; color: #585858; margin-bottom: 3rem; text-align:justify;}
/**************************/
.jljiagong{ width:98%; margin:0 auto; margin-top:30px; font-size:16px; line-height:32px; text-align:center; color:#414040;}
.jljiagong strong{ font-size:20px; color:#000000;}

.jljiagong2{ width:96%; margin:0 auto;}
.jljiagong2 ul{ width:100%; float:left; margin-top:25px;}
.jljiagong2 li{ width:49%; margin:0.5%; float:left;background:#232323;}
.jljiagong2 li a img{ width:100%; height:auto; float:left;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;}
.jljiagong2 li a:hover img{filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1} 
.jlsp01{ position:relative;overflow:hidden; z-index:10000; line-height:18px; color:#FFF;  width:90%; left:5%; margin-top:-37%;}
.jlsp01 strong{font-size:16px; font-weight:bold;}
/************************/
.s_about{ margin-top:35px;}

.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    overflow: auto;
}

.tc[name=tc_search] {
    opacity: 1;
}

.tc.act {
    display: block;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.tc-box {
    box-sizing: border-box;
    z-index: 999;
    display: block;
    position: relative;
}

.tc_close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

.tc.act .tc_bg {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: .5s;
}

.tc1 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
}

.tc1 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}

.tc1 .tc-box {
    position: absolute;
    background: #309dd5;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    width: 11rem;
    left: 50%;
    margin-left: -5.5rem;
    margin-top: -5.5rem;
}

.tc1 .tc.act .tc-box {
    transform: scale(1);
}

.tc1 .tc.act {
    display: block;
}

.tc1 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc1 .tc-box h3 img {
    width: 10rem;
    height: 10rem;
    margin: .5rem;
}

.tc1 .tc-box h5 {
    width: 11rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: #fff;
    text-align: center
}

.tc .j_tab {
    table-layout: fixed;
}

.tc.act .tc-box {
    opacity: 1;
}

.tc_close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 15px;
    top: 15px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc.act .tc_bg {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: .5s;
}

.tc_shipin {
    width: 64rem;
    max-width: 90%;
    margin: 0 auto;
    background: none;
    position: relative;
}

.tc_shipin .video-js {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 60%;
}

.tc_shipin .tc_close {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -2rem;
    right: -3rem;
    border-radius: 50%;
}

.tc_shipin .tc_close img {
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 50%;
    top: 50%;
    margin-top: -.5rem;
    margin-left: -.5rem;
}

.tc_shipin .tc_close:hover img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.video-js .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    margin-left: calc(-1.6rem - 5px);
    margin-top: calc(-1.6rem - 5px);
    border: 2px solid #fff !important;
}
/********************/


.ytyingyong{ display:none !important;}

.s_news{ margin-top:30px;}
/*********************************************/
.form_liuyan{ margin-bottom:30px;}
/***************/


.jlfoot{ display:none !important;}
.m_foot{ display:block !important; width:100%; font-size:13px; margin:0 auto; padding:25px 0; background:#282c34; color:#FFF; line-height:26px; text-align:center;}
.m_foot img{ width:40%; height:auto; margin:12px 0;}
.m_foot a{ color:#FFF;}



.sjbdmap{ display:block !important; margin-top:80px;}
.sjfoot{
	width:100%;
	padding:5px 0px 5px 0px;
	background:#f8f8f8;
	position:fixed;
	height:63px;
	bottom: 0;
	left: 0;
	z-index:100000;
	border-bottom:1px solid #e6e4e4;
	border-top:1px solid #e6e4e4;
	}	
	
.sjfoot ul{
	width:100%;
	float:left;
	}
.sjfoot li{
	float:left;
	width:24.5%;
	height:63px;
	line-height:93px;
	border-right:1px solid #e6e4e4;
	text-align:center;
	overflow:hidden;
	}
.sjfoot a li{
	color:#6d6b6b;
}	
	
.hm1{
	background:url(../images/home.png) no-repeat center top;}	
	
.hm2{
	background:url(../images/phone.png) no-repeat center top;}	
.hm3{
	background:url(../images/contact.png) no-repeat center top;}	
#hm4{
	background:url(../images/map.png) no-repeat center top;	border-right:none;}		

/****************/

.slideshowba{
    height:90px;
}


.dc_pages{ width:100%; float:left; margin-bottom:25px; margin-top:25px;}
.dc_pages1{ width:100%; float:left;}
.dc_pages1 a{ display:block; width:17%; float:left; height:37px; border:1px solid #999; margin:0px 1% 0px 1%; line-height:37px; text-align:center;}
/*************************/


.sznei{ width:98%; margin:0 auto; margin-top:20px;}
.szneill{ width:96%; background:#f4f5f7; padding:3%;}
.szh5{ width:100%; text-align:center; font-weight:normal; font-size:17px;}
.szul2{ width:100%; margin-top:20px;}
.szul2 li{ width:48%; float:left; text-align:center; margin:5px 1%;}
.szul2 li a{ display:block; font-size:12px; width:100%; float:left; height:32px; padding-top:5px; line-height:15px; border:1px solid #999; border-radius:5px;}
.szul2 li a:hover{ display:block; width:100%; float:left; background:#3481bb; color:#FFF; height:45px; line-height:45px; border:1px solid #999; border-radius:5px;}

.szneirr{ width:100%; margin-left:0px; margin-top:10px;}
.szneirr-1{ width:100%; height:45px; font-size:11px; line-height:45px; border-bottom:1px solid #d2d1d1;}
.szneirr-1 a{ color:#3481bb; text-decoration:underline;}
.szneirr-2{ width:100%; line-height:28px; margin-top:25px; font-size:14px; color:#626262; margin-bottom:15px; text-align:justify;}
.szneirr-2 img{ width:100%; height:auto; margin-top:15px;}

.szneirr-3{ width:100%; margin-top:20px;}
.szneirr-3 ul{ width:100%; float:left;}
.szneirr-3 li{ width:100%; float:left; margin:2% 0%; border-bottom:1px solid #CCC; padding-bottom:12px;}
.szneirr-3 li:hover{ cursor:pointer; background:#3481bb; border-radius:5px; color:#FFF;}
.szneirr-3 li:hover a{ color:#FFF;}
.szsp01-2{ display:none !important;}


.szneirr-4{ width:100%; margin-top:25px;}
.szneirr-4 ul{ width:100%; float:left;}
.szneirr-4 li{ width:43%; float:left; margin:2% 1%; text-align:center; border:6px solid #f5f5f5;}
.szneirr-4 li a{ font-size:12px;}
.szneirr-4 li a img{ width:100%; height:auto; float:left;}
.szneirr-4 li a span{ display:block; width:100%; float:left; height:32px; padding-top:5px; line-height:15px; background:#f5f5f5;}
.szneirr-4 li:hover{ border:6px solid #2775b7;}
.szneirr-4 li:hover span{ background:#2775b7; color:#FFF;}
/**************************************************************/

.blzneilx{ width:100%; background:#f5f5f5; margin:0 auto; padding:50px 0;}
.blzneirr-5{ width:98%; margin:0 auto;}
.blzneirr-5 ul{ width:100%; float:left;}
.blzneirr-5 li{ width:50%; float:left; font-size:14px; text-align:center; height:115px; overflow:hidden;}
.blzneirr-5 li img{ margin-bottom:15px;}


.message{ margin:0 auto;width:90%; background:#FFF; padding:4%; margin-top:20px; margin-bottom:30px;}
.blzh8{ width:100%; font-size:15px; color:#000;}
.message .box{  margin-top:50px;}
.message .box li{line-height:47px;margin-bottom:25px; }
.message .box li .input-text{height:45px;line-height:45px;outline:none; text-indent:12px; border:1px solid #ccc;width:99%;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.message .box li .input-text:focus{border-color:#b59665;}
.message .box li textarea.input-text{height:84px;line-height:24px;resize:none;}
.message .box li.btn{ margin:0 1.5%;}
.message .box li .button{cursor:pointer;width:45%;border:none;height:40px; float:left; margin-left:10px;background-color:#b59665;border-radius:20px;color:#fff;font-size:16px}
.message .box li .button:hover{ background:#2063b1; color:#FFF;} 


.n_linian .txt p{ font-size:14px;}
}