@charset "UTF-8";

/*公共样式*/
.wrap{ width: 1200px; margin: 0 auto;}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*右侧漂浮框*/
.p_right_tool{ width: 64px; position: fixed; z-index: 10; right: 0; bottom: 200px}
.p_right_tool a{ width: 64px; height: 64px; background: #8BC63E; text-align: center; margin-bottom: 1px; display: block; position: relative}
.p_right_tool a i{ width: 100%; font-size: 24px; color:#FFF; margin: 8px 0; float: left;}
.p_right_tool a span{ width: 100%; color: #FFF}
.p_right_tool a:hover{ background:#00479D}
.p_right_tool a:hover i,.p_right_tool a:hover span{ color: #FFF}
.p_right_tool a div{ width: 0px; background: #00479D; overflow: hidden; position: absolute; right: 64px; top: 0; transition: 1s}
.p_right_tool a div.phone{ height: 64px; line-height: 64px; color: #FFF; font-size: 16px}
.p_right_tool a:hover div.phone{ width: 140px; text-align: center}
.p_right_tool a:hover div.wechat{ width: 140px; padding: 10px;}
.p_right_tool a:hover div.wechat img{ width: 140px}

/*页头*/
.mod_header_top{ height: 30px; background: #DDD}
.mod_header_top .l p{ font-size: 13px; color: #535353; line-height: 30px}
.mod_header_top .r a{ font-size: 13px; color: #535353; line-height: 30px}
.mod_header_top .r a:hover{ text-decoration: underline}
.mod_header_top .r em{ color: #888; font-family: "宋体"; margin: 0 10px}
.mod_header .top{ height: 88px; padding: 26px 0}
.mod_header .top li{ float: left}
.mod_header .top li.x{ width: 1px; height: 40px; background: #DDD; margin: 24px 20px 0 22px}
.mod_header .top li.text{margin-top: 14px}
.mod_header .top li.text h2{ font-size: 22px; font-weight: bold; color: #333}
.mod_header .top li.text p{ font-size: 18px; color: #333; margin-top: 4px}
.mod_header .top li.contact{ float: right}
.mod_header .top li.contact .wechat{ width: 88px; margin-left: 20px}
.mod_header .nav{ height: 50px; background: #00479D}
.mod_header .nav li{ position: relative; width: 150px; float: left; z-index: 2;}
.mod_header .nav li a.na{ width: 150px; line-height: 50px; color: #FFF; font-size: 16px; display: block; text-align: center}
.mod_header .nav li:hover a.na,.mod_header .nav li.s a.na{ background: #8BC63E}
.mod_header .nav li div{ display: none; position: absolute; top: 50px; width: 240px}
.mod_header .nav li div a{ display: block; width: 228px; height: 38px; line-height: 38px; background: url(../img/arrow-c-888-1.png) 213px no-repeat #EEE; color: #555; font-size: 14px; padding-left: 12px; margin-top: 1px}
.mod_header .nav li div a:hover{ background: url(../img/arrow-c-888-2.png) 213px no-repeat #8BC63E; color: #FFF}

/*页尾*/
.mod_footer{ margin-top: 50px}
.mod_footer .nav{ height: 50px; background: #00479D}
.mod_footer .nav a{ width: 149px; height: 50px; font-size: 16px; color: #FFF; text-align: center; line-height: 50px; float: left}
.mod_footer .nav a:hover{ background: #8BC63E}
.mod_footer .nav em{ width: 1px; height: 14px; background: #0053B9; float: left; margin-top: 18px}
.mod_footer .content{ padding: 45px 0; background: #EEE}
.mod_footer .content .logo{ margin-top: 25px}
.mod_footer .content .text{ margin-left: 60px}
.mod_footer .content .text h2{ font-size: 18px; color: #333}
.mod_footer .content .text p{ font-size: 14px; color: #555; line-height: 200%; margin-top: 10px}
.mod_footer .content .wechat{ width: 130px}
.mod_footer .content .wechat img{ width: 130px}
.mod_footer .content .wechat span{ width: 100%; text-align: center; display: block; color: #666; font-size: 13px; margin-top: 5px}
.mod_footer .bottom{ height: 60px; background: #DDD}
.mod_footer .bottom .l{ line-height: 60px; font-size: 13px; color: #666}
.mod_footer .bottom .r{ line-height: 60px}
.mod_footer .bottom .r span{ color: #00479D; float: left}
.mod_footer .bottom .r a{ width: 40px; height: 40px; line-height: 40px; text-align: center; background: #00479D; border-radius: 50%; float: left; margin: 10px 0 0 10px}
.mod_footer .bottom .r a i{ font-size: 20px; color: #FFF}
.mod_footer .bottom .r a:hover{ background: #8BC63E}

/*首页-Banner*/
.ind_banner{ height:600px;width:100%; overflow:hidden; position:relative; z-index:1; left:0}
.ind_banner ul{ width:100%; float:left;}
.ind_banner ul li{ width:100%; float:left; position:relative; height:600px;}
.ind_banner ul li a{ display:block; height:600px; width:100%; position:absolute; right:0px; top:0px;}
.ind_banner .opacity{ height:40px; width:100%; position:absolute; z-index:2; left:0px; bottom:0px;
    filter:alpha(opacity=50);   
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.ind_banner dl{ position:absolute; left:0px; z-index:3;}
.ind_banner dl dd{ width:35px; height:5px; float:left; margin:0 6px 0 0; background:#fff}
.ind_banner dl dd.on{background:#8BC63E}

/*首页-搜索栏*/
.ind_search{ height: 80px; background: #EEE}
.ind_search .l{ float: left; font-size: 13px; line-height: 80px}
.ind_search .l span{ color: #00479D}
.ind_search .l a{ color: #666; margin-right: 12px}
.ind_search .l a:hover{ color: #00479D; text-decoration: underline}
.ind_search .r{ float: right}
.ind_search .r input{ outline:none; width: 280px; height: 30px; border: 1px solid #FFF; background: #FFF; line-height: 30px; padding-left: 10px; color: #999; font-size: 13px; float: left; margin-top: 24px}
.ind_search .r input:focus{ border: 1px solid #00479D; color: #00479D}
.ind_search .r button{outline:none; width: 90px; height: 32px; background: #00479D; color: #FFF; border: none; cursor: pointer; float: left; margin-top: 24px}
.ind_search .r button:focus{ background: #0053B9}

/*首页公用*/
.ind_sub_tit{ text-align: center; margin: 50px 0}
.ind_sub_tit h5{ font-size: 28px}
.ind_sub_tit p{ font-size: 16px; color: #888; margin-top: 10px}

.swiper-button-prev,.swiper-button-next { width: 16px; height: 40px; position: absolute; z-index: 10; top: 50%; cursor: pointer; background: #e5e5e5; color: #BBB; line-height: 40px; text-align: center; font-family: "宋体"}
.swiper-button-prev{ left: -30px}
.swiper-button-next{ right: -30px}
.swiper-button-prev:hover,.swiper-button-next:hover{ background: #00479D; color: #FFF}

/*首页广告位*/
.ind_advertising_1{ margin-top: 50px; height: 120px; background: url(../img/ind-advertising-1.jpg) center repeat}
.ind_advertising_1 .l{ width: 700px; float: left}
.ind_advertising_1 .l p{ font-size: 24px; color: #FFF; margin-top: 30px}
.ind_advertising_1 .l span{ font-size: 20px; color: #FFF; font-family: Arial; display: block; margin-top: 5px}
.ind_advertising_1 .r{ width: 500px; float: right}
.ind_advertising_1 .r img{ margin: 41px 0 0 50px}
.ind_advertising_2{ height: 450px; margin-top: 50px}

/*首页服务优势*/
/*.ind_service .bj{ height: 600px; background: url(../img/ind-service-bj.jpg) center no-repeat}*/
.ind_service .bj .tab{ text-align: center; float: left; margin-top: -25px; margin-left: 109px}
.ind_service .bj .tab span{ display: inline-block; width: 325px; height: 50px; line-height: 50px; background: url(../img/ind-service-1.png) no-repeat; font-size: 22px; color: #FFF; cursor: pointer;}
.ind_service .bj .tab span:hover,.ind_service .bj .tab span.s{ background: url(../img/ind-service-2.png) center no-repeat; color: #000}
.ind_service .bj .img{ width: 100%; height: 575px; float: left; position: relative; overflow: hidden}
.ind_service .bj .img li{ position: absolute; top: 0; right: -1200px; transition: 1s}
.ind_service .bj .img li.s{ right: 0}

/*内页公用*/
.page_banner{ width: 100%; height: 390px; overflow: hidden; position: relative;}
.page_banner .in{width: 1200px; height: 390px; position: relative;margin:0 auto;}
.page_banner .in .head{ position: absolute;left:0px;bottom:0px; width: 240px; height: 100px; background:#8BC63E;color:#fff; text-align: center; overflow: hidden;}
.page_banner .in .head .cn{ display: block;color:#fff; font-size: 24px;margin:20px 0 0 0;}
.page_banner .in .head .en{ display: block;color:#fff; font-size: 20px;}

.page_location{ height: 80px; border-bottom: 1px solid #E5E5E5; line-height: 80px}
.page_location .l p{ font-weight: 26px; color: #525252; font-size: 26px}
.page_location .r{ color: #999; font-size: 13px}
.page_location .r a:hover{ color: #00479D; text-decoration: underline}
.page_location .r em{ font-family: "宋体"; margin:0 8px}
.page_location .r span{ color: #00479D}

.page_left{ width: 252px}
.page_right{ width: 918px}

.html_sub{ height: 46px; background: #EEE}
.html_sub li{ height: 46px; padding: 0 35px; background: #8BC63E; float: left}
.html_sub li p{ line-height: 46px; padding-left: 35px; font-size: 16px; color: #FFF; background: url(../img/html_sub_x.png) left no-repeat}
.html_tip{ font-size: 13px; color: #666; line-height: 180%}
.html_tip em{ color: #ff0000}
.html_doc{ font-size: 14px; color: #666; line-height: 180%}
.view_html_doc{ width: 836px; border:1px solid #E5E5E5; border-top: none; padding: 30px 40px; font-size: 14px; color: #666; line-height: 180%}
.view_phone{ height: 40px; line-height: 40px; color: #FFF; padding: 0 20px; font-size: 22px; margin-top: 10px; display: inline-block; background: #00479D}
.view_phone i{ font-size: 20px; margin-right: 10px}
.view_phone:hover{ background: #8BC63E}

.page_left_menu{ margin-top: 40px}
.page_left_menu a{ width: 210px; height: 46px; line-height: 46px; font-size: 15px; color: #666; background: url(../img/arrow-c-bbb-1.png) 20px no-repeat #EAEAEA; padding-left: 42px; display: block; margin-bottom: 1px}
.page_left_menu a:hover,.page_left_menu a.s{ background: url(../img/arrow-c-bbb-2.png) 20px no-repeat #00479D; color: #FFF}

.page_left_contact{ margin-top: 40px}
.page_left_contact .cen{ border:1px solid #E5E5E5; border-top: none; padding: 16px}
.page_left_contact .cen h2{ font-size: 16px}
.page_left_contact .cen p{ font-size: 14px; color: #666; line-height: 180%; margin-top: 10px}
.page_left_contact .bot{ width: 250px; border: 1px solid #E5E5E5; border-top: none; padding: 20px 0; background: #F9F9F9; display:inline-block}
.page_left_contact .bot a{ position: relative; width: 40px; height: 40px; border-radius: 50%; background: #00479D; text-align: center; color: #FFF; line-height: 40px; float: left; margin-left: 55px}
.page_left_contact .bot a i{ font-size: 20px}
.page_left_contact .bot a:hover{ background: #8BC63E}
.page_left_contact .bot a div{ position: absolute; width: 140px; height: 0px; overflow: hidden; left: -50px; top: -140px; transition: 1s}
.page_left_contact .bot a div img{ width: 140px}
.page_left_contact .bot a:hover div{ height: 140px}

/*产品中心*/
.product_menu{ width: 252px; float: left; overflow: hidden;}
.product_menu li{ margin-bottom: 1px}
.product_menu li a.na{ display: block; width: 252px; height: 46px; background: url(../img/product-menu-2.png) 216px no-repeat #00479D; cursor: pointer}
.product_menu li a.na em{ width: 10px; height: 2px; background: #FFF; float: left; margin: 22px 12px 0 20px;}
.product_menu li a.na span{ float: left; line-height: 46px; font-size: 16px; color: #FFF;}
.product_menu li div{ width: 100%; display: none}
.product_menu li.s div{ display: block}
.product_menu li div a{ display: block; height: 36px; line-height: 36px; padding-left: 43px; font-size: 14px; color: #666; margin-top: 1px; background: url(../img/arrow-c-bbb-1.png) 20px no-repeat #EEE}
.product_menu li div a:hover{ background: url(../img/arrow-c-bbb-2.png) 20px no-repeat #8BC63E; color: #FFF}

.product_list{ width: 918px; float: right}
.product_list .sub{ height: 46px; background: #EEE; margin-top: 30px}
.product_list .sub span{ float: left; background: #00479D; line-height: 46px; padding: 0 60px; font-size: 16px; color: #FFF; text-align: center}
.product_list .sub a{ float: right; height: 46px; line-height: 46px; background: url(../img/more-1.png) right no-repeat; padding-right: 20px; margin-right: 20px; color: #999; font-size: 13px}
.product_list .sub a:hover{ color: #00479D; background: url(../img/more-2.png) right no-repeat}
.product_list .list{ width: 948px}
.product_list .list li{ width: 286px; height: 299px; margin: 30px 30px 0 0; float: left}
.product_list .list li .i{ width: 284px; height: 247px; border: 1px solid #E5E5E5; overflow: hidden}
.product_list .list li .i img{ width: 284px; height: 247px; transition: 1s}
.product_list .list li:hover .i img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform: scale(1.1,1.1)}
.product_list .list li .t{ width: 284px; height: 50px; border:1px solid #E5E5E5; border-top: none; color: #666; font-size: 15px; line-height: 50px; text-align: center; overflow: hidden; transition: 1s}
.product_list .list li:hover .i{ border: 1px solid #00479D}
.product_list .list li:hover .t{ border: 1px solid #00479D; border-top: none; background: #0053B9; color: #FFF}

.page_product_view .l{ width: 338px; height: 291px; border: 1px solid #E5E5E5; position: relative; padding: 5px;}
.small-img{display: flex;align-items:center;justify-content: center}
.clearfix:before,
.clearfix:after{display: table; line-height: 0; content: "";}
.magnifier{ width: 338px; position: relative}
.magnifier-container{ width: 338px; height: 291px; overflow: hidden; position: relative}
.move-view{ width: 100px; height: 100px; position: absolute; background-image: url('../img/move-box.png')}
.images-cover{ height: 100%; width: 100%; position: relative}
.images-cover img{ position: absolute; width: 338px; height: 291px}
.magnifier-line{ position: relative; overflow: hidden; height: 92px; display: none}
.magnifier-line ul{ display: block; font-size: 0; width: 10000%; position: absolute; left: 0; z-index: 9997}
.magnifier-line li{float: left;width: 100px;cursor: pointer}
.magnifier-line ul > .active .small-img{border-color: #bbb}
.magnifier-view{width: 100%;height: 100%;position: absolute;right: -107%;top: -2%;z-index: 9999;background-color: #fff;display: none;overflow: hidden;border: 1px solid #E5E5E5;padding: 5px;}
.magnifier-view img{display: block;}
.animation03{transition: all 0.3s ease-in 0.1s;-ms-transition: all 0.3s ease-in 0.1s;-moz-transition: all 0.3s ease-in 0.1s;-webkit-transition: all 0.3s ease-in 0.1s;-o-transition: all 0.3s ease-in 0.1s;}
.page_product_view .r{ width: 520px}
.page_product_view .r h2{ height: 50px; line-height: 50px; font-size: 20px; color: #00469D}
.page_product_view .r h5{ width: 100%; line-height: 190%; font-size: 14px; color: #666}
.page_product_view .r p{ width: 100%; height: 136px; line-height: 190%; font-size: 14px; color: #666; overflow: hidden; margin-top: 15px}

.recommend_product{ width: 918px; position: relative; margin-top: 30px}
.recommend_product .swiper-slide{ width: 286px}
.recommend_product .swiper-slide .i{ width: 284px; height: 247px; border: 1px solid #E5E5E5; overflow: hidden}
.recommend_product .swiper-slide .i img{ width: 284px; height: 247px; transition: 1s}
.recommend_product .swiper-slide:hover .i img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform: scale(1.1,1.1)}
.recommend_product .swiper-slide .t{ width: 284px; height: 50px; border:1px solid #E5E5E5; border-top: none; color: #666; font-size: 15px; line-height: 50px; text-align: center; overflow: hidden; transition: 1s}
.recommend_product .swiper-slide:hover .t{display: block}
.recommend_product .swiper-slide:hover .i{ border: 1px solid #00479D}
.recommend_product .swiper-slide:hover .t{ border: 1px solid #00479D; border-top: none; background: #0053B9; color: #FFF}


/*关于我们*/
.ind_about{ background: #EEE; padding: 50px 0}
.ind_about .l{ width: 580px; height: 400px}
.ind_about .l img{ width: 580px; height: 400px}
.ind_about .r{ width: 560px}
.ind_about .r h5{ font-size: 26px; margin-bottom: 30px}
.ind_about .r p{ height: 200px; font-size: 14px; color: #666; line-height: 180%; overflow: hidden}
.ind_about .r .link{ margin-top: 28px; height: 108px}
.ind_about .r .link a{ width: 78px; float: left; margin-right: 70px}
.ind_about .r .link a i{ width: 76px; height: 76px; display: block; background: #FFF; border:1px solid #DDD; border-radius: 50%; line-height: 76px; font-size: 36px; text-align: center; color: #00479D}
.ind_about .r .link a span{ width: 100%; height: 30px; line-height: 30px; text-align: center; display: block; color: #555; font-size: 14px}
.ind_about .r .link a:hover i{ background: #00479D; border:1px solid #00479D; color: #FFF}
.ind_about .r .link a:hover span{ color: #00479D}

.page_honor{ width: 948px}
.page_honor li{ width: 286px; float: left; margin: 30px 30px 0 0}
.page_honor li .i{ width: 264px; height: 278px; padding: 10px; border: 1px solid #E5E5E5}
.page_honor li .i img{ width: 264px; height: 278px}
.page_honor li .t{ height: 30px; line-height: 30px; text-align: center; font-size: 15px; color: #666; margin-top: 10px}
.page_honor li:hover .i{ border: 1px solid #00479D}
.page_honor li:hover .t{ color: #00479D}

/*应用案例*/
.ind_case .logo{ height: 100px; position: relative}
.ind_case .logo .swiper-slide{ width: 180px; height: 100px; position: relative}
.ind_case .logo .swiper-slide .i{ position: absolute; z-index: 1; width: 173px; zoom:1;height: 81px; border:1px solid #E5E5E5}
/*.ind_case .logo .swiper-slide .i{ position: absolute; z-index: 1; width: 178px; height: 98px; border:1px solid #E5E5E5}*/

/*.ind_case .logo .swiper-slide .i img{ width: 178px; height: 98px}*/
.ind_case .logo .swiper-slide .i img{ width: 173px; height: 81px}
/*.ind_case .logo .swiper-slide .t{ display: none; position: absolute; z-index: 2; width: 180px; height: 100px; background: #00479D; font-size: 16px; color: #FFF; text-align: center; line-height: 100px; overflow: hidden}*/


.ind_case .logo .swiper-slide .t{ display: none; position: absolute; z-index: 2; width: 173px; height: 81px; background: #00479D; font-size: 16px; color: #FFF; text-align: center; line-height: 81px; overflow: hidden}
.ind_case .logo .swiper-slide:hover .t{display: block}

.ind_case .image{ height: 590px; margin-top: 30px; position: relative}
.ind_case .image div{ position: absolute; overflow: hidden}
.ind_case .image div:nth-child(1){ width: 590px; height: 285px; top: 0; left: 0}
.ind_case .image div:nth-child(1) img{ width: 590px; height: 285px}
.ind_case .image div:nth-child(2){ width: 285px; height: 285px; top: 0; left: 610px}
.ind_case .image div:nth-child(2) img{ width: 285px; height: 285px}
.ind_case .image div:nth-child(3){ width: 285px; height: 285px; top: 305px; left: 305px}
.ind_case .image div:nth-child(3) img{ width: 285px; height: 285px}
.ind_case .image div:nth-child(4){ width: 285px; height: 285px; top: 305px; left: 610px}
.ind_case .image div:nth-child(4) img{ width: 285px; height: 285px}
.ind_case .image div:nth-child(5){ width: 285px; height: 590px; top: 0; left: 915px}
.ind_case .image div:nth-child(5) img{ width: 285px; height: 590px}
.ind_case .image div:nth-child(6){ width: 285px; height: 285px; top: 305px; left: 0}
.ind_case .image div img{ position: absolute; z-index: 1}
.ind_case .image div span{ display: block; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background: url(../img/ind-case-span.png) repeat; transition: 1s}
.ind_case .image div:hover span{ top: -285px}
.ind_case .image div:nth-child(5):hover span{ top: -590px}

.page_case_list{ width: 948px}
.page_case_list li{ width: 286px; float: left; margin: 30px 30px 0 0}
.page_case_list li .i{ width: 274px; height: 182px; padding: 5px; border: 1px solid #E5E5E5; overflow: hidden}
.page_case_list li .i img{ width: 274px; height: 182px; transition: 1s}
.page_case_list li:hover .i img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform: scale(1.1,1.1)}
.page_case_list li .t{ width: 284px; height: 45px; line-height: 45px; text-align: center; font-size: 15px; color: #666; border: 1px solid #E5E5E5; border-top: none}
.page_case_list li:hover .i{ border:1px solid #00479D}
.page_case_list li:hover .t{ border:1px solid #00479D; background: #00479D; border-top: none; color: #FFF}

/*.page_case_view .l{ width: 338px; height: 224px; border: 1px solid #E5E5E5; padding: 5px}*/
.page_case_view .l{ width: 338px; height: 224px;}

.page_case_view .l img{ width: 338px; height: 224px}
.page_case_view .r{ width: 520px}
.page_case_view .r h2{ height: 50px; line-height: 50px; font-size: 20px; color: #00469D}
.page_case_view .r p{ width: 100%; height: 136px; line-height: 190%; font-size: 14px; color: #666; overflow: hidden}

.recommend_case{ width: 918px; position: relative; margin-top: 30px}
.recommend_case .swiper-slide{ width: 286px}
.recommend_case .swiper-slide .i{ width: 274px; height: 182px; padding: 5px; border: 1px solid #E5E5E5; overflow: hidden}
.recommend_case .swiper-slide .i img{ width: 274px; height: 182px; transition: 1s}
.recommend_case .swiper-slide:hover .i img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform: scale(1.1,1.1)}
.recommend_case .swiper-slide .t{ width: 284px; height: 45px; line-height: 45px; text-align: center; font-size: 15px; color: #666; border: 1px solid #E5E5E5; border-top: none}
.recommend_case .swiper-slide:hover .t{display: block}
.recommend_case .swiper-slide:hover .i{ border: 1px solid #00479D}
.recommend_case .swiper-slide:hover .t{ border: 1px solid #00479D; border-top: none; background: #0053B9; color: #FFF}

/*新闻中心*/
.ind_news .video{ width: 440px; height: 510px; padding: 0 40px; background: #F2F2F2}
.ind_news .video .tit{ height: 96px}
.ind_news .video .tit h5{ float: left; line-height: 96px; font-size: 22px}
.ind_news .video .tit a{ float: right; width: 80px; height: 26px; line-height: 26px; text-align: center; background: #CCC; color: #FFF; font-family: Arial; margin-top: 35px}
.ind_news .video .tit a em{ font-family: "宋体"; margin-left: 10px}
.ind_news .video .tit a:hover{ background: #00479D; color: #FFF}
.ind_news .video .box{ height: 360px; background: #000}
.ind_news .news{ width: 600px}
.ind_news .news .tit{ height: 45px}
.ind_news .news .tit h5{ float: left; font-size: 22px}
.ind_news .news .tit a{ float: right; width: 80px; height: 26px; line-height: 26px; text-align: center; background: #CCC; color: #FFF; font-family: Arial}
.ind_news .news .tit a em{ font-family: "宋体"; margin-left: 10px}
.ind_news .news .tit a:hover{ background: #00479D; color: #FFF}
.ind_news .news .list{ height: 170px; border-bottom: 1px solid #e5e5e5; transition: 1s}
.ind_news .news .list .t{ float: left; width: 100%; height: 50px; margin: 20px 0 10px 0}
.ind_news .news .list .t a{ width: 530px; height: 50px; line-height: 50px; float: left; font-size: 16px; overflow: hidden}
.ind_news .news .list .t span{ float: right; font-size: 16px; line-height: 50px; color: #999}
.ind_news .news .list .b{ float: left}
.ind_news .news .list .b p{ width: 486px; padding-left: 14px; height: 45px; font-size: 14px; color: #999; line-height: 180%; overflow: hidden; float: left}
.ind_news .news .list .b a{ width: 35px; height: 16px; float: right; background: url(../img/ind-news-1.png) center no-repeat; margin: 15px 0 0 60px;}
.ind_news .news .list:hover{ background: #8BC63E; padding: 0 20px;}
.ind_news .news .list:hover .t a{ width: 490px; color: #FFF; font-size: 18px}
.ind_news .news .list:hover .t span{ color: #FFF; font-size: 18px}
.ind_news .news .list:hover .b p{ width: 446px; color: #FFF}
.ind_news .news .list:hover .b a{ background: url(../img/ind-news-2.png) center no-repeat}

.page_news_list li{ height: 150px; padding-bottom: 30px; border-bottom: 1px solid #E5E5E5; margin-top: 30px}
.page_news_list li .i{ width: 225px; height: 150px; overflow: hidden; float: left}
.page_news_list li .i img{ width: 225px; height: 150px; transition: 1s}
.page_news_list li:hover .i img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform: scale(1.1,1.1)}
.page_news_list li .t{ width: 658px; float: right}
.page_news_list li .t h3{ font-size: 18px; color:#333}
.page_news_list li .t span{ display: block; color: #999; margin-top: 13px}
.page_news_list li .t p{ width: 100%; height: 40px; line-height: 180%; color: #777; font-size: 13px; overflow: hidden; margin-top: 15px}
.page_news_list li .t a{ width: 65px; height: 30px; line-height: 30px; float: left; background: url(../img/arrow-c-bbb-1.png) right no-repeat; margin-top: 17px; color: #777; transition: 1s}
.page_news_list li:hover .t h3{ color: #00479D}
.page_news_list li:hover .t a{ padding: 0 20px; background: url(../img/arrow-c-bbb-2.png) 80px no-repeat #00479D; color: #FFF}

.page_news_view .sub{ border-bottom: 1px solid #E5E5E5; padding: 30px 0 10px 0; text-align: center}
.page_news_view .sub h2{ font-size: 22px; color: #00479D}
.page_news_view .sub p{ font-size: 13px; color: #777; margin-top: 15px}
.page_news_view .sub .bdshar{ text-align: center; display: inline-block; margin-top: 15px}
.view_location{ border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; padding: 20px 0}
.view_location a{ display: block; height: 30px; line-height: 30px; font-size: 13px; color: #666; transition: 1s}
.view_location a:hover{ color: #00479D; text-decoration: underline; margin-left: 30px}
.more_news a{ display: block; height: 40px; line-height: 40px; color: #666; font-size: 13px; background: url(../img/x.png) left no-repeat; padding-left: 12px}
.more_news a span{ float: right; color: #999}
.more_news a:hover{ color: #00479D; text-decoration: underline}

.page_video_list{ width: 948px}
.page_video_list li{ width: 444px; margin: 30px 30px 0 0; float: left}
.page_video_list li .i{ width: 100%; height: 260px; position: relative; overflow: hidden}
.page_video_list li .i img{ position: absolute;z-index: 1; width: 444px; height: 260px; transition: 1s}
.page_video_list li:hover .i img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform: scale(1.1,1.1)}
.page_video_list li .i a{ position: absolute; z-index: 2; top: 99px; left: 191px; width: 62px; height: 62px; background: url(../img/play.png) no-repeat}
.page_video_list li .t{ width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #666; margin-top: 10px; overflow: hidden}
.page_video_list li:hover .t a{ color: #00479D}

.play_video{ position: fixed; z-index: 10; width: 100%; height: 100%; background: #666; top: 0; left: 0; background: url(../img/play_bj.png) repeat; display: none}
.play_video ul{ width: 1000px; height: 600px; background: #FFF; position: absolute}
.play_video ul .sub{ width: 100%; height: 50px; background: #EEE}
.play_video ul .sub span{ float: left; line-height: 50px; font-size: 15px; padding-left: 20px; color: #00479D}
.play_video ul .sub span em{ color: #ff0000}
.play_video ul .sub a{ float: right; padding-right: 20px; line-height: 50px; color: #666; font-size: 13px}
.play_video ul .sub a:hover{ color: #00479D}
.play_video ul .vbox{ width: 1000px; height: 550px; overflow: hidden}

/*联系我们-在线留言-人才招聘*/
.page_contact h2{ font-size: 20px; color: #00479D}
.page_contact p{ font-size: 14px; color: #666; line-height: 200%; margin-top: 10px}
.page_contact_map{ width: 918px; height: 400px}
.page_message input{ height: 40px; background: #F5F5F5; border:1px solid #FFF; color: #999; font-size: 13px; padding:0 10px; outline:none; float: left; margin-top: 15px}
.page_message .inp_1,.page_message .inp_2{ width: 422px}
.page_message .inp_2{ margin-left: 30px}
.page_message .inp_3{ width: 896px}
.page_message input:focus,.page_message textarea:focus{ border: 1px solid #00469D; color: #00479D}
.page_message textarea{ width: 896px; background: #F5F5F5; border: 1px solid #FFF; float: left; outline: none; color: #999; margin-top: 15px; font-size: 13px; padding:10px}
.page_message button{ padding: 0 30px; height: 36px; background: #00479D; color: #FFF; border: none; cursor: pointer; margin-top: 15px}
.page_message button:hover{ background: #8BC63E}
.page_job{ margin-top: 10px}
.page_job ul{ width: 916px; border:1px solid #E5E5E5; margin-top: 30px}
.page_job ul .t{ height: 46px; border-bottom: 1px solid #E5E5E5; background: #F5F5F5; line-height: 46px}
.page_job ul .t .name{ float: left; font-size: 18px; padding-left: 20px}
.page_job ul .t .count{ float: right; font-size: 14px; color: #666; padding-right: 20px}
.page_job ul .b{ padding: 0 20px 20px 20px}
.page_job ul .b h5{ font-size: 14px; margin: 20px 0}
.page_job ul .b p{ line-height: 180%; font-size: 13px; color: #666}