﻿/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%; background:#fff; overflow:hidden; padding:0 22px;}
.logo{ padding:42px 0;}
.logo img{width:100%; max-width:238px; max-height:36px;}

.nav{float:left;}
.nav>li{float:left;}
.nav>li>a{font-size:16px; color:#333; height:120px; line-height:120px; padding:0 18px;}
.nav>li>a:hover{color:#0071c0;}

.search{width:250px; float:right; margin:40px 0 0 60px;}
.search_inp1{width:calc(100% - 36px); float:left; height:36px; line-height:36px; background:#eee; padding:0 15px; font-size:14px; color:#000;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #aaa;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #aaa;} 
.search_btn{width:36px; float:left; height:36px; background:url(../images/search_ss.png) no-repeat center center #0071c0;}

.cpBox{display:none; width:100%; float:left; padding-top:20px;}
.cpBox .cp_ul{background:#fff; padding:20px;}
/*END-头部+导航*/

/*首页内容*/
/*banner*/
.banner{width:100%; position:relative; float:left; margin-top:20px;}
.banner .banner-imgbox{ border:10px solid #fff;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .banner-imgbox:hover .next{opacity:1;}
.banner .banner-imgbox:hover .prev{opacity:1;}
/*END-banner*/


.cpzx{width:100%; float:left; padding:20px; background:#fff; margin-top:20px;}
.cpzx_title{width:100%; float:left; line-height:40px; font-size:24px; color:#000; text-align:center; padding-bottom:3px; position:relative;}
.cpzx_title::before{content:""; width:100%; float:left; height:1px; background:#dfdfdf; max-width:240px; position:absolute; left:50%; bottom:0; transform: translateX(-50%);}
.cpzx_title::after{content:""; width:100%; float:left; height:3px; background:#0071c1; max-width:30px; position:absolute; left:50%; bottom:0; transform: translateX(-50%);}
.cpzx_title>a{float:left; position:absolute; right:0; top:50%; transform: translateY(-50%); font-size:14px; color:#0071c0;}
.cpzx_title>a:hover{color:#0071c0; text-decoration:underline !important;}
.con {width:100%; float:left; padding-top:25px;}
#tags {width:100%; float:left; display:flex; align-content:center; align-items:center; justify-content:center; overflow:hidden;}
#tags LI {float:left; width:100%; max-width:120px; margin:0 10px 5px 10px;}
#tags LI A {display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; background:#fff; padding:0 10px; font-size:14px; color:#666;}
#tags LI.selectTag A {background:#0071c0; color:#fff;}
#tags LI A:hover {background:#0071c0; color:#fff;}
#tagContent {width:100%; float:left; padding:20px 0; position:relative;}
.tagContent {display: none;}
#tagContent div.selectTag {display: block}
.cpzx-imgbox .swiper-slide .cpzx_img{width:100%; border:1px solid #e1e1e1; position:relative; overflow:hidden;}
.cpzx-imgbox .swiper-slide .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx-imgbox .swiper-slide .cpzx_p{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:14px; color:#333;}
.cpzx-imgbox .swiper-slide .cpzx_txt{display:block; overflow:hidden; height:40px; line-height:20px; text-align:center; font-size:12px; color:#666; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.cpzx-imgbox .swiper-slide:hover .cpzx_img{border-color:#0071c0;}
.cpzx-imgbox .swiper-slide:hover .cpzx_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx-imgbox .swiper-slide:hover .cpzx_p{color:#0071c0;}
.cpzx-next{right:-70px; position:absolute;top:50%; margin-top:-20px; width:40px; height:40px; background:url(../images/cpzx_R.png) no-repeat center center; overflow:hidden; opacity:1;  cursor:pointer; z-index:9999; outline:none;}
.cpzx-prev{left:-70px; position:absolute;top:50%; margin-top:-20px; width:40px; height:40px; background:url(../images/cpzx_R.png) no-repeat center center; overflow:hidden; opacity:1; cursor:pointer;-webkit-transform: rotate(180deg); transform: rotate(180deg); z-index:9999; outline:none;}
.cpzx-next:hover{background:url(../images/cpzx_L.png) no-repeat center center;-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.cpzx-prev:hover{background:url(../images/cpzx_L.png) no-repeat center center;-webkit-transform: rotate(360deg); transform: rotate(360deg);}

.hybox{width:100%; float:left; background:#fff; margin:20px 0; padding:20px;}
.hy{width:100%; overflow:hidden;}
.hy_ul{display:block; overflow:hidden; width:1200px; padding-top:20px;}
.hy_ul li{width:360px; float:left; margin:0 40px 25px 0;}
.hy_ul li .hy_B{width:100%; overflow:hidden;}
.hy_ul li .hy_B .hy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.hy_ul li .hy_B .hy_img::before{content:""; display:block; padding-top:66.6667%;}
.hy_ul li .hy_p{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; margin-top:10px; font-size:14px; color:#333;}
.hy_ul li .hy_txt{display:block; overflow:hidden; height:40px; line-height:20px; font-size:12px; color:#a3a3a3;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.hy_ul li .hy_heng{display:block; overflow:hidden; height:5px; background:#e3e3e3; position:relative; margin-top:30px;}
.hy_ul li .hy_heng::before{content:""; width:0; height:5px; float:left; position:absolute; left:0; top:0; transition:all 0.4s; background:#0071c0;}
.hy_ul li:hover .hy_B .hy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.hy_ul li:hover .hy_p{color:#0071c0;}
.hy_ul li:hover .hy_heng::before{width:100%;}

.news{width:100%; overflow:hidden; display:flex; justify-content:space-between;}
.news_L{width:260px; float:left; background:#0071c0; display:flex; flex-wrap:wrap; align-content:center; justify-content:center;}
.news_title{width:100%; overflow:hidden; text-align:center;}
.news_p{display:block; overflow:hidden; font-size:25px; color:#fff; line-height:30px;}
.news_sp{display:block; overflow:hidden; font-size:12px; color:#fff;}
.news_heng{width:2px; height:30px; float:left; background:#fff; margin:30px 0;}
.news_more{width:100%; overflow:hidden; padding-top:30px;}
.news_more a{width:100%; display:block; overflow:hidden; max-width:140px; height:36px; line-height:36px; text-align:center; background:#05548c; text-align:center; font-size:14px; color:#fff; margin:0 auto;}
.news_more a:hover{background:#fff; color:#0071c0;}

.news_R{width:855px; float:right; min-height:300px;}
.newsbox{width:356px; float:left;}
.newsbox .news_B{width:100%; overflow:hidden;}
.newsbox .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.newsbox .news_B .news_img::before{content:""; display:block; padding-top:67.416%;}
.newsbox .news_pp{display:block; overflow:hidden; line-height:28px; margin-top:15px; font-size:16px; color:#333;text-overflow:ellipsis; white-space: nowrap;}
.newsbox .news_spp{display:block; overflow:hidden; line-height:24px; font-size:12px; color:#adadad; background:url(../images/news_logo1.png) no-repeat left center; padding-left:25px;}
.newsbox .news_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#8b8b8b;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:5px;}
.newsbox:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.newsbox:hover .news_pp{color:#0071c0;}
.news_ul{width:455px; float:right;}
.news_ul li{display:block; overflow:hidden; border-bottom:1px dotted #ccc;}
.news_ul li a{display:block; line-height:38px; color:#666666; font-size:14px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.news_ul li a span{float:right; margin-left:10px; font-size:12px;}
.news_ul li a:hover{color:#0071c0;}
/*END-首页内容*/

/*底部*/
.footer{width:100%; overflow:hidden; background:#00487b; padding:20px;}
.zxly{width:50%; float:left;}
.zxly_p{display:block; overflow:hidden; line-height:40px; font-size:16px; color:#fff; text-indent:20px;}
.zxly_form{display:block; max-width:90%; overflow:hidden;}
.zxly_L{width:calc(100% - 95px); float:left;}
.zxly_B{width:49%; float:left; border:1px solid #477599; margin-top:15px;}
.zxly_sp{width:40px; float:left; height:32px; line-height:32px; text-align:right; font-size:12px; color:#ababab;}
.zxly_inp1{width:calc(100% - 40px); float:left; height:32px; line-height:32px; background:none; padding:0 5px; color:#fff;}
.zxly_inp2{width:calc(100% - 40px); float:left; height:46px; line-height:22px; background:none; border:none; outline:none; padding:5px; color:#fff;}
.zxly_B:last-child{width:100%;}
.zxly_btn{width:80px; float:left; height:97px;background:#0095fd; font-size:12px; color:#fff; margin:15px 0 0 15px;}

.lxwm{width:50%; float:right; padding-left:15px;}
.lxwm_wx{width:114px; float:right; margin-top:-40px;}
.lxwm_wx .lxwm_p{display:block; overflow:hidden;line-height:40px; font-size:16px; color:#fff; text-align:center;}
.lxwm_wx img{width:114px; height:114px; display:block; margin:0 auto;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#8d99a2; line-height:28px;}
.lxwm_txt span{color:#fff;}

.link{width:100%; float:left; padding-top:30px; line-height:30px; color:#fff; font-size:12px;}
.link a{color:#8d99a2; margin:0 10px;}
.link a:hover{color:#fff; text-decoration:underline !important;}
.foot{width:100%; overflow:hidden; text-align:center; background:#003a62; line-height:20px; padding:10px; font-size:12px; color:#8d99a2;}
/*END-底部*/

/*关于我们*/
.N_banner{width:100%; overflow:hidden; border:10px solid #fff; margin-top:20px;}
.N_banner img{width:100%; height:auto; display:block;}

.main{width:100%; overflow:hidden; padding-bottom:20px;}
.dqwz_title{width:100%; float:left; line-height:58px; font-size:14px; color:#919191; padding:0 20px 0 45px; background:url(../images/dqwz_logo.png) no-repeat 20px center;}
.dqwz_title span{color:#0071c0;}
.dqwz_contect{width:100%; float:left; background:#fff; padding:20px;}
.company{display:block; overflow:hidden; min-height:400px; font-size:14px; color:#333; line-height:30px;}
.company .company_p{display:block; overflow:hidden; font-size:24px; color:#0071c0; line-height:50px; padding-bottom:10px;}
.company_ul{display:block; overflow:hidden; width:1180px;}
.company_ul li{width:216px; float:left; margin:0 20px 20px 0; background-position:center; background-repeat:no-repeat; background-size:cover; cursor:pointer;}
.company_ul li::before{content:""; display:block; padding-top:100%;}
.company img{max-width: 100%; height: auto;}
/*END-关于我们*/

/*产品中心*/
.cp{width:100%; overflow:hidden; background:#fff; padding:20px; margin:20px 0;}
.cp_ul{display:block; overflow:hidden;}
.cp_ul li{width:25%; float:left; padding:15px;}
.cp_ul li .cp_p{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#333;}
.cp_ul li .cp_dl{display:block; overflow:hidden; padding-top:10px;}
.cp_ul li .cp_dl dd{display:block; overflow:hidden; line-height:30px;}
.cp_ul li .cp_dl dd a{font-size:14px; color:#a1a1a1; position:relative; padding-left:20px; display:block;text-overflow:ellipsis; white-space: nowrap;}
.cp_ul li .cp_dl dd a::before{content:""; width:5px; float:left; height:5px; border-radius:50%; background:#a1a1a1; position:absolute; left:0; top:50%; transform: translateY(-50%); transition:all 0.4s;}
.cp_ul li .cp_dl dd:hover a{color:#0071c0;}
.cp_ul li .cp_dl dd:hover a::before{background:#0071c0;}

.main_left{width:280px; float:left; background:#fff; padding:20px 10px 10px 10px;}
.about_title{display:block; overflow:hidden; line-height:70px; font-size:36px; color:#0071c0; text-indent:20px;}
.about_ul{display:block; overflow:hidden; padding-top:20px;}
.about_ul li{display:block; overflow:hidden; margin-bottom:1px;}
.about_ul li a{display:block; overflow:hidden; height:40px; line-height:40px; background:#f5f5f5; font-size:14px; color:#333; padding:0 15px;}
.about_ul li a:hover{color:#0071c0;}
.about_dl{display:none; overflow:hidden; padding:5px 0;}
.about_dl dd{display:block; overflow:hidden;}
.about_dl dd a{display:block; overflow:hidden; line-height:34px; font-size:12px; color:#7b7b7b; padding:0 20px;}
.about_dl dd a:hover{color:#0071c0;}

.main_right{width:900px; float:right; background:#fff; padding:20px;}
.cp_title{display:block; overflow:hidden; line-height:50px;}
.cp_T{float:left; font-size:24px; color:#0071c0;}
.cp_bottom{float:right; padding-top:10px;}
.cp_bottom a{width:30px; float:left; height:30px; border:1px solid #eee; display:flex; align-content:center; align-items:center; justify-content:center; font-family:SimSun; font-size:16px; color:#878787; margin:0 3px;}
.cp_bottom a:hover{background:#0071c0; color:#fff; border-color:#0071c0;}
.cp_bottom a.actived{background:#0071c0; color:#fff; border-color:#0071c0;}

.cps_ul{display:block; overflow:hidden; width:900px; padding-top:15px;}
.cps_ul li{width:260px; float:left; margin:0 40px 40px 0;}
.cps_ul li .cpzx_img{width:100%; border:1px solid #e1e1e1; position:relative; overflow:hidden;}
.cps_ul li .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cps_ul li .cpzx_p{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:14px; color:#333;}
.cps_ul li .cpzx_txt{display:block; overflow:hidden; height:40px; line-height:20px; text-align:center; font-size:12px; color:#666; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.cps_ul li:hover .cpzx_img{border-color:#0071c0;}
.cps_ul li:hover .cpzx_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cps_ul li:hover .cpzx_p{color:#0071c0;}

.cpxq{width:900px; float:right; padding:20px;}
.cpxq_L{width:396px; float:left; border:1px solid #107ac4; background:#fff; position:relative; margin-right:40px;}
.cpxq_L::before{content:""; display:block; padding-top:90.60714%;}
.cpxq_p{display:block; overflow:hidden; line-height:60px; font-size:24px; color:#0071c0;}
.cpxq_sp{display:block; overflow:hidden; height:192px; line-height:24px; font-size:14px; color:#666666;}
.cpxq_B{display:block; overflow:hidden; padding-top:30px;}
.cpxq_dianhua{width:242px; float:left; height:50px; line-height:50px; text-align:center; background:#0071c0; font-family:Impact; font-size:20px; color:#fff;}
.cpxq_dianhua span{padding-left:36px; background:url(../images/cpxq_dianhua.png) no-repeat left center;}
.cpxq_zxly{width:160px; float:right; height:50px; line-height:50px; text-align:center; background:#ff8800; font-size:16px; color:#fff;}
.cpxq_txtB{width:100%; float:left; overflow:hidden; margin-top:30px; padding-top:30px; border-top:1px solid #e0e0e0;}
.cpxq_T{display:block; overflow:hidden; font-size:18px; color:#0071c0; line-height:30px;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#333333; line-height:30px; padding-top:15px;}
.cpxq_txt img{max-width:100%;height:auto;}
/*END-产品中心*/

/*行业应用*/
.hy_ul1{display:block; overflow:hidden; width:1200px;}
.hy_ul1 li{width:360px; float:left; margin:0 40px 40px 0;}
.hy_ul1 li .hy_B{width:100%; overflow:hidden;}
.hy_ul1 li .hy_B .hy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.hy_ul1 li .hy_B .hy_img::before{content:""; display:block; padding-top:66.6667%;}
.hy_ul1 li .hy_p{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; margin-top:10px; font-size:14px; color:#333;}
.hy_ul1 li .hy_txt{display:block; overflow:hidden; height:40px; line-height:20px; font-size:12px; color:#a3a3a3;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.hy_ul1 li:hover .hy_B .hy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.hy_ul1 li:hover .hy_p{color:#0071c0;}

.hy-imgbox{position:relative; padding:0 70px;}
.hy-imgbox .swiper-slide a{width:100%;float:left; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.hy-imgbox .swiper-slide a::before{content:""; display:block; padding-top:86.9159%;}
.hy-next{right:0; position:absolute;top:50%; margin-top:-13px; width:24px; height:26px; background:url(../images/hy_R.png) no-repeat center center; overflow:hidden; opacity:1;  cursor:pointer;}
.hy-prev{left:0; position:absolute;top:50%; margin-top:-13px; width:24px; height:26px; background:url(../images/hy_L.png) no-repeat center center; overflow:hidden; opacity:1; cursor:pointer;}

.hyxq{display:block; overflow:hidden; padding-top:30px;}
.hyxq_p{display:block; overflow:hidden; font-size:24px; color:#0071c0; line-height:30px;}
.hyxq_txt{display:block; overflow:hidden; font-size:14px; color:#666666; line-height:30px; padding-top:15px; text-indent:2em;}
.hyxq_txt table[align="center"] {margin: 0 auto;}

/*END-行业应用*/

/*新闻资讯*/
.xw_ul{display:block; overflow:hidden; width:1200px;}
.xw_ul li{width:360px; float:left; margin:0 40px 40px 0;}
.xw_ul li .news_B{width:100%; overflow:hidden;}
.xw_ul li .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li .news_B .news_img::before{content:""; display:block; padding-top:67.416%;}
.xw_ul li .news_pp{display:block; overflow:hidden; line-height:28px; margin-top:15px; font-size:16px; color:#333;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li .news_spp{display:block; overflow:hidden; line-height:24px; font-size:12px; color:#adadad; background:url(../images/news_logo1.png) no-repeat left center; padding-left:25px;}
.xw_ul li .news_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#8b8b8b;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:5px;}
.xw_ul li:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li:hover .news_pp{color:#0071c0;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:24px; color:#0071c0; line-height:30px;}
.xwxq_sp{display:flex; justify-content:center; overflow:hidden; text-align:center; font-size:12px; color:#adadad; line-height:22px; padding:15px 0; border-bottom:1px solid #dfdfdf;}
.xwxq_sp span{float:left; padding-left:30px; margin:0 15px;}
.xwxq_sp span:first-child{background:url(../images/news_logo1.png) no-repeat left center;}
.xwxq_sp span:nth-child(2){background:url(../images/news_logo2.png) no-repeat left center;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#333333; line-height:30px; padding-top:20px;}
.xwxq_txt img{max-width: 100%; height: auto;}

/*END-新闻资讯*/

/*联系我们*/
.contact_L{width:280px; float:left;background:#0071c0; padding:20px; min-height:165px;}
.contact_p{display:block; overflow:hidden; line-height:70px; font-size:24px; color:#fff;}
.contact_heng{display:block; overflow:hidden; height:1px;background-image: linear-gradient(to right, #fff , #0071c0);}
.contact_R{width:900px; float:right; background:#fff; padding:20px;}
.contact_T{display:block; overflow:hidden; line-height:50px; font-size:24px; color:#0071c0;}
.contact_box{display:block; overflow:hidden; line-height:48px; font-size:16px; color:#7b7b7b;}
.contact_box span{color:#333333;}
.contact_dianhua{background:url(../images/lxwm_logo1.png) no-repeat left 14px; padding-left:32px;}
.contact_Fax{background:url(../images/lxwm_logo2.png) no-repeat left 14px; padding-left:32px;}
.contact_Email{background:url(../images/lxwm_logo3.png) no-repeat left 14px; padding-left:32px;}
.contact_add{background:url(../images/lxwm_logo4.png) no-repeat left 14px; padding-left:32px;}
.contact_zxly{display:block; overflow:hidden; padding-top:40px;}
.contact_form{display:block; overflow:hidden; padding-top:20px;}
.contact_left{width:49%; float:left;}
.contact_right{width:49%; float:right;}
.contact_B{display:block; overflow:hidden; margin-bottom:30px;}
.contact_sp{width:100px; float:left; height:40px; line-height:40px; font-size:16px; color:#333;}
.contact_sp span{color:#ff0000; font-size:14px; padding-right:5px;}
.contact_sp em{padding-left:32px;}
.contact_inp1{width:calc(100% - 100px); float:left; height:40px; line-height:38px; border:1px solid #cde6f7; font-size:14px; color:#333; padding:0 10px;}
.contact_inp2{width:calc(100% - 100px); float:left; height:250px; line-height:22px; border:1px solid #cde6f7; font-size:14px; color:#333; padding:5px 10px; outline:none;}
.contact_spp{width:calc(100% - 100px); float:left; height:40px; line-height:38px; border:1px solid #cae4f6; background:#7ac23c; text-align:center; font-size:12px; color:#fff;}
.contact_bottom{width:100%; float:left; justify-content:center; display:flex;}
.contact_bottom>input{width:150px; float:left; height:40px; background:#f5f5f5; font-size:14px; color:#333; margin:0 15px;}
.contact_bottom .contact_btn{background:#0071c0; color:#fff;}
/*END-联系我们*/