/*全局样式*/
@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;}
.sizeCover{ background-position: 50% 50%; background-size: cover; }


header .logo_box{height:110px;background:#0197d2;}
header .logo{line-height:110px;width:25%;}
header .logo img{max-width:100%;}


/*PC端导航*/
.nav_box{width:75%;}
nav{position:relative;}

/*一级导航*/ 
nav ul li{float:left;width:11.11%;text-align:center;position:relative;line-height:110px;}
nav ul li a{position:relative;font-size:14px;color:#fff;}
nav ul li:hover{width:93px;height:110px;background:rgba(255,255,255,0.3);position:relative;}
nav ul li:hover a{color:#fff;}
nav ul li:hover:before{content:"";width:93px;height:3px;background:#ffa900;position:absolute;top:0px;left:0px;}
nav ul .active{width:93px;height:110px;background:rgba(255,255,255,0.3);position:relative;}
nav ul .active:before{content:"";width:93px;height:3px;background:#ffa900;position:absolute;top:0px;left:0px;}





/*二级导航*/
/*nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:100;width:100%;padding-top:16px;
margin-top:3px;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:35px;border:none;
background:rgba(1,117,202,0.6);}
nav ul li ul li a{font-size:14px;color:#fff !important;display:block;padding:0px;}
nav ul li ul li a:before{display:none;}
nav ul li ul li a:hover{color:#0766b7 !important;}*/

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}

#myCarousel .carousel-control.left{width:100px;height:100px;background:url(../images/left.png) no-repeat;top:50%;left:-100px;margin-top:-50px;}
#myCarousel .carousel-control.right{width:100px;height:100px;background:url(../images/right.png) no-repeat;top:50%;right:-100px;margin-top:-50px;}
#myCarousel:hover .carousel-control.right{right:10px;}
#myCarousel:hover .carousel-control.left{left:10px;}
.carousel-indicators li{width:15px;height:15px;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*标题*/
.bt{margin:0px 0px 35px 0px;text-align:center;position:relative;padding-bottom:14px;}
.bt h1{font-size:28px;color:#0197d2;font-weight:bold;background:url(../images/bt_bj.png) no-repeat center center;}
.bt span{font-size:12px;color:#888;}
.bt:before{content:"";width:15px;border-bottom:1px solid #ffa900; left:50%;bottom:0px;
position:absolute;margin-left:-5px;}

/*产品中心*/
.cp_box{padding:60px 0px;}
.cp_an{text-align:center;margin-bottom:34px;}
.cp_an a{display:inline-block;padding:13px 35px;border:1px solid #dcdcdc;border-radius:30px;font-size:16px;
color:#000;margin-right:10px;}
.cp_an a:hover{background:#0197d2;border:1px solid #0197d2;color:#fff;}
.cp_an .active{background:#0197d2;border:1px solid #0197d2;color:#fff;}
.cp_box .pictrue-1{ position:relative;}
.cp_box .pictrue-1-list a{ display: block;margin-bottom: 23px;border:1px solid #e0e0e0;}
.cp_box .pictrue-1-list a .chao{padding: 3px;}
.cp_box .pictrue-1-list a .imgbox{overflow: hidden;position: relative;}
.cp_box .pictrue-1-list a .imgbox span{ display: block; font-size: 0; }
.cp_box .pictrue-1-list a .imgbox span img{ max-width: 100%; }
.cp_box .pictrue-1-list a .textbox{font-size: 16px; color: #000000; line-height: 50px;border-top:1px solid #e0e0e0;}
.cp_box .pictrue-1-list a:hover{border:1px solid #0197d2;}
.cp_box .pictrue-1-list a:hover .textbox{color: #fff;border-top:1px solid #0197d2;background:#0197d2;}
.cp_box .pictrue-1-list a:hover .imgbox span{transform:scale(1.1);}


.cp_box .pictrue-1 .swiper-button.swiper-button-prev{left: -85px;background: url(../images/zuo.jpg) no-repeat;background-size: cover;cursor: pointer;}
.cp_box .pictrue-1 .swiper-button.swiper-button-next{right: -85px;background: url(../images/you.jpg) no-repeat;background-size: cover;cursor: pointer;}
.cp_box .pictrue-1 .swiper-button{width: 44px !important;height: 75px;top: 45%;}
.cp_box .pictrue-1 .swiper-button-prev.swiper-button-disabled {opacity: 1;}
.cp_box .pictrue-1 .swiper-button-next.swiper-button-disabled {opacity: 1;}
.cp_box .pictrue-1 .swiper-button.swiper-button-prev:hover{left: -85px;background: url(../images/zuo1.jpg) no-repeat;background-size: cover;cursor: pointer;}
.cp_box .pictrue-1 .swiper-button.swiper-button-next:hover{right: -85px;background: url(../images/you1.jpg) no-repeat;background-size: cover;cursor: pointer;}


/*关于我们*/
.je_box{background:url(../images/je_bj_02.jpg) no-repeat center center/cover;padding:60px 0px;}
.je_box .bt{text-align:center;margin-bottom:40px;}
.je_box .bt h2{font-size:26px;color:#fff;margin-bottom:10px; background:url(../images/gy_bj.png) no-repeat center center;)}
.je_box .bt span{font-size:16px;color:#fff;font-family:"Aparajita";}
.gy_row{background:#fff;padding:35px 15px;}
.gy_box:hover .gy_img{transform:scale(1.1);}
.gy_r h2{font-size:22px;color:#000;font-weight:bold;margin-bottom:4px;}
.gy_r span{font-size:16px;color:#444;}
.gy_r .gy_r_txt{font-size:13px;line-height:27px;color:#333;margin:10px 0px 35px 0px;height:182px;overflow:hidden;}
.gy_r a{font-size:14px;color:#000;position:relative;padding-right:30px;}
.gy_r a:before{content:">";width:21px;height:21px;background:#0197d2;color:#fff;position:absolute;right:0px;top:0px;
text-align:center;border-radius:50%;}










/*新闻资讯*/
.xw_box{padding:60px 0px;}
.img_box{ position:relative;}
.img_box a{ display: block; font-size: 0;}
.img_box a img{ max-width: 100%;}
.img_box .xw_db{position: absolute;background:rgba(4,109,186,0.7);width: 100%;left:0px; bottom:0px;z-index:10;
padding:29px 0px 29px 39px;}
.img_box .xw_db h3{font-size:14px;color:#fff;text-align:left;}
.img_box .swiper-pagination{left:420px; bottom:23px; z-index: 11; font-size: 18px;color:#fff;width:20%;}
.img_box .swiper-pagination span{ margin: 0 5px; width: 10px; height: 10px; background: #fff; opacity: 1;}
.img_box .swiper-pagination span.swiper-pagination-bullet-active{ background: #0199e7;}
.img_box .swiper-wrapper {height: auto !important;}
.img_box .swiper-button-next, .img_box .swiper-container-rtl .swiper-button-prev{left: 85px;background: url(../images/jt_r.png) no-repeat;background-size: contain;cursor: pointer;}
.img_box .swiper-button-prev, .img_box .swiper-container-rtl .swiper-button-next{right: 85px;background: url(../images/jt_l.png) no-repeat;background-size: contain;cursor: pointer;}
.img_box .swiper-button-next, .img_box .swiper-button-prev{width: 23px !important;height: 7px !important;top: 45%;}
.img_box .swiper-button-prev.swiper-button-disabled {opacity: 1;}
.img_box .swiper-button-next.swiper-button-disabled {opacity: 1;}
.img_box .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1 !important;}
.img_box .swiper-button-next, .img_box .swiper-button-prev{background-size: contain !important;background-position: center;background-repeat: no-repeat;}
.img_box .swiper-button-prev, .img_box .swiper-container-rtl .swiper-button-next {left: 423px !important;bottom:23px !important;}
.img_box .swiper-button-next, .img_box .swiper-container-rtl .swiper-button-prev {right: 44px !important;left: auto;}
.img_box .swiper-button-next, .img_box .swiper-button-prev {top: 96% !important;z-index: 40 !important;}
.xw_box .xw_r{display:block;border:1px solid #ededed;margin-bottom:18px;}
.xw_box .xw_r:last-child{margin-bottom:0px;}
.xw_box .xw_r:hover{border:1px solid #0175ca;}
.xw_box .xw_r .xw_img:hover .xw_fd{transform:scale(1.1);}
.xw_box .xw_wd{margin-left:209px;padding:20px 34px 20px 0px;}
.xw_box .xw_wd h5{font-size:14px;color:#000;margin-bottom:14px;overflow:hidden;height:14px;}
.xw_box .xw_wd .xw_txt{font-size:12px;color:#888;line-height:19px;height:57px;overflow:hidden;}
.xw_box .xw_wd .xw_txt span{display:block;font-size:12px;color:#999;margin-top:5px;}
.xw_box .xw_wd:hover h5{color:#0175ca;}

/*合作伙伴*/
.hz_box{padding:60px 0px;background:url(../images/hz_02.jpg) no-repeat center center/cover;}
.hz_box .hz_gs a{width:20%;background:#fff;border:1px solid #ddd;display:inline-block;display: table-cell;vertical-align: middle;text-align: center;padding:40px 0px 30px 0px;}
.hz_box .hz_gs a h2{font-size:13px;color:#000;margin-top:21px;}
.hz_box .hz_gs a:hover{border:1px solid #0197d2;}
.hz_box .hz_gs a:hover h2{color:#0197d2;}

/*售后服务*/
.sh_box{padding:60px 0px;}
.sh_box .pictrue-4-list a{ display: block;}
.sh_box .pictrue-4-list a .chao .imgbox span{display:block;}
.sh_box .pictrue-4-list a .textbox{font-size:14px;color:#333;line-height:54px;border-bottom:1px solid #e8e8e8;padding-left:30px;
position:relative;}
.sh_box .pictrue-4-list a .textbox:before{content:"";width:25px;height:1px;background:#ffa900;position:absolute;top:50%;right:5%;}


.sh_box .pictrue-4 .swiper-button.swiper-button-prev{left: -85px;background: url(../images/zuo.jpg) no-repeat;background-size: cover;cursor: pointer;}
.sh_box .pictrue-4 .swiper-button.swiper-button-next{right: -85px;background: url(../images/you.jpg) no-repeat;background-size: cover;cursor: pointer;}
.sh_box .pictrue-4 .swiper-button{width: 44px !important;height: 75px;top: 45%;}
.sh_box .pictrue-4 .swiper-button-prev.swiper-button-disabled {opacity: 1;}
.sh_box .pictrue-4 .swiper-button-next.swiper-button-disabled {opacity: 1;}
.sh_box .pictrue-4 .swiper-button.swiper-button-prev:hover{left: -85px;background: url(../images/zuo1.jpg) no-repeat;background-size: cover;cursor: pointer;}
.sh_box .pictrue-4 .swiper-button.swiper-button-next:hover{right: -85px;background: url(../images/you1.jpg) no-repeat;background-size: cover;cursor: pointer;}

.sh_box .pictrue-4-list:hover a .chao .imgbox span{transform:scale(1.1);}
.sh_box .pictrue-4-list:hover a .textbox{background:#0197d2;border-bottom:1px solid #0197d2;color:#fff;}
.sh_box .pictrue-4-list:hover a .textbox:before{background:#fff;}

















/*底部*/
.db_gsmc{background:#0197d2;padding:49px 0px 47px 0px;border-bottom:1px solid #fff;}
.db_gsmc ul{border-right:1px solid #fff;}
.db_gsmc ul li{margin-right:53px;}
.db_gsmc ul li a{display:block;color:#fff;margin-bottom:18px;font-size:12px;}
.db_gsmc ul li .db_gsmc_bt{position:relative;padding-bottom:20px;margin-bottom:25px;}
.db_gsmc ul li .db_gsmc_bt:before{content:"";width:30px;height:1px;background:#fff;position:absolute;left:0px;bottom:0px;}
.db_gsmc ul li .db_gsmc_bt h5{font-size:16px;}
.db_gsmc .db_gsmc_lx h6{font-size:34px;color:#fff600;font-family:"Impact";margin-bottom:24px;}
.db_gsmc .db_gsmc_lx span{display:block;color:#fff;font-size:12px;}
.db_gsmc .db_gsmc_lx em{font-style:normal;color:#fff;font-size:11px;margin-bottom:20px;display:block;}
.db_gsmc .db_gsmc_lx .db_gsmc_dh{color:#fff;font-size:12px;margin-bottom:20px;}
.db_gsmc .db_gsmc_rw{border-left:1px solid #fff;padding-left:75px;}
.db_gsmc .db_gsmc_rw span{color:#fff;display:block;font-size:12px;margin-top:8px;}
.mc_box{background:#0197d2;padding:20px 0px;}
.mc_box .db_gsmc_mc{text-align:center;color:#fff;font-size:12px;}


/*内页产品中心*/
.pro_box{padding:60px 0px;}
.pro_box .row_img{display:block;border:1px solid #e0e0e0;margin-bottom:24px;}
.pro_box .row_img .chao .row_tp{margin:3px;}
.pro_box .row_img .textbox{text-align:center;line-height:48px;border-top:1px solid #e0e0e0;font-size:16px;color:#000;}

.pro_box .row_img:hover{border:1px solid #0197d2;}
.pro_box .row_img:hover .textbox{border-top:1px solid #0197d2;color:#fff;background:#0197d2;}
.pro_box .row_img:hover .chao .row_tp .row_dh{transform:scale(1.1);}

.pro_xqjs h5{font-size:18px;color:#333;text-align:center;margin-bottom:15px;}
.pro_xqjs img{display:block;margin:0 auto;margin-bottom:15px;}
.pro_xqjs .pro_text{line-height:30px;font-size:14px;color:#333;}

/*内页新闻中心*/
.xw_box{padding:60px 0px;}
.rc_an{text-align:center;margin-bottom:40px;}
.rc_an a{display:inline-block;border:1px solid #dcdcdc;font-size:14px;color:#000;border-radius:30px;padding:12px 25px;margin-right:5px;} 
.rc_an a:hover{background:#136dd8;color:#fff;}
.rc_an .active{background:#136dd8;color:#fff;}
.rc_an .active:hover{border:1px solid #dcdcdc;color:#000;background:#fff;}

.rc_xw{padding:30px 0px;border-bottom:1px solid #d9d9d9;display:block;}
.rc_wb{margin-left:287px;}
.rc_wb h6{font-size:16px;color:#4b4a4a;}
.rc_wb span{font-size:12px;color:#999;}
.rc_wb .rc_txt{font-size:14px;color:#4f4f4f;line-height:25px;height:108px;overflow:hidden;}
.rc_wb  em{display:block;background:#999;color:#fff;width:90px;height:29px;font-style:normal;line-height:29px;
text-align:center;}
.rc_xw:last-child{border-bottom:0px;}
.rc_xw:nth-child(1){padding-top:0px;}

.rc_dl .rc_img:hover .rc_dh{transform:scale(1.1);}
.rc_wb .rc_txt:hover{color:#136dd8;}
.rc_wb  em:hover{background:#ff7200;color:#fff;}

.xw_xqjs h2{font-size:18px;color:#333;text-align:center;margin-bottom:15px;}
.xw_xqjs span{font-size:12px;color:#999;text-align:center;display:block;}
.xw_xqjs .xw_text{font-size:14px;color:#333;line-height:30px;margin-top:20px;}

/*内页关于我们*/
.gywm_box{padding:60px 0px;}
.gy_text{font-size:14px;color:#333;line-height:30px;}




/*手机导航*/
.sjcp_box {margin-top:30px;}
.sjcp_box .row_wbj .col-xs-12{padding:0px;}
.sjcp_box .sjcp_dh{background:#0277ca;}
.sjcp_box .sjcp_dh h5{font-size:20px;color:#fff;line-height:45px;padding-left:15px;width:100%;}
.sjcp_box .sjcp_dh h5 span{float:right;padding:8px 25px 0px 0px;color:#fff;font-size:30px;}
.sjcp_box .ul2{padding:5px;background:#ebebeb;}
.sjcp_box .ul2{display:none;}
.sjcp_box .ul2 li{background:#ff9600;font-size:16px;line-height:40px;text-align:center;margin-bottom:3px;
position:relative;}
.sjcp_box .ul2 li:before{content:">";color:#fff;position:absolute;right:45px;}
.sjcp_box .ul2 li a{color:#fff;}
.sjcp_box .ul2 li:hover{background:#fff;}
.sjcp_box .ul2 li:hover a{color:#000;}




/*移动端底部热点链接*/
	#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 (max-width:1300px){
.cp_box .pictrue-1 .swiper-button.swiper-button-prev{display:none;}
.cp_box .pictrue-1 .swiper-button.swiper-button-next{display:none;}
.sh_box .pictrue-4 .swiper-button.swiper-button-prev{display:none;}
.sh_box .pictrue-4 .swiper-button.swiper-button-next{display:none;}

}

@media (max-width:1200px){
.cp_box .pictrue-1 .swiper-button.swiper-button-prev{display:none;}
.cp_box .pictrue-1 .swiper-button.swiper-button-next{display:none;}
.sh_box .pictrue-4 .swiper-button.swiper-button-prev{display:none;}
.sh_box .pictrue-4 .swiper-button.swiper-button-next{display:none;}

}
@media (max-width:1100px){
.img_box .swiper-button-prev, .img_box .swiper-container-rtl .swiper-button-next {left: 380px !important;}
.img_box .swiper-pagination {left: 376px;}




}
@media (min-width:992px){







}
@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:90px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;margin-bottom:1px;background:#0175ca;}
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:#fff;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#fff;}
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;}

header .logo_box {height: 90px;}
header .logo {line-height: 90px;width: 65%;}

.xw_box {padding: 45px 0px;}
.xw_box .xw_rb{margin-top:30px;}
.db_box .du_wx img {padding-left: 8px;}
.db_box .du_wx span { padding-left: 8px;}
.img_box .swiper-pagination {margin:0 0 0 60%;width:10%;}


.cp_box {padding: 30px 0px;}
.bt {margin: 0px 0px 25px 0px;}
.gy_r{margin-top:20px;}

.rc_wb .rc_txt {height: 107px;}
.img_box .swiper-pagination {left: 249px;}




}
@media (max-width:800px){
.img_box .swiper-pagination {left: 174px;}


}






@media (max-width:767px){
header .sjdnav{top:90px;}
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;}
.hz_box .hz_gs a {width: 25%;}
.bt h1 {font-size: 25px;}
.je_box .bt h2 {font-size: 25px;}
.img_box .swiper-pagination {left: 150px;}


}

@media (max-width:600px){
.img_box .swiper-pagination {margin: 0 0 0 40%;width:20%;}
.rc_dh{width:200px;}
.rc_wb {margin-left: 229px;}
.rc_wb .rc_txt {height: 55px;}



}



@media (max-width:500px){


}


@media (max-width:479px){
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:93px;}
header .ydd_btn {margin-top: 16px;}
.img_box .swiper-pagination {margin: 0 0 0 30%;width:20%;}
.hz_box .hz_gs a {width: 50%;}
.cp_an a {padding: 10px 25px;}
.rc_dh{width:150px;}
.rc_wb {margin-left: 180px;}
.rc_wb .rc_txt {height: 30px;}
.rc_wb em {width: 70px;height: 25px;line-height: 25px;font-size:12px;}


}







@media (max-width:400px){
.je_box .bt h2 {font-size: 20px;}
.bt h1 {font-size: 20px;}
.cp_an a {padding: 8px 18px;font-size: 12px;}
.bt {margin: 0px 0px 17px 0px;}
.db_gsmc .db_gsmc_rw {float:left !important;border-left:0px;text-align: center;}

}
@media (max-width:414px){
.cp_an a {padding: 8px 15px;font-size: 12px;}
.db_gsmc .db_gsmc_rw {float:left !important;border-left:0px;text-align: center;}

}

@media (max-width:320px){


.img_box .xw_db {padding: 29px 0px 29px 19px;}

.cp_an a {padding: 6px 13px;font-size: 11px;}
.xw_fd{width:150px;}
.xw_box .xw_wd .xw_txt {height: 38px;}

.img_box .swiper-pagination {left: 116px;}
.rc_dh{width:120px;}
.rc_wb {margin-left: 130px;}
.rc_wb .rc_txt {height: 19px;font-size:12px;}
.rc_wb em {width: 50px;height: 20px;line-height: 20px;font-size:11px;}
.rc_wb h6 {font-size: 14px;}
.rc_wb span {font-size: 11px;}



}



@media (max-width:350px){


}
