@charset "utf-8";

@import url('NotoSansSC.css');

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}

body{ font-size: 16px; color: #333; overflow-x: hidden; font-family:"Source Han Sans CN",'Noto Sans SC',"PingFang SC","Microsoft YaHei",Arial,sans-serif; padding-top: 136px;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}

input,textarea,select,button{ font-size: 16px; outline:none; font-family:"Source Han Sans CN",'Noto Sans SC',"PingFang SC","Microsoft YaHei",Arial,sans-serif; }

svg{ border: none;}

::-webkit-input-placeholder {color: #666;}

::-moz-placeholder {color: #666;}

:-ms-input-placeholder {color: #fff;}



a { text-decoration: none; color:#333; transition: color 0.56s ease;}

a:hover{ color: #00437c;}



.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}

.clearfix{zoom:1;}

.clear{ clear:both}

.overflow{overflow-y:hidden;}



img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}



.wrap{ width: 1680px; margin: 0 auto;}

.w1500{ width: 1500px; margin: 0 auto;}

.ovh{overflow: hidden;}



::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }

::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}

::-webkit-scrollbar-thumb:hover {background: #666;}



/*顶部*/

.header{ width: 100%; height: 136px;background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; transition: background 0.4s ease;}

.header .logo { height: 136px;padding: 27px 0;}

.header .nav>ul>li{ margin-left: 2px; position: relative;}

.header .nav>ul>li>a{ font-size: 18px; color: #505050; line-height: 136px; padding: 0 20px;  transition: color .4s; display: block;}

.header .nav>ul>li>a:hover{ color: #00437c;}

.header .nav>ul>li.on>a{ color: #fff; background: #00437c; }

.header .nav>ul>li .subnav{ width: 1000px; position: absolute; left: 0; top: 136px; z-index: 111; display: none;}

.header .nav>ul>li .subnav::after{ content: ""; width: 6000px; height: 100%; background: #00437c; position: absolute; left: -3000px; top: 0; }

.header .nav>ul>li .subnav ul li{ line-height: 74px; position: relative; z-index: 11;}

.header .nav>ul>li .subnav ul li a{ color: #fff; padding:0 20px;}

.header .nav>ul>li .subnav ul li a:hover{ color: #c1a25f;}

.header .nav>ul>li .subnav ul li a::before{ content: "■"; color: #c1a25f; font-size: 12px; margin-right: 10px;}

.header .nav>ul>li:nth-child(5) .subnav ul{ margin-left: -40%;}
.header .nav>ul>li:nth-child(8) .subnav ul{ margin-left: -83%;}
.header .search{ width: 20px; height: 20px; background: url(../images/search.png) no-repeat center; margin-left: 12px; margin-top: 60px; cursor: pointer;}
.menu-toggle{display: none;}





/*首页bannner*/

.banner { position: relative;}

.banner .swiper{ width:100%; overflow:hidden;}

.banner .swiper .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}

.banner .swiper .swiper-slide img{width:100%;}

.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:30px!important;  z-index:111; text-align: center;}

.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border: #fff solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}

.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff;}

.banner .swiper-slide-active{opacity:1;}



.neiBanner{ height: 640px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}

.neiBanner .textBanner{ color: #fff; text-align: center; font-weight: bold;}

.neiBanner .textBanner dl{ font-size: 72px;}

.neiBanner .textBanner dt{ font-size: 30px; font-weight: 500;}



.neiBanner2{ height: 500px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}

.neiBanner2 .textBanner{ color: #fff; text-align: center;}

.neiBanner2 .textBanner dl{ font-size: 38px; font-weight: 500; border-bottom: #fff solid 1px; padding: 0 50px 5px; margin-bottom: 10px;}

.neiBanner2 .textBanner dt{ font-size: 36px; font-weight: 500;}



.title{ text-align: center; margin-bottom: 50px;}

.title h3{ font-size: 38px; line-height: 1; color: #003366; font-weight: 500; border-bottom:#003366 solid 1px; display: inline-block; padding: 0 50px 15px; margin-bottom: 15px;}

.title h2{ font-size: 35px; line-height: 1; color: #c1a25f; font-weight: 500;}



.ntitle{ text-align: center; margin-bottom: 50px;}

.ntitle h3{ font-size: 38px; line-height: 1; color: #003366; font-weight: 500; border-bottom:#003366 solid 1px; display: inline-block; padding: 0 0 15px; margin-bottom: 15px;}

.ntitle h2{ font-size: 36px; line-height: 1; color: #333; font-weight: 500;}



.more{ width: 50px; height: 50px; background: #c1a25f url(../images/icon05.png) no-repeat center; display: block; font-size: 0; transition: all 0.4s;}

.more:hover{ background: #b19457 url(../images/icon05.png) no-repeat center;}



.indexOne{ padding: 50px 0 100px; background: #f7f7f7;}

.indexOne .pic{ width: 60%;}

.indexOne .textBox{ width: 40%; padding: 70px;}

.indexOne .textBox .tit{ margin-bottom: 45px;}

.indexOne .textBox .tit h2{ font-size: 30px; line-height: 1; font-weight: 500; position: relative; padding-bottom: 16px;}

.indexOne .textBox .tit h2::before{ content: ""; width: 60px; height: 2px; background: #c1a25f; position: absolute; left: 0; bottom: 0;}

.indexOne .textBox .text{ line-height: 1.8; margin-bottom: 50px;}



.indexTwo ul li{ width: 25%;}

.indexTwo ul li .item{ height: 100%; padding: 130px 70px; text-align: center;}

.indexTwo ul li .item i{ height: 106px; display: block;}

.indexTwo ul li .item h3{ font-size: 24px; line-height: 1; margin-bottom: 15px;}

.indexTwo ul li .item dt{ color: #666; line-height: 1.7;}

.indexTwo ul li .item:hover{ background-image: linear-gradient(to right, #527fa6 , #dfd3b5); }



.indexThree{ padding: 36px 0 75px; background: url(../images/indexThreeBg.jpg) no-repeat center; background-size: cover; }

.indexThree .box{ padding: 35px 50px 50px; background: #fff; margin-top: -20px;}

.indexThree .box .tit{ min-width: 170px; background: #00437c; display: inline-block; padding: 0 20px; margin-bottom: 15px;}

.indexThree .box .tit h3{ color: #fff; font-size: 18px; text-align: center; font-weight: 500; line-height: 44px;}

.indexThree .indexNews{ width: 35%; position: relative;}

.indexThree .indexNews .boxCon{ padding: 50px; background: #fafafa; }

.indexThree .indexNews .boxCon .newsTit{ font-size: 18px; color: #000; font-weight: 500; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px;}

.indexThree .indexNews .boxCon dd{ color: #999999; margin-bottom: 15px;}

.indexThree .indexNews .boxCon .text{ height: 90px; color: #333; line-height: 30px; margin-bottom: 30px; overflow: hidden;}

.indexThree .more{ position: absolute; right: 15px; bottom: -25px;}

.indexThree .indexIinformation{ width: 65%; padding-left: 70px; position: relative;}

.indexThree .indexIinformation .boxCon ul li{ border-bottom: #f7f2f2 solid 1px;}

.indexThree .indexIinformation .boxCon ul li a{ padding: 20px 0; display: block;}

.indexThree .indexIinformation .boxCon ul li h3{ font-size: 16px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px;  transition: all 0.4s;}

.indexThree .indexIinformation .boxCon ul li dt{ height: 56px; color: #333; line-height: 28px; overflow: hidden;}

.indexThree .indexIinformation .boxCon ul li ol{ display: flex; justify-content: space-between; align-items: center; margin-top: 10px;}

.indexThree .indexIinformation .boxCon ul li ol dd{ color: #999;}

.indexThree .indexIinformation .boxCon ul li ol span{ width: 100px; height: 35px; font-size: 15px; line-height: 33px; text-align: center; color: #990000; border: #990000 solid 1px; border-radius: 4px; display: block;}

.indexThree .indexIinformation .boxCon ul li a:hover h3{ color: #c1a25f;}

.indexThree .indexIinformation .more{ position: absolute; right:-60px; bottom: -25px;}



.indexFour{ padding: 60px 0; background: url(../images/indexFourBg.jpg) no-repeat center; background-size:cover;}

.indexFour .box{ padding: 0 30px;}

.indexFour .box ul li{ width: 33.33%; padding: 0 30px;}

.indexFour .item{ height: 100%; padding: 0 45px 45px; background: #f5f5f5; transition: all 0.4s;}

.indexFour .item:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, .2);}

.indexFour .item i{ width: 110px; height: 110px; line-height: 110px; text-align: center; background: #00437c; display: block;}

.indexFour .item h3{ font-size: 36px; border-bottom: #a88333 solid 2px; padding: 20px; margin-bottom: 30px;}

.indexFour .item .text{ font-size: 18px;}

.indexFour .item .text p{ margin-bottom: 13px;}

.indexFour .item .text p::before{ content: "▪"; font-size: 14px; margin-right: 15px;}



.about{ padding: 65px 0 70px;}

.about .ntitle{ text-align: left;}

.about .textBox{ width: 50%; padding: 0 60px;}

.about .textBox .text{ padding: 60px 0; line-height: 1.8; color: #666;}

.about .pic{ width: 50%;}


.shhsyb{ padding: 65px 0 70px;}
.shhsyb .textBox{  padding: 0 60px;}
.shhsyb .textBox .text{ line-height: 1.8; color: #666;}


.culture{ padding: 80px 0 150px;}

.culture .box{ padding: 65px; background: #f1f1f1;}

.culture .box .pic{ width: 50%;}

.culture .box .textBox{ width: 50%;}

.culture .box .textBox ul{ overflow: hidden;}

.culture .box .textBox ul li{ padding: 50px 0; border-top: 2px solid #023c6d; margin-top: -2px;}

.culture .box .textBox ul li h3{ font-size: 36px; color: #023c6d; font-weight: 500;}

.culture .box .textBox ul li dt{ font-size: 24px;}



.honor{ padding: 80px 0 150px;}

.honor .box ul{ margin: 0 -10px;}

.honor .box ul li{ width: 25%; padding: 0 10px; margin-bottom: 20px;}

.honor .box ul li dl{ padding-bottom: 64.4%; border: #000 solid 1px;}

.honor .box ul li dl img{ padding: 15px;}

.honor .box ul li h3{ font-size: 16px; text-align: center; font-weight: normal; margin-top: 15px;}



.service.indexFour{ padding: 80px 0 150px; background: none;}

.service .box{ padding-top: 20px;}



.news{ padding: 30px 0 120px;}

.news .box{ margin-bottom: 50px;}

.news .box ul li{ border-bottom: #666666 solid 1px;}

.news .box ul li a{ padding: 35px 0; display: block;}

.news .box ul li h3{ font-size: 24px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.news .box ul li dd{ font-size: 14px; color: #9e7b55; font-weight: bold; line-height: 1; margin:15px 0 20px;}

.news .box ul li dt{ font-size: 14px; color: #666; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}



.bread{ line-height: 70px; color: #666;}

.bread a{ color: #666;}

.bread a:hover{ color: #023c6d;}



.newsView{ padding: 60px 0 100px;}

.newsView .newsHead{ text-align: center; border-bottom: #d1d1d1 solid 1px; padding-bottom: 35px; margin-bottom: 35px;}

.newsView .newsHead h1{ font-size: 24px; margin-bottom: 15px;}

.newsView .newsHead dd span{ font-size: 14px; color: #666; margin: 0 20px;}

.newsView .text{ width: 1200px; margin: 0 auto; line-height: 2;}



.information{ padding: 130px 0 120px; background:url(../images/informationBg.jpg) no-repeat center top 23px;}

.information .box{ margin-bottom: 50px;}

.information .box ul li{ border-bottom: #e5e5e5 solid 1px;}

.information .box ul li a{ width: 100%; display: flex; flex-direction: row-reverse; justify-content: flex-start; align-items: center;  padding: 33px 10px;}

.information .box ul li a:hover{ background: #f5f5f5;}

.information .box ul li h3{ width: calc(100% - 130px); font-size: 16px; font-weight: 500;}

.information .box ul li ol{ width: 130px; color: #023c6d; font-weight: bold; text-align: center; display: flex; flex-direction: column-reverse;}

.information .box ul li ol dl{ width: 70px; font-size: 16px; line-height: 1; border-top: #e5e5e5 solid 1px; padding-top: 5px;}

.information .box ul li ol span{ width: 70px; font-size: 26px; font-weight: 900; line-height: 1; padding-bottom: 5px;}



.download{ padding: 75px 0 120px;}

.download .box{ padding: 0 70px;}

.download .box ul{ border: #cccccc solid 1px; padding: 30px 50px;}

.download .box ul li{ margin-bottom: 30px;}

.download .box ul li a{ width: 100%; line-height: 48px; display: flex; justify-content: space-between; position: relative; padding-right: 85px;}

.download .box ul li a::after{ content: "+"; width: 46px; height: 46px; line-height: 44px; border:#023c6d solid 1px; font-size: 28px; color: #023c6d; font-weight: 100; text-align: center; position: absolute; right: 0; top: 0; transition: all 0.4s;}

.download .box ul li a:hover::after{ background: #023c6d; color: #fff;}

.download .box ul li a h3{ width: calc(100% - 200px); font-size: 18px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.download .box ul li a h3::before{content: "▪"; color: #023c6d; margin-right: 10px;}

.download .box ul li a span{ font-size: 14px; color: #023c6d; font-weight: 700;}



.employeeWorld{ padding: 50px 0;}

.employeeWorld .swiper{ overflow: hidden;}

.employeeWorld .swiper .swiper-slide dl{ padding-bottom: 67.83%;}

.employeeWorld .swiper .swiper-slide h3{ background: #cccccc; line-height: 80px; font-size: 18px; text-align: center; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 10px; margin-top: 2px;}

.employeeWorld .swiper .pagination{ text-align: center; margin-top: 30px;}

.employeeWorld .swiper .swiper-pagination-bullet{ width: 16px; height: 16px; background: #c1a25f;}



.job{ padding: 30px 0 120px;}

.job .box ul li{ margin-bottom: 30px;}

.job .box ul li .item{ border-bottom: #d3d3d3 solid 1px; padding:20px 80px 20px 20px; cursor: pointer; position: relative;}

.job .box ul li .item::after{ content: "+"; width: 46px; height: 46px; line-height: 44px; border:#023c6d solid 1px; font-size: 28px; color: #023c6d; font-weight: 100; text-align: center; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: all 0.4s;}

.job .box ul li .item:hover::after{ background: #023c6d; color: #fff;}

.job .box ul li .item .tit{ margin-bottom: 10px;}

.job .box ul li .item .tit h3{ font-size: 24px; line-height: 1;}

.job .box ul li .item .text{ font-size: 14px; color: #666;}

.job .box ul li .item .con{ display: none;}

.job .box ul li .item:hover .tit h3{ color: #023c6d;}



.login{ width: 970px; margin: 70px auto 110px;}

.login .tit{ font-size: 24px; text-align: center; color: #666666; line-height: 1.8; margin-bottom: 60px;}

.login .tit h3{font-size: 30px; font-weight: normal;}

.login .box{ background: #f3f3f3; box-shadow: 0 0 20px rgba(0, 0, 0, .2); padding: 90px 0 65px;}

.login .box ul{ width: 500px; margin: 0 auto;}

.login .box ul li{ display: flex; margin-bottom: 30px;}

.login .box ul li dl{ width: 85px; font-size: 18px; color: #073c7d; text-align: center; line-height: 38px; flex: 0 0 auto;}

.login .box ul ol{ text-align: center; display: flex; justify-content: center;}

.login .box ul input{ width: 100%; border: #c8c8c8 solid 1px; height: 38px; padding:0 10px;}

.login .box ul button,.login .box ul a{ width: 80px; height: 30px; line-height: 30px; text-align: center; background: #073c7d; color: #fff; display: block; border: none; margin: 0 3px; cursor: pointer;}

.login .box ul button:hover,.login .box ul a:hover{ background: #033066;}



.informationEntry{ width: 1200px; margin:0 auto; padding: 130px 0 150px;}

.informationEntry .menu{ margin-bottom: 60px;}

.informationEntry .menu ul li{ min-width: 150px; margin: 0 12px;}

.informationEntry .menu ul li a{ width: 100%; line-height: 50px; background: #00437c; font-size: 18px; color: #fff; text-align: center; display: block;}

.informationEntry .menu ul li a:hover{ background: #033066;}

.informationEntry .tit{ font-size: 35px; text-align: center; font-weight: bold; color: #00437c; margin-bottom: 45px;}

.informationEntry .tableBox{ border-top: 4px solid #00437c;}

.informationEntry .tableBox table{ width: 100%; text-align: center; border-spacing: 0; border-collapse: collapse;}

.informationEntry .tableBox table tr th{ font-size: 18px; color: #00437c; font-weight: 500; line-height: 80px; border-bottom: #ededed solid 1px; background-image: linear-gradient(to top,#f2f2f2 2%,#fff);}

.informationEntry .tableBox table tr td{  border-bottom: #abc1d4 solid 1px; line-height: 76px; font-weight: 500;}

.informationEntry .formBox{ background: #f3f3f3; padding: 60px;}

.informationEntry .formBox ul{ width: 600px; margin: 0 auto;}

.informationEntry .formBox ul li{ display: flex; margin-bottom: 25px; align-items: center;}

.informationEntry .formBox ul li dl{ width: 130px; font-size: 18px; color: #073c7d; line-height: 38px;}

.informationEntry .formBox ul ol{ text-align: center; display: flex; justify-content: center; padding-top: 20px;}

.informationEntry .formBox ul input{ width: 100%; border: #c8c8c8 solid 1px; height: 38px; padding:0 10px;}

.informationEntry .formBox ul input[type="file"]{ height: auto; border: none; padding: 0;}

.informationEntry .formBox ul select{ width: 100%; border: #c8c8c8 solid 1px; height: 38px; padding:0 10px;}

.informationEntry .formBox ul textarea{ width: 100%; border: #c8c8c8 solid 1px; height: 100px; padding:10px;}

.informationEntry .formBox ul button,.informationEntry .formBox ul a{ width: 90px; height: 30px; line-height: 30px; text-align: center; background: #073c7d; color: #fff; display: block; border: none; margin: 0 5px; cursor: pointer;}

.informationEntry .formBox ul button:hover,.login .box ul a:hover{ background: #033066;}



.contact{ padding: 70px 0 100px;}

.contact .tit{ font-size: 24px; text-align: center; color: #666666; line-height: 1.8; margin-bottom: 60px;}

.contact .tit h3{font-size: 30px; font-weight: normal;}

.contact .box ul li{ width: 390px; text-align: center;}

.contact .box ul li i{ width: 66px; height: 66px; line-height: 60px; border: #b68a49 solid 1px; border-radius: 66px; display: block; margin: 0 auto 20px;}

.contact .box ul li h3{ font-size: 16px; color: #b68a49; font-weight: 500; line-height: 1; margin-bottom: 40px;}

.contact .box ul li dt{ font-size: 18px; font-weight: normal; color: #666;}



#map{ height: 600px;}



.footer{ padding: 60px 0; background: #dedede; font-size: 14px;}

.footer .fmain .nav{ border-bottom: #bebebe solid 1px;}

.footer .fmain .nav ul li{ margin-right: 55px;}

.footer .fmain .nav ul li a{ font-size: 14px; line-height: 80px;}

.footer .fmain .footerContact{ padding: 30px 0; border-bottom: #bebebe solid 1px; margin-bottom: 18px;}

.footer .fmain .footerContact .tel{ margin-right: 70px;}

.footer .fmain .footerContact .tel ol{ font-size: 25px; font-weight: bold; color: #000;}

.footer .fmain .footerContact .add{ line-height: 1.8;}

.footer .flogo{ width: 74px; margin-top: 30px;}



/*===/分页=============================*/

.fenye { text-align: center; font-size: 16px; width: 100%; height: 40px; display: flex; justify-content: center;}

.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #333;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #ececec;}

.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #333; margin-right: 5px;display: inline-block; background: #ececec; transition: all 0.4s;}

.fenye a:hover {color: #fff; background: #023c6d;}

.fenye a.current { color: #fff;  background: #023c6d;}





/*搜索框*/

.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}

.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}

.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}

.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}

.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}



/* 弹出框 */

.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}

.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}

.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}

.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: 40px; right: 40px; cursor: pointer;}

.tccBox .BoxCon .textCon{ max-width: 830px; background: #cdbc99; padding: 35px; border-radius: 15px; color: #666; font-size: 14px; line-height: 1.8;}

.tccBox .BoxCon .textCon h3{ font-size: 18px;}





@media (max-width: 1700px) {

    body{ padding-top: 100px;}
    .wrap{ width: 100%; padding: 0 50px;}

    .header{ height: 100px;}
    .header .logo{ height: 100px; padding:12px 0;}
    .header .nav>ul>li>a{ line-height: 100px; padding: 0 12px;}
    .header .nav>ul>li .subnav{ top: 100px;}
    .header .search{ margin-top: 40px;}

    .neiBanner{ height: 560px;}
    .neiBanner .textBanner dl { font-size: 60px; }
    .neiBanner .textBanner dt{ font-size: 26px;}

    .indexOne .textBox{ padding: 50px 0 50px 50px;}
    .indexFour .item h3{ font-size: 28px;}

    .culture .box{ padding: 60px 0;}
    .culture .box .textBox{ padding-left:60px;}

}



@media (max-width: 1550px) {



    .title h3 { font-size: 36px; padding: 0 30px 15px;}

    .title h2 { font-size: 30px;}



    .ntitle h3 { font-size: 36px;}

    .ntitle h2 { font-size: 30px;}



    .neiBanner { height: 500px; }



    .indexTwo ul li .item { padding: 100px 50px;}

    .indexTwo ul li .item h3 { font-size: 20px;}



    .indexFour .box{ padding: 0;}

    .indexFour .box ul { margin: 0 -30px;}



    .indexThree { padding: 55px 0 75px;}



    .indexFour .item h3{ padding: 20px 0;}

    .indexFour .item i { width: 90px; height: 90px; line-height: 90px;}

    .indexFour .item i img{ height: 45px;}



    .about .textBox .text { padding: 20px 0;}



    .culture { padding: 80px 0 100px; }

    .culture .box .textBox ul li h3{ font-size: 30px;}

    .culture .box .textBox ul li dt { font-size: 20px; }



    .honor { padding: 80px 0 100px; }



    .service.indexFour {padding: 80px 0 100px;}



    .news .box ul li h3{ font-size: 20px;}

    .newsView .text{ width: 100%;}



    .download .box{ padding: 0;}



    .job { padding: 30px 0 100px; }

    .job .box ul li .item .tit h3{ font-size: 20px;}

}

@media (max-width: 1480px) {
    .header .logo { padding: 16px 0; }
    .header .nav>ul>li>a{ font-size: 16px; white-space: nowrap;}
}



@media (max-width: 1380px) {

    .wrap{ padding: 0 30px;}


    .neiBanner { height: 420px; }

    .neiBanner .textBanner dl { font-size: 50px; }

    .neiBanner .textBanner dt { font-size: 22px; }

    .neiBanner2 { height: 420px;}



    .indexOne{ padding: 60px 0;}

    .indexOne .pic{ width: 50%;}

    .indexOne .textBox { width: 50%; padding: 0 0 0 25px; }

    .indexOne .textBox .tit { margin-bottom: 25px; }

    .indexOne .textBox .tit h2{font-size: 26px;}

    .indexOne .textBox .text{ margin-bottom: 20px;}



    .indexTwo ul li .item { padding: 100px 30px; }



    .indexThree .indexNews .boxCon { padding: 30px;}



    .indexFour .item h3 { font-size: 22px; }

    .indexFour .item .text { font-size: 16px; }



    .culture .box .textBox ul li h3 { font-size: 26px; }

    .culture .box .textBox ul li dt { font-size: 18px; }



    .footer .fmain .nav ul li { margin-right: 40px; }

}



@media (max-width: 1280px) {
    .header .logo{ width: 60px; overflow: hidden;}
    .header .logo img{ width: 300px; max-width: inherit;}
    .header .nav>ul>li>a{ padding: 0 8px;}
}



@media (max-width: 1240px) {

    .informationEntry{ width: 100%; padding: 80px 30px;}

}



@media (max-width: 1200px) {

}



@media (max-width: 1180px) {


    .wrap { padding: 0 20px; }


    .header .nav>ul>li>a{ font-size: 16px;  padding: 0 12px;}

    .header .nav>ul>li .subnav ul li a{ font-size: 15px; padding: 0 12px;}

    .header .nav>ul>li:nth-child(8) .subnav ul{ margin-left: -72%;}
    .header .search { margin-top: 40px; }


    .neiBanner { height: 400px; }

    .neiBanner .textBanner dl { font-size: 45px; }

    .neiBanner .textBanner dt { font-size: 20px; }

    .neiBanner2 { height: 400px;}

    .neiBanner2 .textBanner dl { font-size: 35px; padding: 0 20px 5px;}

    .neiBanner2 .textBanner dt{ font-size: 30px;}



    .more { width: 40px; height: 40px;}



    .title h3 { font-size: 30px;}

    .title h2 { font-size: 26px; }



    .ntitle h3 { font-size: 30px; }

    .ntitle h2 { font-size: 26px; }



    .indexTwo ul li .item { padding: 70px 25px; }

    .indexTwo ul li .item i{ height: 60px; margin-bottom: 15px;}

    .indexTwo ul li .item dt{ font-size: 14px;}



    .indexThree .box .tit { min-width: 150px;}

    .indexThree .box .tit h3{ font-size: 16px;}

    .indexThree .indexIinformation .boxCon ul li a{ padding: 10px 0;}

    .indexThree .indexIinformation .boxCon ul li dt { height: 44px;line-height: 22px; font-size: 14px;}

    .indexThree .indexIinformation .boxCon ul li ol span { width: 78px; height: 26px; font-size: 12px; line-height: 24px;}



    .indexFour .item .text p { margin-bottom: 8px; }



    .culture { padding: 60px 0 70px; }



    .honor { padding: 60px 0 80px; }



    .information { padding: 80px 0 90px; background: url(../images/informationBg.jpg) no-repeat center top 23px; background-size:auto 198px; }

    .information .box ul li a{ padding: 22px 10px;}



    .job .box ul li { margin-bottom: 0; }



    .contact .box ul li dt{ font-size: 15px;}



    #map{ height: 500px;}



    .footer { padding: 16px 0; font-size: 13px; }

    .footer .fmain .nav ul li { margin-right: 28px; }

    .footer .fmain .footerContact .tel { margin-right: 35px; }

    .footer .fmain .footerContact .tel ol { font-size: 20px;}

    .footer .flogo{ width: 80px;}

}



@media (max-width: 1030px) {

    body{ font-size: 15px; }

    .neiBanner { height: 350px; }

    .neiBanner .textBanner dl { font-size: 38px; }

    .neiBanner2 { height: 350px; }

    .ntitle{ margin-bottom: 35px;}



    .indexFour .item { padding: 0 25px 25px;}

    .indexFour .box ul{ margin: 0 -15px;}

    .indexFour .box ul li{ padding: 0 15px;}

    .indexFour .item i { width: 75px; height: 75px; line-height: 75px; }

    .indexFour .item i img { height: 36px; }

    .indexFour .item .text { font-size: 15px; }



    .about .textBox { width:60%; padding: 0 0 0 40px; }

    .about .textBox .text {padding:0; }

    .about .pic { width: 40%; }

    .shhsyb .textBox{  padding: 0 40px;}
    .shhsyb .textBox .text{ padding: 0; }

}



@media screen and (max-width:750px){

    body{ font-size: 14px; padding-top: 60px;}

    .wrap{ width: 100%; padding: 0 15px;}



    .header{ width: 100%; height:60px; background:#fff; position: fixed; top: 0; left: 0; z-index: 99999999; }

    .header .logo{ width: auto; height: 60px; padding: 8px 0; }
    .header .logo img{ width: auto;}

    .header .nav{  position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}

    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }

    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-left: 0; position: relative;}

    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; line-height: 46px;  display: block;}

    .header .nav>ul>li .subnav{ width: 100%; background: #093a64; padding: 10px 0; position: relative; left: 0; top: 0;}

    .header .nav>ul>li .subnav::after{ display: none;}

    .header .nav>ul>li .subnav ul{ display: block;}

    .header .nav>ul>li .subnav ul li { line-height: 32px;}

    .header .nav>ul>li .subnav ul li a::before{ font-size: 10px;}

    .header .nav>ul>li:nth-child(5) .subnav ul{ margin-left: 0;}
    .header .nav>ul>li:nth-child(8) .subnav ul{margin-left: 0;}
    .header .search {
        margin-top: 18px;
    }


    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}

    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}

    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}

    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}

    .header .menu-toggle.cur span{background-color:transparent;}

    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}

    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}



    .banner { position: relative;}

    .banner .swiper-container{ width:100%; overflow:hidden;}

    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}

    .banner .swiper-container .swiper-slide a{  display: block; width:100%;}

    .banner .swiper-container .swiper-slide img{width:100%;}

    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}

    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px;  margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}

    .banner .swiper-pagination-bullet-active { background: #fff;}

    .banner .swiper-slide-active{opacity:1;}



    .neiBanner{ height: 130px; }

    .neiBanner .textBanner dl { font-size: 22px; }

    .neiBanner .textBanner dt { font-size: 15px; }



    .neiBanner2 { height: 130px; }

    .neiBanner2 .textBanner dl { font-size: 20px; padding: 0 20px 3px; margin-bottom: 5px;}

    .neiBanner2 .textBanner dt { font-size: 20px; }



    .title{ margin-bottom: 40px;}

    .title h2 {font-size: 22px;}

    .title h3 { font-size: 22px; padding: 0 5px 10px;  margin-bottom: 10px;}



    .ntitle h3 { font-size: 20px; padding: 0 0 10px; margin-bottom: 10px; }

    .ntitle h2 { font-size: 22px;}



    .indexOne { padding: 45px 0; }

    .indexOne .box{ display: flex; flex-direction: column-reverse;}

    .indexOne .pic{ width: 100%;}

    .indexOne .textBox { width: 100%; padding: 0; }

    .indexOne .textBox .tit h2 { font-size: 22px; }



    .indexTwo{ padding: 30px 0;}

    .indexTwo ul{ flex-wrap: wrap;}

    .indexTwo ul li{ width: 50%;}

    .indexTwo ul li .item { padding: 15px 10px; }

    .indexTwo ul li .item i { height: 38px;}

    .indexTwo ul li .item h3 { font-size: 16px; }

    .indexTwo ul li .item dt { font-size: 13px; line-height: 1.5;}



    .indexThree { padding: 45px 0; }

    .indexThree .box .tit { min-width: 120px; }

    .indexThree .box .tit h3{ font-size: 15px; line-height: 38px;}

    .indexThree .box{ display: block; padding: 15px 15px 30px;}

    .indexThree .indexNews{ width: 100%; margin-bottom: 50px;}

    .indexThree .indexNews .boxCon { padding: 30px 20px; }

    .indexThree .indexNews .boxCon .newsTit { font-size: 16px;}

    .indexThree .indexIinformation{ width: 100%; padding-left: 0; padding-bottom: 60px;}

    .indexThree .indexIinformation .boxCon ul li dt { height: 40px; line-height: 20px; font-size: 13px; }

    .indexThree .indexIinformation .more { position: absolute; right: 0; bottom: 0; }



    .indexFour { padding: 45px 0;}

    .indexFour .box ul{ display: block; margin: 0;}

    .indexFour .box ul li{ width: 100%; padding: 0; margin-bottom: 15px;}

    .indexFour .item i { width: 50px; height: 50px; line-height: 50px; }

    .indexFour .item i img { height: 25px; }

    .indexFour .item h3 { font-size: 21px; padding: 15px 0 5px; margin-bottom: 15px;}

    .indexFour .item .text p { margin-bottom: 4px; }



    .about { padding: 45px 0 60px; }

    .about .wrap{ display: block;}

    .about .textBox{ width: 100%; padding: 0;}

    .about .pic{ width: 100%;}

    .shhsyb { padding: 45px 0 60px; }
    .shhsyb .textBox{  padding: 0;}
    .shhsyb .textBox .text{ padding: 0; }

    .culture { padding: 45px 15px 60px; }

    .culture .box { padding: 15px 0; }

    .culture .box .pic { width: 100%; }

    .culture .box .textBox { width: 100%; padding-left: 0; }

    .culture .box .textBox ul li { padding: 20px 0;}

    .culture .box .textBox ul li h3 { font-size: 18px; }

    .culture .box .textBox ul li dt { font-size: 15px; }



    .honor { padding: 45px 0 36px; }

    .honor .box ul{ margin: 0 -5px;}

    .honor .box ul li{ width: 50%; padding: 0 5px;}

    .honor .box ul li h3 {font-size: 13px; margin-top: 5px;}

    .honor .box ul li dl img { padding: 7px; }



    .service.indexFour { padding: 45px 0; }



    .news { padding: 30px 0 45px; }

    .news .box { margin-bottom: 30px; }

    .news .box ul li a {padding: 17px 0;}

    .news .box ul li h3 { font-size: 15px; }

    .news .box ul li dd { font-size: 12px; margin: 10px 0;}

    .news .box ul li dt {font-size: 12px;}

    

    .bread {padding-top: 10px;  line-height: 50px; font-size: 12px;}



    .newsView { padding: 10px 0 50px; }

    .newsView .newsHead { padding-bottom: 20px; margin-bottom: 20px; }

    .newsView .newsHead h1 { font-size: 16px;}

    .newsView .newsHead dd span{ font-size: 12px;}



    .information { padding: 36px 0 45px;}

    .information .box ul li a{ display: block; padding: 13px 3px;}

    .information .box ul li h3{ width: 100%; font-size: 15px;}

    .information .box ul li ol{ flex-direction: row; align-items: center; padding-top: 10px;}

    .information .box ul li ol dl{ width: auto; white-space: nowrap; font-size: 13px; font-weight: normal; border-top:none; padding-top: 0;}

    .information .box ul li ol span{ width: auto; font-size: 13px; font-weight: normal; padding-bottom: 0;}

    

    .download { padding: 35px 0 50px; }

    .download .box ul { padding: 0; border: none;}

    .download .box ul li { margin-bottom: 0; }

    .download .box ul li a{ padding-right: 0; line-height: 38px;}

    .download .box ul li a::after{ display: none;}

    .download .box ul li a h3 { width: calc(100% - 80px); font-size: 15px; font-weight: normal;}

    .download .box ul li a h3::before { content: "▪"; font-size: 12px; margin-right: 5px; }

    .download .box ul li a span { font-size: 12px; font-weight: normal;}



    .employeeWorld .swiper .swiper-slide h3 { line-height: 44px; font-size: 14px;}

    .employeeWorld .swiper .pagination { margin-top: 15px; }

    .employeeWorld .swiper .swiper-pagination-bullet { width: 10px; height: 10px;}



    .job { padding: 0 0 50px; }

    .job .box ul li .item { padding: 15px 50px 15px 0;}

    .job .box ul li .item::after { width: 22px; height: 22px; line-height: 20px; font-size: 16px;}

    .job .box ul li .item .tit h3 { font-size: 16px; }

    .job .box ul li .item .text { font-size: 12px;}



    .tccBox .BoxCon .textCon { padding: 18px; font-size: 13px; line-height: 1.5; }

    .tccBox .BoxCon .off { width: 16px; height: 16px; top: 36px; right: 36px;}



    .login { width: 90%; margin: 45px auto 70px; }

    .login .tit { font-size: 14px; line-height: 1.5; margin-bottom: 30px; }

    .login .tit h3 { font-size: 16px;}

    .login .box{ padding: 40px 0;}

    .login .box ul { width: 88%;}

    .login .box ul li { margin-bottom: 10px;}

    .login .box ul li dl { width: 70px; font-size: 14px; line-height: 30px; flex: 0 0 auto;}

    .login .box ul input{ height: 30px;}

    .login .box ul ol{  padding-left: 70px;}

    .login .box ul button, .login .box ul a { width: 75px; height: 26px; line-height: 26px; font-size: 12px;}



    .informationEntry { width: 100%; padding: 45px 15px 70px; }

    .informationEntry .menu { margin-bottom: 30px; }

    .informationEntry .menu ul li { min-width: inherit; width: 23%; margin: 0 3px; }

    .informationEntry .menu ul li a{ font-size: 14px; line-height: 36px;}

    .informationEntry .tit { font-size: 22px; margin-bottom: 20px; }

    .informationEntry .tableBox{ overflow-x: auto; border-top: 2px solid #00437c;}

    .informationEntry .tableBox::-webkit-scrollbar { height: 0;}

    .informationEntry .tableBox table{ white-space: nowrap;}

    .informationEntry .tableBox table tr th{ padding: 10px; line-height: 32px; font-size: 16px;}

    .informationEntry .tableBox table tr td{ padding: 10px; line-height: 30px; font-size: 14px;}

    .informationEntry .formBox { padding: 20px; }

    .informationEntry .formBox ul{ width: 100%;}

    .informationEntry .formBox ul li { margin-bottom: 10px;}

    .informationEntry .formBox ul li dl { width: 110px; font-size: 15px; line-height: 32px;}

    .informationEntry .formBox ul li ol { padding-top: 10px;}

    .informationEntry .formBox ul input{ height: 32px;}

    .informationEntry .formBox ul select{ height: 32px;}

    

    .contact { padding: 45px 0 50px; }

    .contact .tit{ font-size: 14px;     margin-bottom: 35px;}

    .contact .tit h3 { font-size: 16px; }

    .contact .box ul{ display: block;}

    .contact .box ul li{ width: 100%; margin-bottom: 25px;}

    .contact .box ul li i { width: 55px; height: 55px; line-height: 51px; margin: 0 auto 10px; }

    .contact .box ul li i img{ height: 20px;}

    .contact .box ul li h3{ margin-bottom: 5px;}

    .contact .box ul li dt { font-size: 13px; }



    #map { height: 300px; }



    .footer .fmain .nav{ display: none;}

    .footer .fmain .footerContact {padding: 15px 0;margin-bottom: 15px; display: block;}

    .footer .fmain .footerContact .tel { margin-right: 25px; white-space: nowrap;}

    .footer .fmain .footerContact .tel ol { font-size: 16px; }

    .footer .fmain .footerContact .add { line-height: 1.5; }

    .footer .flogo{ display: none;}



    /*===/分页=============================*/

    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}

    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }

    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}

    .fenye a:hover {color: #fff; background: #023c6d; }

    .fenye a.current { color: #fff;  background: #023c6d; margin-right: 3px;}



    .tccBox .BoxCon{ width: 90%;}

    .tccBox .BoxCon ul video{ width: 100%;}

    .search-dialog{ width: 95%;}

}