@charset "utf-8";
/* CSS Document */
.banner_box{position:relative;overflow:hidden;}
.page_banner{height:360px;-webkit-transition: all 0.3s; transition: all 0.3s;}
.page_banner img{  -webkit-transition: all 0.8s; transition: all 0.8s;}
.page_banner .cat_box{position:absolute; bottom:40%; left:0; width:100%;}
.page_banner .cat_box .cat_name{font-size:24px; color:#fff; line-height:2;}
.page_banner .cat_box span{ font-size:36px; color:#fff;font-weight:normal; font-weight: bold;text-transform:uppercase;}
@media (max-width: 1600px){
.page_banner {height:300px;}
}
@media (max-width:1440px){
.page_banner {height: 270px;}
.page_banner .cat_box{position:absolute; bottom:28%;}
}
@media (max-width: 1200px){
.page_banner {height: 225px;}
.page_banner .cat_box .cat_name{font-size:20px; line-height:1.5;}
.page_banner .cat_box span{ font-size:26px;}
}
@media (max-width:992px){
.page_banner{height: 196px; }
}
@media (max-width: 768px){
.page_banner{height:180px; overflow:hidden;}
.page_banner .cat_box .cat_name{font-size:16px; line-height:1.5;}
.page_banner .cat_box span{ font-size:22px;}
}
@media only screen and (max-width: 552px){
.page_banner{height:160px;}
}
@media only screen and (max-width: 425px){
.page_banner{height:140px;}
.page_banner .cat_box span{ font-size:20px;}
}
@media only screen and (max-width: 375px){
.page_banner{height:120px;}
}
/* 二级导航部分 */
.second_nav{height: 60px;line-height: 60px;border-bottom: 1px solid #eaeaea;}
.second_nav .crumb{float: right;}
.second_nav .crumb li{float: left;color: #333;}
.second_nav .crumb a{color: #333;}
.second_nav .r_sec{float: left;}
.second_nav .r_sec li{float: left;margin-right:22px; }
.second_nav .r_sec.pro li{float: left;margin-right:10px; }
.second_nav .r_sec li.active a{color:#014d94;}
.second_nav .r_sec li a{display: block;color: #333; font-weight:600;}
.second_nav .fa {margin: 0 .3em; font-size: 1em;}
.second_nav a:hover{color:#014d94;}
.second_nav .r_sec li a:hover{color:#014d94;}
@media (max-width: 1200px) {
.second_nav .r_sec li{margin-right:15px; }
.second_nav .r_sec li a{ font-size:15px; font-weight: normal;}
}
@media only screen and (max-width: 992px){
.second_nav .crumb{display: none;}
.second_nav .r_sec{float: left;}
}
@media only screen and (max-width: 670px){
.second_nav{height: auto;line-height: 36px;}
}
@media only screen and (max-width: 425px){
.second_nav .container{padding-right: 0px;padding-left:1px;}
.second_nav{ border-bottom: 1px solid #eaeaea;}
.second_nav .r_sec.about li{margin-right:15px; }
}
/* 公共部分 */
.channel_content{padding: 70px 0;}
@media (max-width: 1200px) {
.channel_content{padding: 50px 0;}
}
@media only screen and (max-width: 1024px){
.channel_content{padding: 40px 0;}
}

/*关于我们*/
.about .about-con .about-bt{color: #333;font-size: 24px; padding-bottom:20px; text-align:left; position:relative;}
.about .about-con .about-diao{color: #666;line-height: 30px;  text-align:left;}
.about .about-bottom{ margin-top:10px;}
.about .about-bottom p{color: #666;line-height: 30px;  text-align:left;}
.about_num { margin-top:10px;}
.about_num ul li{ background-position:left center; background-image:url(../images/img6.jpg); background-repeat:no-repeat; text-align:center;}
.about_num ul li:nth-child(1){background-image:none; } 
.about_num .num{ font-size:30px; font-weight:600; position:relative; padding-bottom:10px;margin-bottom:15px;}
.about_num .num:after{ position:absolute; content:""; bottom:0px; left:40%; width:20px; height:2px; background:#014d94; }
@media (max-width:1440px) {
.about .about-left img{ width:100%;}
}
@media (max-width:1280px) {
.about .about-diao{ line-height: 38px; }
}
@media (max-width:1200px) {
.about .about-left{ margin-bottom:20px;}
.about .about-diao{ line-height: 34px; }
}
@media (max-width: 760px) {
.about .about-con .about-diao{ line-height:26px;margin:5px 0px 35px; }
.about .about-con .about-bt{ font-size: 20px; }
}
@media (max-width:425px) {
.about .about-con .about-bt{ padding-bottom:0px;}
}
@media (max-width:375px) {
.about .about-con .about-bt{ font-size: 20px;}
.about .about-con .about-diao{ margin:25px 0px; }
}
/*产品导航页*/
.gray{ background-color:#f8f8f8;}
.product { height:350px;overflow: hidden; }
.product .oneimg {width: 50%;overflow: hidden; }
.product .oneimg img {width: 100%; height:100%;  overflow: hidden;}
.product .onetx {width: 50%; padding-right: 5%;box-sizing: border-box;}
.product .onetx h2 {font-size: 26px;color: #004d93;line-height: 45px; font-weight:600; margin-bottom:10px; padding-bottom:15px; position:relative;}
.product .onetx h2:after{position:absolute; content:""; bottom:0px; left:0; width:30px; height:2px; background:#014d94;}
.product .onetx .des { color: #666;line-height: 28px;margin-top: 10%;}
.product .onetx .more{width: 130px;text-align: center;margin: 30px 0px;border: 1px solid #666;}
.product .onetx .more a{color: #666;font-size:15px;line-height:32px;text-transform: uppercase;}
.product .onetx .more:hover{ border: 1px solid #004d93; background-color:#004d93;}
.product .onetx .more:hover a{color: #fff;}
.product:nth-child(2n) .fl{ float:right;}
.product:nth-child(2n) .fr{ float:left;}
.product .p_l{ padding-left:5%;}
.product .p_r{ padding-right:5%;}
.f-cb {zoom: 1;}
@media (max-width: 1280px) {
.product { height:345px; }
.product .onetx .dev {font-size: 17px; margin-bottom: 4%;}
.product .onetx h2 {font-size: 24px;}
}
@media (max-width: 1024px) {
.product .onetx h2 {font-size: 20px; padding-bottom:10px; }
.product .p_l{ padding-left:3%;}
.product .p_r{ padding-right:3%;}
.product .onetx .des { margin-top: 5%;line-height: 26px;}
.product .onetx i { margin: 3% 0;}
.product { height:280px; }
.product .onetx .more{ margin: 10px 0px; }
}
@media only screen and (max-width: 768px){
.product { height: auto; }
.product .oneimg {width: 100%; }
.product .onetx {width: 100%; padding-bottom:4%; padding-top:6%;}
}
@media only screen and (max-width: 425px){
.product .oneimg img { height: 245px; }
.product .onetx h2 {font-size: 18px;}
}
/*产品列表*/
.product_list .projectitem { margin-bottom:30px;}
.product_list .projectitem a .projectitem_wrapper{height:330px; display: block;overflow: hidden}
.product_list .projectitem a img { position:relative; width: 100%; height:234px; overflow:hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.product_list .projectitem a:hover img {transform: scale(1.2, 1.2)}
.product_list .projectitem a .project_info {width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;transition: all ease-out .3s;}
.product_list .projectitem a .project_info div {position: relative;top: 72%; padding:8px 0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width:100%; background:#fff; }
.product_list .projectitem a .project_info p { width:auto; text-align:left; padding-left:10px;}
.product_list .projectitem a .project_info .title { font-size: 16px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height:30px;}
.product_list .projectitem a .project_info .subtitle { color:#b7b7b7; font-size:13px; font-family:Arial, Helvetica, sans-serif; display: block;line-height:24px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-transform:uppercase; padding-bottom:20px; }
.product_list .projectitem a .project_info div:after { content:''; width:37px; height:20px; display:block; position:absolute; top:50%; right:2px; background: transparent url(../images/icon.png) no-repeat -30px -66px; transition: all 0.3s ease-out 0s; margin-top:-11px; border-left: 1px solid rgba(0, 0, 0, .0); }
.product_list .projectitem a .project_info div::before {content:'';position:absolute;width:100%;height: 76%;border-bottom: 1px solid rgba(0, 0, 0, .1);left:0;}
.product_list .projectitem:hover a .project_info div::before {border-bottom: 1px solid rgba(0, 0, 0, .4)}
.product_list .projectitem:hover a .project_info div:after { background: url(../images/icon.png) no-repeat 16px -66px; border-left:1px solid rgba(0, 0, 0, .1); }
@media only screen and (max-width:1200px) {
.product_list .projectitem a .projectitem_wrapper{height:250px; display: block;overflow: hidden}
.product_list .projectitem a img { width: 100%; height:170px;}
.product_list .projectitem a .project_info div { top: 65%;}
.product_list .projectitem a .project_info div:after { background: transparent url(../images/icon.png) no-repeat -20px -66px; width:30px;}
.product_list .projectitem a .project_info p { padding-left:0px;}
}
@media only screen and (max-width:992px) {
.product_list { padding-bottom:30px;}
.product_list .projectitem { margin-bottom:10px;}
.product_list .projectitem a .projectitem_wrapper{height:270px; display: block;overflow: hidden}
.product_list .projectitem a img { width: 100%; height:195px;}
.product_list .projectitem a .project_info .title { font-size: 15px;}
.product_list .projectitem a .project_info .subtitle {font-size:12px; padding-bottom:10px;}
}
@media only screen and (max-width:768px) {
.product_list .projectitem { margin-bottom:0px;}
.product_list .projectitem a .projectitem_wrapper{height:270px; }
.product_list .projectitem a img {height:175px;}
}
@media only screen and (max-width:767px) {
.product_list .projectitem { margin-bottom:0px;}
.product_list .projectitem a .projectitem_wrapper{height:320px; }
.product_list .projectitem a img {height:205px;}
}
@media only screen and (max-width:425px) {
.product_list .projectitem a .project_info div { top: 68%;}
.product_list .projectitem { margin-bottom:0px;}
.product_list .projectitem a .projectitem_wrapper{height:200px; }
.product_list .projectitem a img {height:140px; width:100%}
.product_list .projectitem a .project_info .title { font-size: 15px; line-height:32px;}
.product_list .projectitem a .project_info .subtitle { display:none;}
}
@media only screen and (max-width:375px) {
.product_list .projectitem a .project_info div { top: 65%;}
.product_list .projectitem a .projectitem_wrapper{height:180px; }
.product_list .projectitem a img {height:120px;}
}
/*产品详情页*/
.product_detail{}
.widget-prodetail-5-detail {}
.widget-prodetail-5-detail ._title { font-size: 26px; font-weight: 600;overflow: hidden; color: #004d93;line-height: 35px;border-bottom: 1px #e5e5e5 solid;padding-bottom: 10px;}
.widget-prodetail-5-detail ._intro{ margin: 20px 0;color: #666;line-height: 28px; height:120px; overflow: hidden;}
.widget-prodetail-5-detail .price{font-size: 20px;color: #004d93;font-weight: bold;}
.widget-prodetail-5-detail .subTitle{font-size:20px;color:#6f6f6f;border-bottom: 1px #e5e5e5 solid;padding-bottom: 10px;display:none;}
.widget-prodetail-5-detail ._pcon{margin-top:20px;}
.widget-prodetail-5-detail ._pcon li{float:left;margin-right: 8%;font-size:22px;line-height: 45px; }
.widget-prodetail-5-detail ._pcon li .fa{ margin-right:10px; font-size:22px;}
.widget-prodetail-5-detail ._pcon .li1 a{font-weight: bold;color:#014d94;}
.widget-prodetail-5-detail ._tools{float:left;width:100%;margin-right: 1%;background-color:#014d94;}
.widget-prodetail-5-detail ._tools a{display:block;text-align: center;height:45px;line-height: 45px;font-size:16px; color:#fff}
.widget-prodetail-5-detail .bshare-custom {display:inline-block;vertical-align: middle;line-height:24px;margin:20px 6px 0;}
.product_detail .content{ margin:15px 0; line-height:26px; color:#666;}
.product_detail .content p{ margin-bottom:15px;}
.product_detail .ps_paras .ps_t{font-size:18px; margin: 25px 0;color:#000; position:relative; padding-left:15px; }
.product_detail .ps_paras .ps_t:before{ position:absolute; left:0px; top:0px;  width:3px; height:20px; content:""; background-color:#014d94; }
.product_detail .ps_paras .ps_con{margin-top:40px;}
.product_detail .swiper-button-next{ right:0; background-color: rgba(0,0,0,0.6); width: 38px;height: 36px; background-size: 15px 24px;}
.product_detail .swiper-button-prev{ left:0; background-color: rgba(0,0,0,0.6); width: 38px;height: 36px; background-size: 15px 24px;}
.product_detail .swiper-container{height:350px; }
.product_detail .projectitem { margin-bottom:30px;background:#fff;}
.product_detail .projectitem a .projectitem_wrapper{height:350px; display: block;overflow: hidden; background:#fff;}
.product_detail .projectitem a img { position:relative; width: 100%; height:234px; overflow:hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;background:#fff;}
.product_detail .projectitem a .project_info {width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;transition: all ease-out .3s;}
.product_detail .projectitem a .project_info div {position: relative;top: 66%; padding:8px 0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width:100%; background:#fff; }
.product_detail .projectitem a .project_info p { width:auto; text-align:left; padding-left:10px;}
.product_detail .projectitem a .project_info .title { font-size: 16px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height:30px;}
.product_detail .projectitem a .project_info .subtitle { color:#b7b7b7; font-size:13px; font-family:Arial, Helvetica, sans-serif; display: block;line-height:24px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-transform:uppercase; padding-bottom:20px; }
.product_detail .projectitem a .project_info div:after { content:''; width:37px; height:20px; display:block; position:absolute; top:50%; right:2px; background: transparent url(../images/icon.png) no-repeat -30px -66px; transition: all 0.3s ease-out 0s; margin-top:-11px; border-left: 1px solid rgba(0, 0, 0, .0); }
.product_detail .projectitem a .project_info div::before {content:'';position:absolute;width:100%;height: 76%;border-bottom: 1px solid rgba(0, 0, 0, .1);left:0;}
.product_detail .projectitem:hover a .project_info div::before {border-bottom: 1px solid rgba(0, 0, 0, .4)}
.product_detail .projectitem:hover a .project_info div:after { background: url(../images/icon.png) no-repeat 16px -66px; border-left:1px solid rgba(0, 0, 0, .1); }
.product_detail .video{width:100%;height: 470px;}
.product_detail #video {width: 100%;height: 100%;margin: 0 auto;position: relative;}
@media only screen and (max-width:1200px) {
.product_detail .projectitem a .projectitem_wrapper{height:300px; display: block;overflow: hidden}
.product_detail .projectitem a img { width: 100%; height:225px;}
.product_detail .projectitem a .project_info div { top: 68%;}
.product_detail .projectitem a .project_info div:after { background: transparent url(../images/icon.png) no-repeat -20px -66px; width:30px;}
.product_detail .projectitem a .project_info p { padding-left:0px;}
.product_detail .projectitem a .project_info div::before {height: 70%;}
.product_detail .content p{ margin-bottom:5px;}
.product_detail .ps_paras .ps_con img{ width:100%;}
}
@media only screen and (max-width:992px) {
.product_detail .swiper-container{height:350px; }
.product_detail { padding-bottom:30px;}
.product_detail .projectitem { margin-bottom:20px;}
.product_detail .projectitem a .projectitem_wrapper{height:350px; display: block;overflow: hidden}
.product_detail .projectitem a img { width: 100%; height:278px;}
.product_detail .projectitem a .project_info div { top: 75%;}
}
@media only screen and (max-width:768px) {
.product_detail .projectitem { margin-bottom:0px;}
.product_detail .projectitem a .projectitem_wrapper{height:300px; }
.product_detail .projectitem a img {height:215px;}
.product_detail .projectitem a .project_info div { top: 70%;}
}
@media only screen and (max-width:425px) {
.product_detail .projectitem a .project_info div { top: 68%;}
.product_detail .projectitem { margin-bottom:0px;}
.product_detail .projectitem a .project_info .title { font-size: 15px; line-height:32px;}
.product_detail .projectitem a .projectitem_wrapper{height:325px; }
.product_detail .projectitem a img {height:245px;}
}
@media (max-width:1200px){
.widget-prodetail-5-detail ._title { font-size: 22px;}
}
@media (max-width: 768px) {
.product_detail .swiper-container{height:300px; }
.widget-prodetail-5-detail{ margin-top:20px;}
.widget-prodetail-5-detail ._title { font-size: 20px;}
}
@media (max-width: 425px) {
.widget-prodetail-5-detail ._title { font-size: 18px;}
}
/*新闻列表*/
.newlist li{display: block; padding: 3% 0; border-bottom: 1px solid #f2f2f2; transition: all .3s ease; }
.newlist .title a{ font-size:18px; color: #333;}
.newlist .title a:hover{ color: #004d93;}
.newlist .time{ line-height:36px; color: #666; }
.newlist .decs{ color: #666; line-height:26px; }
.newlist .new_more{ vertical-align:middle; text-align:center; margin-top:2%;}
.newlist .new_more .more{padding: 5px 23px;}
.newlist li:hover .more{ border: 1px solid #004d93; color: #fff; background:#004d93;}
.newlist li:first-child{ padding-top:0;}
@media (max-width:1024px) {
.newlist .decs{ height:50px;margin:0px 0 10px; line-height:24px; overflow: hidden;  text-overflow: ellipsis;}
}
@media (max-width:767px) {
.newlist .new_more{ text-align:left;}
}
@media (max-width:425px) {
.newlist .title a{ font-size:16px; }
.newlist li{ margin-bottom:15px;}
.newlist .con{ padding-top:0px; padding-bottom:0px;}
.newlist .new_more{ margin-top:0;}
.newlist .time{ line-height:30px; }
}
/*新闻详情*/
.news_detail ._head ._title { font-size:26px; text-align:center;color:#333333; }
.news_detail ._tools { color:#7e7e7e; margin-bottom:20px; margin-top:8px;}
.news_detail ._tools_border{height: 45px;border-bottom: #d8d8d8 1px solid;text-align:center;}
.news_detail ._tools ._tool{ font-size:15px; margin-right:10px; display:inline-block; height:40px; line-height:40px; overflow:hidden;}
.news_detail ._tools .fa { font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px; padding-right:5px;}
.news_detail ._tools b { font-weight:normal; }
.news_detail .myart { line-height:2; border-bottom: #d8d8d8 1px solid; color:#555555; padding:20px 0 30px; margin-bottom:15px; }
.news_detail .prev_next a{color: #666;}
.news_detail .prev_next li {margin: 10px auto; padding:0 5px; line-height: 40px;height: 40px;width: 48%;}
.news_detail .prev_next li:hover { display: block; }
@media (max-width: 1200px) {
.news_detail ._head ._title { font-size:24px;}
}
@media (max-width: 992px) {
.news_detail ._head ._title { font-size:20px;}
}
@media (max-width: 768px) {
.news_detail ._head ._title { font-size:18px; line-height:28px;}
.news_detail .myart img{ width:100%;}
}
@media (max-width:425px) {
.news_detail .prev_next li {margin: 0px auto; padding:0 5px; line-height: 30px;height: 30px;width: 100%;}
.news_detail .myart { line-height:1.6;  padding:0px 0 20px; }
.news_detail ._tools ._tool{ font-size:14px;}
}
/*解决方案*/
.solution .solution-tabs{border-bottom: none;}
.solution .solution-tabs li{margin-bottom: 0; height:120px; margin-top:5px;}
.solution .solution-tabs li.active > a{border: none;background: none; border-radius:5px;}
.solution .solution-tabs li.active > a:hover,
.solution .solution-tabs li.active > a:focus{color:#fff; background-color:#014d94;border-radius:5px;}
.solution .solution-tabs li > a{text-align:center;color:#333;font-weight: bold;font-size: 14px;display: block;background-color:#fff;border-radius:5px; box-shadow:0px 0px 2px 0px rgba(0, 0, 0, .175);  border:0px solid transparent;padding:10px 0; margin-right:2px; margin-left:2px; }
.solution .solution-tabs li > a:hover {border: none;background: none;color:#014d94;}
.solution .solution-tabs li.active > a{color:#fff; background-color:#014d94;}
.solution .solution-tabs li > a i{display: block;font-size: 40px;padding-bottom: 15px;}
.solution .nav > li > a {width:136px; padding: 15px 0px;}
.solution .tab-pane{margin-top:40px;min-height: 100px;}
.solution .tab-pane .row{background: #FFF;overflow: hidden;margin: 0;}
.solution .tab-pane .field-image{padding-left: 0;}
.solution .tab-pane .field-image img{width: 100%;}
.solution .tab-pane h3{margin-bottom:15px; font-size: 24px;color:#333;}
.solution .tab-pane .field-info{ overflow:hidden; color:#666;line-height: 26px; text-align: justify;padding-right: 20px;}
.solution .tab-pane .field-more{margin: 30px 0 30px 0;width:160px;background: #840100;color:#FFF;display: block;text-align: center;padding: 10px 40px;}
.solution .tab-pane .field-more:hover{color:#FFF;}
.swiper-container-field {height:135px;}
.swiper-container-field .swiper-wrapper{}
.swiper-container-field .swiper-button-prev{left:0px;}
.swiper-container-field .swiper-button-next{right:0px;}
@media (max-width: 768px) {
.solution .tab-pane h3{margin-top:15px;}
.solution .tab-pane .field-info{ padding-right: 0px;}
.solution .tab-pane h3{ font-size: 18px; }
}
/*服务支持*/
.service .desc{ font-size:16px; line-height:28px; margin-bottom:30px;}
.service_list { height:330px;overflow: hidden;}
.service_list .oneimg {width: 50%;overflow: hidden;background-color: #000;}
.service_list .oneimg img {width: 100%; height:100%;opacity: 1;  overflow: hidden;}
.service_list .oneimg:hover img {opacity: 0.7;}
.service_list .onetx {width: 50%;padding-top: 5%;padding-right: 5%;box-sizing: border-box;}
.service_list .onetx img{ float:left; margin-right:15px; }
.service_list .onetx h2 {font-size: 26px;color: #333;line-height: 45px; margin-bottom:10px; padding-bottom:15px; position:relative;}
.service_list .onetx h2:after{position:absolute; content:""; bottom:0px; left:0; width:45px; height:2px; background:#014d94;}
.service_list .onetx .des { color: #666;line-height: 28px;margin-top: 10%;}
.service_list .p_l{ padding-left:5%;}
.service_list .p_r{ padding-right:5%;}
.f-cb {zoom: 1;}
@media (max-width: 1440px) {
.service_list .onetx { padding-top: 4%; }
}
@media (max-width: 1366px) {
.service_list .onetx h2 {font-size: 28px;}
}
@media (max-width: 1280px) {
.service_list .onetx .dev {font-size: 17px; margin-bottom: 4%;}
.service_list .onetx h2 {font-size: 26px;}
}
@media (max-width: 1024px) {
.service_list .onetx h2 {font-size: 22px;}
.service_list .p_l{ padding-left:3%;}
.service_list .p_r{ padding-right:3%;}
.service_list .onetx .des { margin-top: 5%;line-height: 26px;}
.service_list .onetx i { margin: 3% 0;}
.service_list { height:280px; }
}
@media only screen and (max-width: 768px){
.service_list { height: auto; }
.service_list .oneimg {width: 100%; }
.service_list .onetx {width: 100%; padding-bottom:6%; padding-top:6%;}
}
@media only screen and (max-width: 425px){
.service_list .oneimg { height:240px; }
.service_list .onetx h2 {font-size: 18px;line-height: 40px; padding-bottom:10px;}
.service_list .onetx { padding-bottom:8%;}
}
/*服务流程*/
.process .desc{ text-align:center; font-size:16px; line-height:28px; margin-bottom:30px;}
.fwlct{width: 100%;margin:40px auto 30px;overflow: hidden;}
.lii {float:left;display:inline-block;position:relative;width:16.666%;cursor:pointer;}
.lc_ico{display:block;margin:0 auto;width:113px;height: 112px;background: url(../images/lct.png) 0 0 no-repeat;}
.lii.lii2 .lc_ico { background-position:-113px 0px; }
.lii.lii3 .lc_ico { background-position:-229px 0px; }
.lii.lii4 .lc_ico { background-position:-342px 0px; }
.lii.lii5 .lc_ico { background-position:-454px 0px; }
.lii.lii6 .lc_ico { background-position:-569px 0px; }
.fwlct h3{font-size: 16px;color: #1c1b28; line-height: 30px; margin-top: 10px;text-align: center;}
.fwlct span{display: block;width: 30px;height: 30px;background: url(../images/lc_x.png) no-repeat;position: absolute;top: 55px;right: -15px;}
@media screen and (min-width:768px) and (max-width:999px){	
.lc_ico{width:90px;height: 90px;background-size:540px;}
.lii.lii2 .lc_ico { background-position:-90px 0px;}
.lii.lii3 .lc_ico { background-position:-180px 0px;}
.lii.lii4 .lc_ico { background-position:-270px 0px;}
.lii.lii5 .lc_ico { background-position:-360px 0px;}
.lii.lii6 .lc_ico { background-position:-450px 0px;}
.fwlct span{top:45px;}
}
@media screen and (max-width:768px){		
.fwlct span{display: none;}
.fwlct .lii{float:left;width: 30%;margin: 10px 1.5%;}
.lc h3{ margin-top:10px;font-size:15px;line-height:24px;}
.fwlct{width: 100%;margin:20px auto 20px;}
}
@media screen and (max-width:480px){
.lc_ico{width:90px;height: 90px;background-size:540px;}
.lii.lii2 .lc_ico { background-position:-90px 0px;}
.lii.lii3 .lc_ico { background-position:-180px 0px;}
.lii.lii4 .lc_ico { background-position:-270px 0px;}
.lii.lii5 .lc_ico { background-position:-360px 0px;}
.lii.lii6 .lc_ico { background-position:-450px 0px;}
.fwlct h3{font-size: 14px;}
}
@media screen and (max-width:360px){
.lc_ico{width:70px;height: 70px;background-size:420px;}
.lii.lii2 .lc_ico { background-position:-70px 0px;}
.lii.lii3 .lc_ico { background-position:-140px 0px;}
.lii.lii4 .lc_ico { background-position:-210px 0px;}
.lii.lii5 .lc_ico { background-position:-280px 0px;}
.lii.lii6 .lc_ico { background-position:-350px 0px;}
}
/*常见问题*/
.problem_list .problem-item { margin-bottom:30px;}
.problem_list .problem-h5 {position: relative;padding: 0px 0px 10px 40px;font-size: 18px;color: #444;font-weight: bold; font-family: "微软雅黑",FontAwesome;}
.problem_list .problem-h5:before {content:"\f2c4";display: block;width: 28px;height: 28px; line-height:28px;top: 0;left: 0;position: absolute; font-weight:normal; font-size:15px; background-color:#014d94; color:#fff; text-align:center; }
.problem_list .problem-h5 a{ color:#444;}
.problem_list .problem-h5 a:hover{ color:#004d93;}
.problem_list .problem-detail { padding: 0px 0px 0 40px; height:52px; overflow:hidden; line-height:26px; color: #666; }
@media(max-width:425px) {
.problem_list .problem-h5 {font-size: 16px; line-height:36px; font-weight:normal; color:#333; }
.problem_list .problem-item {line-height:26px;cursor: pointer;padding: 0px 1rem; }
}
/*联系我们*/
.contact h2{ color:#333333; font-weight:bold; margin-bottom:30px;}
.contact .c_cup .c_li{ background:url(../images/c_li.jpg) no-repeat right center; text-decoration:none;}
.contact .c_cup .c_li .c_pic{height:70px; line-height:70px;text-align:center; font-size:36px; color:#014d94;}
.contact .c_cup .c_li .c_pic .fa{line-height:70px; }
.contact .c_cup .c_li .one{line-height:32px; color:#777;font-size:16px; }
.contact .c_cup .c_li .two{ color:#888; line-height:26px; }
.contact .c_cup .c_li *{ text-decoration:none; }
.contact .c_cup .bgn{background:none;}
.ditu{width:99.5%;height:492px;border:#ccc solid 1px; text-align:center; margin-top:40px;}
@media (max-width: 425px) {
.contact .c_cup{ padding-bottom:0px; }
.contact .c_cup .c_li{ height: auto;background:none; }
.contact .c_cup .c_li .two{ font-size:14px;}
.contact h2{ font-size:20px;}
}