body{ font-family: 'Noto Sans SC' !important; }
.wrap {width: 1200px;margin: 0 auto;}
.header{background: linear-gradient(180deg, rgba(94, 180, 232, .2) 0%, #FFFFFF 100%);}
.header .top .wrap{height: 110px;}
.header .logo{display: block;width: 400px;}
.header .logo img{display: block;width: 100%;}
.searchBox{ position: relative;}
.searchBox input{ width: 380px; height: 38px; border: 1px solid #2F78DB; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;background: transparent;padding: 0 90px 0 30px;font-size: 14px;color: #333333;line-height: 38px;}
.searchBox .search{ width: 78px; height: 30px; background: #2F78DB; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; font-size: 14px;color: #FFFFFF;line-height: 30px;text-align: center;position: absolute;right: 4px;top: 4px;cursor: pointer;}
.header .nav{display: flex;align-items: center;justify-content: space-between;background: linear-gradient(180deg, #397ADB 0%, #1F5CAD 100%);}
.header .nav li{position: relative;width: 14.28%;text-align: center;}
.header .nav li a{display: block;font-size: 18px;color: #FFFFFF;line-height: 60px;}
.header .nav li a::after{ content: ''; width: 0; height: 1px; background: #ffffff; position: absolute; left: 0; right: 0; bottom: 8px; margin: 0 auto; opacity: 0; visibility: hidden; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.header .nav li::after{content: '';width: 1px;height: 32px;background: #1D4B95;position: absolute;right: 0;top: 50%;margin-top: -16px;}
.header .nav li:last-child:after{display: none;}
.header .nav li:hover a::after,.header .nav li.active a::after{opacity: 1;visibility: visible;width: 44px;}
.commTit{display: flex;align-items: center;justify-content: space-between;}
.commTit h3{font-size: 18px;color: #333333;line-height: 30px;font-weight: 500;padding-left: 16px;background-image: url(../images/common/dian.png);background-position: left 8px;background-repeat: no-repeat;background-size: auto 18px;}
.commTit .more{font-size: 14px;color: #98A3B7;line-height: 30px;padding-right: 10px;background-image: url(../images/common/more1.png);background-repeat: no-repeat;background-position: right center;background-size: 6px auto;}
.commTit .more:hover{color: #2F78DB;background-image: url(../images/common/more2.png);}

.footer .bg{display: block;width: 100%;}
.footer .box{background: #2F78DB;flex-wrap: wrap;padding: 35px 0 15px;}
.footer .box .p1{width: 50%;float: left;font-size: 14px;color: rgba(255,255,255,.6);line-height: 34px;}
.footer .box .p2{font-size: 16px;color: rgba(255,255,255,.6);line-height: 34px;cursor: pointer;position: relative;display: inline-block;}
.footer .box .p2 .img{display: inline-block;vertical-align: middle;width: 26px;margin-right: 4px;}
.footer .box .ewmBox{ position: absolute; bottom: 40px; left: -40px; margin: 0 auto; padding: 6px; background: #FFFFFF; font-size: 0; text-align: center; opacity: 0; visibility: hidden; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; display: flex;justify-content: space-between;}
.footer .box .ewmBox .ewm{width: 80px;display: inline-block;vertical-align: middle;margin: 5px;}
.footer .box .ewmBox img{display: block;width: 100%;}
.footer .box .ewmBox h3{font-size: 12px;color: #333333;line-height: 18px;text-align: center;margin-top: 4px;}
.footer .box .ewmBox::after{content: '';border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #ffffff;position: absolute;left: 40px;bottom: -10px;}
.footer .box .p2:hover .ewmBox{opacity: 1;visibility: visible;}


.crumbs a{font-size: 14px;color: #5E5E5E;line-height: 34px;}
.crumbs span{font-size: 14px;color: #5E5E5E;line-height: 34px;}
.crumbs a:hover{color: #2F78DB;}
.commCrumbs{background: rgba(47, 120, 219, .25);position: relative;height: 44px;margin-top: 6px;}
.commCrumbs .h3{min-width: 132px;height: 50px; font-size: 20px;color: #ffffff;line-height: 44px;background-image: url('../images/index/bg5.png');background-repeat: repeat-x;position: absolute;left: 0;top: -6px;padding: 0 22px;}
.commCrumbs .h3::after{content: '';width: 140px;height: 50px;background-image: url('../images/index/bg4.png');background-repeat: repeat-x;background-position: center;background-size: 100%;position: absolute;right: -138px;bottom: 0;}
.commCrumbs2{height: 34px;}


.pages{font-size: 0;text-align: center;margin:28px 0;}
.pages a{display: inline-block;vertical-align: top;font-size: 14px;color: #6B6B6B;line-height: 30px;border:1px solid #E3E3E3;background: #F5F5F5;min-width: 30px;text-align: center;margin: 0 4px;}
.pages .a1{padding: 0 20px;}
.pages a:hover{background: #3F93DE;border-color: #3F93DE;color: #ffffff;}
.pages a.active{background: #3F93DE;border-color: #3F93DE;color: #ffffff;}
