/*全局样式*/
@charset "utf-8";
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;overflow-x:hidden;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}
input,textarea{-webkit-appearance:none;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{max-width:1230px !important;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*header*/
header .top{background:#f5f5f5;border-bottom:1px solid #e9e9e9;}
header .top h5{font-size:12px;color:#666;line-height:35px;}
header .top ul li{float:left;line-height:35px;}
header .top ul li a{color:#666;border-left:1px solid #b0b0b0;padding-left:10px;margin-right:10px;}
header .top ul li:first-child a{border:none;}
header .top ul li a:hover{color:red;}
header .logo_box{height:110px;}
header .logo,header .logo2{line-height:110px;}
header .logo2{margin-left:20px;}
header .logo_box .tel{background:url(../images/icon1.png) no-repeat 0 center;padding-left:50px;margin-top:30px;}
header .logo_box .tel p{color:#000;}
header .logo_box .tel h5{font-size:20px;color:#fff;background:#ef3024;border-radius:20px;line-height:30px;padding:0 10px;}

/*PC端导航*/
nav{position:relative;background:#3a3a3a;}
nav a{color:#fff !important;font-size:15px;}
nav a:hover{color:#fff !important;}
/*一级导航*/ 
nav ul li{float:left;width:11.11%;text-align:center;line-height:50px;position:relative;} 
nav ul li a{position:relative;display:block;}
nav ul li a:hover,nav ul li a.active{background:#ef3024;}
/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:1;width:100%;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:40px;background:#3a3a3a;border:none;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-inner img{margin:0 auto;position:relative;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none;left:-50%;}
#myCarousel .carousel-control.right{background-image: none;right:-50%;}
#myCarousel:hover .carousel-control.right{right:0;}
#myCarousel:hover .carousel-control.left{left:0;}
.carousel-indicators li{width:15px;height:15px;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*搜索*/
.sousuo{border-bottom:1px solid #e9e9e9;}
.sou_box{position:relative;height:60px;padding:0 360px 0 30px;background:url(../images/icon2.png) no-repeat 0 center;}
.sou_box p{line-height:60px;}
.sou_box p a{color:#5a5a5a;border-right:1px solid #858585;padding-right:10px;margin-right:10px;}
.sou_box p a:first-child,.sou_box p a:last-child{border:none;padding:0;margin:0;}
.sou_box p a:first-child{cursor:default !important;}
.sou_box p a:hover{color:#ff8a00;}
.sou_box p a:first-child:hover{color:#5a5a5a;}
.sou_box form{position:absolute;top:14px;right:0;}
.sou_box form input{width:244px;height:32px;border:1px solid #e6e5e0;border-right:none;padding:0 10px;border-radius:0;}
.sou_box form button{width:50px;height:32px;background:#ef3024 url(../images/icon3.png) no-repeat center;border:none;}

/*title*/
.title{margin:50px 0 60px 0;text-align:center;overflow:hidden;padding-bottom:3px;}
.title p{font-size:35px;color:#555555;}
.title h5{font-size:21px;color:#ef3024;font-weight:bold;position:relative;margin:10px 0 15px;}
.title h5:before{content:"";width:530px;height:1px;background:#e1e1e1;position:absolute;bottom:-15px;left:50%;margin-left:-265px;}
.title h5:after{content:"";width:82px;height:4px;background:#ff8400;position:absolute;bottom:-16px;left:50%;margin-left:-41px;}
.title.title-2 h5,.title.title-2 p{color:#fff;}
.title.title-2 h5:active{background:rgba(255,255,255,0.15);}

/*产品展示*/
.an_box{text-align:center;margin-bottom:20px;}
.an_box li{display:inline-block;border-radius:20px;line-height:35px;}
.an_box li a{color:#333;border-right:1px solid #c6c6c6;padding:0 10px;}
.an_box li:last-child a{border:none;}
.an_box li:hover{background:#ef3024;}
.an_box li:hover a{color:#fff;}
.cpzs_pad{padding:0 5px;}
.cp_con{display:block;border:1px solid #d5d5d5;margin:0 10px 20px 10px;}
.cp_con .imgbox{overflow:hidden;position:relative;padding:3px;}
.cp_con .img{position:relative;overflow:hidden;}
.cp_con .img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.6) url(../images/icon4.png) no-repeat center;z-index:2;opacity:0;filter:alpha(opacity=100);transition:all .3s;}
.cp_con h5{line-height:40px;text-align:center;color:#333;border-top:1px solid #d5d5d5;}

/*公司简介*/
.gsjj{background:url(../images/gsjj_bg.jpg) center center/cover;margin-top:30px;padding-bottom:50px;}
.gsjj .imgbox{border-radius:10px;overflow:hidden;}
.gsjj .text_box h5{font-size:22px;font-weight:bold;color:#fff;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.2);}
.gsjj .text_box .text{line-height:25px;color:#fff;height:175px;overflow:hidden;margin:10px 0;}
.gsjj .text_box a{display:block;width:176px;line-height:40px;background:#ff8400;color:#fff;text-align:center;border-radius:20px;}

/*标牌制作*/
.bpzz .title2_box{text-align:center;margin:50px 0 60px;}
.bpzz .title2{display:inline-block;padding:5px 20px;background:#ef3024;color:#fff;font-size:30px;font-weight:bold;letter-spacing:5px;position:relative;}
.bpzz .title2 span{color:#ffea00;}
.bpzz .title2:before{content:"";width:100%;height:100%;border:1px solid #ef3024;position:absolute;top:8px;left:8px;z-index:-1;}
.bpzz .title2:after{content:"";width:30px;height:3px;background:#ff8400;position:absolute;bottom:-40px;left:50%;margin-left:-15px;}
.bpzz .title3{text-align:center;position:relative;margin-bottom:30px;}
.bpzz .title3 h5{color:#555;border:1px solid #d5d5d5;background:#fff;display:inline-block;line-height:28px;padding:0 10px;position:relative;z-index:2;}
.bpzz .title3:before{content:"";width:100%;height:1px;background:#d5d5d5;top:50%;left:0;position:absolute;}
.bpzz_box{position:relative;background:url(../images/xian.png) no-repeat center 140px;}
.bpzz_box dl dt{margin-bottom:10px;}
.bpzz_box dl dt span{display:block;width:75px;line-height:67px;background:#ef3024;color:#fff;font-weight:bold;font-style:italic;font-size:40px;text-align:center;position:relative;}
.bpzz_box dl dt span:before{content:"";border-left:10px solid #ef3024;border-top:13px solid transparent;border-bottom:13px solid transparent;position:absolute;top:50%;right:-10px;margin-top:-13px;}
.bpzz_box dl dt h5{font-size:35px;color:#ff8400;font-weight:bold;position:relative;width:calc(100% - 100px);}
.bpzz_box dl dt h5:before{content:"";width:100%;height:9px;background:url(../images/bg1.png) repeat-x;position:absolute;bottom:-23px;left:0;}
.bpzz_box dl dd{font-size:17px;color:#555;line-height:30px;border-bottom:1px dashed #d5d5d5;background:url(../images/icon7.png) no-repeat 0 center;padding:15px 0 15px 30px;}
.bpzz_box .row:nth-child(2){margin:30px -15px;}
.bpzz_box .img1{max-width:100%;}

/*新闻动态*/
.xwzx{padding-bottom:30px;background:url(../images/xwdt_bg.jpg) center center/cover;margin-top:50px;}
.news_pad{padding:0 5px;}
.news{display:block;margin:0 10px 20px 10px;background:#fff;}
.news .imgbox{overflow:hidden;}
.news .text_box{position:relative;padding:0 15px 15px 15px;}
.news .text_box h5{color:#333;padding:15px 40px 15px 0;border-bottom:1px solid #e5e5e5;}
.news .text_box span{width:20px;height:20px;border-radius:50%;text-align:center;line-height:22px;display:block;position:absolute;top:12px;right:15px;font-size:12px;}
.news .text_box .text{font-size:12px;line-height:25px;color:#777;height:75px;overflow:hidden;margin-top:15px;}

/*服务流程*/
.fwlc{background:#f3f3f3;padding-bottom:20px;}
.fwlc ul li{width:16.66%;float:left;text-align:center;margin-bottom:30px;border-right:1px dashed #cfcfcf;}
.fwlc ul li:first-child{border-left:1px dashed #cfcfcf;}
.fwlc ul li .imgbox{width:115px;height:115px;padding:6px;border:1px solid #4db9dd;border-radius:50%;margin:0 auto;}
.fwlc ul li .imgbox .img{background:#4db9dd;border-radius:50%;width:100%;height:100%;line-height:103px;}
.fwlc ul li .imgbox .img img{max-height:60px;}
.fwlc ul li span{width:20px;line-height:20px;border:1px solid #55bcde;display:inline-block;color:#55bcde;margin:10px 0;}
.fwlc ul li p{font-size:15px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fwlc ul li:nth-child(2) .imgbox{border-color:#e27e7e;}
.fwlc ul li:nth-child(2) .imgbox .img{background:#e27e7e;}
.fwlc ul li:nth-child(2) span{border-color:#e27e7e;color:#e27e7e}
.fwlc ul li:nth-child(3) .imgbox{border-color:#daa66d;}
.fwlc ul li:nth-child(3) .imgbox .img{background:#daa66d;}
.fwlc ul li:nth-child(3) span{border-color:#daa66d;color:#daa66d}
.fwlc ul li:nth-child(4) .imgbox{border-color:#7ec58d;}
.fwlc ul li:nth-child(4) .imgbox .img{background:#7ec58d;}
.fwlc ul li:nth-child(4) span{border-color:#7ec58d;color:#7ec58d}
.fwlc ul li:nth-child(5) .imgbox{border-color:#e2769a;}
.fwlc ul li:nth-child(5) .imgbox .img{background:#e2769a;}
.fwlc ul li:nth-child(5) span{border-color:#e2769a;color:#e2769a}
.fwlc ul li:nth-child(6) .imgbox{border-color:#4ddd86;}
.fwlc ul li:nth-child(6) .imgbox .img{background:#4ddd86;}
.fwlc ul li:nth-child(6) span{border-color:#4ddd86;color:#4ddd86}

/*合作伙伴*/
.hzhb{background:url(../images/hzhb_bg.jpg) center center/cover;padding-bottom:50px;margin-top:30px;}
.hzhb .item{padding:1px 0;}
.hz_con{display:block;background:#fff;border:1px solid #ccc;position:relative;}
.hz_con:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border:2px solid transparent;transition:all .3s;}
.hz_con:hover{border-color:#ef3024;}
.hz_con:hover:before{border-color:#ef3024;}

/*联系我们*/
.lxwm{padding-bottom:50px;}
.lxwm ul li{font-size:15px;color:#333;line-height:25px;margin-bottom:10px;}
.lxwm ul li img{margin-right:5px;}
.lxwm .weixin{display:block;width:110px;height:110px;margin:20px 0 0 0;}
.lxwm form input{height:40px;width:49%;border:1px solid #dad9d9;padding:0 10px;border-radius:0;}
.lxwm form textarea{width:100%;margin:15px 0;height:150px;border:1px solid #dad9d9;padding:10px;border-radius:0;}
.lxwm form button{width:100%;height:40px;background:#ff8400;color:#fff;border:none;}

/*内页*/
.neiye{margin:30px 0;}
.neiye .title4{background:#ef3024;position:relative;line-height:45px;}
.neiye .title4 .span1{position:absolute;line-height:45px;left:20px;color:#fff;top:1px;}
.neiye .title4 h5{line-height:45px;padding-left:50px;color:#fff;font-size:18px;}
.neiye .title4 h5 .span2{font-size:13px;margin-left:5px;color:rgba(255,255,255,0.7);}
.neiye .title4 .span3{position:absolute;top:0;line-height:45px;right:15px;color:#fff;font-size:18px;}
.neiye .title4 i{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:2;}
.neiye .nav_box .nav2{display:block;line-height:44px;border:1px solid #d9d9d9;color:#000;background:#fff;}
.neiye .nav_box .nav2 .span4{margin:0 30px 0 10%;color:#d0d0d0;}
.neiye .nav_box .nav2:hover,.neiye .nav_box .nav2.active{color:#ff8400;font-weight:bold;}
.neiye .nav_box .nav2:hover .span4,.neiye .nav_box .nav2.active .span4{color:#ff8400;}
.neiye .nav1 ul{display:none;}
.neiye .nav1 ul.ul1{display:block;}
.neiye .nav1 ul li a{display:block;line-height:40px;font-size:12px;color:#6a6a6a;position:relative;padding-left:30%;}
.neiye .nav1 ul li a .span5{position:absolute;top:0;left:20%;line-height:40px;}
.neiye .nav1 ul li a:hover,.neiye .nav1 ul li a.active{background:#ff8a00;color:#fff;}
.neiye .lxfs{margin-top:25px;}
.neiye .lxfs .text{background:#fff;padding:15px;font-size:13px;line-height:27px;border:1px solid #d9d9d9;}
.neiye .title5{border-bottom:1px solid #d9d9d9;padding-bottom:10px;margin-bottom:20px;}
.neiye .title5 h5{font-size:16px;color:#555;font-weight:bold;}
.neiye .title5 p{font-size:13px;color:#777;}
.neiye .title5 p a{color:#777;}
.neiye .title5 p a:hover{color:#ff8a00;}
.neiye .title5 p span{color:#ff8a00;}

/*附图新闻内页*/
.xwzx-ny .news2{display:block;border-bottom:1px solid #d9d9d9;padding-bottom:20px;margin-bottom:20px;}
.xwzx-ny .news2:last-child{border:none;}
.xwzx-ny .news2 .imgbox{width:266px;height:176px;overflow:hidden;}
.xwzx-ny .news2 .img{width:100%;height:100%;}
.xwzx-ny .news2 .text_box{margin-left:280px;}
.xwzx-ny .news2 .text_box h5{font-size:16px;font-weight:bold;color:#4b4a4a;}
.xwzx-ny .news2 .text_box p{font-size:12px;color:#999;margin:5px 0;}
.xwzx-ny .news2 .text_box .text{color:#4f4f4f;line-height:25px;height:75px;overflow:hidden;}
.xwzx-ny .news2 .text_box span{display:block;width:90px;line-height:28px;background:rgba(0,0,0,0.5);color:#fff;font-size:12px;text-align:center;margin:20px 0 0 0;}
.xwzx-ny .news2:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.xwzx-ny .news2:hover span{background:#ff8400;}

/*详情页*/
.xqy .bt{font-size:16px;font-weight:bold;margin:10px 0;text-align:center;}
.xqy .rq{font-size:13px;color:#bbb;text-align:center;border-bottom:1px dashed #999;padding-bottom:10px;margin-bottom:10px;}
.xqy img{display:block;margin:20px auto;max-width:100%;}
.xqy .text{line-height:25px;margin:10px 0;}

/*产品内页*/
.cp_ny .row,.hzhb_ny .row{padding:0 5px;}
.cp_ny .row .col-lg-4,.hzhb_ny .row .col-lg-3{padding:0;}
.hzhb_ny .hz_con{margin:0 10px 20px 10px;}

/*页脚*/
footer{color:#fff;line-height:22px;background:#ef3024;padding:15px 0;text-align:center;}
footer a{color:#fff !important;}
footer a:hover{color:#000 !important;}

/*移动端底部热点链接*/
	#tabBar{ position: fixed; left:20px; bottom:20px; z-index: 99; width: calc(100% - 40px); height: 50px;}
	#tabBar.active{ animation: tabBarAnimation 3s 1s infinite linear;  }
	#tabBar .clickbtn{ position: absolute; right: 0; bottom: 0; z-index: 2; width:50px; height:50px; font-size: 0; line-height: 50px; background: rgba(255,255,255,0.8); border-radius: 50%; }
	#tabBar .clickbtn span{ display: block; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; }
	#tabBar .clickbtn img{ width: 22px; }
	#tabBar .clickbtn.on{ animation:clickbtnAnimation 10s 0s infinite linear; box-shadow: 0 3px 5px rgba(0,0,0,0.5); }
	#tabBar .clickbtn.on:before{ content: ""; position: absolute; left: 0; bottom: -5px; z-index: 1; width: 20px; height: 5px;}
	#tabBar .clickbtn.active{ background:url(../images/xian2.png) rgba(110,209,207,1); background-size: 100% 100%; }
	#tabBar .clickbtn.active:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; border:solid 1px rgba(255,255,255,0.2); border-radius: 50%; }
	#tabBar .clickbtn.active > img{ opacity: 0; }
	#tabBar .clickbtn.active span{ opacity: 1; }
/*	#tabBar .navigation{ position: absolute; left:calc(100% - 100px); bottom: 0; z-index: 1; width:0; height: 50px; border-radius: 25px; transition: all 0.3s;}
	#tabBar .navigation:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border-radius: 25px; 
background:-moz-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:linear-gradient(to right,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff',endColorstr='#99ffffff',GradientType=1 );}
	#tabBar .navigation ul{ position: relative; z-index: 2; padding: 0 60px 0 20px; }
	#tabBar .navigation ul li{ width: calc(100% / 3); font-size: 0; }
	#tabBar .navigation ul li a{ position: relative; left: 10px; display: inline-block; vertical-align: top; line-height: 50px;opacity: 0; }
	#tabBar .navigation ul li a .tab-icon{ margin-right: 5px; }
	#tabBar .navigation ul li a .tab-icon img{ width: 22px; }
	#tabBar .navigation ul li a .tab-title{ font-size: 12px;color: #333; }
*/	
	#tabBar .navigation{ position: absolute; left:0; bottom: 0; z-index: 1; width:100%; height: 50px; border-radius: 25px; transition: all 0.3s;}
	#tabBar .navigation:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border-radius: 25px; 
background:-moz-linear-gradient(left,rgba(255,138,0,0.8) 0%,rgba(255,138,0,0.8) 100%);background:-webkit-linear-gradient(left,rgba(255,138,0,0.8) 0%,rgba(255,138,0,0.8) 100%);background:linear-gradient(to right,rgba(255,138,0,0.8) 0%,rgba(255,138,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff',endColorstr='#99ffffff',GradientType=1 );}
	#tabBar .navigation ul{ position: relative; z-index: 2; padding: 0 60px 0 20px; }
	#tabBar .navigation ul li{ width: calc(100% / 3); }
	#tabBar .navigation ul li a{ position: relative; left: 10px; display: inline-block; vertical-align: top; line-height: 50px; }
	#tabBar .navigation ul li a .tab-icon{ margin-right: 5px; }
	#tabBar .navigation ul li a .tab-icon img{ width: 22px; }
	#tabBar .navigation ul li a .tab-title{ font-size: 12px;color: #333; }

	
	#tabBar .navigation.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.6); animation: navigationAnimation 0.5s 0s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(1) a{animation:navigationAAnimation 0.3s 0.5s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(2) a{animation:navigationAAnimation 0.3s 0.6s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(3) a{animation:navigationAAnimation 0.3s 0.7s linear forwards; }		

	@keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}

	@keyframes navigationAnimation{
		0%{left:calc(100% - 100px); width: 0; }
		80%{ left: -10px; width:100%; }
		90%{ left:  5px; width:100%; }
		100%{ left: 0; width:100%; }
	}

	@keyframes navigationAAnimation{
		from{ left: -10px; opacity: 0; }
		to{ left: 0; opacity: 1; }
	}

	@keyframes clickbtnAnimation{
		0%{ transform: rotateY(0deg); }
		10%{transform: rotateY(270deg); }
		15%{transform: rotateY(180deg); }
		30%{transform: rotateY(0deg); }
		100%{transform: rotateY(0deg); }
	}


/*媒体查询开始*/
@media(min-width:992px){
.news:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.cp_con:hover{border-color:#ef3024;}
.cp_con:hover .img:before{opacity:1;filter:alpha(opacity=100);transition:all .5s;}
.cp_con:hover h5{color:#fff;background:#ef3024;border-color:#ef3024;}
.news:hover .text_box span{background:#ef3024;color:#fff;}
}

@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;margin-bottom:1px;background:#ef3024;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:35px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#ef3024;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#ef3024;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.neiye .title4 .span1{display:none;}
.neiye .title4 h5{padding-left:20px;}
.neiye .title4 h5 .span2{display:none;}
.neiye .nav_box .nav2{text-align:center;padding:0 10px;}
.neiye .nav_box .nav2 .span4{display:none;}
.neiye .nav1 ul.ul1{display:none;}
.neiye .nav1 ul li a{text-align:center;padding:0 5px;}
.neiye .nav1 ul li a .span5{display:none;}
.neiye .nav_box{margin-bottom:20px;}
.neiye{margin:20px 0;}
header .logo_box{height:auto;}
header .logo{line-height:100px;width:60%;}
header .logo img{max-width:100%;}
.gsjj .text_box{margin-top:20px;}
.gsjj .text_box a{margin:0 auto;}
.bpzz_box{background:none;}
.bpzz_box .img1{display:none;}
.fwlc ul li{width:33.33%;border-right:none;}
.fwlc ul li:first-child{border-left:none;}
.lxwm form{margin-top:30px;}
.zxly.lxwm form{margin:0;}
}

@media (max-width:767px){
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
header .sjdnav{top:80px;}
.carousel-indicators{bottom:2px;}
.carousel-indicators li{width:10px;height:10px;margin:1px;}
.carousel-indicators .active{width:10px;height:10px;margin:1px;}
header .logo{line-height:80px;}
.xwzx{padding-bottom:10px;}
.cp_ny .row{padding:0 10px;}
.cp_con{margin:0 5px 10px 5px;}
.cp_con h5{line-height:30px;}
.sou_box{padding:0;background:none;}
.sou_box p{display:none;}
.sou_box form{top:14px;right:50%;margin-right:-125px;}
.sou_box form input{width:200px;}
.title{margin:30px 0;}
.title p{font-size:25px;}
.title h5{font-size:20px;}
.gsjj{margin-top:20px;padding-bottom:30px;}
.gsjj .text_box h5{font-size:18px;}
.bpzz .title2_box{margin:30px 0 30px;}
.bpzz .title2{font-size:20px;}
.bpzz .title2:before{top:5px;left:5px;}
.bpzz .title2:after{bottom:-20px;}
.bpzz_box dl dt span{width:50px;line-height:50px;font-size:30px;}
.bpzz_box dl dt h5{font-size:20px;width:calc(100% - 80px);}
.bpzz_box dl dd{font-size:16px;padding:10px 0 10px 30px;}
.fwlc ul li{width:50%;}
.hzhb{padding-bottom:30px;margin-top:20px;}
.lxwm{padding-bottom:30px;}
.hzhb_ny .row{padding:0 10px;}
.hzhb_ny .hz_con{margin:0 5px 10px 5px;}
}

@media (max-width:600px){
.xwzx-ny .news2{padding-bottom:10px;margin-bottom:10px;}
.xwzx-ny .news2 .imgbox{width:120px;height:90px;}
.xwzx-ny .news2 .text_box{margin-left:130px;}
.xwzx-ny .news2 .text_box h5{font-size:14px;}
.xwzx-ny .news2 .text_box p{margin:5px 0 0 0;}
.xwzx-ny .news2 .text_box .text{height:45px;}
.xwzx-ny .news2 .text_box span{display:none;}
}

@media (max-width:479px){
.jiathis_style img {display: none !important;}
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
header .logo{line-height:60px;}
.lxwm form input{width:100%;margin-top:15px;}
}

