﻿@charset "utf-8";
/* CSS Document */
.bg_color{background:#f9f9f9;}
/*banner_wrap*/
.banner_wrap{min-width:1200px;height:474px; overflow:hidden; margin:0 auto;}
.banner_wrap img{width:100%;height:474px; }
.banner_wrap,.banner_wrap img{height: auto; }

.banner_wrap .bx-wrapper .bx-controls-direction a{width:50px;height:50px;margin-top:-25px;}
.banner_wrap .bx-wrapper .bx-prev{background:url(../images/prev.png) center center no-repeat;background-size:100%;}
.banner_wrap .bx-wrapper .bx-next{background:url(../images/next.png) center center no-repeat;background-size:100%;}
/*list公用部分*/
.row_list li{float:left;background:#fff;overflow:hidden;cursor:pointer;box-shadow:0 0 20px rgba(0,0,0,.2);}
.row_list li a{display:block;}
.row_list li .row_pro_cont p{font-size:14px;}
/*标题公用部分*/
.title{font-size:44px;color:#3d3d3d;font-weight:800; text-align:center;}
.tit_ms{font-size:16px;color:#9a9a9a;text-align:center;padding:33px 0 53px;}
/*row_pro*/
.row_pro{position:relative;z-index:20; margin-top:-100px;height:350px;}
.pro_list{margin-left:-20px; margin-right:-20px;}
.pro_list li{margin:0 20px;width:270px;height:280px;-webkit-transition:all ease .5s;transition:all ease .5s;}
.pro_list li .row_pro_cont{height:120px; padding:20px; text-align:center;-webkit-transition:all ease .8s;transition:all ease .8s;}
.pro_list li .row_pro_cont h2{font-size:22px;font-weight:bold;padding:15px 0;color:#3a3a3a;}
.pro_list li .row_pro_cont p{color:#9a9a9a;}
.pro_list li:hover{-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.pro_list li:hover .row_pro_cont{background:#4293f4;}
.pro_list li:hover .row_pro_cont h2,
.pro_list li:hover .row_pro_cont p{color:#fff;}
/*row_case*/
.row_case{width:100%;background:#fff; overflow:hidden;padding:60px 0 26px;}
.case_list{margin:0 -30px;}
.case_list li{width:360px;height:280px;margin:0 30px 38px;border:1px solid #efefef; box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.15)}
.case_list li a{padding:9px 7px; position:relative;}
.case_list li .case_img_box{height:136px; overflow:hidden;margin-bottom:12px;}
.case_list li img{-webkit-transition:all ease .8s;transition:all ease .8s;width:100%;}
.case_list li i{display:block;position:absolute;top:0px;left:0px;width:360px;height:150px;border:9px solid #fff; z-index:2;}
.case_list li .case_title{border-bottom:1px solid #ededed; position:relative;}
.case_list li .case_title::before{position: absolute;content: '';width: 0;height: 1px;background-color: #afafaf;left: 0px;bottom: -1px;margin: 0;transition: all .6s ease 0s;}
.case_list li .case_title h3{font-size:16px;color:#353535;font-weight:bold; padding:0 10px 12px;-webkit-transition:all ease .5s;transition:all ease .5s;}
.case_list li .case_text{padding:10px;font-size:14px;line-height:20px;color:#717171;}
.case_list li:hover img{ transform:scale(1.2)}
.case_list li:hover .case_title::before{width: 100%;}
.case_list li:hover .case_title h3{color:#9cc529;}
/*row_news 企业新闻*/
.row_news{background:#f9f9f9;padding:60px 0 77px;}
.row_news .news_box{height:392px; overflow:hidden;}
.row_news .news_img_box{float:left;width:438px;height:392px; overflow:hidden;}
.news_img_box .bx-wrapper .bx-caption span{width:78%;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.news_img_box .bx-wrapper .bx-viewport{height:392px !important;}
.news_img_box .bx-wrapper .bx-pager{bottom:12px; text-align:right;padding-right:6px; z-index:100;}
.news_img_box .bx-wrapper .bx-pager.bx-default-pager a{background-color:#c0c0c0;margin:0 4px;}
.news_img_box .bx-wrapper .bx-pager.bx-default-pager a:hover,
.news_img_box .bx-wrapper .bx-pager.bx-default-pager a.active,
.news_img_box .bx-wrapper .bx-pager.bx-default-pager a:focus{background:#4db8f9;}
.row_news .news_list_box{float:right;width:726px;}
.news_list_box .news_list li{height:80px;margin-bottom:24px;position:relative;}
.news_list_box .news_list li::before{position:absolute;content:'';width:94px;height:100%;background:#268fdc;left:0px;top:0px;margin:0; transition:all .8s ease 0s; z-index:1;}
.news_list_box .news_list li a{display:block;height:100%; overflow:hidden; position:relative; z-index:2;}
.news_list .news_date{float:left;width:94px;color:#fff;}
.news_list .news_date .date_span{display:block;padding:8px 10px 0;}
.news_list .news_date .day{font-size:36px;}
.news_list .news_date .month{font-size:18px;padding-left:0px;}
.news_list .news_date .year{font-size:18px;}
.news_list .news_cont{float:right;width:584px;margin:0 22px;padding:8px 0;}
.news_list .news_cont h3{font-size:18px;font-weight:normal;color:#353535; margin-bottom:8px;transition:all .5s ease 0s;}
.news_list .news_cont p{color:#a6a6a6; line-height:1.42;transition:all .5s ease 0s;}
.news_list_box .news_list li:hover::before{width:100%;background:#268fdc;}
.news_list_box .news_list li:hover .news_cont h3,
.news_list_box .news_list li:hover .news_cont p{color:#fff;}


