.nav { background-color: #f5f4f4; box-shadow: 0 0 10px rgba(135, 135, 135, 0.1); }

.index_bg1 { position: relative; height: 600px; }
.index_bg1 .banner { position: relative; }
.index_bg1 .banner .hd ul { position: absolute; width: 100%; text-align: center; left: 0; bottom: 20px; font-size: 0; }
.index_bg1 .banner .hd li { display: inline-block; *display: inline; *zoom: 1; margin: 0 6px; width: 10px; height: 10px; border-radius: 10px; background-color: #fff; opacity: 0.5; cursor: pointer; transition: all .3s ease; }
.index_bg1 .banner .hd li.on { opacity: 1; background-color: #2e72db; width: 44px; }
.index_bg1 .banner .hd .jt { position: absolute; bottom: 22px; left: 50%; margin-left: -600px; width: 1200px; height: 64px; text-align: right; font-size: 0; }
.index_bg1 .banner .hd a { display: inline-block; width: 64px; height: 64px; margin-left: 10px; background: #0f3186 url(../img/index/banner_jt.png) no-repeat 0 0; cursor: pointer; }
.index_bg1 .banner .hd a.next { background-position-y: -64px; }
.index_bg1 .banner .hd a:hover { background-color: #377be4; }
.index_bg1 .banner .bd { overflow: hidden; }
.index_bg1 .banner .bd li { float: left; display: inline; width: 100%; height: 600px; background-position: center; background-repeat: no-repeat; }
.index_bg1 .banner .bd li a { display: block; height: 100%; }
.index_bg1 .main_box { position: absolute; bottom: 0; left: 50%; margin-left: -600px; width: 350px; height: 240px; background: #377be4; }
.index_bg1 .main_box .login_in { padding: 46px 40px 0; font-size: 14px; }
.index_bg1 .main_box .login_in .tit { height: 72px; margin-bottom: 30px; }
.index_bg1 .main_box .login_in .tit img { width: 72px; height: 72px; margin-right: 18px; }
.index_bg1 .main_box .login_in .tit .r { width: 180px; padding: 6px 0; line-height: 30px; color: #fff; }
.index_bg1 .main_box .login_in .btn { height: 40px; }
.index_bg1 .main_box .login_in .btn a { float: left; width: 118px; line-height: 38px; color: #fff; border: 1px solid #fff; border-radius: 2px; text-align: center; }
.index_bg1 .main_box .login_in .btn a.on, .index_bg1 .main_box .login_in .btn a:hover { color: #2e72db; background: #fff; }
.index_bg1 .main_box .login_in .btn a.on { margin-right: 20px; }

.main_tt { text-align: center; padding: 58px 0 40px; }
.main_tt h3 { font-size: 24px; color: #333; font-weight: 400; }
.main_tt .line { width: 50px; height: 2px; background-color: #2e72db; margin: 8px auto 14px; }
.main_tt p { color: #888; text-transform: uppercase; }

.index_part { background: #fff; padding-bottom: 70px; }
.index_part > div { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
.index_part .part_tt li { position: relative; width: 135px; height: 44px; padding: 44px 0 44px 85px; background: #377be4 url(../img/index/part_num.png) no-repeat 20px 0; color: #fff; cursor: pointer; transition: all 0.3s ease; }
.index_part .part_tt li span { font-size: 18px; }
.index_part .part_tt li p { margin-top: 14px; text-transform: uppercase; opacity: 0.4; }
.index_part .part_tt li .jt { opacity: 0; position: absolute; right: 0; top: 53px; width: 13px; height: 26px; background: url(../img/index/part_jt.png) no-repeat 0 0; }
.index_part .part_tt li .line { position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #fff; opacity: 0.1; }
.index_part .part_tt li.num2 { background-position-y: -132px; }
.index_part .part_tt li.num3 { background-position-y: -264px; }
.index_part .part_tt li.num4 { background-position-y: -396px; }
.index_part .part_tt li.on { background-color: #296ed8; }
.index_part .part_tt li.on span { font-weight: 700; }
.index_part .part_tt li.on .jt { opacity: 1; }
.index_part .dynamic { padding: 24px 6px 0; }
.index_part .dynamic .tt { height: 14px; line-height: 14px; border-left: 4px solid #4f83ff; font-size: 14px; color: #242c42; padding-left: 10px; margin-bottom: 16px; }
.index_part .dynamic li { float: left; width: 304px; line-height: 28px; }
.index_part .dynamic li a { display: inline-block; max-width: 260px; color: #242c42; padding-left: 13px; position: relative; }
.index_part .dynamic li a:before { content: ''; position: absolute; left: 0; top: 11px; width: 0; height: 0; border: 3px solid transparent; border-left-color: #999; }
.index_part .dynamic li a:hover { color: #2e72db; }
.index_part .dynamic li a:hover:before { border-left-color: #2e72db; }

.part_con { width: 928px; padding: 36px 26px 0; position: relative; }
.part_con h4 { color: #242c42; font-size: 14px; margin-bottom: 10px; }
.part_con .txt { color: #9ba0b0; font-size: 12px; margin-bottom: 18px; }
.part_con .line { width: 28px; height: 1px; background-color: #d3dae2; margin-bottom: 25px; }
.part_con .item { display: none; }
.part_con .item.on { display: block; }
.part_con .item li { float: left; width: 180px; padding: 24px 20px 0; height: 136px; margin: 6px; overflow: hidden; }
.part_con .item li.last { width: 412px; }
.part_con .item li .btn { height: 28px; }
.part_con .item li .btn a { float: left; width: 74px; line-height: 26px; border-radius: 3px; margin-right: 10px; text-align: center; background-color: #fff; }
.part_con .item1 li { background: #f3f7fb; }
.part_con .item1 li .btn a { color: #498cff; border: 1px solid #498cff; }
.part_con .item1 li .btn a.on, .part_con .item1 li .btn a:hover { color: #fff; background: #498cff; }
.part_con .item1 li .btn a.on:hover { background: #347fff; }
.part_con .item1 .last { background: #f3f7fb url(../img/index/part1_li.png) no-repeat right bottom; }
.part_con .item2 li { background: #fffafb; }
.part_con .item2 li .btn a { color: #ff5970; border: 1px solid #ff5970; }
.part_con .item2 li .btn a.on, .part_con .item2 li .btn a:hover { color: #fff; background: #ff5970; }
.part_con .item2 li .btn a.on:hover { background: #fc4f67; }
.part_con .item2 .last { background: #fffafb url(../img/index/part2_li.png) no-repeat right bottom; }
.part_con .item3 li { width: 257px; background: #f7f8ff; }
.part_con .item3 li .btn a { color: #6e81ff; border: 1px solid #6e81ff; }
.part_con .item3 li .btn a.on, .part_con .item3 li .btn a:hover { color: #fff; background: #6e81ff; }
.part_con .item3 li .btn a.on:hover { background: #5d72ff; }
.part_con .item4 h4 span { color: #fe6432; }
.part_con .item4 ul { width: 544px; }
.part_con .item4 li { width: 220px; background: #fffaf3; }
.part_con .item4 li .btn a { color: #ff7649; border: 1px solid #ff7649; }
.part_con .item4 li .btn a.on, .part_con .item4 li .btn a:hover { color: #fff; background: #ff7649; }
.part_con .item4 li .btn a.on:hover { background: #fe6432; }
.part_con .list_logo { background: #fffaf3; padding: 18px 14px; width: 344px; height: 296px; margin-top: 6px; }
.part_con .list_logo img { float: left; margin: 7px 6px; width: 156px; height: 56px; border: 2px solid #fcead4; background: #fff; }

.index_query { height: 460px; background: url(../img/index/query_bg.jpg) no-repeat center; }
.index_query ul { width: 1215px; margin: 0 auto; }
.index_query li { float: left; margin: 0 7px 20px 8px; }
.index_query li a { display: block; width: 120px; height: 85px; text-align: center; font-size: 14px; color: #626468; padding: 15px 0 0; background-color: #fff; }
.index_query li a:hover { background-color: #2e72db; color: #fff; }
.index_query li a:hover i { background-image: url(../img/index/query_icon_h.png); }
.index_query li i { display: inline-block; width: 40px; height: 40px; background: url(../img/index/query_icon.png) no-repeat 0 0; margin-bottom: 12px; }
.index_query li .ico1 { background-position-y: -40px; }
.index_query li .ico2 { background-position-y: -80px; }
.index_query li .ico3 { background-position-y: -120px; }
.index_query li .ico4 { background-position-y: -160px; }
.index_query li .ico5 { background-position-y: -200px; }
.index_query li .ico6 { background-position-y: -240px; }
.index_query li .ico7 { background-position-y: -280px; }
.index_query li .ico8 { background-position-y: -320px; }
.index_query li .ico9 { background-position-y: -360px; }
.index_query li .ico10 { background-position-y: -400px; }
.index_query li .ico11 { background-position-y: -440px; }
.index_query li .ico12 { background-position-y: -480px; }
.index_query li .ico13 { background-position-y: -520px; }
.index_query li .ico14 { background-position-y: -560px; }
.index_query li .ico15 { background-position-y: -600px; }
.index_query li .ico16 { background-position-y: -640px; }
.index_query li .ico17 { background-position-y: -680px; }

.index_news { background-color: #fff; padding: 50px 0; }
.index_news .news_l, .index_news .news_c, .index_news .news_r { height: 440px; background-color: #fff; box-shadow: 0 0 20px rgba(34, 38, 48, 0.08); }
.index_news .news_l, .index_news .news_r { width: 310px; }
.index_news .news_c { width: 556px; margin: 0 12px; }
.index_news .tt { line-height: 55px; border-bottom: 1px solid #eee; padding: 0 20px; }
.index_news .tt span { font-size: 16px; color: #242c42; }
.index_news .tt a { color: #9ba0b0; text-transform: uppercase; padding-right: 13px; background: url(../img/index/more.png) no-repeat right 0; transition: none; }
.index_news .tt a:hover { color: #2e72db; background-position-y: -55px; }
.index_news .info { padding: 25px 20px; }
.index_news .info .pic { width: 150px; height: 100px; overflow: hidden; }
.index_news .info .pic:hover img { transform: scale(1.1); }
.index_news .info img { width: 150px; height: 100px; transition: all 0.3s ease; }
.index_news .info .txt { width: 350px; }
.index_news .info .txt h4 { font-weight: normal; font-size: 16px; padding: 6px 0; }
.index_news .info .txt h4 a { color: #242c42; display: inline-block; max-width: 100%; line-height: 20px; }
.index_news .info .txt h4 a:hover { color: #2972d6; }
.index_news .info .txt .time { color: #999; margin-bottom: 8px; }
.index_news .info .txt .oe2 { font-size: 14px; line-height: 22px; height: 44px; color: #888; }
.index_news .info .list { margin-top: 22px; border-bottom: 1px dotted #e5e5e5; }
.index_news .info .list p { height: 52px; line-height: 52px; border-top: 1px dotted #e5e5e5; }
.index_news .info .list a { color: #242c42; width: 400px; font-size: 14px; }
.index_news .info .list a:before { display: inline-block; vertical-align: middle; margin-bottom: 4px; margin-right: 6px; content: ''; width: 0; height: 0; border: 3px solid transparent; border-left-color: #999; }
.index_news .info .list a:hover { color: #2e72db; }
.index_news .info .list a:hover:before { border-left-color: #2e72db; }
.index_news .info .list span { font-size: 12px; color: #999; }
.index_news .hot { padding: 0 20px; }
.index_news .hot li { border-bottom: 1px dotted #e5e5e5; padding: 22px 0 13px; }
.index_news .hot p { font-size: 14px; color: #888; margin-bottom: 10px; }
.index_news .hot p a { color: #242c42; }
.index_news .hot p a:hover { color: #2e72db; }
.index_news .hot span { color: #999; margin-right: 25px; }

.index_act { background-color: #f7f7f7; padding-bottom: 70px; }
.index_act ul { width: 1220px; }
.index_act li { float: left; width: 285px; margin-right: 20px; overflow: hidden; }
.index_act li a { display: block; background-color: #fff; }
.index_act li img { width: 285px; height: 212px; transition: all 0.3s ease; }
.index_act li img:hover { transform: scale(1.02); }
.index_act li div { padding: 20px 16px; }
.index_act li h4 { font-size: 16px; color: #333; margin-bottom: 16px; font-weight: 400; transition: all 0.3s ease; }
.index_act li h4:hover { color: #2e72db; }
.index_act li p { color: #888; padding-left: 18px; line-height: 24px; background: url(../img/index/act_icon.png) no-repeat 0 0; }
.index_act li .addr { background-position-y: -24px; }

.footer { margin-top: 0; }

/*# sourceMappingURL=index.css.map */
