/*全局样式*/
@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%;}
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;-webkit-appearance: none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.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 .top{line-height:33px;background:#fff;color:#949494;}
header .top h5{line-height:33px;color:#949494;}
header .top ul.ul2{position:relative;}
header .top ul.ul2:before,header .top ul.ul2:after{content:"";border-right:20px solid #2f2d2d;border-bottom:33px solid transparent;position:absolute;top:0;left:-20px;}
header .top ul.ul2:after{left:auto;right:-20px;transform:rotateY(180deg);}
header .top ul.ul2 li{background:#2f2d2d;}
header .top ul.ul2 li a{padding:0 10px;color:#fff;border-left:1px solid #fff;}
header .top ul.ul2 li a:hover{color:#f89e13;}
header .top ul.ul2 li:first-child a{border:none;}
header .top .more{display:block;background:#737373;color:#fff;padding:0 30px;transform:skew(-30deg);margin:0 10px 0 15px;}
header .top .more span{transform:skew(30deg);display:block;}
header .logo_box{height:125px;border-top:1px solid #f2f2f2;background:url(../images/bg1.jpg) center center/cover;overflow:hidden;}
header .logo{line-height:125px;max-width:30%;}
header .logo img{max-width:100%;}
header .logo.logo2{margin-left:20px;}
header .logo_box .phone{background:url(../images/icon3.png) no-repeat 0 center;padding-left:55px;margin-top:35px;}
header .logo_box .phone p{font-size:16px;color:#2c2c2c;}
header .logo_box .phone h5{font-size:26px;color:#2f2d2d;font-weight:bold;}

/*PC端导航*/
nav{position:relative;background:url(../images/bg2.jpg) repeat-x;}
nav a{color:#fff !important;font-size:16px;}
/*一级导航*/ 
nav ul li{float:left;width:14.28%;text-align:center;position:relative;line-height:54px;border-right:1px solid #363636;}
nav ul li:first-child{border-left:1px solid #363636;}
nav ul li a{position:relative;display:block;}
nav ul li a:hover,nav ul li a.active{background:#f7a017;}
/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:100;width:100%;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:35px;border:none;background:#000;border:none !important;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-control.left{width:60px;height:60px;background:url(../images/left.png) no-repeat;top:50%;left:-100px;margin-top:-30px;}
#myCarousel .carousel-control.right{width:60px;height:60px;background:url(../images/right.png) no-repeat;top:50%;right:-100px;margin-top:-30px;}
#myCarousel:hover .carousel-control.right{right:10px;}
#myCarousel:hover .carousel-control.left{left:10px;}
.carousel-indicators li{width:14px;height:14px;margin:1px 3px;background:#fff;position:relative;}
.carousel-indicators li:before{content:"";width:4px;height:4px;background:#333;border-radius:50%;position:absolute;top:50%;left:50%;display:none;margin:-2px 0 0 -2px;}
.carousel-indicators .active{width:14px;height:14px;margin:1px 3px;}
.carousel-indicators .active:before{display:block;}

/*搜索*/
.sousuo{box-shadow:0 2px 6px rgba(0,0,0,0.3);}
.sousuo_box{position:relative;height:60px;}
.sousuo_box .text{line-height:60px;padding-right:340px;}
.sousuo_box .text span{color:#4f4f4f;font-weight:bold;}
.sousuo_box .text a{margin-right:20px;color:#4f4f4f;}
.sousuo_box .text a:hover{color:#003586;}
.sousuo_box form{position:absolute;top:15px;right:0;}
.sousuo_box form input{width:260px;height:30px;background:#fff;border:1px solid #e5e5e5;border-right:none;padding:0 10px;border-radius:0;}
.sousuo_box form button{width:44px;height:30px;background:#1e1e1e url(../images/icon4.png) no-repeat center;border:none;}

.title1{margin:40px 0;text-align:center;}
.title1 h5{font-size:26px;font-weight:bold;color:#262626;display:inline-block;padding-bottom:15px;position:relative;}
.title1 h5:before{content:"";width:100%;height:4px;background:#eaeaea;border-radius:5px;position:absolute;bottom:-2px;left:0;}
.title1 h5 span{color:#f89e13;}
.title1 h5 b{font-size:20px;color:#d6d6d6;margin-left:10px;}
.title1 p{font-size:16px;color:#6b6b6b;padding-top:15px;border-top:1px solid #f6f6f6;}

.nav2_box{margin:14px -2px 0;}
.nav2_box li{width:50%;text-align:center;}
.nav2_box li .con{border:1px solid #ebebeb;margin:0 2px 4px;padding:20px 0;}
.nav2_box li img{max-width:100%;height:40px;}
.nav2_box li h5{font-size:16px;color:#646464;margin-top:20px;}

/*产品中心*/
.news1{display:block;padding:8px 8px 16px 8px;border:1px solid #e8e8e8;margin-bottom:20px;transition:all .3s;}
.news1 .imgbox{border:1px solid #e8e8e8;background:#fff;display:block;overflow:hidden;}
.news1 .img{height:182px;}
.news1 h5{font-size:18px;color:#3d3d3d;text-align:center;margin:15px 0;}
.news1 ul{margin:0 -5px;}
.news1 ul li{width:50%;padding:0 5px;}
.news1 ul li a{display:block;line-height:27px;background:#2e2e2e;color:#fff;text-align:center;}
.cpzx_box,.cpzx_box .row{padding:0 5px;}
.cpzx_box .col-sm-12{padding:0 10px;}
.cpzx_box .col-xs-6{padding:0 10px;}

/*ad1*/
.ad1{background:url(../images/bg3.jpg) center center/cover;height:185px;margin-top:20px;}
.ad1 ul li:nth-child(1){width:30%;height:185px;}
.ad1 ul li:nth-child(2){width:70%;height:185px;padding:30px 0 0 30px;background:url(../images/img3.png) no-repeat right 70px;}
.ad1 ul li:nth-child(2) h5{font-size:30px;color:#fff;}
.ad1 ul li:nth-child(2) p{color:#fff;letter-spacing:5px;display:inline-block;background:#f89e13;line-height:30px;padding:0 20px;margin:15px 0;font-size:16px;}
.ad1 ul li:nth-child(2) b{display:block;font-size:20px;color:#fff;font-weight:normal;}
.ad1 ul li:nth-child(2) b img{margin-right:10px;}

/*选择*/
.xuanze .title1 p span{font-size:26px;color:#f89e13;font-weight:bold;margin-left:10px;position:relative;top:2px;}
.xuanze ul{padding:30px;background:#f3f3f3;border:3px solid #e6e6e6;margin-bottom:30px;}
.xuanze ul li{width:50%;}
.xuanze ul li:nth-child(1) img{max-width:100%;display:block;margin:0 auto;}
.xuanze ul li:nth-child(2) .bt img{max-width:100%;}
.xuanze ul li:nth-child(2) dl{margin-top:30px;}
.xuanze ul li:nth-child(2) dl dt{padding-right:20%;}
.xuanze ul li:nth-child(2) dl dt img{width:35px;position:relative;top:2px;float:left;}
.xuanze ul li:nth-child(2) dl dt h5{font-size:18px;color:#fff;background:#343434;margin-left:49px;padding:5px 15px 7px;}
.xuanze ul li:nth-child(2) dl dd{padding-left:49px;margin-top:20px;line-height:24px;color:#6e6e6e;height:48px;overflow:auto;}
.xuanze ul.ul2 li:nth-child(2) dl dt{padding:0 0 0 20%;}
.xuanze ul.ul2 li:nth-child(2) dl dt h5{margin:0 49px 0 0;}
.xuanze ul.ul2 li:nth-child(2) dl dt img{float:right;}
.xuanze ul.ul2 li:nth-child(2) dl dd{padding:0 49px 0 0;}

/*ad2*/
.ad2{background:url(../images/bg4.jpg) center center/cover;margin-top:10px;overflow:hidden;}
.ad2 .con{position:relative;padding:50px 0 50px 30px;background:url(../images/img6.png) no-repeat right center;}
.ad2 .con:before{content:"";width:70%;height:100%;background:#3d3d3d;position:absolute;top:30px;left:0;}
.ad2 .con:after{content:"";border-left:40px solid #3d3d3d;border-top:212px solid transparent;position:absolute;bottom:0;left:70%;}
.ad2 .text_box{position:relative;}
.ad2 .text_box h4{font-size:85px;color:#eb8e06;font-weight:bold;}
.ad2 .text_box .text{margin-left:120px;}
.ad2 .text_box .text h5{font-size:30px;font-weight:bold;color:#eb8e06;margin:10px 0 2px 0;}
.ad2 .text_box .text p{font-size:30px;color:#fff;}
.ad2 .phone_box{margin-top:15px;position:relative;}
.ad2 .phone_box a{display:block;width:150px;line-height:30px;background:#eb8e06;color:#fff;font-size:16px;text-align:center;}
.ad2 .phone_box .phone{font-size:24px;font-weight:bold;color:#fff;margin-top:-2px;}
.ad2 .phone_box .phone img{margin:-5px 10px 0 30px;display:inline-block;}

/*关于我们*/
.gywm{background:url(../images/bg5.jpg) center center/cover;padding-bottom:40px;}
.gywm ul li{width:50%;height:418px;}
.gywm ul li:nth-child(1){background:#343434;padding:50px 40px;}
.gywm ul li:nth-child(2) .img{height:100%;}
.gywm ul li .text_box h5{font-size:26px;font-weight:bold;color:#fff;position:relative;padding-right:100px;line-height:30px;}
.gywm ul li .text_box h5 a{font-size:14px;color:#fff;position:absolute;top:0;right:0;font-weight:normal;}
.gywm ul li .text_box h5 a:hover{color:yellow;}
.gywm ul li .text_box .text{line-height:28px;font-size:16px;color:#b6b6b6;margin-top:30px;height:168px;overflow:hidden;}
.gy_pad{padding:0 58px;margin-top:-96px;}
.gywm #demos{background:#fff;padding:20px 10px;}
.gy_con{display:block;margin:0 10px;}
.gy_con .imgbox{overflow:hidden;}
.gy_con h5{text-align:center;margin-top:10px;font-size:16px;color:#4d4d4d;}
.gy_con h5 img{width:auto !important;display:inline !important;position:relative;top:-1px;margin-left:10px;}
.gywm .owl-theme .owl-nav{position:absolute;width:100%;top:50%;margin-top:-10px;}
.gywm .owl-theme .owl-nav .owl-prev{position:absolute;left:-58px;background:url(../images/left2.jpg) no-repeat center;width:39px;height:84px;font-size:0;border-radius:0;}
.gywm .owl-theme .owl-nav .owl-next{position:absolute;right:-38px;background:url(../images/right2.jpg) no-repeat center;width:39px;height:84px;font-size:0;border-radius:0;}

/*新闻资讯*/
.xwzx{padding-bottom:40px;}
.title2{padding-bottom:20px;border-bottom:1px dotted #d7d7d7;margin-bottom:20px;}
.title2 .text{border-left:4px solid #262626;padding-left:15px;}
.title2 .text h5{font-size:18px;font-weight:bold;color:#0e0e0e;}
.title2 .text p{font-size:16px;color:#bebebe;margin-top:7px;}
.title2 a{text-align:right;padding-right:20px;background:url(../images/icon16.png) no-repeat right center;margin-top:5px;}
.title2 a p{font-size:12px;color:#d7d7d7;}
.title2 a h5{color:#828282;margin-top:5px;}
.xwzx .wt ul .ul_box{height:346px;overflow:hidden;margin-top:-5px;}
.xwzx .wt ul li{padding:20px 0;border-bottom:1px dotted #aaa;}
.xwzx .wt ul li h5{font-size:16px;color:#373737;position:relative;padding-left:30px;line-height:22px;}
.xwzx .wt ul li h5:before,.xwzx .wt ul li .text:before{content:"问";width:22px;height:22px;background:#262626;color:#fff;text-align:center;line-height:22px;position:absolute;top:0;left:0;border-radius:50%;font-size:13px;}
.xwzx .wt ul li .text:before{content:"答";background:#f89e13;}
.xwzx .wt ul li .text{color:#8e8e8e;height:44px;line-height:22px;overflow:hidden;margin-top:15px;padding-left:30px;position:relative;}
.xwzx .wt ul li a:hover h5{color:#365598;}

.news2{display:block;position:relative;}
.news2 .imgbox{width:184px;height:106px;border:1px solid #e9e9e9;padding:3px;}
.news2 .img{width:100%;height:100%;}
.news2 .text_box{margin-left:200px;}
.news2 h5{font-size:16px;font-weight:bold;color:#2c2c2c;position:relative;padding-right:90px;}
.news2 h5 span{font-size:14px;color:#989898;position:absolute;top:0;right:0;font-weight:normal;}
.news2 .text{line-height:24px;color:#666;height:48px;overflow:hidden;margin-top:10px;}
.news2 p{color:#c0c0c0;position:absolute;bottom:0;left:200px;}

.news3{display:block;margin-top:10px;}
.news3 .rq{width:93px;height:67px;background:#262626;padding-top:10px;text-align:center;}
.news3 .rq h4{font-size:24px;color:#d6d6d6;font-weight:bold;}
.news3 .rq span{display:inline-block;font-size:16px;color:#d6d6d6;position:relative;}
.news3 .rq span:before,.news3 .rq span:after{content:"";width:15px;height:1px;background:#4e4e4e;position:absolute;top:50%;right:105%;}
.news3 .rq span:after{right:auto;left:105%;}
.news3 .text_box{margin-left:93px;background:#f1f1f1;height:67px;padding:10px 10px 0 15px;}
.news3 .text_box h5{font-size:16px;color:#252424;}
.news3 .text_box .text{color:#858585;margin-top:8px;}

/*footer*/
footer{background:url(../images/bg6.jpg);color:#fff;overflow-x:hidden;}
footer .top{padding:50px 0;}
footer .bt{margin-bottom:20px;}
footer .bt p{font-size:22px;font-weight:bold;color:#525860;}
footer .bt h5{font-size:16px;font-weight:bold;margin-top:12px;}
footer ul{margin:0 -10px;}
footer ul li{padding:0 10px;}
footer ul li:nth-child(1){width:30%;}
footer ul li:nth-child(2){width:50%;position:relative;text-align:center;}
footer ul li:nth-child(2):before,footer ul li:nth-child(2):after{content:"";width:2px;height:100%;border-left:1px solid #262626;border-right:1px solid #0a0a0a;position:absolute;top:0;left:0;}
footer ul li:nth-child(2):after{left:auto;right:0;}
footer ul li:nth-child(3){width:20%;text-align:right;}
footer ul li dl dd{width:50%;}
footer ul li dl dd a{color:#fff !important;line-height:30px;}
footer ul li dl dd a:hover{color:#f89e13 !important;}
footer ul li .text1{line-height:30px;}
footer ul li img{width:115px;height:115px;}
footer ul li .con{display:inline-block;text-align:left;}
footer .bottom{padding:25px 0;color:rgba(166,166,166,0.35);position:relative;}
footer .bottom:before{content:"";width:100%;height:2px;border-top:1px solid #262626;border-bottom:1px solid #0a0a0a;position:absolute;top:0;left:0;}
footer .bottom span{margin-left:30px;}
footer .bottom i{width:30px;height:30px;background:#2a2a2a;text-align:center;line-height:30px;color:#fff;border-radius:5px;position:absolute;top:20px;right:0;cursor:pointer;}

/*内页*/
.neiye{margin:30px 0;}
.title4{background:#000;height:150px;padding:30px 0 0 20px;position:relative;}
.title4:before{content:"";width:100%;height:300%;background:#212121;border-radius:50%;position:absolute;top:-20%;right:-30%;transform:rotate(15deg);}
.title4 p{font-size:20px;color:#fff;position:relative;}
.title4 h5{font-size:24px;font-weight:bold;color:#fff;padding-top:35px;position:relative;}
.title4 h5:before{content:"";width:30px;height:1px;background:#fff;position:absolute;top:15px;left:0;}
.title4 span.span2{font-size:20px;color:#fff;position:absolute;top:0;right:15px;line-height:50px;}
.title4 i{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.nav1_box{border:1px solid #d9d9d9;}
.nav1_box ul{background:#e9e9e9;padding:10px 10px 1px 10px;}
.nav1_box ul li a{display:block;line-height:40px;border:1px solid #e4e4e4;font-size:16px;color:#151515;padding:0 15px;background:#fff;margin-bottom:10px;position:relative;}
.nav1_box ul li a:before{content:"";border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;position:absolute;top:50%;right:0;margin:-5px 15px 0 0;}
.nav1_box ul li a.active,.nav1_box ul li a:hover{background:#f89e13;color:#fff;padding:0 40px 0 15px;}
.nav1_box.nav1_box-2 ul{padding:1px 10px;}
.nav1_box.nav1_box-2 ul .ul_box{margin:17px 0 10px;height:156px;overflow:auto;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#003586 !important;}
.mCSB_scrollTools .mCSB_draggerContainer{right:-9px !important;}
.neiye .lx .title5{background:#000;line-height:48px;font-size:20px;font-weight:bold;color:#fff;padding-left:20px;margin-top:20px;}
.neiye .lx span{font-size:12px;font-weight:normal;margin-left:10px;}
.neiye .lx .text{background:#f2f2f2;line-height:30px;padding:15px;border:1px solid #d9d9d9;color:#4b4b4b;}
.title6{height:37px;border:1px solid #e8e8e8;margin-bottom:20px;}
.title6 h5{display:inline-block;line-height:35px;background:#000;color:#fff;font-size:16px;color:#fff;border-right:1px solid #e8e8e8;padding:0 28px;}
.title6 p{line-height:35px;padding-right:12px;color:#8a8a8a;}
.title6 p a{font-size:12px;color:#8a8a8a;}
.title6 p a:hover{color:red;}

.cpzb_ny .row{padding:0 5px;}
.cpzb_ny .row .col-lg-4{padding:0;}
.cpzb_ny .news1{margin:0 10px 20px;}

.news5{display:block;position:relative;border-bottom:1px dotted #c7c7c7;padding-bottom:20px;margin-bottom:20px;}
.news5 .imgbox{overflow:hidden;}
.news5 .img{width:156px;height:124px;}
.news5 .text_box{margin-left:176px;}
.news5 h5{font-size:18px;color:#262626;position:relative;padding-right:80px;}
.news5 h5 b{font-size:12px;color:#9e9e9e;font-weight:normal;position:absolute;top:0;right:0;line-height:25px;}
.news5 .text{color:#8d8d8d;line-height:25px;height:50px;overflow:hidden;margin-top:12px;}
.news5 span{width:90px;line-height:24px;border:1px solid #e0e0e0;display:block;font-size:12px;color:#afaeae;text-align:center;position:absolute;left:176px;bottom:20px;}

.news4{display:block;border:1px solid #e8e8e8;padding:8px 8px 0 8px;margin:0 10px 20px;}
.news4 .imgbox{border:1px solid #e8e8e8;overflow:hidden;}
.news4 h5{font-size:18px;color:#3d3d3d;line-height:40px;text-align:center;}

/*详情页*/
.xqy .bt{font-size:16px;font-weight:bold;text-align:center;margin:10px 0;}
.xqy .rq{color:#999;text-align:center;line-height:30px;border-bottom:1px dashed #999;}
.xqy img{display:block;max-width:100% !important;height:auto !important;margin:20px auto;}
.xqy .text{line-height:25px;}

/*移动端底部热点链接*/
	#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.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 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){
.news5:hover .img,.news1 .imgbox:hover .img,.gy_con:hover .img,.news4: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);}
.news5:hover h5{color:#f89e13;}
.news5:hover span{background:#f89e13;color:#fff;border-color:#f89e13;}
.news1 ul li a:hover{background:#f89e13;}
.news1:hover{border-color:#f89e13;}
.news2:hover h5,.news2:hover p,.title2 a:hover h5,.title2 a:hover p{color:#f89e13;}
.news3:hover .text_box{background:#f89e13;}
.news3:hover h5,.news3:hover .text{color:#fff;}
.news4:hover{background:#f89e13;}
.news4:hover h5{color:#fff;}
}


@media(max-width:1199px){
header .top ul.ul1{margin-left:0;padding-left:0;border-left:none}
}

@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;background:#131313;border-bottom:1px solid rgba(255,255,255,0.3);}
header .sjdnav li:last-child{border:none;}
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:#131313;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#131313;}
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;}
footer ul li{width:100% !important;text-align:left !important;}
footer ul li dl dd{width:25%;}
footer ul li:nth-child(2){margin:20px 0;}
.neiye{margin:0 0 30px 0;}
.nav1_box{margin:20px 0;}
.title4{height:auto;padding:0 0 0 20px;}
.title4 h5{font-size:20px;line-height:50px;padding:0;}
.title4 h5:before,.title4:before{display:none;}
header .logo_box{height:auto;border:none;}
header .logo{line-height:100px;max-width:none;}
.nav1_box-2{margin:0;}
.news1 .img{height:auto;}
.news1 h5{font-size:16px;}
.ad1{height:auto;}
.ad1 ul li:nth-child(1){display:none;}
.ad1 ul li:nth-child(2){width:100%;height:auto;padding:30px 0;background:none;}
.xuanze ul li{width:100%;}
.xuanze ul li:nth-child(1) img{margin:0 auto 30px;}
.ad2 .con{padding:30px 0 30px 0;}
.ad2 .con{background:none;}
.ad2 .con:before,.ad2 .con:after{display:none;}
.gywm ul li{width:100%;}
.gywm ul li:nth-child(2){display:none;}
.gy_pad{padding:0 15px;}
.gywm .owl-theme .owl-nav{display:none;}
.xwzx .wt{margin-bottom:50px;}

}

@media (max-width:767px){
header .sjdnav{top:80px;}
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;}
.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;width:60%;}
footer .top{padding:30px 0;}
footer .bt p{font-size:18px;}
footer .bt h5{font-size:16px;}
footer .bottom{text-align:center;line-height:25px;padding:15px 0;}
footer .bottom span{display:block;margin:0;}
footer .bottom i{top:-40px;}
.fwxm_ny .row,.cpzb_ny .row{padding:0 10px;}
.sousuo_box{height:auto;}
.sousuo_box .text{display:none;}
.sousuo_box form{position:static;padding:10px 0;width:80%;margin:0 auto;}
.sousuo_box form input{width:80%;}
.sousuo_box form button{width:20%;}
.news1{padding:5px 5px 10px 5px;margin-bottom:10px;}
.cpzx_box{padding:0 5px;}
.cpzx_box .row{padding:0 10px;}
.cpzx_box .col-xs-6{padding:0 5px;}
.cpzb_ny .news1{margin:0 5px 10px;}
.title1{margin:30px 0;}
.title1 h5{font-size:20px;}
.title1 h5 b{font-size:16px;}
.title1 p{font-size:14px;}
.xuanze .title1 p span{font-size:20px;}
.ad1 ul li:nth-child(2) h5{font-size:20px;}
.xuanze ul{padding:20px 10px;}
.xuanze ul li:nth-child(2) dl dt{padding:0;}
.xuanze ul li:nth-child(2) dl dt h5{font-size:16px;line-height:23px;}
.xuanze ul.ul2 li:nth-child(2) dl dt{padding:0;}
.ad2{margin-top:0;}
.ad2 .text_box h4{font-size:50px;}
.ad2 .text_box .text{margin-left:80px;}
.ad2 .text_box .text h5,.ad2 .text_box .text p{font-size:16px;}
.gywm{padding-bottom:30px;}
.gywm ul li:nth-child(1){padding:30px 20px;}
.gywm ul li .text_box h5{font-size:18px;}
.gywm #demos{padding:10px 5px;}
.gy_con{margin:0 5px;}
.xwzx{padding-bottom:30px;}
.news4{margin:0 5px 10px;}
.news4 h5{font-size:14px;line-height:30px;}
}

@media (max-width:479px){
.bdshare-slide-button {display: none !important;}
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
.news5{padding-bottom:10px;margin-bottom:10px;}
.news5 .img{width:120px;height:90px;}
.news5 .text_box{margin-left:130px;}
.news5 h5{font-size:16px;padding:0;}
.news5 span,.news5 h5 b{display:none;}
header .logo{line-height:60px;}
.sousuo_box form{width:90%;}
.news1 ul li{width:100%;}
.news1 ul li:nth-child(1){margin-bottom:5px;}
.nav2_box li h5{font-size:14px;}
.ad2 .phone_box a{float:none !important;}
.ad2 .phone_box .phone{margin-top:15px;display:block;}
.ad2 .phone_box .phone img{margin:-5px 10px 0 0;}
}
