﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none; font-family: "微软雅黑"; text-align: center;}
a{ color:#333; text-decoration:none; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -mos-transition: all 0.3s;  }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
.clear{ clear:both;}
.container{ padding: 0;}
p,ul{margin: 0;}
img{ border:0; vertical-align:middle; }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container,.w1200{ margin: 0px auto;width:1200px; }
.w1360{ margin: 0px auto;width:1360px; }
.l{ float:left}
.r{ float:right}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



/*pc导航*/
.pc_header{width:100%; height:84px;  position: fixed; top:0px; left:0px; z-index: 999; background: url(../images/nav_bjs.png) no-repeat center;  }
.pc_logo{width:155px; height:76px; float: left; margin-top:6px; background: url(../images/logo.png) no-repeat center; background-size:100% 100%!important}
.pc_logo img{width:100%; height: auto}
.top-nav-left{width:83%; float:right; height: 100%;}
.header_top{width:100%; height:34px; overflow: hidden; margin-top:5px;}
.header_top a{width:150px; height: 28px; background: #fff; border-radius: 25px; float: right; background: #fff url(../images/down.png) no-repeat 18px center; font-size: 14px; color: #f8b62c; font-family: "Arial"; line-height: 28px; padding-left: 40px; margin-right: 3%; margin-top: 6px; } 
.h_sousuo{width:285px; height: 33px; float: right; background: #eeeeee; border-radius: 5px; margin-top: 1px;}
.h_sousuo input[type="text"]{width:232px; height: 33px; float: left; padding: 0px 10px; border: 0; border-radius: 5px 0 0 5px; font-size:12px;}
.h_tijiao{background: #333333 url(../images/sousuo.png) no-repeat center; float: right; border: 0; width: 53px; height: 100%; border-radius: 0 5px 5px 0}
.nav{height:44px; width:100%; }
.nav a{ color:#fff; font-size: 14px;}
.nav .nLi{ float:left;  position:relative; display:inline;height: 100%; width: auto;  text-align: center;  margin-left: 5%}												
.nav .nLi h3 a{ display:block;  font-size:14px;color:#fff; height: 100%; line-height:42px; width: 100%; font-family: "Arial"}
.nav .sub{ display:none;left:50%; top:46px;  position:absolute;  line-height:26px; padding:0; width:170px;border:0; z-index: 99999; margin-left: -85px; }
.nav .sub li{ zoom:1; border-bottom: 1px solid #e5e5e5;  height:40px; line-height: 40px;  background:rgba(255,255,255,0.8);text-align: center }
.nav .sub li p{ width:100%; float: left; margin: 0px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #333; font-size: 12px; height: 100%; }
.nav .nLi:hover{border-bottom: 3px solid #fff}
.nav .active h3 a{ border-bottom: 3px solid #fff}
.nav .sub li:hover a{background: #f8b62c!important;}
.sub li:hover a{color:#fff}
.pc_hover{width:29px; height: 23px; background: url(../images/nav.png) no-repeat; float: right; margin-left: 30px; margin-top: 25px;}



/*导航*/
.index_header{display: none; background:url(../images/nav_bjs.png) no-repeat center; position: fixed; top:0; left:0; z-index: 999; width: 100%; height: 70px; padding: 0px 10px;}
.logo{width:10%;  float: left; margin-top: 8px}
.logo img{width:100%; height: auto}
.menu{float:right; height:auto; width:35px; margin-top:12px; text-align: center }
.menu img{width:100%; height:auto;}
.menu p{font-size:1rem; color: #fff}
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background:#f8b62c; left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1em; color:#fff; padding:8px 0px; font-size:0.9em; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff;}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:28px; line-height:28px; color:#fff; padding-left:10px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size:0.9rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}

.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{background: #d0231c}
.sj_ban{width:100%; height: auto; display: none; margin-top: 50px}
.banner .swiper-pagination{display:none;}


.sjh_sousuo{width:100%; height:auto;  padding:15px 10px 0; display:none; overflow:hidden; background:url(../images/bjs.jpg) repeat}
.sjh_sousuo input[type="text"]{width:80%; height:35px; background:#eee; border-radius:5px 0 0 5px; float:left; border:0; padding:0px 10px;}
.sjh_sousuo .h_tijiao{width:20%; height:35px; background:#333333 url(../images/sousuo.png) no-repeat center; float:left;}








/*第一块*/
.ban_info{width:1200px; height: 100%; position: relative; margin:0px auto 0;  overflow: hidden}
.zi_1{font-size: 40px; color: #fff; font-weight: bold; font-family: "Arial"; margin-top:34px;}
.zi_2{font-size: 24px; color: #fff; font-family: "Arial"; margin: 30px 0}
.zi_2 span{color: #f8b62c; font-weight: bold;  }
.zi_3{width:140px; height: 40px; border: 1px solid rgba(255,255,255,0.5);  text-align: center; line-height: 40px; font-size: 18px; font-family: "Arial"; color: #fff; float: right}
.zi_4{width:140px; height: 40px; border: 1px solid rgba(255,255,255,0.5);  text-align: center; line-height: 40px; font-size: 18px; font-family: "Arial"; color: #fff;}
.p_zi_4,.p_zi_3{margin-top: 20px;}
.zi_4:hover,.zi_3:hover{background: #fff; color: #f8b62c}
.ban_info .ban_1{width:400px; height: auto; position:absolute; right:100%; opacity: 0; transition: all 1s;}
.banner .swiper-slide-active .ban_1{opacity: 1; transition-delay: 1s; left:260px; top:160px}
.ban_zi{width:742px; height: auto; float: right; text-align: right; margin-top:300px; position: relative; opacity: 0; transition: all 1s; right:-100%}
.banner .swiper-slide-active .ban_zi{opacity: 1; transition-delay: 1s; right:0}
.ban_2{padding-top: 20%; left:-100%;  transition: all 1s;}
.banner .swiper-slide-active .ban_2,.banner .swiper-slide-active .ban_zi_three{left:0}
.ban_zi_three{left:-100%;  transition: all 1s; position: relative;  }
.ban_img_che{right:-100%; transition: all 1s; position: absolute; top:0; width:641px; }
.banner .swiper-slide-active .ban_img_che{right:0; transition: all 1s;}
.ban_zi_three{margin-top: 210px}
.ban_3{margin-top: 10%}

/*banner*/
.banner{ width:100%;  position:relative;  height:960px;clear: left; overflow: hidden }
.banner .swiper-slide a{width:100%; height: 100%; display: block; overflow: hidden}
.swiper-button-next,.swiper-button-prev{  position:absolute; bottom: 15%; top:auto; display:block; width:50px; height:50px; z-index: 9}
.swiper-button-next{  left:22%;background: url(../images/b_right.png) no-repeat}
.swiper-button-prev{ left:18%; background: url(../images/b_left.png) no-repeat }
.swiper-button-prev:hover{background: url(../images/b_hleft.png) no-repeat}
.swiper-button-next:hover{ background: url(../images/b_hright.png) no-repeat }






/*第2块*/
.section2{ display: block; width: 100%; height: 100%;  overflow: hidden; position: relative; background: url(../images/bjs.jpg) repeat; padding-top: 70px;}
.section2 ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.section2 ul li{width:25%; height: 690px; float: left; background: url(../images/p_tbjs.jpg) no-repeat center; background-size: 100% 100%; position: relative; padding: 50px 2%; overflow: hidden}
.section2 ul li span{font-size: 24px; color: #fff; height: 50px; line-height: 40px; border-bottom: 1px solid #3b3b3b; width: 100%; display: block}
.section2 ul li h1{font-size: 24px; color: #fff; font-family: "Arial"; margin: 20px 0; text-transform:Uppercase}
.section2 ul li .in_pro_nav{width:100%; height: auto; overflow: hidden; }
.in_pro_nav a{font-size: 16px; color: #707070; line-height: 40px; display: block; width: 100%; height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.section2 ul li img{position: absolute; bottom:-50px; right:-40px; }
.section2 ul li .in_pmore{width:139px; height: 42px; border: 1px solid #282828; display: block; color:#fff; font-size: 16px; text-align: center; line-height: 42px;
	margin-top: 42px;}
.section2 ul li:hover{background: url(../images/p_htbjs.png) repeat;}
.section2 ul li:hover .in_pmore{background: #fff; color:#f8b62c; border: 1px solid #fff}
.section2 ul li:hover .in_pro_nav a{color:#fff}
.in_pro_nav a:hover{font-weight: bold;}
.section2 ul li:hover span{border-bottom: 1px solid rgba(255,255,255,0.5); }


/*第3块*/
.section3{display: block; width: 100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; padding-top: 60px; padding-bottom: 100px; position:relative}
.section3 .fp-tableCell{padding-top: 100px;}
.section3 .container{position: relative; z-index: 666}
.index_ptitle{width:100%;  height:60px;  border-bottom: 1px solid rgba(255,255,255,0.2);  position: relative}
.index_ptitle h3{font-size: 34px; height: 60px; color: #333; font-weight: bold; text-align: center; position: relative; text-transform:Uppercase}
.index_ptitle h3:after{content: ""; position: absolute; bottom:0; left:50%; width: 136px; height: 2px; background: #f8b62c; margin-left: -68px;}
.in_pro_list{width:100%; height: auto; overflow: hidden;}
.in_pro_list .in_pro_pic{width:49.5%; height: auto; float: left; overflow: hidden}
.in_pro_list .in_pro_pic img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_pro_info{width:50%; height:auto; float: right; padding:7px 18px ;}
.in_pro_info h4{width:100%; height: 50px; background: url(../images/hhx.png) no-repeat bottom left; font-size: 24px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_pro_info p{font-size: 15px; color: #ffffff; line-height: 30px; margin-top: 10px; width: 100%; height: auto;   word-break:break-all;display:-webkit-box; 
	-webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;}
.section3 .swiper-container{margin-top:60px; padding: 0 10px 45px 0;}
.section3 .swiper-pagination-bullet-active{background: #f8b62c!important}
.section3 .swiper-pagination-bullet{background: #313131; width:15px; height: 15px; opacity: 1}
.section3 .swiper-slide:hover .in_pro_list a{background: url(../images/p_bjs.jpg) no-repeat center}
.in_pro_list:after{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,0,0,0.2); top:5px; left:5px; display: none;}
.in_pro_list a{width:100%; height: 100%; display: block; z-index: 9; position: relative;  background: #a0a0a0; overflow: hidden}
.section3 .swiper-slide:hover .in_pro_list:after{display: block}
.section3 .swiper-slide:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
#canvas_bg{position: absolute;bottom:10px;left:0;z-index: 2;height: 500px;}

.in_nmore{width:139px; height: 42px; border: 1px solid #ffff; display: block; color:#fff; font-size: 16px; text-align: center; line-height: 42px;
	margin-top:18px;}



/*第5块*/
.section5{display: block; width: 100%; height: auto;overflow: hidden; background: url(../images/news_bj.jpg) no-repeat center; background-size: 100% 100%; padding-top: 60px; padding-bottom: 100px;}
.index_news_title{width:100%;  height:60px;  border-bottom: 1px solid rgba(255,255,255,0.2);  position: relative}
.index_news_title h3{font-size: 34px; height: 60px; color: #ffffff; font-weight: bold; text-align: center; position: relative; text-transform:Uppercase}
.index_news_title h3:after{content: ""; position: absolute; bottom:0; left:50%; width: 136px; height: 2px; background: #fff;  margin-left: -68px;}
.index_news_top{width:100%; height: auto; margin-top: 60px; overflow: hidden}
.index_ntop_left{width:48.6%; height: auto; float: left; overflow: hidden; position: relative}
.index_ntop_left img{width:100%; height: auto;  overflow: hidden; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_ntop_left:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}
.index_ntop_xx{width:175px; height: 70px; background: rgba(0,0,0,0.5); position: absolute; bottom:0; right:0; padding:10px 13px;}
.index_ntop_xx p{font-size: 18px; color:#fff; font-family: "Arial"; text-align: center; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 40px;}
.index_ntop_xx span{width:20px; height: 2px; background: #fff;   float: right; text-align: right}
.index_ntop_right{width:49%; height: 100%; float: right; overflow: hidden; padding: 20px 0}
.index_ntop_right h3{width:100%; height: 30px; line-height: 30px; font-size: 24px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_ntop_right p{width:100%; height: 60px; font-size: 16px; color: #fff; line-height: 26px;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;  margin: 30px 0}
.index_ntop_right span{font-size: 14px; color: #fff; display: block}
.index_ntop_right i{width:140px; height: 42px; display: block; color:#fff; text-align: center; display: block; font-style: normal;  border: 1px solid rgba(255,255,255,0.5); line-height: 42px; font-size: 16px; margin-top: 20px;}
.index_ntop_right i:hover{background: #fff; color:#f8b62c}
.section5 ul{width:100%; height: auto; margin-top: 5vh}
.section5 ul li{width:32%; height: auto; float: left; margin-right: 2%; position: relative; background: #fff; }
.section5 ul li:last-child{margin-right: 0;}
.section5 ul li h3{width:100%; height: 30px; line-height: 30px; font-size:18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	font-weight: bold;}
.section5 ul li p{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #777777; line-height: 30px;   word-break:break-all;display:-webkit-box; 
	-webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.section5 ul li span{font-size: 14px; color: #777777; }
.section5 ul li i{width:20px; height: 2px; display: block; margin: 10px 0; background: #ffc674}
.section5 ul li:after{content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.2); position: absolute; top:10px; left:10px;}
.section5 ul li a{width:100%; height: 100%; display: block; position: relative; background: #fff; z-index: 99;padding:9% 8%; border-bottom:4px solid rgba(0,0,0,0.2)}
.section5 ul li a:after{content: ""; width: 0; height: 4px;  position: absolute; bottom:-4px; left:0px;  transition: .6s;}
.section5 ul li:hover a:after{width:100%; background: #ffa92f;}




/*联系我们*/
.section7{display: block; width: 100%; height: auto; overflow: hidden; margin-top:60px; }
.section7 .fp-tableCell{padding-top: 15vh }
.index_title{width:100%;  height:60px;  border-bottom: 1px solid rgba(0,0,0,0.2);  position: relative}
.index_title h3{font-size: 34px; height: 60px; color: #333; font-weight: bold; text-align: center; position: relative; text-transform:Uppercase}
.index_title h3:after{content: ""; position: absolute; bottom:0; left:50%; width: 136px; height: 2px; background: #f8b62c;  margin-left: -68px;}
.index_contact_xx{width:100%; height: auto;  background: #333333; padding-top:5%; overflow:hidden; padding-bottom:30px;}
.index_contact_xx dl{width:auto; float: left; margin-right:5%}
.index_contact_xx dl dt{font-size: 16px; color: #fff; position: relative; line-height: 35px;}
.index_contact_xx dl dt:after{content: ""; width: 30px; height: 1px; background: #f8b62c; position: absolute; bottom:0; left:0}
.index_contact_xx dl dd{width:100%; margin-top: 10px;}
.index_contact_xx dl dd a{font-size: 15px; color: #828383; line-height: 35px; display: block}
.index_contact_xx dl dd a:hover{color:#f8b62c}
.index_contact_xx dl:nth-child(3){margin-right:0}
.f_contact_xx{width:48%; float: right}
.f_contact_xx p{font-size: 15px; color:#828383; line-height: 32px; padding-left:30px;}
.f_contact_xx p strong{color:#fff}
.f_contact_xx p b{font-size: 24px; color: #ffffff; font-weight: bold;}
.f1{ background:url(../images/f1.png) no-repeat left 5px;}
.f2{ background:url(../images/f2.png) no-repeat left 8px;}
.f3{ background:url(../images/f3.png) no-repeat left 5px;}
.f_dh{margin-top: 20px;}
.index_hezuo{width:1200px; height: 200px; overflow: hidden; margin:60px auto;}
.index_hezuo .swiper-slide a{width:100%; height: auto; overflow: hidden; text-align: center; border:1px solid #ccc;}
.index_hezuo .swiper-slide a img{width:100%; height: auto; overflow: hidden; display:block;}
.index_copy{width:100%; height:auto;  background: #f8b62c; overflow:hidden}
.index_zhichi{width:422px; height:35px;  float: right; line-height:35px; }
.index_zhichi p{ width:191px; float: left; margin-right: 20px; font-size: 12px; color:#ffffff;}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:6px; margin-right: 10px}
.index_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:6px;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 12px; color: #ffffff;}
.index_zhichi i{ float: left;}
.index_copy .copy_xx{color:#fff; font-size: 12px; float: left; line-height:35px;}
.index_copy .copy_xx a{color:#fff}


/*底部*/
.footer{width:100%; height:330px; background: #eeeeee; margin-top: 20px;}
.footer_top{width:100%; height:265px;  text-align: center; padding-top: 40px;}
.footer_top h3{font-size: 16px;color: #333333; font-weight: bold;}
.footer_top h4{font-size: 30px; color: #333333; font-family: "Arial"; margin: 10px 0}
.footer_top .dz{width:253px; height: 25px; border-top: 1px solid #bfbfbf; display: block; margin: 5px auto 0;}
.footer_top span{font-size: 30px; color: #fbbe01; font-weight: bold; display: block; margin: 10px 0}
.footer_top p{font-size: 14px; color: #333333; line-height: 28px;}
.footer_bottom{width:111px; height: 29px; margin: 15px auto 0;}
.footer_bottom i{font-size: 26px; color: #a2a2a2;}
.footer_bottom div{width:27px; height: auto; position: relative;float: left; cursor: pointer}
.footer_bottom div img{width:100px; height:100px; position: absolute; top:-60px; left:0px; display: none; z-index: 999}
.footer_bottom .f_sj{ margin: 0px 15px;}
.f_wx:hover img{display: block}
.f_sj:hover img{display: block}
.f_wb:hover img{display: block}

.copy{clear:both;width:100%;height:50px;color:#999999;font-size:14px;line-height:50px;  background: #434343}
.copy_l{float:left; font-size:12px; color:#999999}
.copy_l span{color:#027fbf}
.copy_l a{color:#999}
.copy_l a:hover{color:#3393ff!important}
.copy_r{float:right; margin-left:15px;}
.yq_link{color:#fff;line-height:35px}
.yq_link a{padding:0 5px;color:#fff}
.yq_link a:hover{color:#1b1b1b}
.footer_zhichi{width:422px; height:45px;  float: right}
.footer_zhichi p{ width:191px; float: left; margin-left: 20px; font-size: 14px; color:#999999;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top: 16px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top: 16px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 12px; color: #999999;}
.footer_zhichi i{ float: left;}



/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 888; height:70px;width: 100%; font-size: .14rem;padding: 0px 10px; display: none; background: #f8b62c}
footer li{width:25%; height: 70px; float: left; position: relative}
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff}
footer span{line-height:30px; font-size: 12px; width: 100%; display: block}
footer li.active{background: #313131}
footer .n1{background: url(../images/f_1.png) no-repeat center; background-size:  100% 100%; width: 28px; }
footer .n2{background: url(../images/f_2.png) no-repeat center; background-size:  100% 100%; width: 28px; }
footer .n3{background: url(../images/f_3.png) no-repeat center; background-size:  100% 100%; width: 33px; }
footer .n4{background: url(../images/f_4.png) no-repeat center; background-size:  100% 100%; width:20px;}
footer .n5{background: url(../images/f_5.png) no-repeat center; background-size:  100% 100%; width: 25px;}
footer i{height:25px; display: block; margin: 12px auto 0; }
.sj_copy {width: 100%; padding-bottom:20px; padding-top:20px; text-align: center; line-height: 20px; clear: both; font-size: 1rem; display: none;}
.sj_copy a{color: #999999; height: 30px; line-height: 28px;}
.sj_copy p{width:100%; color: #999999; line-height: 28px;}



/*右侧漂浮*/
.right_p{width:60px; height:180px; position:fixed; right:0; top:200px; z-index:888}
.right_p_ly{width:60px; height:60px;  background:#f8b62c url(../images/icon_1.png) no-repeat center; text-align:center; position:relative}
.right_p_xx p{font-size:14px; color:#fff;  line-height:21px; margin-top:2px}
.right_p_xx img{margin-top:-20px;}
.right_wx{width:60px; height:60px; background:#f88435 url(../images/icon_2.png) no-repeat center; text-align:center; padding-top:8px; position:relative}
.r_pic{width:100px; height:100px; position:absolute; top:0; left:100px; z-index:999; transition: .6s;}
.right_wx:hover .r_pic{left:-100px;}
.right_phover{width:245px; height:260px; background:#fff; position:absolute; top:0; left:-245px; z-index:999; display:none;}
.right_ptop{width:100%; height:108px; border-bottom:1px solid #f6f6f6; padding:15px 10px 0;}
.right_ptop h4{font-size:20px; color:#555555; text-align:center; line-height:30px; margin-bottom:20px;}
.right_ptop p{font-size:14px; color:#555; line-height:35px; padding-left:25px; text-align:left}
.rp_1{background:url(../images/y_sing.png) no-repeat left center;}
.rp_2{background:url(../images/r_dh.png) no-repeat left center;}
.rp_3{background:url(../images/r_qq.png) no-repeat left center;}
.right_center{width:100%; height:72px; border-bottom:1px solid #f6f6f6; background:url(../images/dh_icon.png) no-repeat 8px center; padding-top:20px; padding-left:37px; }
.right_center p,.right_email p{font-size:14px; color:#555; }
.right_center span,.right_email span{font-size:19px; color:#555; }
.right_email{width:100%; height:75px; background:url(../images/yx_icon.png) no-repeat 8px center; padding-top:20px; padding-left:42px;  }
.right_ptop p:hover a{color:#f8b62c; text-decoration:underline }
.right_top{width:60px; height: 60px; background: #777777 url(../images/top.png) no-repeat center; border-bottom: 2px solid #f8b62c;}
.right_p_ly:hover .right_phover{display:block;}





/*内页banner*/
.nyban{width:100%; height:400px; overflow:hidden; }
.nyban .ny_ban_info{ padding-top:360px; color: #fff; font-size: 14px; text-align: right; }
.nyban .ny_ban_info a{ color: #fff; }
.case_ban{ background: url(../images/caseban.jpg) no-repeat center; }
.news_ban{ background: url(../images/newsban.jpg) no-repeat center; }
.product_ban{ background: url(../images/proban.jpg) no-repeat center;}
.cont_ban{ background: url(../images/contban.jpg) no-repeat center;  }
.about_ban{ background: url(../images/aboutban.jpg) no-repeat center; }
.service_ban{ background: url(../images/serviceban.jpg) no-repeat center;}
.jobs_ban{ background: url(../images/hobsban.jpg) no-repeat center;}



/* 内页通用:左侧分类 */
.main{margin-bottom:60px; }
.mainl-fl > h3{ width: 100%;   height: 60px; line-height: 60px; text-align: center; font-size: 20px; font-weight: bold; background: #f8b62c; color: #fff; }
.main-l{ width: 21%; margin-top:70px; border-top: none;  }
.mianlfl-li > a > p{ color: #393939; font-size: 15px; float:left; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; background:url(../images/y_yuan.png) no-repeat 10px center; padding-left:25px; }
.mianlfl-li > a > span{ width:8px; height: 8px; display: block; border-radius: 50%; border:2px solid #f8b62c; float:left;  margin:20px 2% 0; display:none;  }
.mianlfl-li{ clear: both; }
.mianlfl-li:last-child a{border-bottom:0px;}
.mianlfl-li > a { display: block; margin: 0 auto; width: 100%; height: 52px; line-height: 52px; border-bottom: 1px solid #e5e5e5;  }
.mianlfl-li > .active p{ color: #f8b62c; background:url(../images/y_active.png) no-repeat 10px center;}
.mianlfl-li:hover a > p{ color: #f8b62c; background:url(../images/y_active.png) no-repeat 10px center;}
.zxzx-l{ background: url(../images/zxzx-bg.jpg) no-repeat; height: 95px; width:100%; margin: 0 auto; margin-top: 20px; margin-bottom: 10px;  background-size:100% auto;}
.zxdc-l{ background: url(../images/zxwj-bg.jpg) no-repeat; height: 95px; width: 100%; margin: 0 auto;  margin-bottom: 20px; background-size:100% auto;}
.zxzx-l > a > h3,.zxdc-l > a > h3{ color: #fff; font-size: 18px; text-align: center; padding-top: 25px;  }
.zxzx-l > a > p,.zxdc-l > a > p{ text-align: center; color: #fff; font-size: 12px; }
.mainl-fl2{ margin-top: 20px; border:1px solid #d5d5d5; padding-bottom: 25px;  }
.mainl-fl1{ border:1px solid #d5d5d5; border-top: none; }
.mianl-tel{ padding: 0 15px; margin-top: 25px; line-height: 28px;  }
.mianl-tel > p{ color: #626262; font-size: 16px; }
.mianl-tel > h3{ color: #f8b62c; font-size: 24px;  }
.mianl-tel > h3:after{ content:""; width: 100%; height: 1px; background: #e5e5e5; display: inherit; margin-top: 8px; }
.mianl-tel > div > p{ color: #535353; font-size: 15px; line-height: 26px; }
.mianl-tel > div{ padding-top: 8px; }
.mianl-tel > span{ color: #f8b62c; font-size: 24px;   }


/*内页通用：单页面*/
.main-r{ width:77%; margin-top: 70px;  }
.main-title > h1{ font-size:28px; text-align: center; font-weight: bold; color: #313131; margin-bottom:20px; }
.main-title > p{ color: #dcdcdc; font-size: 30px; font-weight: bold; text-align: center; padding-top: 15px; }
.main-title > p:after{ width:52px; height: 2px; content:""; display: inherit; background: #f8b62c; margin: 0 auto; margin-top: 15px; }
.mianr-mid{ font-size:16px; color:#666; line-height:24px; width:100%; height:auto; overflow:hidden}
.mianr-mid > p{line-height: 36px; font-size: 15px; color: #555; }
.mianr-mid h1{font-size:20px; color:#555; line-height:44px; margin-bottom:10px;  padding-left: 10px; font-weight:bold;}
.ny_proshow_xx p{line-height:30px;}
.proshow_xx img{max-width:100%;height:auto;}
.ny_proshow_xx a:hover{color:#f8b62c}


/*内页*/
.mianr-mid > ul{ width:100%; overflow:hidden; height:auto; }
.mianr-mid .inschool-li{ width: 460px;  }
.mianr-mid .inschool-a{width:430px}
.mianr-mid .scoohllidiv{ width: 383px; height: 260px; }
.mianr-mid .zx{ width: 185px !important; }
.mianr-mid .gd{ width: 185px !important; }

/*内页：学校氛围*/
.honor-li{ float:left; margin-right: 2%; cursor: pointer; margin-bottom: 70px; position: relative; width:32% }
.honor-li:nth-child(3n),.goods-li:nth-child(3n){ margin-right: 0; }
.honorli-div{ width:100%; height:auto; overflow: hidden; border:1px solid #ddd;}
.honorli-div > img{ width:100%; transition: .6s; }
.honor-li:hover .honorli-div > img{ transform: scale3d(1.1,1.1,1); }
.honor-li p:after{ width:0; height: 40px; background: #f8b62c; display: inherit; content: "";position: absolute; bottom:0px; left: 0; right: 0; transition: .6s;  }
.honor-li h3{  text-align: center; color: #555; font-size: 15px; line-height: 40px; z-index: 2; width:100%; height:40px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; position:relative; z-index:9}
.honor-li:hover p:after{ width:100%; }
.honor-li:hover h3{ color: #fff; }
.case-li .honorli-div{ width:293px; height: 159px !important; overflow: hidden; }
.honorli-xx{width:100%; height:40px; position:relative;}





/*内页：疑问解答*/
.mianr-mid .infaq-li{ margin-right: 18px; margin-bottom: 18px; }
.mianr-mid > img{ display: table; margin: 0 auto; }
.mianr-mid > h4{ background: #f8b62c; color: #f8b62c; font-size: 16px; text-align: center; line-height: 40px; margin-top: 30px; }

/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #f8b62c;padding-top: 0 !important;   }
.news-title p{ color: #f8b62c;font-size: 33px;text-align: center;font-weight: bold; width:100%; }
.title h3{ font-size: 33px; text-align: center; font-weight: bold; padding-top: 13px; }
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
.newsli-l{ width:14%; height: 122px; background:#333; transition: .6s;  }
.newsli-l > span{ font-size: 20px; font-weight: bold; text-align: center; padding-top: 20px; color: #fff;  border-bottom: 1px solid #444; width: 100px; margin: 0 auto; padding-bottom: 13px;  transition: .6s; display:block;}
.newsli-l > p{ text-align: center; font-size: 30px; font-weight: bold; line-height: 40px; color: #fff; padding-top: 10px;   }
.newsli-r{ width:86%; background: #f5f5f5; padding: 20px;  height:122px  }
.news-li{ clear: both; margin-bottom: 20px; width:100%; overflow:hidden; overflow:hidden}
.newsli-r h1{ font-size: 20px; line-height: 30px; transition: .6s; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.newsli-r p{ font-size: 15px; line-height: 24px; width:100%; height:50px; overflow:hidden  }
.news-li:hover .newsli-l { background: #f8b62c; }
.news-li:hover .newsli-l h3{ border-bottom: 1px solid #fff;  }
.news-li:hover .newsli-r  h3{ color: #f8b62c;  }
.news-li:hover .newsli-r  p{ color: #f8b62c;  }
.news-li:hover .newsli-l span{ border-bottom: 1px solid #fff; } 
.go_black{width: 90px;height: 30px;background: #f8b62c; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.keyword_light{margin-bottom:40px;}
.ny_ntitme{width: 100%; float: left; line-height: 30px; font-size:16px; color: #999; height: 30px;  margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;   text-align: center; clear: both}
.ny_nbiaoti{width: 100%; font-size: 20px; color: #555; padding: 10px 0px; text-align: center; clear: both}


/*内页：联系方式*/
.contact .ewm-li > div{ background: #fff; border:1px solid #d5d5d5; }
.contact .foottb-r h3{ color: #444; }
.contact .foottb-r p{ color: #444; text-align:center}
.contact .foottb-r > p:before{ background: #d5d5d5; }
.keyword_light p,.nycont-bot p{ line-height: 36px;font-size: 16px; color: #555;}
.ewm-li{ float:left; margin-left:10px; }
.ewm-li div{ background: url(../images/erm_bg.png) no-repeat; width:128px; height: 128px;  }
.ewm-li div > img{ display: block; margin: 0 auto; width:104px; padding-top: 12px;  }
.contact_left{width:60%; height:auto; float:left;}
#map{width: 100%; height: 450px; border: #ccc solid 1px; font-size: 12px;  margin-bottom: 30px;}


/*产品*/
.goods-li{float:left; margin-right:2%; cursor: pointer; margin-bottom:30px; position: relative; width:32%; }
.inproli-div{ width:100%; height:auto; overflow: hidden; border:1px solid #ddd}
.inproli-div > img{ width:100%;  height: 100%; transition: .6s; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.goods-li h1{text-align: center; color: #555; font-size: 15px; line-height: 40px; z-index: 2; width:100%; height:40px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.goods-li h3:hover{color:#f8b62c}
.goods-li:hover .inproli-div > img{ transform: scale3d(1.1,1.1,1); }
.pro_buy{width:140px; height:40px; border-radius:5px; background:#f8b62c; text-align:center; line-height:40px; color:#fff; font-size:16px; display:block; margin-left:8px;}
.proshow_xx table,.proshow_xx table tr,.proshow_xx table td{border-collapse: collapse;border: 1px solid #ddd}
.ny-hotproduct{margin-top:20px;  margin-bottom:40px; overflow:hidden}
.ny-hotproduct ul{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny-hotproduct ul li{width:23.5%; margin-right: 2%; float: left; height:320px;}
.ny-hotproduct ul li:nth-child(4n){margin-right: 0}
.ny-hotproduct ul li:hover .in_proxx{border-bottom:2px solid #f8b62c;}
.ny-hotproduct ul li:hover p,.ny_hot_product ul li:hover span{color:#f8b62c}
.ny-hotproduct ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_propic{width:100%; height:auto; overflow:hidden; border:1px solid #ddd}
.in_propic img{width:100%; height:auto; overflow:hidden}
.in_proxx{width:100%; height:auto; overflow:hidden}
.in_proxx p{width:100%; height:35px; line-height:35px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:center; font-size:16px; color:#333}
.in_proxx span{font-size:16px; color:#333; display:block; text-align:center; line-height:35px;}
.st_tree{width:100%; height:auto; overflow:hidden; padding:0px 10px;}
.st_tree a{text-decoration:none;}
.st_tree a:hover{color:#f8b62c;}
.st_tree ul{width:100%; height:auto; overflow:hidden}
.st_tree ul li{color: #393939;font-size: 16px;float: left; line-height: 52px; width:100%; height:52px; border-bottom:1px solid #e5e5e5; cursor:pointer}
.st_tree ul ul li{padding-left:10px;}
.st_tree ul li ul{width:100%; height:auto; overflow:hidden}
.st_tree ul li ul li{width:100%; height:auto; overflow:hidden; line-height:35px; padding-left:10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; border-bottom:1px solid #e5e5e5}
.st_tree ul li ul li a{color: #393939; font-size: 14px; width:100%; height:100%; display:block;}
.st_tree ul ul li a{color: #393939; font-size: 14px; width:100%; height:100%; display:block;}
.st_tree ul ul li.active a{color:#f8b62c}
.st_tree ul ul li:hover a{color:#f8b62c}
.st_tree .open a,.st_tree .on a{color:#f8b62c}
.st_tree ul li p { color: #393939; font-size: 15px; float: left; line-height: 52px;     background:url(../images/y_active.png) no-repeat left center; padding-left:18px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.st_tree .on p{color:#f8b62c}
.page-list{display:none;}

.in_link:hover{color:#f8b62c}

.pro_contact{width:150px; height:35px; line-height:35px; border:1px solid #ddd; border-radius:8px; text-align:center; font-size:16px; color:#666; margin:0px auto; display:block; }
.proshow_contact{width:150px; height:35px; line-height:35px; border:1px solid #ddd; border-radius:8px; text-align:center; font-size:16px; color:#666; display:block; }
.pro_contact:hover,.proshow_contact:hover{background:#f8b62c; color:#fff!important}



@media screen and (max-width:1440px){

	.section2 ul li h1{font-size:24px;}
	.ban_info .ban_1{width:280px; height: auto; }
	.section1 .active .ban_1{right:600px;}
	.ban_3{margin-top: 8%;}
	.index_contact_xx{padding-top: 6%;}
	.section2 ul li{height:550px;}
	.banner{height:760px;}
	.swiper-button-next{left:23%}
	.ban_img_che{width:500px;  top:10px;}
	.banner .swiper-slide-active .ban_img_che{right:130px;}
	.section2 ul li img{width:80%}
	.section2 ul li:last-child img{width:70%}
	.section2 ul li:nth-child(3) img{width:90%; bottom:0}
	.ban_zi{margin-top:260px;}
	.ban_zi_three img{width:40%; display:block;}
	.zi_1{font-size:36px;}
	.zi_2{font-size:28px; margin:28px 0}
	.banner .swiper-slide-active .ban_1{left:290px;}
}



@media screen and (max-width:1366px){
	#fp-nav{top:62%;}
	.ban_3{margin-top: 3%}
	.fp-controlArrow{bottom:12%}
	.section2 ul li{height:530px;}
	.index_ntop_right p{margin: 20px 0}
	.section5 ul{margin-top: 3vh}
	.index_news_top{margin-top: 11vh}
	.index_contact_xx{padding-top: 2%}
	.ban_zi{margin-top:200px;}
	.banner .swiper-slide-active .ban_1{top:140px;}
	.swiper-button-next, .swiper-button-prev{bottom:20%}
	
	.ban_img_che{width:400px; top:105px }
	.banner .swiper-slide-active .ban_img_che{ right:224px; top:70px;}
	.ban_2{padding-top:17%}
	.banner{height:700px;}
	.ban_info .ban_1{width:260px;}
	.zi_1{font-size:40px;}
	.section2 ul li img{width:70%}
	.section2 ul li:last-child img{width:60%}
	.section2 ul li:nth-child(3) img{width:80%; }
	.section2 ul li:nth-child(2) img{bottom:-20px;}
}


@media screen and (max-width:1200px){
	.container,.index_hezuo,.w1200{width:100%; padding: 0px 10px;}
	.ban_info{width:100%;}
	.nav .nLi{margin-left: 2.9%}
	.banner{height: 682px;}
	.banner .swiper-slide-active .ban_1{right:auto; left:22%}
	.zi_1{font-size:36px;}
	.ban_2{padding-top:24%}
	.swiper-button-next, .swiper-button-prev{bottom:12%}
	.banner .swiper-slide-active .ban_zi{right:20px; margin-top: 260px}
	.swiper-button-prev{left:15%}
	.banner .swiper-slide-active .ban_2, .banner .swiper-slide-active .ban_zi_three{left:20px;}
	.ban_img_che{width:400px;}
	.banner .swiper-slide-active .ban_img_che{right:130px; top:70px;}
	.section2 ul li h3{font-size: 20px;}
	.in_pro_info{padding: 18px;}
	.f_contact_xx{width:40%;}
	.index_copy{height:auto; overflow: hidden; line-height:40px;}
	.index_zhichi{margin-left: 0}
	.in_nmore{width:110px; height:30px; line-height:30px; margin-top:8px;}
	.in_pro_info p{-webkit-line-clamp:2; height:60px;}
	.right_p{display:none;}
	.main-l{width:24%;}
	.main-r{width:74%}
	.section2 ul li{height:496px;}
	.section2 ul li img{width:78%}
	.section3{padding-bottom:60px;}
	#canvas_bg{bottom:0px; height:400px;}
	.index_zhichi p{margin-left:0px; margin-right:10px;}
	.index_zhichi .pt,.index_zhichi .js{margin-top:9px;}
	.in_pro_info h4{font-size:20px; height:40px; line-height:40px;}
	.main-l,.main-r{margin-top:50px;}
	
	
}

@media screen and (max-width:886px){
	body{padding-bottom: 70px;}
	.ban_info{display:none;}
	.banner .swiper-slide a{background:none!important}
	.sj_ban{display: block}
	.pc_header,.index_copy,.right_p{display: none;}
	.index_header,.sj_copy,footer{display: block}
	.index_header{ height:56px; }
	
	.ban_1,.ban_img_che{display: none;}
	.in_pro_nav a{font-size:14px;}
	.section2 ul li .in_pmore{width:100%;}
	.section2 ul li{padding:30px 1%; height:400px;}
	.section2 ul li h3{font-size: 15px;}
	.in_pro_info p{height:66px; -webkit-line-clamp:2;}
	.index_ntop_right p{height: 55px; margin: 7px 0; }
	.index_ntop_right{width:42%; padding: 10px 0 0}
	.index_ntop_left{width:55%}
	.in_nmore{display:none;}
	.in_pro_info{padding:10px;}
	.in_pro_info h4{font-size:20px; height:36px;}
	.f_contact_xx{width:38%; float:right}
	.banner{height:auto;}
	.swiper-button-next, .swiper-button-prev{width:30px; height:30px; background-size:100% 100%!important}
	.banner .swiper-slide-active .ban_zi{margin-top:230px;}
	.nyban{height:300px;}
	.nyban .ny_ban_info{padding-top:260px}
	.newsli-l{width:20%;}
	.newsli-r{width:80%}
	.mianl-tel{padding:0px 10px;}
	.index_news_title h3,.index_ptitle h3,.index_title h3{font-size: 1.6rem}
	.section2{padding-top:50px;}
	.f_dh span{font-size:1.3rem!important}
	
}



@media screen and (max-width:740px){
	.f_contact_xx{display:none;}
	.index_contact_xx dl{margin-right:10%}
	
}


@media screen and (max-width:425px){
	.ban_zi{width:100%;}
	.ban_zi img,.ban_zi_three img,.ban_info  img{max-width:100%;}
	.banner .swiper-slide-active .ban_zi{ margin-top: 110px; right:0; padding: 0px 10px;}
	.banner .swiper-slide-active .ban_2, .banner .swiper-slide-active .ban_zi_three{left:0; padding: 20% 10px 0;}
	.ban_zi_three{margin-top: 40px}
	.swiper-button-next{left:30%}
	.banner{height: 610px;}
	.section2{padding-top: 40px; padding-bottom:40px;}
	.section2 ul{padding:0px 10px;}
	.section2 ul li{width:49%; height: 298px; float: left; margin-bottom:5px; padding:20px 2% 30px}
	.section2 ul li:nth-child(2n){float:right}
	.in_pro_list .in_pro_pic,.in_pro_info{width:100%; float: none;}
	.section3{padding-bottom: 50px; padding-top:40px;}
	.index_news_top{margin-top:30px;}
	.section3 .swiper-container{margin-top:40px;}
	.index_ntop_left,.index_ntop_right,.index_contact_xx dl{width:100%; float: none;}
	.section5 ul li{width:100%; margin-right: 0; margin-bottom: 10px;}
	.index_contact_xx,.ban_info,.swiper-button-next, .swiper-button-prev{ display: none;}
	.logo{width:17%;}
	.zi_1{font-size: 40px;}
	.banner .swiper-slide a{ background: none!important}
	.banner{height:auto;}
	.main-l{width:100%; float:none; margin-top:10px}
	.main-r{width:100%; height:auto;}
	.ny-hotproduct ul li,.goods-li,.honor-li{width:48%;  margin-right:0; height:auto; margin-bottom:20px;}
	.ny-hotproduct ul li:nth-child(2n),.goods-li:nth-child(2n),.honor-li:nth-child(2n){float:right}
	.newsli-l > p{font-size:1.4rem}
	.newsli-l > span{width:100%;}
	.newsli-l{width:22%}
	.newsli-r{width:78%}
	.index_news_title h3,.index_ptitle h3,.index_title h3{font-size: 1.4rem}
	.mainl-fl > h3{height:45px; line-height:45px;}
	.mianlfl-li > a{height:40px; line-height:40px;}
	.nyban{height:240px;}
	.nyban .ny_ban_info{padding-top:200px;}
	.main-title > h3{font-size:1.4rem}
	.page-list{display:block;}
	div.digg{display:none;}
	.proshow_xx{font-size:0.9rem!important}
	.keyword_light  img{max-width:100%}
	#map{height:300px;}
	.foottb-r{display:none;}
	.index_hezuo{margin:30px 0}
	.nyban .ny_ban_info{text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
	#newsfoot{padding:10px 5px!important}
	.ny_ntitme{font-size:0.9rem}
	.mianr-mid h1{line-height:30px; padding:8px 0}
	.banner .swiper-pagination,.sjh_sousuo{display:block;}
}


@media screen and (max-width:375px){
	.logo{width:19%}
}

@media screen and (max-width:360px){
	.index_news_title h3, .index_ptitle h3, .index_title h3{font-size: 1.3rem}
	.section2 ul li h3{font-size:0.9rem}
	
}
@media screen and (max-width:320px){
	.logo{width:23%}
}


/*友情链接*/
.footer_link{width:100%; height:auto; overflow: hidden; background: #1a1a1a}
.footer_link p{font-size: 16px; color: #ffffff; float: left;line-height:50px; margin-right: 20px;}
.footer_a a{font-size: 14px; color: #ffffff; float: left; margin-right: 15px; }
.footer_a{width:1063px; height: auto; float: left; overflow: hidden; line-height:30px; margin-top:10px;}
.footer_a a:hover{color:#c40000}




