/*全局样式*/
@charset "utf-8";
html {
    overflow-x: hidden;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,
select {margin: 0;padding: 0}
body {font: 14px/1.6 "Arial" ,"微软雅黑", HELVETICA;color: #000;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;word-wrap:break-word;}
input:required,
textarea:required {outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;-webkit-appearance: none !important;}
input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance: none; -o-appearance: none;outline: none;    }
*{margin:0; padding:0;}
a {text-decoration: none !important;cursor: pointer !important;color: #000;}
a:focus {outline: none !important;}
ul,li,dl,dt,dd{list-style-type:none;}
i{font-style:normal;}
.clearfix:after,.clearfix:before{clear: both;}
ul {margin: 0;}
li {list-style: none;}
img{max-width:100%;}
.container-fluid {max-width: 1230px !important;}
.tr5 {transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;}
.tr2 {transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}
.overflow { overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial}
.bjcover{background-position: 50% 50%; background-size: cover;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}

.main26 .title .div2{min-height:200px}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;box-shadow: 0 6px 11px rgba(0,0,0,.06);}
.banner .bjcover{height: 100vh;}
.banner .swiper-pagination{font-size:20px;color: #fff;bottom: 4%;padding-right: 100px;}
.banner .swiper-pagination span{padding: 0 4px;font-family: 'Impact';font-style:italic;}
.banner .swiper-button-prev{width: 30px;height: 15px;background: url(../images/tu1.png) no-repeat left center;margin: 0;left:calc(50% + 10px);top:auto;bottom: calc(4% + 7px);}
.banner .swiper-button-next{width: 30px;height: 15px;background: url(../images/tu1.png) no-repeat right center;margin: 0;right: auto;left: calc(50% + 70px);top:auto;bottom: calc(4% + 7px);}
.banner .swiper-button-next:after{content: "";width: 1px;height: 100%;background: #fff;position: absolute;left: -15px;top:0;opacity: .6;}
.banner .swiper-button-prev:hover{background-size: 140px !important;}
.banner .swiper-button-next:hover{background-size: 140px !important;}

header{position: fixed;left: 0;top:0;width: 100%;z-index: 111;transition: all .3s;border-bottom: 1px solid rgba(255,255,255,.3);}
header .container-fluid{max-width: 1700px !important;}
header .logo{height: 110px;width: 340px;display: block;position: relative;border-right: 1px solid rgba(255,255,255,.3);transition: all .3s;}
header .logo img{display: block;position: absolute;left: 0;top:0;bottom: 0;margin:auto 0;max-width: 88%;max-height: 60%;opacity: 1;transition: all .2s;}
header .logo img:nth-child(2){opacity: 0;}
header:hover{background: #fff;border-color: #eee;box-shadow: 0 0 4px 8px rgba(0,0,0,.06);}
header:hover .logo{border-color: #eee;}
header:hover .logo img:nth-child(1){opacity: 0;}
header:hover .logo img:nth-child(2){opacity: 1;}
header.active{background: #fff;border-color: #eee;box-shadow: 0 0 4px 8px rgba(0,0,0,.06);}
header.active .logo{border-color: #eee;}
header.active .logo img:nth-child(1){opacity: 0;}
header.active .logo img:nth-child(2){opacity: 1;}

header .txt{width: 260px;border-left: 1px solid rgba(255,255,255,.3);text-align: center;font-size: 0;transition: all .3s;}
header .txt a{display: inline-block;vertical-align: top;width: 62px;font-size: 22px;font-weight: bold;color: #fff;line-height: 110px;}
header .txt a:hover{background-color: #fdfdfd;}
header form{width:476px;height:110px;position: absolute;right: 0;top:0;background: #fff;padding: 32px 30px 0;z-index: 110;box-shadow: -10px 0 18px rgba(0,0,0,.06);display: none;}
header form input{width: calc(100% - 50px);float: left;line-height: 44px;height: 44px;border: 0;background: fixed;padding: 0;font-size: 18px;color: #000;border-bottom: 1px solid #eee;}
header form button{width: 50px;float: left;border: 0;background: fixed;font-size:18px !important;color: #999;text-align: center;line-height: 44px;height: 44px;border-bottom: 1px solid #eee;}
header form button:hover{color: #092780;}

header:hover .txt{border-color: #eee;}
header:hover .txt a{color: #000;}
header.active .txt{border-color: #eee;}
header.active .txt a{color: #000;}

/*pc导航*/
header nav{width: calc(100% - 600px);padding-right: 30px;}
header nav a{transition: all .2s;}
header nav ul{font-size: 0;margin:0;text-align: right;}
header nav ul > li{position: relative;text-align: center;display: inline-block;vertical-align: top;}
header nav ul > li > a{line-height:inherit; display:block;color: #56A95D;font-size:18px !important;line-height:110px;padding: 0 26px;position: relative;top:0;height: 110px;overflow: hidden;}
header nav ul > li > a:before{font-size: 22px;padding-right: 10px;position: relative;top:2px;}
header nav ul > li > a:nth-child(2){display: block;position: absolute;left: 0;top:0;width: 100%;height: 100%;top:66px;opacity: 0;line-height: 30px;height: 30px;}
header nav ul > li:hover > a:nth-child(1){opacity: 0;top:-20px;}
header nav ul > li:hover > a:nth-child(2){opacity: 1;;top:40px;}
header nav ul > li:hover > a{color: #092780;}
header nav ul > li.active > a{color: #092780;}

header nav .ul{display:none;position: absolute;left: 0;min-width:220px;top:100%;width: 100%;right: 0;background:rgba(255,255,255,1);padding:15px 10px 15px 25px;box-shadow: 0 0 10px rgba(0,0,0,.1) inset;border-radius: 0 0 10px 10px;overflow: hidden;}
header nav .ul a{font-size: 16px;color: #333;line-height: 22px;padding:8px;display: block;text-align: left;}
header nav .ul a:hover span{color: #092780;text-decoration: underline;}
header nav .ul a.active span{color: #092780;text-decoration: underline;}
header nav ul > li:hover .ul{display: block;}

header:hover nav > ul > li > a{color: #000;}
header.active nav > ul > li > a{color: #000;}




footer{background: url(../images/bj1.jpg) no-repeat center center/cover;color: #fff;}
footer .box1{position: relative;}
footer .box1 .top{font-size: 24px;font-family: 'Impact';padding-bottom:15px;line-height: 120%;}
footer .box1 .list1 a{display: block;font-size: 16px;color: rgba(255,255,255,.8);padding-bottom:4px;}
footer .box1 .list1 a:hover{text-decoration: underline !important;color: #fff;}
footer .box1 .list2{font-size: 0;text-align: right;width: 17%;float: right;}
footer .box1 .list2 a{display: inline-block;vertical-align: top;width:30px;text-align: center;opacity: .8;transition: all .2s;line-height: 40px;}
footer .box1 .list2 a:hover{opacity: 1;}
footer .list1{float: left;width: 26%;padding-right: 10px;}
footer .list1:nth-child(2){width: 15%;}
footer .list1:nth-child(3){width: 21%;}
footer .list1:nth-child(4){width: 21%;}
footer .box2{padding:25px  0;border-top: 1px solid rgba(255,255,255,.3);font-size: 16px;color: rgba(255,255,255,.6);position: relative;}
footer .box2 a{color: rgba(255,255,255,.8);transition: all .2s;}
footer .box2 a:hover{color: rgba(255,255,255,1);}
footer .box2 .djtop{width: 60px;height: 60px;position: absolute;right: 200px;top:-120px;cursor: pointer;opacity: .8;transition: all .2s;}
footer .box2 .djtop:hover{opacity: 1;}

.main66{padding: 50px 0;}
.title{text-align: center;margin-bottom: 44px;position: relative;z-index: 3;}
.title .div{max-width: 900px;margin: 0 auto;}
.title .div1{font-size: 40px;font-family: 'Impact';color: #56A95D;text-transform: uppercase;}
.title .div2{font-size: 18px;color: #000; text-align: left;}
.title .div3{font-size:30px;color: #56A95D;padding-top:8px;font-weight: bold;}


.title.titlebs .div1{color: #fff;}
.title.titlebs .div2{color: #fff;}


.gd{display: block;width: 144px;line-height: 44px;background: #56A95D;text-align: center;border-radius:6px;font-size: 18px;color: #fff;margin:50px auto 0;}
.gd:hover{background-color: #017CC0;color: #fff;}


.main1 .title{margin-bottom: 0;}
.main1 .title .div2{padding-top:11px;}
.main1 .box1{font-size: 0;text-align: center;}
.main1 .box1 .list{display: inline-block;vertical-align: top;width: 25%;padding:0px;position: relative;}
.main1 .box1 .list:nth-child(n+2):after{content: "";width:1px;height: 80px;background: #D8D8D8;position: absolute;left: 0;top:11px;}
.main1 .box1 .list .tt1{font-family: 'Impact';font-size: 44px;color: #56A95D;line-height: 140%;}
.main1 .box1 .list .tt1 span{font-size: 50px;padding-right: 4px;}
.main1 .box1 .list .tt2{font-size: 18px;color: #000;}

.main2 .list{display: block;overflow: hidden;border-radius: 12px;}
.main2 .list .bjcover{padding-top: 122%;position: relative;z-index: 1;}
.main2 .list:after{content: "";width: 100%;height:202px;background: url(../images/tu3.png) repeat-x;position: absolute;left: 0;bottom: 0;z-index: 2;}
.main2 .list .tt{font-size: 18px;color: #fff;line-height: 24px;height: 96px;overflow: hidden;;position: absolute;left: 0;width: 100%;bottom: 22px;padding: 0 15px;max-width:200px;right: 0;margin: 0 auto;z-index: 3;text-align: center;}
.main2 .list:hover .bjcover{transform:scale(1.06);}


.main222 .list{display: block;overflow: hidden;border-radius: 12px;position: relative;width:23%; float: left;margin: 1%;}
.main222 .list .bjcover{padding-top: 122%;position: relative;z-index: 1;}
.main222 .list:after{content: "";width: 100%;height:202px;background: url(../images/tu3.png) repeat-x;position: absolute;left: 0;bottom: 0;z-index: 2;}
.main222 .list .tt{font-size: 18px;color: #fff;line-height: 24px;height: 96px;overflow: hidden;;position: absolute;left: 0;width: 100%;bottom: 22px;padding: 0 15px;max-width:200px;right: 0;margin: 0 auto;z-index: 3;text-align: center;}
.main222 .list:hover .bjcover{transform:scale(1.06);}

.main3 .lb3{margin: -6px;}
.main3 .list{display: block;border: 1px solid #ddd;border-radius: 6px;margin: 6px;padding:26px;text-align: center;background: #fff;box-shadow: 0 0 8px rgba(0,0,0,.04);}
.main3 .list .img{line-height: 80px;height: 80px;font-size: 0;}
.main3 .list .img img{max-height:80%;}
.main3 .list .tt{font-size: 0;margin-top: 12px;}
.main3 .list .tt1{display: inline-block;text-align: left;font-size: 18px;line-height: 30px;height: 60px;font-weight: bold;overflow: hidden;max-width: 100%;color: #000;}
.main3 .list:hover {border-color: #092780;box-shadow: 0 0 8px rgba(9,39,128,.06);}
.main3 .list:hover .tt1{color: #092780;}

.main4 .list{display: block;background: #092780;border-radius: 12px;overflow: hidden;padding:44px calc(50% + 20px) 44px 30px;color: #fff;position: relative;}
.main4 .list .tt1{font-size: 18px;padding-bottom: 11px;font-weight: bold;}
.main4 .list .tt2{font-size: 14px;line-height: 30px;height: 150px;overflow: hidden;}
.main4 .list .img{position: absolute;right: 0;width: 50%;top:0;height: 100%;}
.main4 .list .img .bjcover{height: 100%;}
.main4 .list:hover{background-color: #0c2367;}
.main4 .list:hover .img .bjcover{transform:scale(1.06);}

.main5 .title .div{max-width: 100%;}
.main5 .list{display: block;}
.main5 .list .img{border-radius: 6px;}
.main5 .list .img .bjcover{padding-top:104%;}
.main5 .list .tt{font-size: 14px;color: #000;line-height: 22px;padding: 12px 5px 5px;text-align: center;}
.main5 .list:hover .bjcover{transform:scale(1.06);}
.main5 .list:hover .tt{color: #292929;;}


.main6 .box{padding: 55px 30px 30px 0;width:calc(25% + 160px);float: left;}
.main6 .box .title{text-align: left;}
.main6 .box .title .div{max-width: 100%;}
.main6 .box .gd{margin-left: 0;margin-right: 0;}
.main6 .lb6{width: calc(75% - 160px);float: left;position: relative;}
.main6 .lb6 .list{display: block;position: relative;border-radius: 12px;overflow: hidden;}
.main6 .lb6 .list .bjcover{padding-top: 57%;min-height: 360px;}
.main6 .lb6 .list .tt{background: #092780;line-height: 66px;font-size: 24px;font-weight: bold;color: #fff;padding:0 60px 0 40px;position: absolute;left: 0;bottom: 0;width: 100%;}
.main6 .lb6 .list .tt span{font-size: 18px;position: absolute;right: 40px;top:0;}
.main6 .lb6 .list:hover .bjcover{transform:scale(1.06);}
.main6 .lb6 .list:hover .tt{background-color: #0c2367;}

.lb6{position: relative;padding-bottom: 40px;}
.lb6 .swiper-pagination{text-align: center;left: 0;width: 100%;bottom: 0;}
.lb6 .swiper-pagination-bullet{background:#092780;opacity:1;transition: all .2s;width: 10px;height: 10px;margin: 0 3px !important;}
.lb6 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#092780;width: 38px;border-radius: 4px;}


.main7{background: #F4F7F5;}
.main7 .box{padding: 33px 0 0 20px;width:calc(20% + 70px);float: right;}
.main7 .box .title{text-align: right;margin: 0;}
.main7 .box .title .div{max-width: 100%;}
.main7 .box .title .div4 a{display: block;font-size:22px;color: #000;padding-top: 4px;font-weight: bold;transition: all .2s;}
.main7 .box .title .div4 a:hover{text-decoration: underline  !important;color: #092780;}
.main7 .box .gd{margin-right: 0;}
.main7 .lb7{width: calc(80% - 70px);float: left;}
.main7 .lb7 .list{display: block;background: #fff;border-radius: 12px;overflow: hidden;}
.main7 .lb7 .list .bjcover{padding-top:62%;}
.main7 .lb7 .list .tt1{margin: 18px 22px;font-size: 18px;color: #000;line-height: 25px;height: 75px;overflow: hidden;font-weight: bold;}
.main7 .lb7 .list .tt2{line-height: 50px;border-top: 1px solid #ddd;padding: 0 60px 0 22px;position: relative;font-size: 14px;color: #000;}
.main7 .lb7 .list .tt2 span{display: block;position: absolute;right: 22px;top:0;}
.main7 .lb7 .list:hover .bjcover{transform:scale(1.06);}
.main7 .lb7 .list:hover .tt1{color: #092780;}



.banner2{padding-top: 40.72%;}

.main8 .box2 .tt{font-size: 18px;color: #000;margin: 50px auto 0;text-align: center;max-width: 900px;}

.main8 table{width: 100%;background: #E6EAF4;line-height: 180%;}
.main8 table,.main8 table tr,.main8 table td,.main8 table th{border:2px solid #fff;text-align: center;min-height: 60px;}


.main8 table tr th,.main8 table tr td{padding:15px 10px;}
.main8 table tr:nth-child(1) th{background: #092780;font-size: 24px;color: #fff;text-align: center;}
.main8 table tr td{font-size: 20px;color: #000;width: 16.666%;max-width:200px;}
.main8 table tr:nth-last-child(2) td{background: #092780;color: #fff;font-size: 18px;}
.main8 table tr td:nth-child(6){background: #4DB4EB;color: #fff;font-weight: bold;}
.main8 table tr:nth-last-child(2) td:nth-child(2){background: #4DB4EB;font-weight: bold;}
.main8 table tr:nth-last-child(1) td{background: #092780;color: #fff;font-size: 18px;}
.main8 table tr:nth-child(2) td:nth-last-child(n+2){background: #092780;color: #fff;font-weight: bold;}


.main9{position: relative;}
.main9:after{content: "";width: 100%;height: 412px;background:url(../images/bj4.png) no-repeat center center;position: absolute;left: 0;bottom: 0;z-index: 1;}
.main9 .container-fluid{position: relative;z-index: 2;}
.main9 .box{margin-top: -20px;}
.main9 .box .list{width: calc(25% - 20px);margin: 20px 10px 0;float: left;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.06);padding: 50px 30px;background: #fff;text-align: center;border-radius: 12px;position: relative;top:0;}
.main9 .box .list .img{height: 80px;line-height: 80px;font-size: 0;}
.main9 .box .list .img img{max-height: 100%;}
.main9 .box .list .tt1{font-size:24px;color: #092780;font-weight: bold;margin-top: 33px;}
.main9 .box .list .tt2{font-size:14px;color: #000;line-height: 18px;height: 72px;overflow: hidden;margin-top: 14px;}
.main9 .box .list:hover{top:-8px;}

.main10{background: #F0F4F8;}


.main11 .top{font-size: 30px;font-weight: bold;color: #092780;text-align: center;}
.main11 .box{font-size: 0;position: relative;padding-bottom: 40px;}
.main11 .box:after{content: "";width: 2px;height: calc(100% - 26px);background: #092780;position: absolute;left:calc(50% - 1px);top:26px;z-index: 1;}
.main11 .box  .list{font-size: 18px;color: #000;line-height: 30px;width: calc(50% - 100px);float: left;margin-top:40px;position: relative;z-index: 2;}
.main11 .box  .list:nth-child(even){float: right;margin-top: 200px;}
.main11 .box  .list:after{content: "";width: 0;height: 0;border-left: 100px solid #eee;border-bottom:20px solid transparent;border-top:20px solid transparent;display: block;transform:rotate(-40deg);position: absolute;left: calc(100% - 56px);top:54px;z-index: 1;}
.main11 .box  .list:nth-child(even):after{left: auto;right: calc(100% - 56px);border-left: 100px solid transparent;border-right: 100px solid #eee;transform:rotate(40deg);top:26px;}
.main11 .box  .list .tt1{display: block;width: 120px;line-height: 42px;border: 3px solid #fff;background: #092780;box-shadow: 0 0 11px rgba(0,0,0,.1);font-size: 24px;color: #fff;font-weight: bold;border-radius: 30px;text-align: center;position: absolute;left: calc(100% + 41px);top:0px;}
.main11 .box  .list:nth-child(even) .tt1{left: auto;right: calc(100% + 41px);}
.main11 .box  .list .tt{background: #fff;position: relative;z-index: 2;padding:30px 35px;border-radius: 12px;border: 2px solid #eee;box-shadow: 0 0 11px rgba(0,0,0,.06);line-height: 160%;}
.main11 .box  .list .bjcover{padding-top: 43.4%;border-radius: 12px;margin-top: 14px;}


.main12 .title{margin-bottom: 0;}

.main13 .lb13{margin: -10px;}
.main13 .list{display: block;margin: 10px;}
.main13 .list .img{padding: 10px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.1);}
.main13 .list .img .bjcover{padding-top: 65.6%;background-repeat: no-repeat !important;background-size: contain !important;}
.main13 .list .tt{font-size: 14px;color: #000;text-align: center;line-height: 22px;padding:12px 5px 5px;}
.main13 .list:hover .bjcover{transform:scale(1.06);}
.main13 .list:hover .tt{color: #092780;}


.main14 .list{display: block;background: #fff;border-radius: 12px;overflow: hidden;padding:44px calc(50% + 20px) 44px 30px;color: #000;position: relative;height: 300px;}
.main14 .list .tt{max-height: 216px;overflow-y: auto;}
.main14 .list .tt1{font-size: 20px;padding-bottom: 11px;font-weight: bold;line-height: 30px;}
.main14 .list .tt2{font-size: 14px;line-height: 24px;}
.main14 .list .img{position: absolute;right: 0;width: 50%;top:0;height: 100%;}
.main14 .list .img .bjcover{height: 100%;}
.main14 .list:hover .img .bjcover{transform:scale(1.06);}
.main14 .list .gd{margin: 20px 0 0;width: 114px;line-height:36px;font-size: 14px;}
.main14 .list .gd span{font-size: 11px;}


.main15 .list{display: block;overflow: hidden;border: 1px solid #ddd;line-height: 60px;height: 62px;font-size: 0;transition: all .2s;text-align: center;}
.main15 .list img{max-height: 100%;}
.main15 .list:hover{border-color: #092780;}


.main16{background: #F0F4F8;}

.main16 .box{font-size: 18px;color: #000;text-align: center;margin-top: -20px;}
.main16 .box .tt{font-size: 40px;color: #092780;}


.main17 table{width: 100%;}
.main17 table,.main17 table tr,.main17 table td{border: 1px solid #ddd;}
.main17 table td{width: 50%;max-width:600px;padding: 25px 20px 25px 74px;font-size: 20px;color: #000;position: relative;font-weight: bold;}
.main17 table tr:nth-child(even){background-color: #F7F7F7;}
.main17 table tr td img{display: block;position: absolute;left:33px;top:0;bottom: 2px;margin: auto 0;}
.main17 table tr td:hover{text-decoration: underline !important;color: #092780;}


.main18{background: #F0F4F8;}
.main18 form {max-width: 900px;margin: -10px auto 0;}
.main18 form input{line-height: 66px;height: 68px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.04);width: 100%;background: #fff;margin-bottom: 15px;border-radius: 6px;padding: 0 30px;}
.main18 form textarea{line-height: 26px;height: 172px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.04);width: 100%;background: #fff;margin-bottom: 15px;border-radius: 6px;padding: 20px 30px;}
.main18 form button{line-height: 66px;height: 66px;box-shadow: 0 0 11px rgba(0,0,0,.04);width: 100%;background: #092780;border-radius: 6px;font-size: 24px;color: #fff;font-weight: bold;transition: all .2s;}
.main18 form button:hover{background-color: #0c2367;}




.main19 .title{margin: 0;}


.main20 .box{margin: 0 -10px;}
.main20 .list{display: block;width: calc(25% - 20px);margin:0 10px 20px;float: left;}
.main20 .list .img{padding: 10px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.1);}
.main20 .list .img .bjcover{padding-top: 104%;background-repeat: no-repeat !important;background-size: cover !important;}
.main20 .list .tt{font-size: 14px;color: #000;text-align: center;line-height: 22px;padding:12px 5px 5px;}
.main20 .list:hover .bjcover{transform:scale(1.06);}
.main20 .list:hover .tt{color: #092780;}




/* 新闻需要这个 */
header.active2{background: #fff;border-color: #eee;box-shadow: 0 0 4px 8px rgba(0,0,0,.06);}
header.active2 .logo{border-color: #eee;}
header.active2 .logo img:nth-child(1){opacity: 0;}
header.active2 .logo img:nth-child(2){opacity: 1;}
header.active2 .txt{border-color: #eee;}
header.active2 .txt a{color: #000;}
header.active2 nav > ul > li > a{color: #000;}
.zhanwei{height: 110px;}


.nyxw .box1{padding-bottom: 20px;}
.nyxw .box1 a{display: inline-block;vertical-align: top;font-size:26px;color: #000;position: relative;padding-right: 50px;text-transform: uppercase;font-weight: bold;}
.nyxw .box1 a:after{content: "";width: 1px;height: 60%;background: #ddd;position: absolute;right: 23px;top:0;bottom: 0;margin: auto 0;}
.nyxw .box1 a:nth-last-child(1):after{display: none;}
.nyxw .box1 a:hover{color: #092780;}
.nyxw .box1 a.active{color: #092780;}




.nyxw .box2{background: #F7F7F7;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding:30px 0;}
.nyxw .box2 .tt1{font-size: 18px;color: #000;}
.nyxw .box2 .tt2 .ul{width: 67%;float: left;font-size: 0;}
.nyxw .box2 .tt2 .ul a{display: inline-block;vertical-align: top;transition: all .2s;;font-size: 20px;min-width: 116px;text-align: center;margin:12px 12px 0 0;line-height: 36px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.04);background: #fff;border-radius: 30px;}
.nyxw .box2 .tt2 .ul a:hover{color: #fff;background-color: #092780;border-color: #092780;}
.nyxw .box2 .tt2 .ul a.active{color: #fff;background-color: #092780;border-color: #092780;}
.nyxw .box2 .tt2 form{width: 33%;float: left;height: 38px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.04);background: #fff;border-radius: 30px;position: relative;;font-size: 16px;margin-top: 12px;}
.nyxw .box2 .tt2 form input{border: 0;background: fixed;line-height: 36px;height: 36px;padding: 0 54px 0 26px;width: 100%;}
.nyxw .box2 .tt2 form button{width: 54px;line-height: 36px;height: 36px;font-size:20px;position: absolute;right: 0;top:0;border: 0;background: fixed;}
.nyxw .box2 .tt2 form button:hover{color: #092780;}


.nyxw .box3{padding-top: 50px;}
.nyxw .box3 .list{display: block;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.nyxw .box3 .list .tt1{font-size: 16px;color: #999;}
.nyxw .box3 .list .tt2{font-size: 20px;color: #000;font-weight: bold;line-height:28px;margin-top: 8px;}
.nyxw .box3 .list .tt3{font-size: 16px;color: #999;text-transform: uppercase;margin-top:18px;}
.nyxw .box3 .list .tt3 span{display: inline-block;vertical-align: top;position: relative;padding-right: 11px;}
.nyxw .box3 .list .tt3 span:after{content: "";width: 88px;height: 1px;background: #ddd;position: absolute;left: 100%;top:0;bottom: 0;margin: auto 0;z-index: 1;transition: all .2s;}
.nyxw .box3 .list .tt3 span:before{content: "";width: 20px;height: 20px;border:1px solid #ddd;border-radius: 50%;position: absolute;left:calc(100% + 80px);top:0;bottom: 0;transition: all .2s;margin: auto 0;z-index:2;}
.nyxw .box3 .list:hover .tt2{text-decoration: underline;}
.nyxw .box3 .list:hover .tt3 span:after{width: 100px;background-color: #092780;}
.nyxw .box3 .list:hover .tt3 span:before{left:calc(100% + 92px);border-color: #092780;}


.sx{padding-top: 30px;}
.sx a{display: inline-block;vertical-align: top;margin: 0 2px;width: 32px;height: 32px;line-height: 30px;border: 1px solid transparent;font-size: 15px;color: #999;transition: all .2s;text-align: center;border-radius: 50%;}
.sx a.active{border-color: #092780;color: #092780;}



.xwxq{padding-top: 44px;font-size: 16px;}
.xwxq .tt1{font-size: 14px;color: #000;line-height: 22px;position: relative;padding-left:24px;margin-bottom: 20px;}
.xwxq .tt1 img{display: block;position: absolute;left: 0;top:4px;}
.xwxq .tt1 a{color: #999;transition: all .2s;}
.xwxq .tt1 a:hover{color: #090909;}
.xwxq .tt2{font-size: 30px;font-weight: bold;color: #000;padding-bottom: 20px;line-height:36px;}
.xwxq .tt3{font-size: 14px;color: #999;}
.xwxq .tt4{font-size: 18px;color: #000;display: block;border-bottom: 1px solid #ddd;padding:16px 0;margin-top: 25px;}
.xwxq .tt4 img{position: relative;top:-2px;padding-right: 10px;}
.xwxq .tt4:hover{color: #090909;text-decoration: underline !important;}



.main21 .list{background: #fff;padding: 40px;border: 1ox solid #eee;box-shadow: 0 0 22px rgba(0,0,0,.06);margin-bottom: 40px;border-radius: 12px;overflow: hidden;}
.main21 .list .tt{padding: 6px 40px 6px 0;width: 59%;float: left;}
.main21 .list .tt .tt1{font-size: 28px;color: #092780;padding-bottom: 13px;font-family: 'Impact';}
.main21 .list .tt .tt2{font-size: 18px;line-height: 25px;max-height: 225px;overflow: hidden;}
.main21 .list .tt .gd{margin: 18px 0 0;}
.main21 .list .img{width: 41%;float: right;height: 360px;border-radius: 6px;}
.main21 .list .img .bjcover{height: 100%;}
.main21 .list:nth-child(even) .img{float: left;}
.main21 .list:nth-child(even) .tt{padding: 6px 0 6px 40px;}


.main22 .tt1{font-size: 40px;color: #092780;font-weight: bold;padding-bottom: 20px;line-height: 48px;}
.main22 .tt2{font-size: 18px;color: #000;line-height: 34px;}


.main23{background: #fff;position: relative;position: relative;}
.main23:after{content: "";width: 100%;height:calc(50% - 26px);position: absolute;left: 0;top:0;z-index: 1;background: #F0F4F8;}
.main23 .container-fluid{position: relative;z-index: 2;}
.main23 .box .tt1{font-size: 40px;color: #092780;font-weight: bold;padding-bottom: 15px;margin-top: -10px;}
.main23 .box{background: #fff;padding: 40px;border: 1px solid #ddd;box-shadow: 0 0 22px rgba(0,0,0,.06);border-radius: 12px;}
.main23 .box .bjcover{width: 40%;height: 330px;float: left;border-radius: 6px;}
.main23 .box .tt{width: 60%;float: left;padding: 44px 0 0 60px;font-size: 20px;color: #000;line-height: 40px;font-weight:bold;}
.main23 .box .tt span{color: #999;}




.main24 .list{margin-bottom: 40px;border-radius: 12px;padding: 40px;}
.main24 .list .tt{width: 410px;float: right;padding: 40px;background: #fff;border-radius: 6px;min-height:320px;}
.main24 .list .tt .tt1{font-size: 22px;color: #092780;font-weight: bold;padding-bottom:11px;}
.main24 .list .tt .tt2{font-size: 16px;line-height: 24px;max-height: 144px;overflow: hidden;}
.main24 .list .tt .gd{margin: 24px 0 0;}
.main24 .list:nth-child(even) .tt{float: left;}


.main25 .box{font-size: 18px;color: #000;line-height: 34px;}
.main25 .box .tablebox img{display: block; max-width: 100%; height: auto; margin: 5px auto;}
.main25 .tablebox table{background: #FBFCFD;width: 100%;margin-bottom: 25px;}
.main25 .tablebox table tr th,.main25 .tablebox table tr td{padding:30px 15px 30px 35px;font-size: 18px;color: #000;font-weight: normal;max-width: 240px;width: 10%;line-height:26px; border: 1px #ccc solid;}
.main25 .tablebox table tr:nth-child(even){background: #F0F4F8;}
.main25 .tablebox table tr:nth-child(even) th:nth-child(even){background: #F7F9FB;}
.main25 .tablebox table tr:nth-child(odd) th:nth-child(even){background: #FDFDFE;}
.main25 .tablebox table tr:nth-child(1){background: #092780 !important;}
.main25 .tablebox table tr:nth-child(1) td{font-size: 24px;font-weight: bold;color: #fff;border: 1px solid rgba(255,255,255,.3);}



.main26 .title{margin-bottom: 0;}


.main2 .box{position: relative;}
.main2 .box:after{content: "";width: 100%;height: calc(50% - 66px);position: absolute;left: 0;bottom: 0;z-index: 1;background: #fff;}
.main2 .box .container-fluid{position: relative;;z-index: 2;}
.main2 .box .ttbox{background: #fff;padding: 40px;box-shadow: 0 0 22px rgba(0,0,0,.06);border-radius: 12px;overflow: hidden;}
.main2 .box .ttbox .tt1{height: 450px;width: 144px;float: left;background: #0D348F;border-radius: 6px 0 0 6px;font-size: 18px;position: relative;color: #fff;font-weight: bold;text-align: center;}
.main2 .box .ttbox .tt1 span{display: block;position: absolute;left: 0;width: 100%;top:50%;transform:translateY(-50%);}
.main2 .box .ttbox .tt2{width:37%;float: left;margin: 0 10px 0 5px;border-radius: 0 6px 6px 0;overflow: hidden;}
.main2 .box .ttbox .tt2 .tt3{background: #1B3572;height: 86px;padding: 10px 10px 10px 20px;overflow: hidden;font-size: 18px;color: #fff;font-weight: bold;line-height: 26px;}
.main2 .box .ttbox .tt2 .tt3:nth-child(1){line-height: 66px;}
.main2 .box .ttbox .tt2 .tt3 span{font-size: 14px;font-weight: normal;display: block;line-height: 20px;}
.main2 .box .ttbox .tt2 .tt3:nth-child(even){background: #DCE0E9;color: #092780;}
.main2 .box .ttbox .tt2 .tt3:nth-child(n+2){margin-top: 5px;}
.main2 .box .ttbox .tt4{width: calc(63% - 159px);float: left;border-radius: 6px;overflow: hidden;}
.main2 .box .ttbox .tt4 .tt5{background: #0D348F;text-align: center;line-height: 86px;height: 86px;margin-bottom: 5px;font-size: 24px;font-weight: bold;color: #fff;}
.main2 .box .ttbox .tt4 .tt6{background: #DCE0E9;padding: 0 20px 38px;}
.main2 .box .ttbox .tt4 .tt6 .tt7{padding: 20px 0;font-size: 18px;font-weight: bold;border-bottom: 1px solid #092780;line-height: 26px;height: 107px;color: #092780;}
.main2 .box .ttbox .tt4 .tt6 .tt7 span{display: block;font-size: 14px;font-weight: normal;color: #1b3271;line-height: 20px;}




.main27{background: #F0F4F8;position: relative;}
.main27 .bjimg1{position: absolute;right: 0;top:0;z-index: 1;display: block;max-height: 100%;max-width: 22%;}
.main27 .bjimg2{position: absolute;left: -60px;bottom:0%;z-index: 1;display: block;max-height: 100%;max-width: 22%;}
.main27 .container-fluid{position: relative;z-index: 2;}

.main27 .box1{padding: 33px 0;background: #092780;text-align: center;margin-bottom: 30px;}
.main27 .box1 .tt1{font-size: 30px;font-family: 'Impact';color: #fff;padding-bottom: 15px;}
.main27 .box1 .tt2{font-size: 0;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.main27 .box1 .tt2 div{display: inline-block;vertical-align: top;width: 25%;border-left: 1px solid #fff;line-height:58px;height: 60px;overflow: hidden;font-size: 18px;font-weight: bold;color: #fff;}
.main27 .box1 .tt2 div:nth-child(1){border-color: transparent;}


.main27 .box2{background: #fff;box-shadow: 0 0 22px rgba(0,0,0,.06);border: 1px solid #ddd;padding: 50px;margin-bottom:30px;}
.main27 .box2 .tt1{font-size: 0;text-align: center;padding-bottom:6px;}
.main27 .box2 .tt1 a{display: inline-block;vertical-align: top;font-size: 18px;color: #fff;font-weight: bold;min-width: 200px;padding: 0 20px;;text-align: center;line-height: 46px;background: #092780;border: 3px solid #DEE4F5;border-radius: 40px;margin: 0 10px 20px;box-shadow: 0 4px 6px rgba(0,0,0,.04);}
.main27 .box2 .tt1.tt4{padding-top: 20px;}
.main27 .box2 .tt1.tt4 a{padding: 0 40px;}
.main27 .box2 .tt2{font-size: 18px;color: #092780;text-align: center;padding-bottom:11px;}
.main27 .box2 hr{border-top: 2px dashed #092780;}
.main27 .box2 .tt3{text-align: center;}
.main27 .box2 .tt5 div{max-width: 730px;margin: 0 auto 22px;font-size: 16px;color: #000;padding: 6px 0 6px 138px;line-height: 26px;position: relative;text-align: left;}
.main27 .box2 .tt5 div span{display: block;line-height: 38px;width: 120px;background: #092780;border-radius: 40px;text-align: center;color: #fff;position: absolute;left: 0;top:0;}
.main27 .box2 .tt5 div:after{content: "";width: calc(100% - 138px);height: 1px;background: #ddd;position: absolute;left: 138px;bottom: 0;}


.main27 .title.title2{margin-bottom: 30px;}
.main27 .title.title2 .div1{font-size: 24px;}

.main27 .box3{background: #fff;box-shadow: 0 0 22px rgba(0,0,0,.06);border: 1px solid #ddd;padding: 50px;font-size: 0;margin-bottom: 30px;}
.main27 .box3 .ttbox{margin: 0 -25px;}
.main27 .box3 .ttbox .tt{width: calc(33.33% - 50px);margin: 0 25px;display: inline-block;vertical-align: top;font-size: 14px;line-height: 24px;color: #000;position: relative;min-height: 204px;}
.main27 .box3 .ttbox .tt:nth-child(n+2):after{content: "";width: 1px;height: 156px;background: #FF8C00;position: absolute;left: -25px;top:46px;}
.main27 .box3 .ttbox .tt:nth-child(5):after{display: none;}
.main27 .box3 .ttbox .tt:nth-child(6){width: calc(66.66% - 50px);}
.main27 .box3 .ttbox .tt .tt1{background: #FF8C00;line-height: 45px;width: calc(100% + 20px);margin:0 0 15px -10px;;border-radius: 30px;font-size: 16px;font-weight: bold;color: #fff;text-align: center;text-transform: uppercase;padding: 0 15px;position: relative;}
.main27 .box3 .ttbox .tt .tt1:after{content: "";width: 0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #363636;position: absolute;right: -20px;top:15px;}
.main27 .box3 .ttbox .tt:nth-child(n+3) .tt1:after{display:none;}
.main27 .box3 .ttbox .tt:nth-child(n+3){min-height: 160px;;}
.main27 .box3 .ttbox .tt:nth-child(n+4):after{top:0;}
.main27 .box3 hr{border-color: #FF8C00;margin-top: 30px;margin-bottom: 30px;}
.main27 .box3 .ttbox .tt2{position: relative;padding-left: 160px;line-height:30px;}
.main27 .box3 .ttbox .tt2 img{display: block;position:absolute;left: 20px;top:0;bottom: 0;margin: auto 0;max-height: 100%;}


.shuzibox{margin: 20px -10px 0;font-size: 14px;}
.shuzibox .ssbox{width: calc(33.33% - 20px);margin: 33px 10px 0;float: left;border: 2px solid #092780;position: relative;text-align:center;padding: 40px 0 30px;font-size: 0;}
.shuzibox .ssbox .ss1{font-size: 0;text-align: center;position: absolute;left: 0;right: 0;top:-10px;}
.shuzibox .ssbox .ss1 span{display: inline-block;vertical-align: top;min-width: 150px;line-height: 18px;background: #fff;font-size:24px;font-weight: bold;padding: 0 11px;;color: #092780;border-left: 2px solid #092780;border-right: 2px solid #092780;}
.shuzibox .ssbox .ss{width:50%;display: inline-block;vertical-align: top;color: #092780;padding: 0 10px;height: 95px;}
.shuzibox .ssbox .ss:nth-child(n+3){border-left: 1px solid #092780;}
.shuzibox .ssbox:nth-child(1) .ss{width: 33.33%;}
.shuzibox .ssbox .ss .ss2{font-size: 40px;font-weight: bold;line-height: 50px;}
.shuzibox .ssbox .ss .ss3{font-size: 14px;}


.main27 .box4{background: #fff;box-shadow: 0 0 22px rgba(0,0,0,.06);border: 1px solid #ddd;padding: 50px;font-size: 0;margin-bottom: 30px;}
.main27 .box4 .tt{position: relative;padding-left: 37%;font-size: 18px;color: #000;font-weight: bold;line-height: 30px;min-height: 360px;}
.main27 .box4 .tt .img{position: absolute;left: 0;top:0;height: 100%;width:35%;}
.main27 .box4 .tt .img img{display: block;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;max-height: 100%;}

.main27 .box5{background: #fff;box-shadow: 0 0 22px rgba(0,0,0,.06);border: 1px solid #ddd;padding: 50px;margin-bottom: 30px;}
.main27 .box5 .ttbox{position: relative;border: 1px solid #092780;}
.main27 .box5 .ttbox:after{content: "";width: 1px;height: 100%;background: #092780;position: absolute;left: 50%;top:0;}
.main27 .box5 .ttbox .tt{width: 50%;float: left;}
.main27 .box5 .ttbox .tt1{font-family: 'Impact';font-size: 20px;color: #fff;font-weight: bold;padding: 15px;text-align: center;background: #092780;}
.main27 .box5 .ttbox .tt:nth-child(2) .tt1{border-left: 1px solid #fff;position: relative;z-index: 2;}
.main27 .box5 .ttbox .tt2{padding: 25px 40px 40px;}
.main27 .box5 .ttbox .tt3{font-size: 20px;font-weight: bold;text-align: center;border-bottom: 1px solid #092780;padding-bottom: 12px;margin-bottom: 24px;}
.main27 .box5 .ttbox .tt4{font-size: 16px;line-height: 24px;color: #000;min-height: 264px;}
.main27 .box5 .ttbox .tt4 a{position: relative;margin-bottom: 24px;display: block;padding-left: 28px;transition: all .2s;color: #000;}
.main27 .box5 .ttbox .tt4 a:after{content: "";width: 8px;height: 8px;background: #092780;border-radius: 50%;position: absolute;left: 4px;top:8px;}
.main27 .box5 .ttbox .tt4 a b{color: #092780;}
.main27 .box5 .ttbox .bjcover{padding-top: 42.2222%;}


.main27 .box6{background: #fff;box-shadow: 0 0 22px rgba(0,0,0,.06);border: 1px solid #ddd;padding: 50px;margin-bottom: 30px;}
.main27 .box6 .tt1{text-align: center;margin: 0 -15px;}
.main27 .box6 .tt1 a{display: inline-block;vertical-align: top;font-size: 18px;color: #fff;font-weight: bold;min-width:160px;padding: 0 15px;;text-align: center;line-height: 46px;background: #FF8C00;border: 3px solid #FFF0DE;border-radius: 40px;margin: 0 15px;box-shadow: 0 4px 6px rgba(0,0,0,.04);position: relative;}
.main27 .box6 .tt1 a:nth-child(n+2):after{content: "";width: 17px;height: 12px;background:url(../images/tu15.png) no-repeat;position: absolute;left: -28px;top:0;bottom: 0;margin: auto 0;}
.main27 .box6 .shuzibox .ssbox:nth-child(3) .ss .ss2{font-size: 72px;line-height: 82px;}
.main27 .box6 .tt2{margin-top: 30px;}
.main27 .box6 table{border: 2px solid #092780;line-height: 150%;width: 100%;}
.main27 .box6 table tr{border: 2px solid #092780;}
.main27 .box6 table th{border: 2px solid #092780;}
.main27 .box6 table tr:nth-child(1) th{font-size: 18px;font-weight: bold;color: #092780;padding: 10px;width: 112px;}
.main27 .box6 table tr:nth-child(n+2) th:nth-child(1){font-size: 18px;font-weight: bold;color: #fff;padding: 10px 10px 10px 25px;width: 160px;background: #092780;border-color: #fff;}
.main27 .box6 table tr:nth-child(2) th:nth-child(1){border-top-color: #092780;}
.main27 .box6 table tr:nth-last-child(1) th:nth-child(1){border-bottom-color: #092780;}
.main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2){font-size: 14px;padding: 14px 14px 14px 30px;font-weight: normal;}
.main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2) b{color: #092780;}
.main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2) div{position: relative;padding-left: 18px;}
.main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2) div:after{content: "";width: 6px;height: 6px;background: #092780;border-radius: 50%;position: absolute;left: 0;top:7px;}


.main27 .box7{position: relative;}
.main27 .box7:after{content: "";width: 100%;height: 50%;background: #fff;position: absolute;left: 0;bottom: 0;z-index: 1;}
.main27 .box7 .container-fluid{position: relative;z-index: 2;}
.main27 .box7 .box1{margin: 0;}
.main27 .box7 .box1 .tt2 div:nth-child(1){line-height: 22px;padding: 7px 20px;font-size: 16px;}
.main27 .box7 .box1 .tt2 div:nth-child(2){font-size: 16px;}


.main25 .box table{margin: 0 auto;}






/*transition: all .2s;*/
/*092780*/

/*0c2367*/

/*transform:scale(1.06);*/

/*媒体查询开始*/
@media (max-width:1599px){
    header .logo{width:260px;}
    header .txt{width: 200px;}
    header nav{width: calc(100% - 460px);}
    header nav ul > li > a{padding: 0 22px;}
}
@media (max-width:1399px){
    header .logo{width:240px;}
    header .txt{width: 110px;}
    header nav{width: calc(100% - 350px);padding: 0 22px 0 10px;}
    header nav ul > li > a{padding: 0 14px;}
    header .txt{padding-left: 10px;}
    header .txt a{width:33.33%;font-size: 20px;}
    .banner .bjcover{height: auto;padding-top:56%;}
    footer .box2 .djtop{right: 15px;}





}
@media (max-width:1199px){
    header{border: 0;}
    header .logo{height:70px;border: 0;width: 100%;max-width: calc(100% - 100px);}
    header .txt{width: 44px;border-left:0;margin-right:50px;}
    header .txt a{width: 100%;line-height: 70px;}
    header .txt a:nth-child(n+2){display: none;}
    header form{width:100%;max-width: 400px;height:70px;;padding: 12px 15px;z-index: 110;box-shadow: 0 4px 11px rgba(0,0,0,.06);border-top: 1px solid #eee;}
    /*pc导航*/
    header nav{display: none;width:220px;float: none;padding:15px 0;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 0 6px rgba(0,0,0,.1) inset}
    header nav ul > li{display:block;width:100%;border-bottom: 1px solid #ddd;}
    header nav ul > li > a{display:block; color: #333;font-size:14px !important;text-align: left;line-height:42px;top:0 !important;height: auto;opacity: 1;padding: 6px 0 6px 25px;}
    header nav ul > li > a::before{padding-right:8px;font-size: 18px;}
    header nav ul > li > a:nth-child(2){display: none;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li:hover > a:nth-child(1){opacity: 1;top:0;}
    header nav ul > li:hover > a:nth-child(2){opacity: 1;;top:0;}
    header nav ul > li:hover .ul{display: none;}

    /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:25px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background: #fff;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}
    header:hover .lanmu i{background-color: #333;}
    header.active .lanmu i{background-color: #333;}
    .banner .swiper-pagination{font-size:14px;bottom: 2px;padding-right: 0;}
    .banner .swiper-button-prev{display:none;}
    .banner .swiper-button-next{display:none;}

    .main3 .list .tt1{font-size: 16px;}
    .main7 .lb7 .list .tt1{font-size: 16px;}
    .main6 .lb6 .list .tt{font-size: 18px;}
    footer .box1 .top{font-size:20px;}

    .main9 .box .list{padding: 38px 15px;}
    .main14 .list .tt1{font-size: 16px;line-height: 24px;}

    .main16 .box .tt{font-size: 26px;}

    .main17 table td{max-width: 300px;}


    /* 新闻需要这个 */
    .zhanwei{height:70px;}
    header.active2 .lanmu i{background-color: #333;}

    .main27 .box2 .tt1 a{min-width: 190px;margin: 0 6px 12px;}
    .main27 .box3 .ttbox .tt .tt1{font-size: 13px;}
    .shuzibox .ssbox .ss .ss3{font-size: 12px;line-height: 18px;}
    .main27 .box6 .tt1 a{font-size: 14px;line-height:40px;min-width:90px;}


.main26 .title .div2{min-height:100px}

    




}
@media (max-width:991px) {
    footer .box1 .list2{display:none;}
    footer .box2 .djtop{width: 40px;height: 40px;top:-66px;}
    
    footer .list1{width: 30%;}
    footer .list1:nth-child(2){width: 20%;}
    footer .list1:nth-child(3){width: 25%;}
    footer .list1:nth-child(4){width: 25%;}

    .main1 .box1 .list .tt1{font-size:32px;}
    .main1 .box1 .list .tt1 span{font-size:40px;}
    .title .div1{font-size: 32px;}
    .title .div2{font-size: 16px;}

    .main4 .list{padding:40px 30px;}
    .main4 .list .tt1{position: relative;z-index: 2;}
    .main4 .list .tt2{z-index: 2;position: relative;}
    .main4 .list .img{width: 100%;z-index: 1;opacity: .3;}

    .main6 .box{padding-top: 20px;}
    .main6 .lb6 .list .bjcover{min-height:300px;}
    .main6 .lb6 .list .tt{font-size: 16px;line-height: 50px;padding: 0 50px 0 20px;}
    .main6 .lb6 .list .tt span{right: 20px;}


    .main8 table tr td{max-width: 128px;}
    .main9 .box .list .img{height: 40px;line-height: 40px;}
    .main9 .box .list .tt1{font-size: 16px;margin-top: 22px;}
    .main9 .box .list .tt2{font-size: 12px;margin-top: 6px;}
    .main9:after{background-size: contain !important;background-position: center bottom !important;}
    .main11 .box .list .tt{padding: 20px;}
    .main11 .box .list .tt{font-size: 16px;line-height:24px;}


    .main20 .box{margin: 0 -6px;}
    .main20 .list{width: calc(33.33% - 12px);margin:0 6px 12px;;}
    
    
    .nyxw{padding-top: 40px;}

    .main21 .list{padding: 30px;box-shadow: none;margin-bottom: 20px;border-radius: 6px;}
    .main21 .list .tt{padding: 6px 30px 6px 0;;}
    .main21 .list .tt .tt1{font-size: 22px;padding-bottom: 8px;}
    .main21 .list .tt .tt2{font-size: 14px;line-height: 22px;max-height: 220px;overflow: hidden;}
    .main21 .list .tt .gd{margin: 16px 0 0;width: 110px;line-height: 32px;font-size: 14px;}
    .main21 .list .tt .gd span{font-size: 12px;}
    .main21 .list .img{height: 324px;}
    .main21 .list:nth-child(even) .tt{padding: 6px 0 6px 30px;}
    

    .main23 .box .bjcover{height: 280px;}
    .main23 .box .tt{padding: 20px 0 0 30px;font-size: 16px;line-height: 34px;}
    .main23 .box .tt1{font-size: 30px;}
    .main22 .tt1{font-size: 30px;}


    .main25 .tablebox table tr th,.main25 .tablebox table tr td{padding:20px 10px 20px 25px;font-size: 16px;line-height: 24px;}
    .main25 .tablebox table tr:nth-child(1) td{font-size:18px;}

    
    .main2 .box .ttbox{padding:20px;border-radius: 6px;;}
    .main2 .box .ttbox .tt1{height: auto;width: 100%;border-radius: 6px 6px 0 0;font-size: 18px;padding: 15px 10px;margin-bottom:2px;line-height: 26px;}
    .main2 .box .ttbox .tt1 span{display: block;position: relative;left: auto;width: 100%;top:auto;transform:translateY(0);}
    .main2 .box .ttbox .tt2{width:100%;margin:0;border-radius:0 0 6px 6px;}
    .main2 .box .ttbox .tt2 .tt3{height: auto;padding: 12px 8px 12px 20px;font-size: 16px;line-height: 24px !important;}
    .main2 .box .ttbox .tt2 .tt3 span{line-height: 20px;margin-top: 4px;}
    .main2 .box .ttbox .tt2 .tt3:nth-child(n+2){margin-top: 2px;}
    .main2 .box .ttbox .tt4{width:100%;margin-top: 10px;}
    .main2 .box .ttbox .tt4 .tt5{line-height: 26px;height: auto;margin-bottom:2px;font-size:18px;padding: 15px 10px;}
    .main2 .box .ttbox .tt4 .tt6{padding:0 20px;}
    .main2 .box .ttbox .tt4 .tt6 .tt7{padding: 20px 0;font-size: 16px;line-height: 24px;height: auto;}
    .main2 .box .ttbox .tt4 .tt6 .tt7:nth-last-child(1){border: 0;}
    .main2 .box .ttbox .tt4 .tt6 .tt7 span{margin-top: 4px;}

    .main27 .box1 .tt2 div{font-size: 14px;}
    .main27 .box2 .tt1 a{min-width:150px;padding: 0 15px;line-height: 40px;margin: 0 2px 4px;font-size: 14px;}
    .main27 .box3 .ttbox .tt .tt1{line-height: 44px;font-size: 14px;}
    .main27 .box3 .ttbox .tt:nth-child(1) .tt1{line-height: 18px;padding: 4px 15px;}
    .main27 .box3 .ttbox .tt2{line-height: 24px;}
    .shuzibox .ssbox .ss .ss2{font-size: 30px;line-height: 40px;}
    .shuzibox .ssbox .ss1 span{font-size: 17px;min-width: 130px}
    .main27 .box4 .tt{font-size: 15px;font-weight: normal;line-height: 24px;}
    .main27 .box6 .tt1{margin: 0 -20px;}
    .main27 .box6 .tt1 a{font-size: 14px;padding: 0 20px;margin-bottom: 4px;}
    .main27 .box6 .shuzibox .ssbox:nth-child(3) .ss .ss2{font-size: 50px;line-height: 60px;}
    .main27 .box7 .box1 .tt2 div:nth-child(1){font-size: 14px;}
    .main27 .box6 table tr:nth-child(n+2) th:nth-child(1){font-size: 16px;width: 140px;padding-left: 20px;}

	.main222 .list{width:48%;}
    
.main25 .box table{max-width: 100% !important; width: 100% !important; height: auto !important;}
.main25 .box table td{width: auto !important; height: auto !important; padding: 2px !important; border: 1px #ccc solid !important;}
.main25 .box p,.main25 .box span{font-size: 14px !important;color: #000 !important;line-height: 24px !important;}
    
}

@media (max-width:767px) {
    footer .box1{padding-top:18px;}
    footer .box1 .list1{width:100% !important;margin-top:22px;padding: 0;}
    footer .box1 .top{font-size:18px;font-family: 'Impact';padding-bottom:12px;}
    footer .box1 .list1 a{font-size: 14px;display: inline-block;vertical-align: top;padding: 2px 10px 2px 0;min-width: 100px;}
    footer .box2{padding:20px 0 30px;font-size: 14px;}

    .main66{padding:38px 0;}
    .title{margin-bottom:28px;}
    .title .div{max-width: 100%;}
    .title .div1{font-size:22px;}
    .title .div2{font-size:14px;}
    .title .div3{font-size:18px;padding-top: 5px;}
    .gd{width:120px;line-height: 40px;font-size: 16px;margin-top:26px;}

    .main1 .box1{margin-top: -15px;}
    .main1 .box1 .list{width: 50%;padding:12px 5px;}
    .main1 .box1 .list:nth-child(n+2):after{display: none;}
    .main1 .box1 .list .tt1{font-size: 22px;}
    .main1 .box1 .list .tt1 span{font-size: 30px;}
    .main1 .box1 .list .tt2{font-size: 14px;}
    .main1 .box2{padding-top: 15px;}

    .main2 .list{border-radius: 6px;}
    .main2 .list:after{height:120px;background: url(../images/tu3.png) repeat-x top;}
    .main2 .list .tt{font-size: 13px;line-height:18px;height:72px;bottom:12px;padding: 0 5px;font-weight: bold;}

    .main3 .list{padding:30px 5px 26px;}
    .main3 .list .img{line-height: 44px;height:44px;}
    .main3 .list .tt1{font-size: 14px;line-height: 20px;height: 40px;margin-top: 4px;}

    .main4 .list{padding: 33px 25px;border-radius: 6px;}
    .main5 .list .tt{font-size: 13px;padding-top:8px;}

    .main6 .box{padding:0 0 30px;width:100%;}
    .main6 .box .title{margin-bottom: 0;}
    .main6 .box .gd{margin-top: 10px;}
    .main6 .lb6{width: 100%;}
    .main6 .lb6 .list{border-radius: 6px;}
    .main6 .lb6 .list .tt{font-size: 14px;}
    .main6 .lb6 .list .tt span{font-size: 16px;}
    .lb6 .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 2px !important;}
    .lb6 .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 24px;}

    .main7 .box{padding:0 0 30px;width:100%;}
    .main7 .box .title{text-align: left;}
    .main7 .box .title .div4 a{font-size:18px;padding-top:2px;;}
    .main7 .box .gd{margin:10px 0 0;}
    .main7 .lb7{width: 100%;}
    .main7 .lb7 .list{border-radius: 6px;background: fixed;}
    .main7 .lb7 .list .tt1{margin:10px 0;font-size: 14px;line-height: 22px;height:66px;}
    .main7 .lb7 .list .tt2{line-height:20px;padding: 8px 30px 0 0;position: relative;font-size: 12px;}
    .main7 .lb7 .list .tt2 span{right: 0;top:8px;}


    .banner2{padding-top:48%;}

    .main8 .box2 .tt{font-size: 14px;margin-top: 24px;}

    .main8 table{line-height: 140%;}
    .main8 table,.main8 table tr,.main8 table td,.main8 table th{border-width: 1px;text-align: left;}
    .main8 table tr th,.main8 table tr td{padding:8px 5px 8px 18px;}
    .main8 table tr:nth-child(1) th{font-size: 18px;padding: 15px 10px 15px 18px;text-align: left;}
    .main8 table tr td{font-size:14px;}
    .main8 table tr:nth-last-child(2) td{font-size: 14px;}
    .main8 table tr:nth-last-child(1) td{font-size: 14px;}


    .main8 .box1{overflow-x: auto;}
    .main8 .box1 table{width: 800px;}

    .main9:after{display: none;}
    .main9 .box{margin-top: -16px;}
    .main9 .box .list{width: calc(50% - 12px);margin: 12px 6px 0;padding:30px 10px 22px;border-radius: 6px;box-shadow: none;}
    .main9 .box .list:hover{top:0;}

    .main11 .top{font-size:22px;margin-top: -18px;}
    .main11 .box{padding-bottom: 30px;}
    .main11 .box:after{width: 1px;height: calc(100% - 20px);left: 20px;top:20px;display: none;}
    .main11 .box  .list{font-size:14px;line-height: 22px;width:100%;float: none !important;margin:20px 0 0 0 !important;border-radius: 6px;}
    .main11 .box  .list:after{display: none;}

    .main11 .box  .list .tt{padding:24px 20px;border-radius: 6px;box-shadow: 0 0 0;border-width: 1px;}
    .main11 .box  .list .bjcover{border-radius:6px;margin-top: 8px;}

    .main11 .box  .list .tt1{width: 100%;line-height: 24px;border: 0;padding: 8px 0;box-shadow: none;font-size:16px;border-radius: 6px;position: relative;left: auto !important;right: auto !important;top:auto !important;margin-bottom: 10px;}
    .main12.main66{padding:15px 0 !important;}

    .main13 .lb13{margin: -6px;}
    .main13 .list{margin: 6px;}
    .main13 .list .img{padding: 4px;box-shadow: none;}
    .main13 .list .tt{font-size:12px;line-height: 22px;padding:6px 2px 5px;}


    .main14 .list{padding:40px 30px;border-radius: 6px;}
    .main14 .list .tt1{position: relative;z-index: 2;}
    .main14 .list .tt2{z-index: 2;position: relative;}
    .main14 .list .gd{z-index: 8;position: relative;}
    .main14 .list .img{width: 100%;z-index: 1;opacity: .4;}

    .main16 .box{font-size: 16px;}
    .main16 .box .tt{font-size:22px;}

    .main17 table tr{background: transparent !important;}
    .main17 table td{width: 100%;max-width:100%;padding:10px 10px 10px 40px;font-size:15px;display: block !important;}
    .main17 table tr td img{left: 0;}
    .main17 table,.main17 table tr,.main17 table td{border: 1px solid transparent;}
    
    .main18 form input{line-height: 44px;height: 46px;box-shadow:none;padding: 0 15px;margin-bottom: 10px;}
    .main18 form textarea{line-height:24px;height:120px;box-shadow:none;margin-bottom: 10px;padding: 10px 15px;}
    .main18 form button{line-height: 44px;height: 44px;font-size: 15px;}
    
    .main20 .list{width: calc(50% - 12px);}
    .main20 .list .img{padding: 4px;box-shadow: none;}
    .main20 .list .tt{font-size:12px;line-height: 22px;padding:6px 2px 5px;}



    .nyxw {padding: 30px 0 50px;}
    .nyxw .box1{padding-bottom:15px;}
    .nyxw .box1 a{font-size:16px;padding-right:20px;}
    .nyxw .box1 a:after{right:8px;height: 56%;}
    

    .nyxw .box2{padding:25px 0;}
    .nyxw .box2 .tt2 .ul{width: 100%;padding-top: 10px;}
    .nyxw .box2 .tt2 .ul a{font-size:16px;min-width:100px;margin:4px 4px 0 0;line-height: 32px;box-shadow:none;}
    .nyxw .box2 .tt2 form{width:100%;margin-top: 15px;}
    
    
    .nyxw .box3{padding-top: 30px;}
    .nyxw .box3 .list{padding-bottom: 25px;margin-bottom: 25px;}
    .nyxw .box3 .list .tt1{font-size: 14px;}
    .nyxw .box3 .list .tt2{font-size: 16px;line-height:24px;margin-top: 4px;font-weight: normal;}
    .nyxw .box3 .list .tt3{font-size: 14px;margin-top: 10px;}

    
    .sx{padding-top: 11px;}
    .sx a{margin: 0 1px;}


    .xwxq{padding-top:30px;font-size: 14px;}
    .xwxq .tt2{font-size: 18px;padding-bottom:8px;line-height:26px;}
    .xwxq .tt4{padding: 11px 0;margin-top: 15px;}
    
    
    .main21 .list{margin-bottom: 25px;padding: 15px 15px 25px;}
    .main21 .list .tt{padding:20px 0 0 !important;width:100%;}
    .main21 .list .tt .tt1{font-size: 18px;padding-bottom: 6px;}
    .main21 .list .img{width: 100%;height: auto;}
    .main21 .list .img .bjcover{height:auto;padding-top: 78%;}


    .main22 .tt1{font-size: 18px;padding-bottom: 10px;line-height: 28px;}
    .main22 .tt2{font-size: 14px;line-height: 24px;}

    .main23 .box .tt1{font-size:18px;padding-bottom: 11px;margin-top: -5px;}
    .main23 .box{padding:28px 20px;box-shadow: 0 0 0;}
    .main23 .box .bjcover{width: 100%;height: auto;padding-top: 78%;}
    .main23 .box .tt{width:100%;padding:15px 0 0px;font-size: 15px;line-height: 28px;}


    .main24 .list{margin-bottom:25px;border-radius: 6px;padding:0;}
    .main24 .list .tt{width: 100%;padding:25px;background: rgba(255,255,255,.88);min-height:inherit;}
    .main24 .list .tt .tt1{font-size: 18px;padding-bottom:6px;}
    .main24 .list .tt .tt2{font-size: 14px;max-height: 192px;}
    .main24 .list .tt .gd{margin: 14px 0 0;width: 110px;line-height: 32px;font-size: 14px;}
    .main24 .list .tt .gd span{font-size: 14px;}

    


    .main25 .box{font-size:14px;line-height:24px;}

    .main25 .tablebox{overflow-x: auto;}
    .main25 .tablebox table{margin-bottom: 20px;width: 766px;}
    .main25 .tablebox table tr th,.main25 .tablebox table tr td{padding:15px 10px 15px 20px;font-size: 14px;max-width: 240px;width: 20%;line-height:22px;}
    .main25 .tablebox table tr:nth-child(1) td{font-size:16px;}
    


    
    .main27 .box1{padding:25px 0;margin-bottom: 20px;}
    .main27 .box1 .tt1{font-size:22px;padding-bottom: 11px;}
 
    .main27 .box1 .tt2{border: 0;}
    .main27 .box1 .tt2 div{width: 50%;border: 1px solid rgba(255,255,255,.3) !important;line-height:50px;height:52px;font-size:13px;margin: -1px 0 0 -1px;font-weight: normal;}
    
    
    .main27 .box2{padding:30px 20px;margin-bottom:20px;box-shadow: none;border: 1px solid #ddd;}
    .main27 .box2 .tt1 a{font-size: 14px;min-width: 130px;padding: 0 15px;line-height: 40px;border-width: 2px;box-shadow: none;margin: 0 2px 4px;}
    .main27 .box2 .tt1.tt4{padding-top: 0;}
    .main27 .box2 .tt1.tt4 a{padding:12px 20px;line-height: 20px;border-radius: 6px;}
    .main27 .box2 .tt2{font-size: 14px;}
    .main27 .box2 hr{border-top: 1px dashed #092780;margin: 15px 0;}
    .main27 .box2 .tt5 div{font-size: 14px;padding: 6px 0;line-height: 22px;margin-bottom:11px;}
    .main27 .box2 .tt5 div span{line-height: 34px;width: 120px;position: relative;left: auto;top:auto;margin-bottom: 10px;}
    .main27 .box2 .tt5 div:after{left: 0;width: 100%;bottom: -4px;}
    .main27 .title.title2{margin-bottom:15px;}
    .main27 .title.title2 .div1{font-size:18px;}

    .main27 .box3{padding:30px 20px;margin-bottom: 20px;box-shadow: none;border: 1px solid #ddd;}
    .main27 .box3 .ttbox{margin:-22px 0 0;}
    .main27 .box3 .ttbox .tt{width: 100% !important;margin:22px 0 0;min-height: inherit !important;}
    .main27 .box3 .ttbox .tt:nth-child(n+2):after{display: none !important;}
    .main27 .box3 .ttbox .tt .tt1{line-height: 22px !important;border-radius: 6px;font-size: 14px !important;padding: 8px 15px !important;margin-bottom: 10px !important;}
    .main27 .box3 .ttbox .tt .tt1:after{display: none;}
    .main27 .box3 hr{margin-top: 20px;margin-bottom:0;}
    .main27 .box3 .ttbox .tt2{padding-left: 0;line-height:inherit !important;}
    .main27 .box3 .ttbox .tt2 img{position:relative;left: auto;top:auto;bottom: auto;margin: 0 0 10px;max-height: inherit;}
    
    

    .shuzibox .ssbox{width: calc(100% - 20px);padding: 30px 0 20px;}
    .shuzibox .ssbox .ss{height: 78px;}
    

    
    
    .main27 .box4{box-shadow: none;border: 1px solid #ddd;padding:30px 20px;margin-bottom: 20px;}
    .main27 .box4 .tt{padding-left:0;font-size: 14px;line-height:inherit !important;min-height: inherit;}
    .main27 .box4 .tt .img{position: relative;left: auto;top:auto;height:auto;width:100%;}
    .main27 .box4 .tt .img img{position: relative;left: auto;top:auto;bottom: auto;margin:0 auto 15px;max-height:inherit;}
    
    .main27 .box5{box-shadow: none;border: 1px solid #ddd;padding:30px 20px;margin-bottom: 20px;}
    .main27 .box5 .ttbox{border: 0;}
    .main27 .box5 .ttbox:after{display: none;}
    .main27 .box5 .ttbox .tt{width: 100%;}
    .main27 .box5 .ttbox .tt1{padding: 10px;font-weight: normal;border: 0 !important;font-size: 18px !important;}
    .main27 .box5 .ttbox .tt2{padding: 15px 0 20px;}
    .main27 .box5 .ttbox .tt3{font-size: 18px;margin-bottom: 22px;}
    .main27 .box5 .ttbox .tt4{font-size: 14px;line-height: 22px;min-height: inherit;}
    .main27 .box5 .ttbox .tt4 a{margin-bottom: 11px;display: block;padding-left: 14px;}
    .main27 .box5 .ttbox .tt4 a:after{width: 6px;height: 6px;left: 0;top:8px;}
    

    .main27 .box6{box-shadow: none;border: 1px solid #ddd;padding:30px 20px;margin-bottom: 20px;}
    .main27 .box6 .tt1 a:nth-child(n+2):after{display: none;}
    .main27 .box6 .tt2{margin-top: 20px;}
    .main27 .box6 table tr{width: 100%;display: block;}
    .main27 .box6 table tr th{width: 100% !important;display: block;}
    .main27 .box6 table tr:nth-child(1) th{text-align: center;padding: 12px !important;}
    .main27 .box6 table tr:nth-child(n+2){border: 0 !important;}
    .main27 .box6 table tr:nth-child(n+2) th:nth-child(1){border: 0 !important;text-align: center;padding:12px !important;}
    .main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2){padding: 12px 12px 12px 20px !important;}
    .main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2) div{padding-left: 10px;}
    .main27 .box6 table tr:nth-child(n+2) th:nth-child(n+2) div:after{left: -4px;top:9px}
    
    .main27 .box7 .box1 .tt2 div:nth-child(1){font-size: 13px !important;line-height: 20px !important;}

    .main27 .box6 .tt1 a{margin: 0 2px 4px !important;}
    

    
   
}
@media (max-width:600px) {


}

@media (max-width:479px) {
 
    
    
}
