@charset "utf-8";
/* CSS Document */

html,body{ width:100%; height:100%;}
body{ font-family:"微软雅黑","PingFang SC",PingFangSC-Regular,"helvetica neue",tahoma,arial,"hiragino sans gb",sans-serif; font-size:14px; line-height:1.72; color:#333; background:#fff;}
a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:transparent;}
*{ list-style:none; margin:0; border:none; outline:none; padding:0;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none;}
.clear{ clear:both;}
.clear:after{ content:""; display:block; clear:both;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;} 
input,select,textarea{ -webkit-appearance:none;}
input[type=checkbox]{ -webkit-appearance:checkbox;}

#img1{ position:fixed; left:3%; bottom:50%; z-index:999; width:200px; height:44px;}
.tkuang{ width:200px; background-color:rgba(0,105,197,0.9); position:relative; border-radius:5px; vertical-align:middle;}
.tkuang a{ white-space:nowrap; width:auto; padding:10px 20px; display:inline-block; font-size:14px; line-height:24px; height:24px; overflow:hidden; animation: ps 7s linear infinite; color:#fff; vertical-align:middle;}
        @keyframes ps {
            0% {
                transform: translateX(100%);
            }

            100% {
                transform: translateX(-100%);
            }
        }
.tkuang a:hover{ text-decoration:underline;}
.tkuang .close{ position:absolute; right:7px; top:0; font-size:14px; line-height:24px; color:#fff; cursor:pointer; -webkit-transition:1s linear; transition:1s ease-in;}
.tkuang .close:hover{ transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}

/*header*/
.header{ width:100%; height:100px; background-color:rgba(0,0,0,0.7); position:fixed; left:0; top:0; z-index:999; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header .head{ width:1200px; margin:auto;}
.header .head .logo{ height:100px; float:left;}
.header .head .logo img{ display:block; height:60px; margin:20px 0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header .head .logo img.img02{ display:none;}
.header .head .ser{ width:16px; height:100px; float:right; margin-left:30px; position:relative;}
.header .head .ser img{ display:block; height:16px; cursor:pointer; margin:42px 0;}
.header .head .ser img.img02{ display:none;}
.header .head .ser.on img.img01{ display:none;}
.header .head .ser.on img.img02{ display:block;}
.header .head .nav{ float:right; height:100px;}
.header .head .nav li{ display:block; float:left; height:40px; padding-top:30px; padding-bottom:50px; position:relative; margin-left:25px;}
.header .head .nav li>a{ display:block; height:40px; line-height:40px; font-size:16px; color:#fff;}
.header .head .nav li>a b{ width:0; display:block; height:2px; background-color:#0069c5; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; position:absolute; bottom:50px; left:50%; transform:translateX(-50%);}
.header .head .nav li.on>a b{ width:100%;}
.header .head .nav li dl{ display:none; width:120px; -webkit-box-shadow:0px 14px 33px -9px rgba(0, 0, 0, 0.75); -moz-box-shadow:0px 14px 33px -9px rgba(0, 0, 0, 0.75); box-shadow:0px 14px 33px -9px rgba(0, 0, 0, 0.75); z-index:99; position:absolute; top:110px; left:-15px; background:rgba(0,0,0,0.7); padding:15px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; border-radius:4px;}
.header .head .nav li dl:before{ bottom:100%; left:20px; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; border-bottom-color:rgba(0,0,0,0.7); border-width:8px; margin-left:-8px; }
.header .head .nav li dl dd{ display:block; margin-bottom:7px;}
.header .head .nav li dl dd:last-child{ margin-bottom:0;}
.header .head .nav li dl dd a{ display:block; color:#999; line-height:24px; font-size:14px;}
.header .head .nav li:hover dl{ display:block;}
.header .head .nav li dl dd a:hover{ color:#fff;}

.serbox{ width:240px; height:40px; position:absolute; right:26px; top:50%; margin-top:-20px; z-index:111; display:none;}
.serbox p{ display:block; width:234px; height:34px; background-color:#fff; padding:3px; border-radius:40px;}
.serbox p span{ width:180px; margin:0 10px; height:34px; float:left;}
.serbox p span input{ width:100%; display:block; height:34px; line-height:34px; font-size:14px; background-color:transparent; color:#333;}
.serbox p a{ display:block; width:34px; height:34px; float:right; border-radius:50px; background-color:#0069c5;}
.serbox p a input{ display:block; width:34px; height:34px; background-color:#2298d6; border-radius:100%; cursor:pointer; background-image:url(../images/ser_06.png); background-position:center; background-repeat:no-repeat;}

/*banner*/
.banner{ width:100%; height:66vh; min-height:460px; position:relative; z-index:1; background-color:#000;}
.banner video{ width:100%; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); z-index:1;}
.banner .content{ width:100%; height:100%; background-color:rgba(0,0,0,0.3); position:absolute; left:0; top:0; z-index:99;}
.banner .content .box{ width:1200px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); text-align:center;}
.banner .content .box h1{ display:block; color:#fff; font-size:54px; line-height:64px; text-transform:uppercase; margin-top:30px;}
.banner .content .box h3{ display:block; color:#fff; font-size:24px; line-height:34px; margin-top:30px; font-weight:normal;}
.banner .content .box a{ width:160px; height:40px; line-height:40px; border:1px solid #fff; background-color:rgba(255,255,255,0.3); text-align:center; font-size:16px; display:none; margin:auto; margin-top:50px; border-radius:5px; color:#fff;}
.banner .content .box a:hover{ border:1px solid #0069c5; background-color:#0069c5;}

.sec{ width:100%; background-color:#f3f3f3;}
.sec .section{ width:1200px; margin:20px auto;}

/*热点新闻*/
.box01{ padding:20px; float:left; width:1160px; background-color:#fff; position:relative;}
.box01 .left{ float:left; width:570px; height:400px; position:relative;}
.box01 .left .title{ padding:0 20px; position:absolute; left:20px; top:10px; height:30px; line-height:30px; border-radius:30px; background-color:#0069c5; color:#fff; font-size:16px; z-index:9;}
.box01 .left .pic{ width:100%; height:100%; position:relative; z-index:1;}
.box01 .left .pic li{ display:block; width:100%; height:100%; overflow:hidden;}
.box01 .left .pic li img{ width:100%; display:block;}
.box01 .left .txt-bg{ width:100%; height:46px; background-color:rgba(0,0,0,0.7); position:absolute; left:0; bottom:0; z-index:3;}
.box01 .left .txt{ width:530px; position:absolute; left:20px; bottom:0; z-index:5; height:46px;}
.box01 .left .txt li{ width:100%; display:block; position:absolute; left:0; bottom:-40px; height:46px; overflow:hidden;}
.box01 .left .txt li a{ display:block; height:46px; line-height:46px; font-size:16px; color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.box01 .right{ width:570px; float:right;}
.box01 .right .hd{ width:100%; padding-bottom:15px; border-bottom:1px solid #a8a8a8;}
.box01 .right .hd ul{ display:block; float:left;}
.box01 .right .hd ul li{ display:block; width:90px; float:left; margin-right:10px; height:34px; text-align:center; height:34px; line-height:34px; font-size:16px; cursor:pointer}
.box01 .right .hd ul li.on{ background-color:#0069c5; color:#fff;}
.box01 .right .hd .more{ display:block; float:right; font-size:12px; line-height:34px; height:34px;}
.box01 .right .hd .more a:hover{ color:#0069c5;}
.box01 .right .bd{ padding-top:15px; width:100%;}
.box01 .right .bd .con{ width:100%; display:block; overflow:hidden;}
.box01 .right .bd .con li{ display:block; overflow:hidden; padding-left:20px; background-image:url(../images/li_10.jpg); background-position:left center; background-repeat:no-repeat;}
.box01 .right .bd .con li a{ display:block; float:left; max-width:400px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; height:32px; line-height:32px; font-size:14px;}
.box01 .right .bd .con li span{ display:block; float:right; height:32px; line-height:32px; font-size:12px; color:#666;}
.box01 .right .bd .con li a:hover{ color:#0069c5;}

/*标讯信息*/
.box02{ width:1100px; height:40px; padding:60px 50px; float:left; margin-top:20px; background-position:center; background-repeat:no-repeat;}
.box02 .left{ float:left;}
.box02 .left b{ font-size:30px; line-height:40px; font-weight:bold; color:#fff; display:block; float:left;}
.box02 .left p{ float:left; display:block; margin-left:20px;}
.box02 .left p span{ display:block; font-size:20px; line-height:30px; color:#ddd; text-transform:uppercase;}
.box02 .left p a{ width:60px; height:3px; background-color:#fff; display:block; border-radius:3px; overflow:hidden;}
.box02 .right{ float:right;}
.box02 .right p{ display:block; float:left; height:40px; width:250px;}
.box02 .right p input{ display:block; padding:0 10px; width:230px; font-size:14px; height:40px; line-height:40px;}
.box02 .right a{ display:block; float:left; height:40px; width:50px;}
.box02 .right a input{ display:block; width:50px; height:40px; background-color:#a8a8a8; background-image:url(../images/ser_15.jpg); background-position:center; background-repeat:no-repeat; cursor:pointer;}

.box03{ padding:20px; padding-bottom:0; width:346px; height:280px; float:left; margin-top:20px; background-color:#fff;}
.box03.mar{ margin-right:21px;}
.box03 .title{ height:40px;}
.box03 .title .t01{ height:40px; float:left;}
.box03 .title .t01 img{ height:40px; display:block;}
.box03 .title .t02{ width:calc(100% - 50px); margin-left:10px; height:40px; float:left; position:relative;}
.box03 .title .t02 b{ font-size:18px; line-height:22px; height:22px; color:#0069c5; display:block;}
.box03 .title .t02 p{ position:absolute; left:0; bottom:0; z-index:3; height:14px; line-height:14px; font-size:14px; text-transform:uppercase; color:#666; background-color:#fff; padding-right:10px;}
.box03 .title .t02 p strong{ font-weight:normal; margin-left:10px; color:#079ee9;}
.box03 .title .t02 p strong span{ color:#333;}
.box03 .title .t02 em{ width:100%; height:1px; position:absolute; right:0; bottom:2px; background-color:#a8a8a8; display:block; z-index:1;}
.box03 .title .t02 a{ display:block; position:absolute; right:0; top:10px; font-size:14px; height:20px; line-height:20px;}
.box03 .title .t02 a:hover{ color:#0069c5;}
.box03 .list{ width:100%; display:block; overflow:hidden; padding-top:5px;}
.box03 .list li{ display:block; overflow:hidden; padding-left:20px; background-image:url(../images/li_10.jpg); background-position:left center; background-repeat:no-repeat;}
.box03 .list li a{ display:block; float:left; max-width:230px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; height:32px; line-height:32px; font-size:14px;}
.box03 .list li span{ display:block; float:right; height:32px; line-height:32px; font-size:14px; color:#666;}
.box03 .list li a:hover{ color:#0069c5;}

/*友情链接*/
.box04{ padding:20px; padding-bottom:15px; width:1160px; float:left; margin-top:20px; background-color:#fff;}
.box04 .title{ height:40px;}
.box04 .title .t01{ height:40px; float:left;}
.box04 .title .t01 img{ height:40px; display:block;}
.box04 .title .t02{ width:calc(100% - 50px); margin-left:10px; height:40px; float:left; position:relative;}
.box04 .title .t02 b{ font-size:18px; line-height:22px; height:22px; color:#0069c5; display:block;}
.box04 .title .t02 p{ position:absolute; left:0; bottom:0; z-index:3; height:14px; line-height:14px; font-size:14px; text-transform:uppercase; color:#666; background-color:#fff; padding-right:10px;}
.box04 .title .t02 p strong{ font-weight:normal; margin-left:10px; color:#079ee9;}
.box04 .title .t02 p strong span{ color:#333;}
.box04 .title .t02 em{ width:100%; height:1px; position:absolute; right:0; bottom:2px; background-color:#a8a8a8; display:block; z-index:1;}
.box04 .list{ width:100%; padding-top:5px;}
.box04 .list dl{ width:100%; display:block; overflow:hidden; margin-top:10px;}
.box04 .list dl dt{ display:block; float:left; width:110px; font-size:14px; line-height:24px; font-weight:bold; color:#0069c5;}
.box04 .list dl dd{ display:block; float:left; width:calc(100% - 110px);}
.box04 .list dl dd p{ display:block; overflow:hidden; width:1090px;}
.box04 .list dl dd p a{ display:block; float:left; font-size:14px; line-height:24px; margin-right:40px;}
.box04 .list dl dd p a:hover{ color:#0069c5;}

/*footer*/
.footer{ width:100%; background-color:#0068b7; padding:38px 0;}
.footer .foot{ width:1200px; margin:auto; display:flex; align-items:center;}
.footer .foot .f01{ width:120px;}
.footer .foot .f01 img{ display:block; width:78px;}
.footer .foot .f02{ width:600px; display:block;}
.footer .foot .f02 dt{ display:block; margin-bottom:4px; font-size:16px; line-height:28px; color:#fafafa;}
.footer .foot .f02 dd{ display:block; font-size:14px; line-height:26px; color:#fafafa;}
.footer .foot .f03{ width:480px; text-align:right;}
.footer .foot .f03 p{ display:block; margin-top:8px; font-size:14px; line-height:26px; color:#fff;}
.footer .foot .f03 p a{ color:#fff;}
.footer .foot .f03 p:first-child{ margin-top:0;}

/*内页*/
.header01{ width:100%; position:fixed; left:0; top:0; z-index:999; background-color:rgba(0,0,0,.7);}
.header01 .head{ width:1200px; margin:auto;}
.header01 .head .logo{ height:60px; float:left; padding:20px 0;}
.header01 .head .logo img{ display:block; height:60px;}
.header01 .head .ser{ width:16px; height:100px; float:right; margin-left:30px; position:relative;}
.header01 .head .ser img{ display:block; height:16px; cursor:pointer; margin:42px 0;}
.header01 .head .ser img.img02{ display:none;}
.header01 .head .ser.on img.img01{ display:none;}
.header01 .head .ser.on img.img02{ display:block;}
.header01 .head .nav{ float:right; height:100px;}
.header01 .head .nav li{ display:block; float:left; height:40px; padding-top:30px; padding-bottom:50px; position:relative; margin-left:30px;}
.header01 .head .nav li>a{ display:block; height:40px; line-height:40px; font-size:16px; color:#fff;}
.header01 .head .nav li>a b{ width:0; display:block; height:2px; background-color:#0069c5; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; position:absolute; bottom:50px; left:50%; transform:translateX(-50%);}
.header01 .head .nav li.on>a{ color:#fff;}
.header01 .head .nav li.on>a b{ width:100%;}
.header01 .head .nav li dl{ display:none; width:120px; -webkit-box-shadow:0px 14px 33px -9px rgba(0, 0, 0, 0.75); -moz-box-shadow:0px 14px 33px -9px rgba(0, 0, 0, 0.75); box-shadow:0px 14px 33px -9px rgba(0, 0, 0, 0.75); z-index:99; position:absolute; top:90px; left:-15px; background:rgba(0,0,0,0.7); padding:15px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; border-radius:4px;}
.header01 .head .nav li dl:before{ bottom:100%; left:20px; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; border-bottom-color:rgba(0,0,0,0.7); border-width:8px; margin-left:-8px; }
.header01 .head .nav li dl dd{ display:block; margin-bottom:7px;}
.header01 .head .nav li dl dd:last-child{ margin-bottom:0;}
.header01 .head .nav li dl dd a{ display:block; color:#999; line-height:24px; font-size:14px;}
.header01 .head .nav li:hover dl{ display:block;}
.header01 .head .nav li dl dd a:hover{ color:#fff;}
.header01.pos{ background-color:rgba(0,0,0,0.7);}
.header01.pos .head .nav li dl{ top:110px;}

.ban{ width:100%; height:350px; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ban .box{ width:100%; height:100%; position:relative; background-color:rgba(0,0,0,0.3);}
.ban .box .wen{ width:1200px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-40%);}
.ban .box .wen .w01{ font-size:36px; line-height:46px; color:#fff;}
.ban .box .wen .w02{ font-size:24px; line-height:34px; color:#fff; margin-top:10px;}

.wei{ width:100%; height:70px; background-color:#f3f3f3;}
.wei .box{ width:1200px; margin:auto;}
.wei .box .left{ float:left;}
.wei .box .left a{ display:block; float:left; font-size:14px; line-height:70px; height:70px; position:relative; overflow:hidden; margin-right:30px;}
.wei .box .left a:hover{ color:#0069c5;}
.wei .box .left a.on{ color:#0069c5;}
.wei .box .left a.on b{ width:100%; height:2px; display:block; position:absolute; left:0; bottom:0; background-color:#0069c5;}
.wei .box .right{ float:right; padding-left:24px; background-image:url(../images/home_05.png); background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:70px; height:70px;}

.main{ width:1200px; margin:45px auto; margin-bottom:70px;}
.main .title{ text-align:center; width:100%;}
.main .title b{ display:block; text-transform:uppercase; font-size:24px; line-height:28px; color:#999;}
.main .title strong{ display:block; font-size:30px; line-height:52px; color:#333;}
.main .title span{ display:block; margin:auto; margin-top:6px; width:60px; height:2px; background-color:#0069c5;}

/*公司简介*/
.main .ab01{ width:100%; margin-top:30px;}
.main .ab01 .left{ width:650px; margin-top:15px; float:left;}
.main .ab01 .left .a01{ font-size:14px; line-height:24px;}
.main .ab01 .left .a02{ font-size:24px; line-height:34px; margin-top:15px; font-weight:bold; color:#0069c5; text-align:right; font-style:italic; padding-right:5px;}
.main .ab01 .right{ float:right; position:relative; width:480px; padding-left:20px; padding-bottom:20px;}
.main .ab01 .right p{ width:100%; display:block; overflow:hidden; position:relative; z-index:3;}
.main .ab01 .right p img{ width:100%; display:block;}
.main .ab01 .right a{ width:calc(100% - 20px); height:calc(100% - 20px); position:absolute; left:0; bottom:0; z-index:1; background-color:#0069c5;}

/*组织结构图*/
.main .ab02{ width:100%; margin-top:30px;}
.main .ab02 img{ max-width:100%; display:block; margin:auto;}

/*公司资质*/
.ab03{ width:100%; padding-top:30px;}
.ab03 a{ display:block; overflow:hidden; float:left; cursor:pointer; box-sizing:border-box; border:3px solid #0069c5;}
.ab03 a img{ width:100%; display:block;}
.ab03 a:nth-child(1){ width:600px; float:left; height:420px;}
.ab03 a:nth-child(2){ width:290px; height:205px; float:left; margin-left:10px;}
.ab03 a:nth-child(3){ width:290px; height:205px; float:left; margin-left:10px;}
.ab03 a:nth-child(4){ width:290px; height:205px; float:left; margin-left:10px; margin-top:10px;}
.ab03 a:nth-child(5){ width:290px; height:205px; float:left; margin-left:10px; margin-top:10px;}
.ab03 a:nth-child(n+6){ width:191.66px; height:270px; float:left; margin-right:10px; margin-top:10px;}
.ab03 a:nth-child(6n+5){ margin-right:0;}

/*公司荣誉*/
.ab04{ width:100%; padding-top:20px;}
.ab04 a{ display:block; overflow:hidden; float:left; cursor:pointer; width:285px; height:186px; margin-right:10px; margin-top:10px; box-sizing:border-box; border:3px solid #0069c5;}
.ab04 a img{ width:100%; display:block;}
.ab04 a:nth-child(5n){ margin-right:0;}

/*成长历程*/
/*.ab05 dl{ width:100%; display:block; margin-top:30px; position:relative;}
.ab05 dl b{ width:1px; height:100%; background-color:#ddd; position:absolute; left:20px; top:0; z-index:0; display:block;}
.ab05 dl dt{ display:block; position:relative; z-index:9; margin-bottom:30px;}
.ab05 dl dt img{ display:block;}
.ab05 dl dd{ display:block; position:relative; z-index:9; margin-bottom:25px; padding-left:61px; background-image:url(../images/line_03.jpg); background-position:left 10px; background-repeat:no-repeat; margin-left:15px; overflow:hidden;}
.ab05 dl dd span{ display:block; width:120px; height:31px; margin-bottom:5px; line-height:32px; float:left; text-align:center; font-size:14px; border-radius:30px; background-color:#0069c5; color:#fff;}
.ab05 dl dd p{ font-size:16px; line-height:26px; padding-top:4px; width:985px; float:right; display:block;}*/
.ab05{ width:100%; margin-top:30px;}
.ab05 .slick_bd ul li .left{ width:50%; float:left;}
.ab05 .slick_bd ul li .left img{ width:100%; display:block;}
.ab05 .slick_bd ul li .right{ width:46%; float:right; padding-top:30px; position:relative}
.ab05 .slick_bd ul li .right font{ font-size:300px; color:#f6f7f9; font-weight:bold; position:absolute; top:0; right:0; line-height:1em;}
.ab05 .slick_bd ul li .right h3{ font-size:40px; color:#202c5c; font-weight:bold; margin-bottom:30px;}
.ab05 .slick_bd ul li .right .con{ margin-bottom:90px; position:relative;}
.ab05 .slick_bd ul li .right .con p{font-size:14px; color:#5e5e5e; position:relative; line-height:24px;}
.ab05 .slick_bd ul li .right .anniu_con{ display:inline-block; width:31px; height:31px; background-size:100% 100% !important; cursor:pointer; transition:.6s; position:relative}
.ab05 .slick_bd ul li .right .anniu_left{ background:url(../images/licheng_left.png) center no-repeat; margin-right:20px;}
.ab05 .slick_bd ul li .right .anniu_right{ background:url(../images/licheng_right.png) center no-repeat;}
.ab05 .slick_bd ul li .right .anniu_left:hover{ background:url(../images/licheng_left_on.png) center no-repeat;}
.ab05 .slick_bd ul li .right .anniu_right:hover{ background:url(../images/licheng_right_on.png) center no-repeat;}
.ab05 .slick_hd{ margin-top:60px; position:relative; padding:0 50px;}
.ab05 .slick_hd:before{ content:""; position:absolute; top:52px; width:100%; left:0; height:1px; background:rgba(0,0,0,0.1);}
.ab05 .slick_hd ul{ margin:0 -5%;}
.ab05 .slick_hd ul li{ text-align:center; cursor:pointer;}
.ab05 .slick_hd ul li h4{ font-size:30px; color:#202c5c; font-weight:bold; height:42px; line-height:42px; transition:.6s;}
.ab05 .slick_hd ul li .yuan{ position:relative; height:20px;}
.ab05 .slick_hd ul li .yuan:before{ content:""; position:absolute; width:6px; height:6px; border:#202c5c 3px solid; border-radius:50%; background:#fff; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); transition:.6s;}
.ab05 .slick_hd ul li .down_svg{ line-height:36px; margin-bottom:8px;}
.ab05 .slick_hd ul li .down_svg svg{ display:inline-block; width:16px; height:16px; fill:#202c5c; transition:.6s;}
.ab05 .slick_hd ul li .con{ position:relative;}
.ab05 .slick_hd ul li .con p{ font-size:16px; color:#080808; position:relative; margin-bottom:8px; line-height:26px; padding:0 8px;}
.ab05 .slick_hd ul li.slick-current h4{ color:#e81f18;}
.ab05 .slick_hd ul li.slick-current .yuan:before{ border:#e81f18 3px solid;}
.ab05 .slick_hd ul li.slick-current .down_svg svg{ fill:#333;}


/*经营理念*/
.wh01{ width:100%; margin-top:30px;}
.wh01 .left{ width:550px; float:left;}
.wh01 .left img{ width:100%; display:block;}
.wh01 .right{ width:580px; float:right;}
.wh01 .right ul{ display:block; overflow:hidden; margin-top:-8px;}
.wh01 .right ul li{ display:block; overflow:hidden; position:relative; margin-top:25px; padding-left:10px;}
.wh01 .right ul li em{ display:block; position:relative; z-index:3; font-size:48px; line-height:45px; height:45px; font-weight:bold; font-family:Arial; color:#0069c5; width:66px; float:left;}
.wh01 .right ul li p{ width:calc(100% - 66px); display:block; font-size:18px; font-weight:bold; line-height:44px; float:left;}
.wh01 .right ul li span{ width:100%; height:10px; border-radius:10px; position:absolute; left:0; bottom:0; z-index:1; background-color:#0069c5; opacity:0.3; display:block; overflow:hidden;}

/*行为准则*/
.wh02{ margin-top:10px;}
.wh02 ul{ width:1260px; display:block; overflow:hidden;}
.wh02 ul li{ width:550px; margin-right:60px; display:block; float:left; margin-top:30px; overflow:hidden; position:relative; min-height:60px; padding-left:20px;}
.wh02 ul li span{ display:block; position:absolute; left:0; top:50%; margin-top:-30px; width:52px; height:52px; padding:4px; border-radius:100%; background-color:#0069c5; overflow:hidden; text-align:center;}
.wh02 ul li span b{ display:block; width:50px; height:50px; line-height:50px; border:1px solid #fff; border-radius:100%; overflow:hidden; color:#fff; font-size:18px;}
.wh02 ul li p{ width:100%; padding:9px 50px; padding-right:15px; box-sizing:border-box; font-size:18px; line-height:28px; color:#fff; font-weight:bold; border-radius:5px; background-color:#0069c5; overflow:hidden; margin:7px 0;}

/*服务流程*/
.wh03{ width:100%; margin-top:30px; font-size:14px; line-height:24px;}
.wh03 img{ max-width:100%; display:block; margin:auto;}

/*公示公告*/
.sbox{ width:1198px; margin:auto; margin-top:50px; border:1px solid #ddd; border-top:2px solid #sbox;} 
.sbox .title{ padding:0 20px; background-color:#eee;}
.sbox .title span{ display:block; float:left; font-size:18px; height:40px; line-height:40px; color:#0069c5;}
.sbox .title p{ display:block; float:right; font-size:14px; height:40px; line-height:40px; color:#333; padding-left:24px; background-image:url(../images/home_05.png); background-position:left center; background-repeat:no-repeat;}
.sbox .box{ padding:19px; padding-top:0;}
.sbox .box dl{ display:block; overflow:hidden; position:relative; padding-top:15px; padding-bottom:5px; border-bottom:1px solid #eee;}
.sbox .box dl dt{ position:absolute; left:0; top:15px; font-size:14px; line-height:24px; font-weight:bold;}
.sbox .box dl dd{ width:1090px; float:right; overflow:hidden;}
.sbox .box dl dd .dd{ float:left; height:24px; margin-left:20px; display:none;}
.sbox .box dl dd .dd input{ width:160px; height:24px; line-height:24px; text-indent:10px; display:inline-block; background-color:#eee;}
.sbox .box dl dd .dd input.dj{ text-indent:0; width:100px; text-align:center; background-color:#0069c5; color:#fff; cursor:pointer; margin-left:20px;}
.sbox .box dl dd a{ display:block; float:left; margin-left:30px; font-size:14px; line-height:24px;}
.sbox .box dl dd a:hover{ text-decoration:underline;}
.sbox .box dl dd a.on{ color:#0069c5;}
.sbox .box p{ display:block; overflow:hidden; margin-top:20px;}
.sbox .box p span{ display:block; float:left; width:340px; padding-right:10px; padding-left:9px; border:1px solid #cacaca; border-right:none;}
.sbox .box p span input{ display:block; height:36px; line-height:36px; font-size:14px; width:100%; overflow:hidden;}
.sbox .box p a{ display:block; width:90px; height:38px; float:left; overflow:hidden;}
.sbox .box p a input{ display:block; width:100%; height:38px; cursor:pointer; background-image:url(../images/ss_05.jpg); background-position:center; background-repeat:no-repeat;}

.gg{ width:100%; display:block;}
.gg li{ width:100%; display:block; padding:25px 0; border-bottom:1px solid #ddd; overflow:hidden; position:relative;}
.gg li .g01{ font-size:18px; line-height:28px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap;}
.gg li .g01 a:hover{ color:#0069c5;}
.gg li .g02{ margin-top:10px;}
.gg li .g02 p{ width:220px; padding-right:30px; display:block; float:left; font-size:14px; line-height:24px; color:#666; text-overflow:ellipsis; white-space:nowrap;}
.gg li .g02 span{ width:420px; padding-right:30px; display:block; float:left; font-size:14px; line-height:24px; color:#666; text-overflow:ellipsis; white-space:nowrap;}
.gg li .g03{ margin-top:10px; font-size:14px; line-height:24px; width:1000px;}
.gg li .g04{ position:absolute; right:0; bottom:35px;}
.gg li .g04 a{ display:block; width:100px; height:34px; line-height:34px; text-align:center; font-size:14px; color:#fff; background-color:#333; overflow:hidden;}
.gg li .g04 a:hover{ background-color:#0069c5;}

.fanye{ width:100%; margin-top:30px; text-align:center;}
.fanye li{ margin:0 3px; display:inline-block;}
.fanye li a{ min-width:14px; padding:0 5px; height:24px; line-height:24px; background-color:#f2f2f2; border-radius:3px; display:block;}
.fanye li span{ min-width:14px; padding:0 5px; height:24px; line-height:24px; border-radius:3px; display:block;}
.fanye li.active span{ color:#fff; background-color:#0069c5;}
.fanye li.disabled span{ color:#aaa; background-color:#f2f2f2; cursor:no-drop;}
.fanye li a:hover{ color:#0069c5;}

/*公示公告内页*/
.main .lbar{ width:900px; float:left;}
.main .lbar .bt{ text-align:center; color:#0069c5; font-size:24px; line-height:34px;}
.main .lbar .sj{ text-align:center; color:#999; font-size:14px; line-height:32px; height:37px; border-bottom:1px solid #eee;}
.main .lbar .wen{ font-size:14px; line-height:24px; margin-top:25px;}
.main .lbar .wen img{ max-width:100%; height:auto;}
.main .lbar .back{ margin-top:25px; padding-top:19px; border-top:1px solid #eee; position:relative;}
.main .lbar .back p{ display:block; font-size:14px; height:24px; line-height:24px; margin-top:6px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .lbar .back p a:hover{ color:#0069c5;}
.main .lbar .back span{ position:absolute; right:0; top:25px; font-size:14px; height:24px; line-height:24px;}
.main .lbar .back span a:hover{ color:#0069c5;}

.main .rbar{ width:258px; border:1px solid #ddd; border-top:2px solid #0069c5; float:right; margin-top:5px;}
.main .rbar .bt{ padding-left:19px; font-size:18px; height:50px; line-height:50px; border-bottom:1px solid #ddd;}
.main .rbar ul{ display:block; padding:4px 19px; padding-bottom:15px;}
.main .rbar ul li{ display:block; width:100%; margin-top:15px; overflow:hidden;}
.main .rbar ul li strong{ width:100%; display:block; overflow:hidden;}
.main .rbar ul li strong img{ width:100%; display:block;}
.main .rbar ul li p{ display:block; overflow:hidden; font-size:16px; height:26px; line-height:26px; padding-top:5px;}
.main .rbar ul li span{ display:block; overflow:hidden; font-size:14px; height:22px; line-height:22px; color:#999;}
.main .rbar ul li:hover p{ color:#0069c5;}

/*当区工作*/
.dj{ width:100%;}
.dj a{ padding:30px 20px; display:block; padding-bottom:25px; overflow:hidden; position:relative;}
.dj a:after{ content:''; position:absolute; width:100%; height:2px; bottom:0px; left:0px; background:#ebe7e1; z-index:2; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.dj a:hover:after{ height:100%; background:#eeeeee;}
.dj a .tu{ float:left; width:130px; position:relative; z-index:3;}
.dj a .tu b{ display:block; overflow:hidden; color:#0069c5; font-size:30px; line-height:42px; height:42px; font-family:Arial;}
.dj a .tu strong{ display:block; overflow:hidden; color:#0069c5; font-size:24px; line-height:34px; height:34px; font-family:Arial; margin-top:1px;}
.dj a .wen{ float:right; width:calc(100% - 130px); position:relative; z-index:3;}
.dj a .wen .w01{ font-size:18px; line-height:28px; height:28px; color:#666; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.dj a .wen .w02{ margin-top:5px; font-size:14px; line-height:22px; height:44px; color:#666;}
.dj a:hover .w01{ color:#0069c5;}

/*政策法规*/
.fg{ width:100%; padding-top:10px; display:block;}
.fg li{ display:block; overflow:hidden; padding:15px 0; border-bottom:1px solid #ddd;}
.fg li .left{ width:232px; height:150px; float:left; display:none;}
.fg li .left img{ width:100%; display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.fg li .left:hover img{ transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05);}
.fg li .right{ width:100%;}
.fg li .right .f01{ font-size:18px; line-height:28px; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.fg li .right .f01 a:hover{ color:#0069c5;}
.fg li .right .f02{ padding-top:10px; font-size:14px; line-height:24px; height:48px;  display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; overflow:hidden;}
.fg li .right .f03{ margin-top:15px; margin-bottom:5px;}
.fg li .right .f03 p{ display:block; float:left; font-size:14px; line-height:34px; color:#666;}
.fg li .right .f03 a{ display:block; float:right; width:130px; height:34px; line-height:34px; text-align:center; font-size:14px; background-color:#ccc; color:#fff; border-radius:34px; overflow:hidden;}
.fg li .right .f03 a:hover{ background-color:#0069c5;}

/*联系我们*/
.lx{ width:100%; margin-top:30px;}
.lx ul{ width:1224px; display:block; overflow:hidden; margin-left:1px;}
.lx ul li{ float:left; width:280px; display:block; height:370px; background-color:#f1f1f1; margin-right:26px; overflow:hidden; text-align:center;}
.lx ul li .l01{ padding:30px 0;}
.lx ul li .l01 img{ display:block; height:50px; margin:auto;}
.lx ul li .l02{ width:100%; height:2px; background-image:url(../images/l05_18.jpg); background-position:center; background-repeat:no-repeat;}
.lx ul li .l03{ width:240px; margin:auto; height:258px; position:relative;}
.lx ul li .l03 p{ width:100%; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); font-size:16px; line-height:30px; overflow:hidden; text-align:center;}
.lx ul li .l03 p img{ width:110px; margin:auto; margin-top:5px; display:block;}
.lx ul li .l03 p span{ font-size:14px; line-height:24px; margin-top:10px; display:block;}
.main.mar{ margin-bottom:50px;}
#map{ width:100%; height:470px;}


/*在线留言*/
.lx02{ width:1200px; margin:auto; margin-top:30px; height:500px; position:relative;}
.lx02 .left{ width:500px; position:absolute; left:0; top:0; z-index:0;}
.lx02 .left img{ width:100%; display:block;}
.lx02 .right{ width:780px; padding:30px; padding-top:73px; float:right; background-image:url(../images/lx03.png); background-position:right top; background-repeat:no-repeat; margin-top:17px; overflow:hidden; position:relative; z-index:2; padding-bottom:40px;}
.lx02 .right .r01{ float:left; margin-top:20px; width:350px;}
.lx02 .right .r01 span{ display:block; float:left; text-align:right; width:60px; margin-right:10px; height:44px; line-height:44px; font-size:14px;}
.lx02 .right .r01 input{ display:block; float:left; width:280px; height:44px; line-height:44px; font-size:14px; background-color:#fff; text-indent:10px; overflow:hidden;}
.lx02 .right .r02{ float:left; margin-top:20px; width:350px; margin-left:80px;}
.lx02 .right .r02 span{ display:block; float:left; text-align:right; width:60px; margin-right:10px; height:44px; line-height:44px; font-size:14px;}
.lx02 .right .r02 input{ display:block; float:left; width:280px; height:44px; line-height:44px; font-size:14px; background-color:#fff; text-indent:10px; overflow:hidden;}
.lx02 .right .r02 select{ display:block; float:left; width:280px; height:44px; line-height:44px; font-size:14px; background-color:#fff; text-indent:10px; overflow:hidden;}
.lx02 .right .r03{ float:left; margin-top:20px; width:780px;}
.lx02 .right .r03 span{ display:block; float:left; text-align:right; width:60px; margin-right:10px; height:44px; line-height:44px; font-size:14px;}
.lx02 .right .r03 textarea{ display:block; float:left; width:690px; padding:10px; height:100px; line-height:24px; font-size:14px; background-color:#fff; overflow:auto;}
.lx02 .right .r05{ float:left; margin-top:20px; width:780px; position:relative;}
.lx02 .right .r05 span{ margin-left:70px; display:block; float:left; height:42px; line-height:42px; font-size:16px;}
.lx02 .right .r05 input{ width:120px; height:42px; line-height:42px; text-align:center; font-size:16px; color:#fff; cursor:pointer; background-color:#0069c5; display:block; float:right;}

/*新闻资讯*/
.main .news{ width:1200px; margin:auto; margin-top:10px; display:block;}
.main .news li{ padding:20px 0; display:block; overflow:hidden; border-bottom:1px solid #eee;}
.main .news li .left{ width:170px; height:110px; float:left;}
.main .news li .left img{ width:100%; display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .news li .left:hover img{ transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05);}
.main .news li .right{ width:1010px; height:110px; float:right;}
.main .news li .right .bt{ font-size:16px; height:28px; line-height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .news li .right:hover .bt a{ color:#0069c5;}
.main .news li .right .wen{ width:100%; height:48px; line-height:24px; font-size:14px; margin:5px 0; color:#666;}
.main .news li .right .shi{ width:100%; height:24px;}
.main .news li .right .shi span{ display:block; float:right; font-size:14px; color:#999; height:24px; line-height:24px;}
.main .news li .right .shi b{ display:block; float:right; width:120px; height:1px; background-color:#cacaca; margin-right:15px; margin-top:11px;}
.main .news li .right:hover .shi b{ background-color:#0069c5;}
.main .news li .right:hover .shi span{ color:#0069c5;}


/*弹出框*/
#btn1{ cursor:pointer;}
.xcConfirm .xc_layer{position:fixed; top:0; left:0; width:100%; height:100%; background-color:#666666; opacity:0.5; z-index:2147000000;}
.xcConfirm .popBox{position:fixed; left:50%; top:50%; padding-bottom:20px; background-color:#ffffff; z-index:2147000001; width:570px; margin-left:-285px; margin-top:-160px; border-radius:5px; font-weight:bold; color:#535e66;}
.xcConfirm .popBox .ttBox{height:30px; line-height:30px; padding:14px 30px; border-bottom:solid 1px #eef0f1;}
.xcConfirm .popBox .ttBox .tt{font-size:18px; display:block; float:left; height:30px; position:relative;}
.xcConfirm .popBox .ttBox .clsBtn{display:block; cursor:pointer; width:12px; height:12px; position:absolute; top:22px; right:30px; background:url(__PUBLIC__/Home/PC/images/icons.png) -48px -96px no-repeat;}
.xcConfirm .popBox .txtBox{margin:40px 100px; overflow:hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float:left; margin-right:20px; width:48px; height:48px; background-image:url(__PUBLIC__/Home/PC/images/icons.png); background-repeat:no-repeat; background-position:48px 0;}
.xcConfirm .popBox .txtBox p{ margin-top:16px; line-height:26px; overflow-x:hidden; overflow-y:auto;}
.xcConfirm .popBox .btnArea{border-top:solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float:right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top:14px; margin-right:10px;}
.xcConfirm .popBox .sgBtn{display:block; cursor:pointer; float:left; width:95px; height:35px; line-height:35px; text-align:center; color:#FFFFFF; border-radius:5px;}
.xcConfirm .popBox .sgBtn.ok{background-color:#0095d9; color:#FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color:#546a79; color:#FFFFFF;}