﻿@charset "utf-8";
/*基本*/
* { padding: 0px; margin: 0px }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
body { color: #666; margin: 0px auto; font-family: Microsoft YaHei; font-size: 14px; background: #f8f8f8; min-width: 1280px; }
div { margin: 0; padding: 0; border: 0; }
img { margin: 0; padding: 0; border: 0; }
p { margin: 0px; line-height: 1.8em }
b, strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/ }
li { list-style: none outside none; }
/*链接*/
a { text-decoration: none; color: #666; background: transparent; outline: none }
a:focus { outline: none; }
a:hover { color: #0994dc; }
a:active { outline: none; }
/*标题*/
h1 { font-size: 1.3em; margin: 0; }
h2 { font-size: 1.2em; margin: 0; }
h3 { font-size: 1.17em; margin: 0; }
h4 { font-size: 1em; margin: 0; }
h5 { font-size: 0.83em; margin: 0; }
h6 { font-size: 0.67em; margin: 0; }
/*常用颜色*/
.f8 { color: #f8f8f8 !important; }
.f5 { color: #f5f5f5 !important; }
.e5 { color: #e5e5e5 !important; }
.red { color: #ff9900 !important; }
.green { color: #0994dc; }
.black { color: #000000 !important; }
.white { color: #FFFFFF !important; }
.orange { color: orange; }
.gray { color: gray; !important;
}
.purple { color: purple; !important;
}
/*浮动*/
.clear { display: block; clear: both; }
.float_left { float: left; }
.float_right { float: right; }
/*对齐方式*/
.left { text-align: left }
.right { text-align: right }
.center { text-align: center }
.w1200 { margin: 0 auto; width: 1200px; }
.w1300 { width: 1300px; margin: 0 auto; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.place { line-height: 60px; border-bottom: 3px solid #ddd; }
/*index-title*/
.index-title { text-align: center; padding: 25px 0; }
.index-title span { display: block; font-size: 38px; line-height: 60px; color: #0994dc; font-weight: bold; text-shadow: 2px 2px 1px #ccc; }
.index-title p { display: block; border-bottom: 2px solid #ddd; width: 1280px; margin: 0 auto; height: 20px }
.index-title p em { display: block; background: #f8f8f8; width: 280px; margin: 0 auto; height: 40px; line-height: 40px; font-size: 18px; color: #666; text-align: center; font-style: normal; }
.index-title div { display: block; border-bottom: 2px solid #0994dc; width: 1280px; margin: 0 auto; height: 20px }
.index-title div strong { display: block; background: url(../images/cpbg.jpg) center top no-repeat; width: 280px; margin: 0 auto; height: 40px; line-height: 40px; font-size: 18px; color: #666; text-align: center; font-style: normal; }
/* 顶部 */
.head-top { background: #333; border-bottom: 1px solid #111; height: 35px; line-height: 35px; transition: background 0.5s; z-index: 99999; }
.head-topmain { width: 1280px; margin: 0 auto; }
.head-top .huanying { color: #bbb; }
.head-top .huanying a { color: #bbb; }
.head-top .rexian { padding-left: 25px; color: #bbb; background: url(../images/rexianbg.png) 0 center no-repeat; }
.head-top .rexian span { font-weight: bold; color: #ff9900; }
#top_main { height: 27px; border-bottom: 1px solid #e4e4e4; }
#top { height: 27px; line-height: 27px; text-align: right; }
#top_1 { float: left; text-align: left; }
#top_2 { float: right; text-align: right; }
#top .MobileEdition { font-weight: bold; color: red; }
#top a { color: #666; }
#top a:hover { color: #000; text-decoration: none; }
/*Logo*/
.head-bot { position: fixed; top: 0px; width: 100%; z-index: 102; background: rgba(255, 255, 255, 0.6); }
.fixed { background: rgba(255, 255, 255, 0.95);box-shadow: 0px 2px 4px #bbb;  }
.logo-nav { width: 1280px; margin: 0 auto; overflow: hidden; }
.logo-nav .Logo { float: left; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
.logo-nav .Logo img { height: 75px; padding-top: 15px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
/*导航*/
.nav { float: right; }
.nav ul.navlist li { float: left; line-height: 43px; text-align: center; }
.nav ul.navlist li .nala { display: block; padding: 30px 20px 30px 20px; font-size: 16px; color: #000; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
.nav ul.navlist li a:hover { text-decoration: none; color: #fff; }
.nav ul.navlist a.current { color: #fff; background: #0994dc; }
/*导航栏下拉*/
.nav .subnav_box { width: 100%; overflow: hidden; display: none; position: absolute; left: 0; z-index: 100; background: #f1f1f1; color: #666; text-align: left; box-shadow: 0px 2px 4px #888; }
.nav .subnav { width: 1280px; margin: 0 auto; padding: 35px 0px; overflow: hidden; }
.nav .line { position: absolute; z-index: -1; bottom: 0px; height: 103px; font-size: 3px; background: #0994dc; display: none; }
.nav .subnala { float: left; width: 30%; margin-right: 9%; }
.nav .subnala .nala1 { display: block; font-size: 24px; margin-bottom: 12px; color: #4e4e4e; font-weight: bold; }
.nav .subnala p { color: #666; }
.nav .subnala .more { display: inline-block; padding: 9px 18px 0 0; float: none; color: #0994dc; text-align: left; font-size: 14px; line-height: 22px; }
.nav .subnala .more:hover { color: #333; }
.nav .subnavlist { float: left; width: 18%; }
.nav ul.subnavlist li { float: none; padding: 0px; height: 30px; line-height: 30px; display: inline; }
.nav ul.subnavlist li a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: normal; color: #f1f1f1; font-size: 16px; padding: 8px 10px; text-align: center; background: #0994dc; margin-bottom: 4px; }
.nav ul.subnavlist li a:hover { color: #fff; }
.nav .right_info { float: right; width: 42%; text-align: right; }
.nav .right_info p { color: #bccbe0; }
/*幻灯*/
.slideBox { width: 100%; height: 650px; overflow: hidden; position: relative; }
.slideBox .hd { height: 15px; overflow: hidden; position: absolute; right: 48%; bottom: 25px; z-index: 1; }
.slideBox .hd ul { overflow: hidden; zoom: 1; float: left; }
.slideBox .hd ul li { float: left; margin-right: 5px; width: 15px; height: 15px; line-height: 15px; font-size: 10px; text-align: center; background: #0994dc; color: #fff; border-radius: 50%; cursor: pointer; }
.slideBox .hd ul li.on { background: #ff9900; color: #fff; }
.slideBox .bd { position: relative; height: 100%; z-index: 0; }
.slideBox .bd li { zoom: 1; vertical-align: middle; width: 100%; height: 650px; }
.slideBox .bd li a { }
.banner-text { width: 1280px; height: 450px; margin: 0 auto; padding-top: 200px; }
.banner-text11 { font-size: 40px; font-weight: bolder; height: 80px; line-height: 50px; color: #ff9900; text-shadow: 2px 0px 0px #fff; }
.banner-text12 { margin-top: 20px; font-size: 20px; line-height: 20px; color: #555; font-weight: bold; }
.banner-text12 span { color: #333; text-shadow: 1px 0px 0px #fff; }
.banner-text13 { width: 800px; margin-top: 28px; font-size: 16px; line-height: 2; color: #02517a; }
.banner-text13 strong { font-size: 18px; font-weight: bold; padding: 0 2px; color: #ff9900; }
.banner-text21 { font-size: 40px; font-weight: bolder; height: 80px; line-height: 50px; color: #fff; text-shadow: 2px 0px 0px #0994dc; }
.banner-text22 { margin-top: 28px; font-size: 20px; line-height: 20px; color: #000; font-weight: bold; text-shadow: 1px 0px 0px #fff; }
.banner-text23 { width: 800px; margin-top: 28px; font-size: 16px; line-height: 2; color: #fff; }
.banner-text31 { font-size: 40px; font-weight: bolder; height: 80px; line-height: 50px; color: #333; text-shadow: 2px 0px 0px #fff; }
.banner-text32 { margin-top: 28px; font-size: 20px; line-height: 20px; color: #0994dc; font-weight: bold; text-shadow: 2px 0px 0px #fff; }
.banner-text33 { width: 800px; margin-top: 28px; font-size: 16px; line-height: 2; color: #555; }
.banner-link-button { display: inline-block; margin-top: 30px; width: 160px; height: 44px; line-height: 44px; text-align: center; font-size: 16px; color: #fff; background: #ff9900; border-radius: 5px; box-shadow: 2px 2px 2px rgba(0,0,0 ,0.3); }
.banner-link-button:hover { background: #0994dc; color: #fff; }
/*服务项目*/
.main1 { width: 23%; min-height: 300px; overflow: hidden; float: left; margin-left: 1%; margin-right: 1%;box-sizing: border-box; box-shadow:2px 2px 3px #888; }
.main1 .ibox{width: 100%; height: 215px; overflow:hidden;}
.main1 img { display: block; width: 100%; height: 215px;-webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.main1 img:hover { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2);}
.main1con { overflow: auto; padding: 20px 12px 20px 12px; background: #0994dc; color: #fff; }
.main1 h4 { width: 100%; font-size: 16px; border-bottom: 1px solid #097ab5; padding-bottom: 8px; }
.main1 p { width: 100%; height: 50px; line-height: 25px; overflow: hidden; padding-top: 5%; border-top: 1px solid #23b3fd; }
/*Contact*/
/*产品*/
.chanpinbox { background: url(../images/cpbg.jpg) center bottom no-repeat; }
.chanpin { width: 100%; height: 100%; padding-top: 30px; }
.chanpin .cplist { width: 1280px; margin: 0 auto; z-index: 10; background-repeat: no-repeat; background-position: center center; transition: all 0.8s ease; }
.chanpin .cplist a { width: calc((100% - 5px)/5); display: block; height: 660px; float: left; background: rgba(0,0,0,0.1); border-right: 1px solid rgba(255,255,255,0.5); transition: all 0.8s; text-align: center; color: #fff; text-decoration: none; overflow: hidden; }
.chanpin .cplist a img:first-child { transition: all 0.8s; opacity: 1; border: 0px solid #fff; border-radius: 50%; }
.chanpin .cplist a:hover img:first-child { opacity: 1; }
.chanpin .cplist a img:last-child { transition: all 0.8s; opacity: 0; }
.chanpin .cplist a:hover img:last-child { opacity: 1; }
.chanpin .cplist a .main { width: 100%; padding-top: 40vh; transition: all 0.8s; }
.chanpin .cplist a:hover .main { width: 100%; padding-top: 30vh; }
.chanpin .cplist a p { font-size: 24px; line-height: 1.2em; margin: 40px 0px; background: rgba(0,0,0,0.4); width: 100%; padding: 17px 0px 25px 0px; }
.chanpin .cplist a p span { font-size: 10px; text-transform: Uppercase; padding-bottom: 15px; }
.chanpin .cplist a:hover { width: calc((100% - 5px)/5); display: block; float: left; background: rgba(0,0,0,0.3); border-right: 1px solid rgba(255,255,255,0.5); }
.chanpin .cplist a:last-child { border-right: 0px solid rgba(255,255,255,0.5); }
.chanpin ul li { width: 100%; position: absolute; left: 0px; top: 0px; z-index: 10; }
.chanpin .more { width: 111px; height: 29px; background-color: rgba(0,75,167,0); color: #fff; font-size: 12px; margin: 0px auto; line-height: 29px; text-align: center; transition: all 0.8s; opacity: 0; box-shadow: 1px 1px 0px #fff; }
.chanpin .cplist a:hover .more { width: 111px; height: 29px; background-color: #0092d9; color: #fff; font-size: 12px; margin: 0px auto; line-height: 29px; text-align: center; transition: all 0.8s; opacity: 1; }
.chanpin .cplist a:hover .more:hover { width: 111px; height: 29px; background-color: #f90; ; color: #fff; font-size: 12px; margin: 0px auto; line-height: 29px; text-align: center; transition: all 0.8s; opacity: 1; }
.h660 { height: 660px; }
/* 资讯 */
.newsBox { width: 1280px; margin: 0 auto; overflow: hidden; }
.newsBox .zxl { width: 640px; height: 420px; float: left; padding-top: 18px; overflow: hidden; }
.newsBox .zxl img { width: 620px; height: 395px; border-top-right-radius: 60px; border-bottom-left-radius: 60px; }
.newsBox .zxr { width: 630px; float: right; padding-top: 6px; }
.newsBox .zxr li { line-height: 50px; font-size: 15px; border-bottom: 1px dashed #ddd; }
.newsBox .zxr li span { float: right; }
.newsBox .zxr li em { font-style: normal; color: #0994dc; }
.newsBox .zxr li em a { color: #0994dc; }
.newsBox .zxr li em a:hover { color: #ff9900; }
/*简介*/
.jianjiebox{ background: url(../images/aboutbg.jpg) center bottom no-repeat;}
.jianjie{width: 1280px; margin: 0 auto; padding:30px 0;overflow: hidden; }
.jianjie .jjl{ float:left;width:630px;height:320px;}
.jianjie .jjl p{font-size:16px; line-height:32px;color:#333;}
.jianjie .jjr{ float:right;width:620px;height:320px;}
.jianjie .abmore{text-align:right;padding-right:10px;font-size:15px;}
.jianjie .abmore a{padding:8px 12px;background:#f90;color:#fff; border-radius:5px; box-shadow:2px 2px 3px #777;}
.jianjie .abmore a:hover{background:#0994dc;}
/*页脚*/
.footbox { background: #0994dc; height: 300px; padding-top: 50px; font-size: 14px; }
.footer { position: relative; width: 1280px; margin: 0 auto; color: #f8f8f8; }
.footer a { color: #f8f8f8; }
.footer a:hover { color: #fff; text-decoration: none; }
.footer h4 { font-size: 20px; margin-bottom: 15px; border-left: 10px solid #f8f8f8; padding-left: 10px; height: 20px; line-height: 20px; }
.footcon { height: 120px; line-height: 30px; font-size: 15px; overflow: hidden; }
.right_boder { }
.left_boder { }
.foot_left { float: left; width: 280px; height: 120px; border-right: 1px solid #097ab5;padding:40px 0 0 30px; }
.foot_middle { float: left; width: 480px; height: 160px; border-left: 1px solid #23b3fd; border-right: 1px solid #097ab5; padding-left: 90px; }
.foot_right { float: right; width: 306px; padding-left: 90px; height: 160px; border-left: 1px solid #23b3fd }
.foot_right p { text-align: center; }
.foot_right img { width: 130px; }
.xian { height: 50px; border-bottom: 1px solid #097ab5; }
.copyright { padding-top: 30px; border-top: 1px solid #23b3fd; line-height: 24px; font-size: 14px; text-align: center; }
/*右侧客服*/
.float-rig { position: fixed; _position: absolute; right: 0; margin-left: 565px; bottom: 70px; width: 50px; height: 320px; display: block; z-index: 52; _top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 310));
}
.float-rig li { width: 50px; height: 50px; display: block; position: relative; float: left; background-color: #C4C4C4; border-bottom: 1px solid #000; border-top: 1px solid #444444; }
.float-rig li:first-child { border-top: none; }
.float-rig li b { width: 50px; height: 50px; display: block; background: url(../images/float1.png) #222222 no-repeat; cursor: pointer; overflow: hidden; }
.float-rig li .b0 { background-position: center 10px; background-color: #222222; }
.float-rig li .b1 { background-position: center -122px; background-color: #222222; }
.float-rig li .b2 { background-position: center -57px; background-color: #222222; }
.float-rig li .b3 { background-position: center -189px; background-color: #222222; }
.float-rig li .b4 { background-position: center -254px; cursor: pointer; }
.float-rig li .b5 { background-position: center -280px; cursor: pointer; background-color: #222222 }
.float-rig .l_s { margin-bottom: 10px; border: none; }
.float-rig .mf { background: url(../images/mianfei.png) no-repeat center; }
.float-rig li.h { }
.float-rig li.h b { background-color: #0994dc; }
.float-rig li .box { width: 146px; overflow: hidden; position: absolute; top: 0; right: 40px; display: none; opacity: 0; filter: alpha(opacity=0); transform: scale(0); -webkit-transform: scale(0); transform-origin: right 30%; -webkit-transform-origin: right 30%; }
.float-rig li.h .box { transform: scale(1); -webkit-transform: scale(1); opacity: 1; filter: alpha(opacity=100); display: block; }
.float-rig li .box div { width: 115px; padding: 8px 10px 12px 10px; background-color: #0994dc; display: block; margin: 0; overflow: auto; text-align: center; }
.float-rig li .box .zixun { width: 150px; padding-top: 20px; }
.float-rig li .box div em { font-size: 15px; color: #333; display: block; margin-bottom: 15px; height: 25px; line-height: 25px; font-style: normal; font-weight: bold; border-radius: 3px; background: #eee; }
.float-rig li .box div small { padding-top: 5px; color: #f5f5f5; }
.float-rig li .box .red { color: #eee; }
.float-rig li .box .bai { color: #eee; font-size: 14px; line-height: 2; }
.float-rig li .box .font16 { font-size: 16px; font-weight: bold; }
.float-rig li .box p { width: 6px; height: 9px; margin: 0px; display: block; position: absolute; overflow: hidden; top: 22px; right: 4px; background: url(../images/float.png); }
.float-rig .l1 .box { transform-origin: right 18%; -webkit-transform-origin: right 18%; }
.float-rig .l1 .box div { padding-top: 15px }
.float-rig .l1 .box div h1 { line-height: 18px; margin-top: 8px; margin-bottom: 0 }
.float-rig .l2 .box { line-height: 22px; font-size: 14px; transform-origin: right 18%; -webkit-transform-origin: right 18%; }
.float-rig .l2 .box div h1 { line-height: 18px; margin-top: 8px; margin-bottom: 12px; color: #db4546; }
.float-rig .l2 .box div em { line-height: 18px; margin-top: 8px; margin-bottom: 12px; color: #db4546; font-size: 14px }
.float-rig .amn3 span { color: #666; font-size: 14px; font-weight: 400; }
.float-rig .l3 .box { font-size: 14px }
.float-rig .l3 .box div h1 { margin-bottom: 5px }
.float-rig .l4 { display: none }
/*产品列表页*/
.main_chanpin { margin:0 auto; width: 1280px; }
.main_l{float:left;width:260px;}
.ab_t2 {height: 55px; margin: 0 auto; line-height: 55px;padding-left:3px;border-bottom:0px solid #09f;background:#f5f5f5 url(../images/abt2_bg.gif) 0 center no-repeat;}
.ab_t2 .cn1 { float: left; color: #333; font-size: 14px; margin-left: 45px; display: inline; text-transform: capitalize; }
.ab_t2 .cn2 { float: left; color: #fff; font-size: 19px; font-weight: bold;padding-left:10px; }
.list_lc{padding:5px 0px;}
.list_lc li{width: 100%;height: 45px;line-height: 45px;border-top:1px solid #eee;border-bottom:1px solid #f8f8f8;text-indent: 1cm;background:url(../images/ablibg1.jpg) no-repeat 10px 13px;font-size: 14px;cursor: pointer;font-weight: bold;color: #666666;}
.list_lc li a{display:block;}
.list_lc li.on a{color:#fff;background:#da251c url(../images/ablibg2.png) no-repeat 10px 13px;}
.list_lc li a:hover{color:#fff;background:#da251c url(../images/ablibg2.png) no-repeat 10px 13px;}
.main_r{float:right;width:995px;}
.maint{line-height: 80px;
    text-align: center;
    color: #444;
    font-size: 32px;
    font-weight: bold;
    border-bottom:1px solid #ddd;}
.case-slide1 .case-list { margin-left: -15px; margin-right: -15px; overflow: hidden; display: none; }
.case-slide1 .case-list.current { display: block; }
.case-slide1 .case-list .item { float: left; width: 315px;  margin: 20px 0px 3px 20px;box-shadow: 2px 2px 3px #666; }
.case-slide1 .case-list .item .pic { overflow: hidden; }
.case-slide1 .case-list .item .pic a { position: relative; display: block; height: 240px; text-align: center; }
.case-slide1 .case-list .item .pic a > img { width: 100%;height:240px; max-height: none; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.case-slide1 .case-list .item .pic a ul { opacity: 0; position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; padding-top: 67.5px; padding-bottom: 67.5px; font-size: 0; background-color: rgba(0, 0, 0, 0.7); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.case-slide1 .case-list .item .pic a ul li { display: inline-block; width: 70%; color: #fff; font-size: 16px; }
.case-slide1 .case-list .item .pic a ul li img { margin-bottom: 20px; }
.case-slide1 .case-list .item .info { padding: 20px 15px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.case-slide1 .case-list .item .info a { display: block; color: #000; text-align: center;font-size: 16px; font-weight: bold; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.case-slide1 .case-list .item .info .text { width: 100%; height: 35px; line-height: 35px; margin-top: 12px; color: #6e6e6e; font-size: 14px; transition: all 0.2s !important; -webkit-transition: all 0.2s !important; -moz-transition: all 0.2s !important; -o-transition: all 0.2s !important; }
.case-slide1 .case-list .item .info .text, .case-slide1 .case-list .item .info .text p, .case-slide1 .case-list .item .info .text strong { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.case-slide1 .case-list .item .info .text .lag{padding-top:10px;border-top:1px dashed #ccc;}
.case-slide1 .case-list .item .info .text span{float:right;}
.case-slide1 .case-list .item .info small { display: block; width: 100%; height: 15px; line-height: 15px; color: #4d4d4d; font-size: 14px; margin-top: 20px; background-image: url(../images/case-arrow-black.png); background-position: right center; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.case-slide1 .case-list .item:hover .pic a > img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); }
.case-slide1 .case-list .item:hover .pic a ul { opacity: 1; }
.case-slide1 .case-list .item:hover .info { border-color: #f4f4f4; background-color: #f4f4f4; }
.case-slide1 .case-list .item:hover .info a { color: #0994dc; }
.case-slide1 .case-list .item:hover .info .text { color: #777; }
.case-slide1 .case-list .item:hover .info small { color: #fff; background-image: url(../images/case-arrow-white.png); }
/*资质荣誉列表*/
.zizhi_con{padding-top:15px;}
.zizhi_li li{float: left;font-size:15px;
    width: 331.666px;
    height: 270px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 12px;
    padding-top: 10px;
    background: #fff;
    transition: color 1s,background 1s;
    -webkit-transition: color 1s,background 1s;}
.zizhi_li li:hover { background:#0994dc; }
.zizhi_li li:hover a { color:#FFF }
.zizhi_li li div{ margin-left:10px;margin-bottom:5px;width:311.666px;height:215px; overflow:hidden;}
.zizhi_li li img{width: 311.666px;height:215px;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: -webkit-transform .5s, -moz-transform .5s, -o-transform .5s, transform .5s, opacity .5s;}
.zizhi_li li img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)}
.zizhi_li li span{display:block;margin-left: 10px;width: 311.666px;height: 40px;line-height:40px;overflow: hidden;}
/*列表分页*/
.pagination { width: 995px; margin: 10px auto 0; }
.pagination li { float: left; min-width: 50px; min-height: 25px; text-align: center; line-height: 25px; border: 1px solid #E1E1E1; margin: 0 5px 10px 0; font-size:12px;background-color: #FFF; }
.pagination li.active a { background-color: #0994dc; color: #FFF; width: 50px; }
.pagination li a { float: left; display: block; width: 50px; height: 25px; }
.pagination li a:hover { background-color: #f90; color: #FFF; text-decoration: none; display: block; width: 50px; }

/*文章列表页*/
.artlist{overflow:auto;padding-bottom:10px;}
.artlist li{margin-bottom: 5px;height:45px;line-height:45px;overflow:hidden;font-size:16px;color:#0994dc;font-family:Microsoft YaHei;border-bottom:1px dashed #ddd;}
.artlist li span{float:right;font-size:14px;color:#777;}
.artlist li b a{color:#0994dc;}
/*文章内容页*/
.txtbox h1 { text-align: center; font-size: 28px; color: #000; font-family: "microsoft yahei", 黑体; padding: 30px 10px; }
.infor { margin: 10px 0; line-height: 40px; text-align: center; color: #999; font-size: 14px; background: #fff; }
.infor small { font-size: 14px; color: #555; }
.neirong { font-size: 17px; padding: 15px 0; color: #333; }
.neirong p, .neirong div {line-height: 2; }
.neirong h3 { padding: 12px 0; line-height: 30px; color: #0994dc; text-shadow: 1px 1px 1px #bbb;border-bottom:1px solid #0994dc; }
.neirong table { font-size: 12px; }
.neirong a { color: #333; text-decoration: none; }
.neirong a:hover { color: #ff9900; }
.neirong a strong { padding: 5px 10px; background: #ff9900; color: #fff; border-radius: 5px; box-shadow: 2px 2px 2px rgba(0,0,0 ,0.3); }
.neirong img { max-width: 945px; }
.neirong sub { font-size:12px; }
u { text-decoration: none; }
.shxp { padding-top: 5px; border-top: 1px dotted #ccc; clear: both; }
.shxp li { padding: 5px; }
/*栏目共用*/
.main { margin:0 auto; width: 1280px; }
.nbox{background:url(../images/ab_bg.gif) -10px 0 repeat-y;}
.cut{padding-left:15px;line-height: 60px;border-bottom: 1px solid #eee;}
.title2{font-size: 32px; color: #0994dc; font-weight: bold; text-shadow: 2px 2px 1px #ccc;line-height:120px;text-align:center;border-bottom: 3px solid #ddd;}
.banner{width:100%;height:500px;}
.con{font-size:18px;padding:20px 0;}
.con hr{margin:10px 0;height:1px;border:none;background:#bbb;}
.con h2{margin:10px 0;padding-left:15px;color:#fff;background:#0994dc;height:50px;line-height:50px;font-size:20px;}

/*关于我们*/
.lianxic{position: relative;height:250px;width:100%;}
.lianxic .weixinh{position: absolute;width:500px;top:20px;right:0;}
.lianxic .weixinb{float:left;width:248px;font-size:14px;text-align:center;}
.lianxic .weixinh img{width:180px;}
.lianxic ul{position: absolute;width:650px;top:0;left:0;}
.lianxic li{width:650px;font-size:15px;line-height:40px;border-bottom:1px dashed #ddd;}
.lianxic .banner-link-button{position: absolute;right:50px;bottom:5px;}
#dituContent img{box-shadow:none;}
.w150 { width: 150px; height: 60px; line-height: 60px; position: absolute; }
.w20 { width: 20px; height: 180px; line-height: 1.2; }
.jg1 { position: absolute; top: 40px; left: 425px; }
.jg2 { position: absolute; top: 160px; left: 425px; }
.jg31 { position: absolute; top: 342px; left: 30px; }
.jg32 { position: absolute; top: 342px; left: 225px; }
.jg33 { position: absolute; top: 342px; left: 425px; }
.jg34 { position: absolute; top: 342px; left: 623px; }
.jg35 { position: absolute; top: 342px; left: 820px; }
.jg50 { position: absolute; top: 550px; left: 15px; }
.jg51 { position: absolute; top: 550px; left: 122px; }
.jg52 { position: absolute; top: 550px; left: 226px; }
.jg53 { position: absolute; top: 550px; left: 332px; }
.jg54 { position: absolute; top: 550px; left: 438px; }
.jg55 { position: absolute; top: 550px; left: 544px; }
.jg56 { position: absolute; top: 550px; left: 650px; }
.jg57 { position: absolute; top: 550px; left: 755px; }
.jg58 { position: absolute; top: 550px; left: 860px; }
.jg59 { position: absolute; top: 550px; left: 962px; }

