@font-face {
    font-family: 'RobotoReg';
    src: url('../font/RobotoReg.eot');
    src:
    url('../font/RobotoReg.eot?#font-spider') format('embedded-opentype'),
    url('../font/RobotoReg.woff') format('woff'),
    url('../font/RobotoReg.ttf') format('truetype'),
    url('../font/RobotoReg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.header .menuIcon{width: 30px;cursor: pointer;display: none;position: absolute;right: 0;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #0c2387;margin-top: 5px;position: relative;}
.header .menuIcon img{width: 100%;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.w1366{width: 90%;margin: 0 auto;max-width: 1366px;}
body{background: #f9f9f9;}

.header{position: relative;}
.header .logo{line-height: 94px;}
.header .form{margin: 28px 0 0 18px;border-radius: 19px;background: #eeeeee;}
.header .form .text{padding: 0 0 0 24px;width: 190px;height: 39px;border:none;background: none;font-size: 14px;line-height: 39px;color: #333;}
.header .form .subm{width: 60px;height: 39px;border:none;border-radius: 19px;background: #0e55a2 url(../images/searchBtn.png) no-repeat center;cursor: pointer;}
.header .form .subm:hover{background-color: #eeab1b;}
.header .btn{margin-top: 28px;width: 116px;height: 37px;border:1px solid #0e55a2;border-radius: 19px;text-align: center;line-height: 37px;font-size: 16px;color: #0e55a2;}
.header .btn:hover{background: #0e55a2;color: #fff;}

.nav{width: 100%;position: relative;z-index: 3;
background-image: -moz-linear-gradient( 0deg, rgb(33,121,205) 0%, rgb(14,85,162) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(33,121,205) 0%, rgb(14,85,162) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(33,121,205) 0%, rgb(14,85,162) 100%);}
.nav .nLi{position: relative;width: calc((100% - 82px) / 8);text-align: center;position: relative;}
.nav .nLi:before{content: "";width: 2px;height: 18px;position: absolute;left: 0;top:50%;margin-top: -9px;background: rgba(255,255,255,0.3);}
.nav .nLi:first-child{width: 82px;text-align: left;}
.nav .nLi:first-child:before{display: none;}
.nav .nLi h3 a{display: inline-block;position: relative;line-height: 58px;font-size: 18px;color: #ffffff;}
.nav .nLi h3 a::before{content: "";width: 36px;height: 3px;background: #ffffff;position: absolute;left: 50%;margin-left: -18px;bottom: 0;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nav .nLi .navSub{position: absolute;left: 0;top:60px;width: 100%;background: #fff;display: none;}
.nav .nLi .navSub ul{padding: 6px 0;}
.nav .nLi .navSub li a{display: block;font-size: 15px;color: #555;line-height: 24px;padding: 6px 3px;}
.nav .nLi .navSub li a:hover{color: #0d5fac;}
.nav .nLi.on h3 a:before,.nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 450px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{z-index: 1;left: 50%;bottom: 15px;width: auto;font-size: 0;transform: translateX(-50%);}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 10px!important;background-color: #fff;border-radius: 6px;box-shadow: 0 0 2px #000;opacity: .7;transition: 0.3s;}
.banner .swiper-pagination-bullet-active{position: relative;opacity: 1;}
.banner .swiper-pagination-bullet-active:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #fff;opacity: .5;border-radius: 50%;animation: scaleDouble 2s ease-out infinite;}
@keyframes scaleDouble{to{transform: scale(2);}}

.isect1{padding: 40px 0 30px;}
.isect1 .left{width: 61.8%;}
.isect1 .right{width: 36%;}
.isect1_1{margin-bottom: 30px;background: url(../images/isect1Bg1.jpg) no-repeat center;background-size: cover;}
.isect1_1 li{width: 25%;position: relative;}
.isect1_1 li:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/isect1Bg2.jpg) no-repeat center;background-size: cover;opacity: 0;-webkit-transition:all 0.6s linear;transition:all 0.6s linear;}
.isect1_1 li .wrap{display: block;height: 166px;box-sizing: border-box;padding: 27px 10px 0;text-align: center;position: relative;}
.isect1_1 li .wrap:before{content: "";width: 1px;height: 64%;background: #d7d7d7;position: absolute;left: 0;top:18%;}
.isect1_1 li:first-child .wrap:before{display: none;}
.isect1_1 li .wrap h4{margin-top: 13px;font-size: 22px;line-height: 26px;color: #111111;font-weight: normal;}
.isect1_1 li .wrap h5{font-size: 14px;color: #999999;line-height: 20px;font-weight: normal;}
.isect1_1 li:hover:before{opacity: 1;}
.isect1_1 li:hover .wrap .icon{filter: brightness(0) invert(1);}
.isect1_1 li:hover .wrap h4,.isect1_1 li:hover .wrap h5{color: #fff;}
.isect1_1 li:hover .wrap h5{opacity: 0.55;}

.iTitle{border-bottom: 1px solid #d3d3d3;}
.iTitle h3{font-size: 22px;color: #0e55a2;font-weight: bold;line-height: 22px;padding-bottom: 17px;position: relative;}
.iTitle h3:before{content: "";width: 100%;height: 4px;background: #0e55a2;position: absolute;left: 0;bottom: -1px;}
.iTitle .imore{font-size: 14px;line-height: 32px;color: #777777;}
.iTitle .imore:hover{color: #0e55a2;}


.isect1_2{padding: 22px 34px 38px 24px;background: url(../images/isect1Bg3.jpg) no-repeat center;background-size: cover;}
.isect1_2 .iTitle{margin-bottom: 20px;}
.isect1_2 .cont{height: 306px;padding-left: 235px;position: relative;}
.isect1_2 .cont .pic{width: 212px;height: 306px;position: absolute;left: 0;top:0;box-sizing:border-box;padding: 10px;background: #ffffff;}
.isect1_2 .cont .pic em{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1_2 .cont .tit{padding: 10px 0 33px;text-align: center;font-size: 20px;color: #111111;line-height: 34px;}
.isect1_2 .cont p{margin-bottom: 48px;font-size: 16px;line-height: 32px;color: #444444;height: 128px;overflow: hidden;}
.isect1_2 .cont .moreBtn{display: block;width: 147px;height: 30px;border:1px solid #d7d7d7;border-radius: 16px;text-align: center;line-height: 30px;font-size: 14px;color: #777777;margin: 0 auto;}
.isect1_2 .cont .moreBtn img{margin-left: 10px;}
.isect1_2 .cont .moreBtn:hover{background: #0e55a2;border-color: #0e55a2;color: #0e55a2;color: #fff;}
.isect1_2 .cont .moreBtn:hover img{filter: brightness(0) invert(1);}

.isect1_3{box-sizing: border-box;padding: 30px 24px 0 30px;height: 621px;background: url(../images/isect1Bg4.jpg) no-repeat center;background-size: cover;}
.isect1_3 .iTitle{margin-bottom: 14px;}
.isect1_3 dl{margin-bottom: 9px;display: flex;justify-content:space-between;line-height: 30px;font-size: 16px;}
.isect1_3 dl dt{color: #111111;lex-shrink: 0;}
.isect1_3 dl dd{color: #666666;text-align: right;}

.isect2{margin-bottom: 30px;}
.isect2_1{width: 55%;box-sizing: border-box;padding: 28px 24px 0;height: 1025px;background: #ffffff;}
.isect2_1 li{padding: 10px 0 15px;border-top: 1px solid #f0f0f0;position: relative;}
.isect2_1 li:first-child{border-top: none;}
.isect2_1 li h5{margin-bottom: 9px;font-size: 18px;line-height: 34px;color: #111111;position: relative;font-weight: normal;}
.isect2_1 li h5 a{display: block;width: 100%;}
.isect2_1 li h5:before{content: "";width: 6px;height: 6px;background: #a7a7a7;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;opacity: 0;}
.isect2_1 li .info{font-size: 16px;line-height: 26px;color: #c66c15;margin-right:230px;height: 26px;overflow: hidden;}
.isect2_1 li .info span{margin-right: 24px;}
.isect2_1 li .btm{font-size: 14px;line-height: 24px;color: #838383;margin-right:230px;height: 24px;overflow: hidden;}
.isect2_1 li .btnWrap{position: absolute;right: 0;bottom: 20px;}
.isect2_1 li .btnWrap .btn{width: 98px;height: 30px;border:1px solid #d7d7d7;border-radius: 16px;text-align: center;line-height: 30px;font-size: 15px;color: #333333;margin-left: 10px;}
.isect2_1 li:hover h5 a{color: #015ca2;-webkit-transform:translateX(20px);transform:translateX(20px);}
.isect2_1 li:hover h5:before{width: 15px;height: 2px;border-radius: 0;margin-top: -1px;background: #015ca2;opacity: 1;}
.isect2_1 li .btnWrap .btn:hover{background: #015ca2;border-color: #015ca2;color: #fff;}


.iList{padding-top: 2px;}
.iList li{border-top: 1px solid #efefef;}
.iList li a{display: block;height: 52px;line-height: 52px;position: relative;padding: 0 100px 0 18px;font-size: 17px;}
.iList li a:before{content: "";width: 6px;height: 6px;background: #9d9d9d;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;}
.iList li a h5{color: #111111;font-weight: normal;}
.iList li a span{position: absolute;right: 0;top:0;color: #333333;font-size: 16px;font-family: "Roboto";}
.iList li a:hover:before{width: 15px;height: 2px;border-radius: 0;margin-top: -1px;background: #015ca2;}
.iList li a:hover h5{color: #015ca2;-webkit-transform:translateX(10px);transform:translateX(10px);}

.isect2 .right{width: 42.8%;}
.isect2_2{height: 497px;background: #ffffff;margin-bottom: 30px;padding: 28px 24px 0;box-sizing: border-box;}
.isect2_2 .iList li:first-child{border-top: none;}
.isect2_3{height: 497px;background: #ffffff;box-sizing: border-box;padding: 28px 24px 0;}
.isect2_3 .iRecomNews{margin: 18px  auto 21px;}
.isect2_3 .iRecomNews a{display: block;height: 121px;padding-left: 240px;position: relative;}
.isect2_3 .iRecomNews a .pic{width: 222px;height: 121px;position: absolute;left: 0;top:0;overflow: hidden;}
.isect2_3 .iRecomNews a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2_3 .iRecomNews a h5{font-size: 18px;line-height: 22px;color: #121212;margin-bottom: 12px;}
.isect2_3 .iRecomNews a p{margin-bottom: 16px;font-size: 14px;line-height: 24px;color: #4b4b4b;height: 48px;overflow: hidden;}
.isect2_3 .iRecomNews a .btm{font-size: 14px;line-height: 22px;color: #000000;}
.isect2_3 .iRecomNews a .btm span{margin-left: 24px;color: #444444;}
.isect2_3 .iRecomNews a:hover h5,
.isect2_3 .iRecomNews a:hover .btm span{color: #015ca2;}

.isect3{margin-bottom: 30px;}
.isect3 dl{height: 55px;padding-left: 142px;background: #ffffff;position: relative;}
.isect3 dl dt{position: absolute;left: 0;top:0;width: 124px;height: 55px;background: #428fd8;text-align: center;line-height: 55px;font-size: 20px;color: #ffffff;line-height: 55px;}
.isect3 dl dd .container{width: 100%;position: relative;overflow: hidden;}
.isect3 dl dd .container .swiper-slide{width: auto;}
.isect3 dl dd .container a{display: block;position: relative;font-size: 16px;color: #666666;line-height: 55px;}
.isect3 dl dd .container a:before{content: "";width: 1px;height: 14px;background: #dadada;position: absolute;right: -15px;top:50%;margin-top: -7px;}
.isect3 dl dd .container a:hover{color: #0d5fac;}

.footer{width: 100%;background: url(../images/footerBg.jpg) no-repeat center;background-size: cover;}
.footer .top{border-bottom: 1px solid rgba(255,255,255,0.13);}
.footer .top .logo{padding-top: 14px;height: 86px;line-height: 86px;}
.footer .top ul{padding-top: 36px;}
.footer .top ul li{margin-left: 22px;}
.footer .top ul li:first-child{margin-left: 0;}
.footer .top ul li a{font-size: 16px;line-height: 64px;color: #ffffff;}
.footer .top ul li a:hover{opacity: 0.8;}
.footer .btm{padding: 17px 0 24px;font-size: 16px;line-height: 30px;color: #c2d9ed;}
.footer .btm .left p span{margin-right: 20px;}
.footer .btm .left p span:last-child{margin-right: 0;}
.footer .btm .right{text-align: right;}
.footer .btm .right p span{margin-left: 20px;}
.footer .btm .right p span:first-child{margin-left: 0;}
.footer .btm .right p span img{margin-right: 8px;}
.footer .btm a:hover{color: #fff;}

.nyBanner{width: 100%;height: 300px;background-repeat: no-repeat;background-position: center;background-size: cover;text-align: center;box-sizing: border-box;padding-top: 92px;color: #ffffff;}
.nyBanner h3{font-size: 35px;line-height: 48px;}
.nyBanner h4{font-size: 16px;line-height: 38px;font-weight: normal;text-transform: uppercase;font-family: "RobotoReg";}

.nyWrap{padding: 40px 0 25px;background: #f9f9f9;}
.nyContent{width: 64.6%;box-sizing: border-box;padding: 30px 30px 60px;background: #ffffff;min-height: 400px;}

.nySide{width: 35.4%;box-sizing: border-box;padding-left: 20px;}
.nySide .item1{margin-bottom: 30px;overflow: hidden;background: url(../images/nySideBg3.jpg) no-repeat center;background-size: cover;}
.nySide .item1 li{width: 50%;box-sizing: border-box;border-top: 1px solid #d7d7d7;border-left: 1px solid #d7d7d7;margin: -1px 0 0 -1px;position: relative;}
.nySide .item1 li:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/nySideBg1.jpg) no-repeat center;background-size: cover;opacity: 0;}
.nySide .item1 li a{display: block;height: 91px;box-sizing: border-box;padding: 24px 0 0 93px;position: relative;}
.nySide .item1 li a .icon{width: 60px;height: 60px;position: absolute;left: 20px;top:15px;}
.nySide .item1 li a h5{font-size: 20px;line-height: 26px;color: #111111;font-weight: normal;}
.nySide .item1 li a h6{font-size: 14px;line-height: 22px;color: #999999;font-weight: normal;}
.nySide .item1 li:hover:before{opacity: 1;}
.nySide .item1 li:hover  a .icon{filter: brightness(0) invert(1);}
.nySide .item1 li:hover  a h5,.nySide .item1 li:hover a h6{color: #fff;}
.nySide .item1 li:hover a h6{opacity: 0.55;}

.nySide .item2{padding: 30px 30px 15px;margin-bottom: 23px;background: url(../images/nySideBg2.jpg) no-repeat center top;background-size: cover;}
.nySide .item2 .cont{padding-top: 15px;}
.nySide .item2 dl{margin-top: 9px;display: flex;justify-content:space-between;line-height: 30px;font-size: 16px;}
.nySide .item2 dl:first-child{margin-top: 0;}
.nySide .item2 dl dt{color: #111111;flex-shrink: 0;}
.nySide .item2 dl dd{color: #666666;text-align: right;}

.nySide .item3{padding: 30px 30px 0;background: #ffffff;}
.nySide .item3 .iList li:first-child{border: none;}

.bread{border-bottom: 1px solid #d7d7d7;margin-bottom: 30px;}
.bread ul li{margin-left: 62px;}
.bread ul li:first-child{margin-left: 0;}
.bread ul li a{display: block;position: relative;font-size: 22px;color: #999999;line-height: 22px;padding-bottom: 18px;}
.bread ul li a:before{content: "";width: 100%;height: 1px;position: absolute;left: 0;bottom: -1px;background: #111111;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.bread ul li.on a,.bread ul li a:hover{color: #121212;}
.bread ul li.on a:before,.bread ul li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.bread .path{padding-bottom: 7px;font-size: 14px;color: #8e8e8e;line-height: 30px;}
.bread .path a:hover{color: #0e55a2;}

.pageStyle{font-size: 18px;line-height: 36px;color: #111111;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.aboutWrap{padding-bottom: 450px;background: #fff url(../images/aboutBg.jpg) no-repeat center bottom;min-height: 1200px;}
.aboutWrap .tit{margin-bottom: 40px;text-align: center;font-size: 24px;color: #111111;line-height: 24px;padding-top: 15px;}
.aboutWrap .mrgBtm{margin-bottom: 20px;}

.bwh{padding: 10px 32px 0;}
.bwh .title{padding: 0 0 77px;text-align: center;}
.bwh .title h5{margin-bottom: 7px;font-size: 24px;line-height: 36px;color: #111111;font-weight: normal;}
.bwh .title .info{font-size: 16px;line-height: 28px;color: #8e8e8e;}
.bwh .nLi{margin-top: 34px;padding-left: 14px;}
.bwh .nLi:first-child{margin-top: 0;}
.bwh .nLi h5{position: relative;font-size: 18px;line-height: 38px;color: #005298;}
.bwh .nLi h5:before{content: "";width: 3px;height: 16px;position: absolute;left: -14px;top:50%;margin-top: -8px;background: #005298;}
.bwh .nLi dd{margin-right: 46px;min-width: 72px;}
.bwh .nLi dd a{display: inline-block;font-size: 18px;color: #121212;line-height: 37px;}
.bwh .nLi dd a:hover{color: #005298;}

.noticeList{padding-bottom: 34px;}
.noticeList li{margin-bottom: 26px;}
.noticeList li a{display: block;padding: 6px 30px 15px;background: #fafafa;}
.noticeList li a h5{margin-bottom: 8px;border-bottom: 1px solid #e1e1e1;font-size: 20px;line-height: 52px;color: #121212;font-weight: normal;}
.noticeList li a p{font-size: 16px;line-height: 36px;color: #5b5b5b;}
.noticeList li a span{font-size: 16px;line-height: 48px;color: #2d2d2d;font-family: "RobotoReg";}
.noticeList li a i{width: 46px;height: 46px;border:1px solid #fff;border-radius: 50%;text-align: center;line-height: 46px;}
.noticeList li a i img{-webkit-transform: rotateZ(-45deg);transform: rotateZ(-45deg);}
.noticeList li a:hover{background: #005298;}
.noticeList li a:hover h5,.noticeList li a:hover p,.noticeList li a:hover span{color: #fff;}
.noticeList li a:hover i img{-webkit-transform: rotateZ(0);transform: rotateZ(0);}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 4px;border:1px solid #d8d8d8;width: 76px;height: 36px;line-height: 36px;text-align: center;line-height: 36px;font-size: 14px;color: #3c3c3c;}
.page a.num{width: auto;padding: 0 4px;min-width: 30px;}
.page a.on,.page a:hover{border-color: #005298;background: #005298;color: #fff;}

.passage .psgTitle{padding: 7px 0 27px;}
.passage .psgTitle h5{padding-bottom: 22px;border-bottom: 1px solid #ebebeb;margin-bottom: 5px;text-align: center;font-size: 24px;line-height: 38px;color: #111111;}
.passage .psgTitle .info{font-size: 16px;line-height: 30px;color: #8e8e8e;}
.passage .psgTitle .info span{margin-left: 35px;}
.passage .psgTitle .info span:first-child{margin-left: 0;}
.passage .psgTitle .info em{cursor: pointer;}
.passage .psgTitle .info em img{margin-left: 8px;}
.passage .psgTitle .info em:hover{color: #005298;}
.passage .psgCont{margin-bottom: 54px;}
.passage .psgCont.small{font-size: 15px;line-height: 30px;}
.passage .psgCont.big{font-size: 20px;line-height: 40px;}
.passage .psgCont p{margin-bottom: 10px;}
.passage .pageShare{margin-bottom: 20px;font-size: 16px;line-height: 26px;color: #5b5b5b;}
.passage .pageShare .item{margin-right: 7px;}
.passage .pageShare .item:last-child{margin-right: 0;}
.passage .psgLink{padding-top: 28px;border-top: 1px solid #ebebeb;font-size: 18px;color: #111111;line-height: 40px;}
.passage .psgLink li:hover a{color: #005298;text-decoration: underline;}

.popWrap{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.popWrap .maskLayer{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
.popWrap .content{position: absolute;z-index: 2;left: 50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);box-sizing: border-box;padding: 48px 80px 68px;background: #ffffff;border-radius: 4px;line-height: 38px;max-height: 80%;overflow: auto;}
.popWrap .content .tit{margin-bottom: 48px;text-align: center;line-height: 42px;font-size: 22px;color: #001111;}
.popWrap .content .cont p{margin-top: 15px;}
.popWrap .content .cont p:first-child{margin-top: 0;}
.popWrap .content .btn{display: block;width: 310px;height: 59px;margin: 104px auto 0;border:1px solid #005298;border-radius: 4px;position: relative;text-align: center;line-height: 59px;font-size: 20px;color: #005298;overflow: hidden;}
.popWrap .content .btn span{position: relative;z-index: 2;}
.popWrap .content .btn:before{width: 400px;height: 400px;border-radius: 100%;background: #005298;content: '';
position: absolute;left: -20%;top: -160%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.popWrap .content .btn:hover:before{-webkit-transform: scale(1);transform: scale(1);}
.popWrap .content .btn:hover{color: #fff;}

.dqList{padding-bottom: 58px;}
.dqList li{border-bottom: 1px solid #f0f0f0;}
.dqList li:first-child{margin-top: -18px;}
.dqList li .wrap{display: block;padding: 2px 0 14px;position: relative;}
.dqList li .wrap .tit{position: relative;}
.dqList li .wrap .tit:before{content: "";height: 2px;background: #015ca2;position: absolute;left: 0;top:50%;margin-top: -1px;}
.dqList li .wrap .tit h5{font-size: 18px;line-height: 54px;color: #111111;font-weight: normal;}
.dqList li .wrap .author{font-size: 16px;line-height: 25px;color: #c66c15;padding-right: 160px;}
.dqList li .wrap .author span{margin-right: 24px;}
.dqList li .wrap .btm{padding-right: 160px;line-height: 24px;font-size: 14px;color: #838383;}
.dqList li .wrap .more{width: 98px;height: 30px;border:1px solid #d7d7d7;border-radius: 16px;position: absolute;right: 0;bottom: 20px;text-align: center;line-height: 30px;font-size: 15px;color: #333333;}
.dqList li .wrap:hover .tit{padding-left: 26px;}
.dqList li .wrap:hover .tit:before{width: 15px;}
.dqList li .wrap:hover .tit h5{color: #015ca2;}
.dqList li .wrap .more:hover{border-color: #015ca2;background: #015ca2;color: #fff;}

.dqList1 li .wrap .btnWrap{position: absolute;right: 0;bottom: 20px;}
.dqList1 li .wrap .btnWrap .more{margin-left: 10px;position: relative;bottom: 0;}
.dqList1 li .wrap .btnWrap .more:first-child{margin-left: 0;}
.dqList1 li .wrap .author,.dqList1 li .wrap .btm{padding-right: 220px;}



.filter{margin-bottom: 22px;position: relative;z-index: 5;}
.filter .all{width: 183px;height: 49px;background: #cfcfcf;border-radius: 5px;text-align: center;line-height: 49px;font-size: 15px;color: #444;line-height: 49px;margin-right: 27px;}
.filter .all.on{background: #015ca2;color: #fff;}
.filter .select{width: 288px;position: relative;}
.filter .select dt{height: 47px;border:1px solid #cfcfcf;border-radius: 5px;padding: 0 50px 0 25px;cursor: pointer;font-size: 15px;color: #999999;line-height: 47px;}
.filter .select dt:before{content: "";width: 7px;height: 7px;border-left: 1px solid #bdbdbd;border-bottom: 1px solid #bdbdbd;position: absolute;right: 30px;top:50%;margin-top: -5px; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.filter .select dd{position: absolute;left: 0;top:49px;width: 100%;background:#fff;border-radius: 5px;overflow: hidden;background: #efefef;display: none;}
.filter .select dd ul{max-height: 250px;overflow: auto;}
.filter .select dd li a{display: block;font-size: 15px;color: #888;line-height: 26px;padding: 5px 25px;cursor: pointer;}
.filter .select dd li:hover{background: #cfcfcf;}
.filter .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.filter .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.filter .select dd ul::-webkit-scrollbar-corner,
.filter .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.filter .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#015ca2; }
.filter .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.filter .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }
.filter .result{font-size: 15px;color: #999999;line-height: 49px;}
.filter .result em{color: #dc0000;font-weight: bold;}

.gqList{padding-bottom: 38px;}
.gqList li{margin-bottom: 20px;width: 48.66%;}
.gqList li:nth-child(2n){float: right;}
.gqList li a{display: block;padding: 2px 24px 15px;background: #fafafa;}
.gqList li h5{font-size: 18px;line-height: 59px;color: #121212;font-weight: normal;}
.gqList li .btm{padding-top: 15px;border-top: 1px solid #e1e1e1;font-size: 14px;color: #6c6c6c;line-height: 37px;}
.gqList li .btm em{margin-right: 22px;font-size: 16px;color: #2d2d2d;font-family: "RobotoReg";}
.gqList li .btm span img{margin-right: 7px;}
.gqList li .btm .icon{width: 35px;height: 35px;border:1px solid #fff;border-radius: 50%;position: relative;line-height: 35px;text-align: center;font-size: 0;}
.gqList li .btm .icon img{-webkit-transform: rotateZ(-45deg);transform: rotateZ(-45deg);}
.gqList li .btm .icon i{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.gqList li a .icon .o{opacity: 0;}
.gqList li a:hover{box-shadow: 0px 0px 9.3px 0.7px rgba(0, 66, 116, 0.2);}
.gqList li a:hover h5{color: #005298;}
.gqList li a:hover .icon{border-color: #005298;}
.gqList li a:hover .icon img{-webkit-transform: rotateZ(0);transform: rotateZ(0);}
.gqList li a:hover .icon .d{opacity: 0;}
.gqList li a:hover .icon .o{opacity: 1;}

.download{margin-top: -20px;padding-bottom: 50px;}
.download li{border-bottom: 1px solid #e1e1e1;margin-bottom: 9px;}
.download li a{display: block;padding:0 210px 0 14px;position: relative;line-height: 58px;}
.download li a:before{content: '';width: 6px;height: 6px;position: absolute;left: 0;top:50%;margin-top: -3px;background: #9d9d9d;border-radius: 50%;}
.download li a h5{font-size: 18px;color: #111111;font-weight: normal;}
.download li a .right{position: absolute;right: 0;top:0;}
.download li a .right em{padding: 0 32px 0 24px;font-size: 14px;color: #6c6c6c;position: relative;}
.download li a .right em img{position: absolute;left: 0;top:50%;margin-top: -8px;}
.download li a .right em .o{opacity: 0;}
.download li a .right span{font-size: 16px;color: #333333;font-family: "RobotoReg";}
.download li a:hover:before{background: #005298;border-radius: 0;height: 2px;margin-top: -1px;width: 15px;}
.download li a:hover h5{-webkit-transform:translateX(6px);transform:translateX(6px);color: #005298;}
.download li a:hover .right em .d{opacity: 0;}
.download li a:hover .right em .o{opacity: 1;}
.download li a:hover .right em{color: #d7a21e;}




@media screen and (max-width: 1460px){
.footer .top .logo img{height: 40px;}
.footer .top ul li{margin-left: 16px;}

.nySide .item1,.nySide .item2{margin-bottom: 15px;}
.nySide .item1 li a{padding: 18px 0 0 70px;height: 81px;}
.nySide .item1 li a .icon{width: 50px;height: 50px;left: 10px;}
.nySide .item1 li a h5{font-size: 16px;line-height: 20px;}
.nySide .item1 li a h6{font-size: 12px;}

}
@media screen and (max-width: 1300px){
.isect2_3 .iRecomNews a{height: 104px;padding-left: 200px;}	
.isect2_3 .iRecomNews a .pic{width: 184px;height: 104px;}
.isect2_3 .iRecomNews a h5{font-size: 15px;line-height: 20px;margin-bottom: 6px;}
.isect2_3 .iRecomNews a p{font-size: 12px;line-height: 20px;height: 40px;margin-bottom: 12px;}
.isect2_3 .iRecomNews a .btm{font-size: 12px;line-height: 18px;}
.isect2_3 .iRecomNews a .btm span{margin-left: 6px;}

.footer .top .logo img{height: 32px;}
.footer .top ul li{margin-left: 14px;}

}

@media screen and (max-width: 1200px){
.header .logo img{height: 40px;}
.header .form{margin-left: 10px;}
.header .form .text{padding-left: 12px;}
.header .btn{width: 100px;}
.banner .swiper-slide a{padding-bottom: 33%;}
.isect1_1 li .wrap h4{font-size: 18px;}
.isect1_3 dl{font-size: 14px;line-height: 28px;}

.footer .top .logo{padding-top: 0;height: 64px;line-height: 64px;display: none;}
.footer .top .logo img{height: 32px;}
.footer .top ul{padding-top: 0;width: 100%;text-align: center;}
.footer .top ul li{margin-left: 10px;display: inline-block;float: none;margin: 0 5px;}
.footer .btm{font-size: 14px;line-height: 26px;}

.nySide{display: none;}
.nyContent{width: 100%;padding: 15px;}
.aboutWrap{padding-bottom: 40px;background-size: auto 100%;min-height: 500px;}
}


@media screen and (max-width: 1024px){
.header .logo{line-height: 80px;}
.header .form,.nav{display: none;}
.header .btn{height: 30px;line-height: 30px;font-size: 14px;width: 90px;margin-right: 40px;margin-top: 24px;}
.header .menuIcon{display: block;}
.isect1 .left,.isect1 .right{width: 100%;}
.isect1_3{height: auto;padding: 30px 24px 30px 30px;}

.isect2_1,.isect2 .right{width: 100%;}
.isect2_1{margin-bottom: 20px;}

.footer .top{display: none;}
.footer .btm .left,.footer .btm .right{width: 100%;text-align: center;}
.footer .btm .left p span,.footer .btm .right p span{margin: 0 4px;}

.nyBanner{height: auto;padding: 12% 0;}

.bwh{padding: 0;}
.bwh .title{padding-bottom: 40px;}
.bwh .title h5{font-size: 20px;line-height: 30px;}
.bwh .title .info{font-size: 13px;line-height: 20px;}
.bwh .nLi dd{margin-right: 30px;}

.noticeList{padding-bottom: 20px;}
.noticeList li{margin-bottom: 13px;}
.noticeList li a{padding: 6px 15px;}
.noticeList li a h5{margin-bottom: 4px;font-size: 18px;line-height: 40px;}
.noticeList li a p{font-size: 13px;line-height: 30px;}
.noticeList li a span{font-size: 13px;line-height: 34px;}
.noticeList li a i{width: 32px;height: 32px;line-height: 32px;}
.noticeList li a i img{height: 8px;}

.passage .psgTitle{padding: 0 0 14px;}
.passage .psgTitle h5{padding-bottom: 14px;font-size: 20px;line-height: 30px;}
.passage .psgTitle .info{font-size: 13px;line-height: 24px;}
.passage .psgCont{margin-bottom: 30px;}
.passage .psgCont p{margin-bottom: 6px;}
.passage .pageShare{margin-bottom: 10px;font-size: 13px;}
.passage .psgLink{padding-top: 14px;font-size: 14px;line-height: 30px;}
.passage .pageShare{display: none;}

.popWrap .content{padding: 30px 30px 50px;}
.popWrap .content .tit{margin-bottom: 24px;font-size: 16px;line-height: 30px;}
.popWrap .content .btn{width: 140px;height: 40px;line-height: 40px;font-size: 15px;margin: 30px auto 0;}

.filter .all{width: 160px;height: 40px;line-height: 40px;margin-right: 15px;}
.filter .select{width: 240px;}
.filter .select dt{padding: 0 30px 0 12px;font-size: 13px;line-height: 38px;height: 38px;}
.filter .select dt:before{right: 10px;}
.filter .result{font-size: 13px;line-height: 40px;}

.gqList li h5{font-size: 16px;line-height: 44px;}
.gqList li .btm{padding-top: 5px;line-height: 26px;font-size: 12px;}
.gqList li .btm .icon{width: 24px;height: 24px;line-height: 24px;}
.gqList li .btm .icon img{height: 16px;}
.gqList li .btm em{margin-right: 12px;}



}

@media screen and (max-width: 760px){
.header .btn{display: none;}
.header .logo{line-height: 66px;}
.header .logo img{height: 30px;}
.header .menuIcon{width: 20px;}

.iTitle h3{font-size: 18px;padding-bottom: 10px;}
.iTitle .imore{font-size: 12px;}

.isect1{padding: 20px 0 15px;}
.isect1_1{margin-bottom: 15px;}
.isect1_1 li .wrap{padding: 15px 10px 0;height: 134px;}
.isect1_1 li .wrap .icon{height: 40px;}
.isect1_1 li .wrap h4{font-size: 16px;}
.isect1_1 li .wrap h5{font-size: 12px;}

.isect1_2{padding: 15px;}
.isect1_2 .iTitle{margin-bottom: 10px;}
.isect1_2 .cont{height: 250px;padding-left: 200px;}
.isect1_2 .cont .pic{width: 180px;height: 250px;padding: 5px;}
.isect1_2 .cont .tit{padding: 5px 0 16px;font-size: 16px;}
.isect1_2 .cont p{font-size: 14px;line-height: 28px;height: 112px;margin-bottom: 24px;}

.isect1 .right{padding: 15px;}
.isect2{margin-bottom: 20px;}
.isect2_1{height: auto;padding: 15px;}
.isect2_1 li h5{font-size: 15px;line-height: 28px;margin-bottom: 4px;}
.isect2_1 li .info{font-size: 13px;line-height: 24px;margin-right: 0;height: auto;}
.isect2_1 li .btm{font-size: 13px;margin-right: 0;line-height: 24px;}
.isect2_1 li .btnWrap{position: relative;bottom: 0;padding: 12px 0 0;}
.isect2_1 li .btnWrap .btn{margin: 0 6px 0 0;width: 80px;height: 26px;line-height: 26px;font-size: 13px;}
.isect2_2,.isect2_3{height: auto;padding: 15px;}
.isect2_2{margin-bottom: 15px;}

.iList li a{height: 46px;line-height: 46px;padding: 0 82px 0 12px;font-size: 15px;}
.iList li a:before{width: 4px;height: 4px;margin-top: -2px;}
.iList li a span{font-size: 13px;}

.isect3{margin-bottom: 20px;}
.isect3 dl{height: 44px;padding-left: 112px;}
.isect3 dl dt{width: 100px;height: 44px;line-height: 44px;font-size: 16px;}
.isect3 dl dd .container a{font-size: 14px;line-height: 44px;}

.nyBanner h3{font-size: 26px;line-height: 38px;}
.nyBanner h4{font-size: 14px;line-height: 28px;}
.bread{margin-bottom: 24px;}
.bread ul li{margin-left: 0;}
.bread ul li{display: none;}
.bread ul li.on{display: block;}
.bread ul li a{font-size: 18px;line-height: 34px;padding-bottom: 0;}
.bread .path{padding-bottom: 0;font-size: 12px;line-height: 34px;}
.nyWrap{padding: 20px 0;}
.aboutWrap .tit{margin-bottom: 20px;font-size: 20px;padding-top: 0;}
.aboutWrap .mrgBtm{margin-bottom: 10px;}

.pageStyle{font-size: 14px;line-height: 28px;}

.bwh .title{padding-bottom: 20px;}
.bwh .title h5{font-size: 16px;line-height: 20px;}
.bwh .nLi{margin-top: 20px;}
.bwh .nLi h5{font-size: 16px;}
.bwh .nLi dd{margin-right: 15px;min-width: 56px;}
.bwh .nLi dd a{font-size: 14px;line-height: 28px;}

.page a{margin-bottom: 4px;font-size: 12px;height: 30px;line-height: 30px;width: 50px;}
.page a.num{min-width: 24px;}

.passage .psgCont.small{font-size: 12px;line-height: 24px;}
.passage .psgCont.big{font-size: 16px;line-height: 32px;}

.dqList{padding-bottom: 25px;}
.dqList li .wrap .tit h5{font-size: 15px;line-height: 40px;}
.dqList li .wrap .author{padding-right: 100px;font-size: 13px;line-height: 20px;}
.dqList li .wrap .author span{margin-right: 12px;}
.dqList li .wrap .btm{padding-right: 100px;font-size: 12px;}
.dqList li .wrap .more{width: 80px;height: 24px;line-height: 24px;font-size: 12px;border-radius: 12px;}


.gqList li{width: 100%;}
.gqList li a{box-shadow: 0px 0px 9.3px 0.7px rgba(0, 66, 116, 0.2);}

.filter{margin-bottom: 12px;}
.filter .all{width: 35%;margin-right: 0;}
.filter .select{width: 62%;float: right;}

.gqList{padding-bottom: 12px;}
.gqList li .btm span img{margin-top: -0.25em;}

.dqList1 li .wrap .author,.dqList1 li .wrap .btm{padding-right: 0;}
.dqList1 li .wrap .btnWrap{position: relative;bottom: 0;padding-top: 6px;}

.download{margin: 0 auto;padding-bottom: 20px;;}
.download li a{padding: 0 0 12px 14px;}
.download li a:before{top:12px;margin-top: 0;}
.download li a .right{position: relative;line-height: 24px;}
.download li a h5{font-size: 15px;line-height: 30px;}

}

@media screen and (max-width: 468px){
.header .logo{line-height: 48px;}
.header .logo img{height: 20px;}
.banner .swiper-pagination{bottom: 7px;}
.banner .swiper-pagination-bullet{width: 5px;height: 5px;margin: 0 3px!important;}

.isect1_1 li .wrap{padding: 15px 0 0;height: 108px;}
.isect1_1 li .wrap h4{font-size: 15px;margin-top: 6px;}
.isect1_1 li .wrap h5{display: none;}

.isect1_2 .cont{padding-left: 0;position: relative;height: auto;}
.isect1_2 .cont .pic{position: relative;margin: 0 auto;}
.isect1_2 .cont .tit{padding-bottom: 4px;}

.iList li a{padding-right: 88px;height: 40px;line-height: 40px;}
.iList li a:before{width: 4px;height: 4px;margin-top: -2px;}
.iList li a h5{font-size: 14px;}
.iList li a span{font-size: 12px;}

.isect2_3 .iRecomNews a{height: auto;padding-left: 0;}
.isect2_3 .iRecomNews a .pic{position: relative;height: 0;padding-bottom: 54.5%;width: 100%;margin-bottom: 12px;}

.footer .btm{font-size: 12px;line-height: 20px;padding: 12px 0;}
.footer .btm .left p span,.footer .btm .right p span{display: block;margin: 0;}

.noticeList li:last-child{margin-bottom: 0;}
.noticeList li a{padding: 0;}
.noticeList li a h5{font-size: 16px;}

.passage .psgTitle h5{font-size: 16px;line-height: 24px;}
.passage .psgTitle .info span:nth-child(2){display: none;}

.aboutWrap .tit{margin-bottom: 10px;font-size: 16px;}

}