body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
*{margin: 0;padding: 0;list-style: none;word-wrap:break-word; }
html{overflow-x: hidden;font-size:20px;height: 100%;}
body{
    font-family:Helvetica;
    background:#fff;
    font-size:0.6rem;
    color:#666; 
    overflow:hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body,button, input, select, textarea{
    font-family: "Helvetica Neue", Helvetica, STHeiTi,\5FAE\8F6F\96C5\9ED1;
}

input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);}
em,span,i{font-style:normal;}
a{outline: none;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255,255,255,0);font-family: "microsoft yahei";text-decoration: none;color: #666;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance: none;}
ul, ol{list-style: none;vertical-align: middle;}
img{border: 0px;vertical-align:middle}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{ clear:both; overflow:hidden; height:0;}
.h5{ overflow:hidden;clear:both;height:0.25rem;}
.h10{ overflow:hidden;clear:both;height:0.5rem;}
.h15{ overflow:hidden;clear:both;height:0.75rem;}
.h20{ overflow:hidden;clear:both;height:1rem;}
.h25{ overflow:hidden;clear:both;height:1.25rem;}
.h30{ overflow:hidden;clear:both;height:1.5rem;}

.bc_fff{
	background:#fff;
	overflow:hidden;
}
.wbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.wbox-flex{
	-webkit-flex:1!important;
	-webkit-box-flex:1
}


html{
    font-size: 20px;
}

@media screen and (max-width: 360px){
    html{
        font-size: 20px;
    }
}
@media screen and (min-width: 361px) and (max-width: 539px){
    html{
        font-size: calc(100vw/360*20);
    }
}
@media screen and (min-width: 540px){
    html{
        font-size: 28px;
    }
}




::-webkit-scrollbar {width:0px;background-color:#fff;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {border:solid 0px #5d5d5d;width:0px;background-color:#fff;}
::-webkit-scrollbar-corner {background-color:#5d5d5d;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.flex-r{
    display: flex;
    flex-direction: row;
}
.flex-v{
    display: flex;
    flex-direction: column;
}
.flex-1{
    flex: 1 0 0;
}
.flex-2{
    flex: 2 0 0;
}


.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 5;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}


.bd_b:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.bd_t:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.bd_l:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 2;
}
.bd_r:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: 0px;
    top:0px;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 2;
}
.bd_a:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 2;
}


.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgDiv{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top:72.6666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.casecont .imgDiv img{
    display: block;
    width: 100%;
    height:7rem;
}
.casecont .imgDiv img{
	position:inherit
}
.casecont .imgDiv{padding:0px;}
.honorcont .imgDiv{padding:0px;}
.honorcont .imgDiv img{
    display: block;
    width: 100%;
    height:5.6rem;
	position:inherit
}
.listName{
    overflow: hidden;
    line-height: 1.2rem;
    font-size: 0.7rem;
    color:#666;
}
.listTit{
    overflow: hidden;
    line-height: 1.2rem;
    font-size: 0.7rem;
    color:#333;
}
.listTime{
    font-size: 0.7rem;
    color:#999;
    line-height: 1.0rem;
    overflow: hidden;
}
.listDeta{
    position: relative;
    overflow: hidden;
}
.listIntr{
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    line-height:1rem;
}
#mobileMenu{
    width: 12.5rem;
}
.english{
    display: block;
    font-size: 0.8rem;
    color:#333;
    overflow: hidden;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0px 1.0rem;
    opacity: 0;
    pointer-events: none;
}
.rightMove{
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0px;
    top:0px;
    overflow: hidden;
    background: #fff;
    z-index: 9;
    -webkit-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}
.rightMove.show{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.menu_ul{
    width:100%;
    overflow:hidden;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}
.menu_ul li{
    display: block;
    overflow:hidden;
    position: relative;
}
.menu_ul li:after{
    content: "";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: 1px;
    background: #dadada;
    -webkit-transform-origin: scaleY(0.5);
    transform-origin: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.menu_ul li:last-child:after{
    display: none;
}
.menuTop{
    overflow: hidden;
    height:2.25rem;
    line-height:2.25rem;
    display: flex;
    padding: 0px 0.5rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_a{
    font-size:0.7rem;
    display: block;
    flex: 1;
    color:#666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_a span{
    color:#666;
    font-size:0.7rem;
    display: block;
    flex:1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.slideDownBt{
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
}
.slideDownBt:after{
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.slideDownBt:before{
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transform:  translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slideDownBt.show:after,
.slideDownBt.show:before{
    display: block;
}
#mobileMenu ul li.hover .slideDownBt:after{
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#mobileMenu ul li.hover .slideDownBt:before{
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#mobileMenu ul li.active .slideDownBt:after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
#mobileMenu ul li.active .slideDownBt:before{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.menu_a i{
    display: none;
    font-size: 0.9rem;
    color:#666;
    line-height: 2rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#mobileMenu ul li.hover .menu_a i{
    transform: rotate(90deg);
}
#mobileMenu ul li.hover.active .menu_a i{
    transform: rotate(0deg);
}
.menu_dl dd.hover .subMenu_a{
    color:#0f3775;
}
.menuDiv{
    display: none;
    overflow: hidden;
    background: #f9f9f9;
}
.menu_dl{
    overflow: hidden;
    padding: 0.25rem 0px;
}
.menu_dl dd{
    overflow: hidden;
    height: 1.75rem;
    line-height: 1.75rem;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    position: relative;
    padding-right: 2.25rem;
    text-align: center;
    padding-left: 0.5rem;
}
.subMenu_a i{
    font-size: 0.7rem;
    padding-right: 0.25rem;
}
#mobileMenu ul li.hover .menu_a span,
#mobileMenu ul li.hover .menu_a i,
#mobileMenu ul li.hover .menu_a:after{
    color:#fff;
}
#mobileMenu ul li.hover .menuTop{
    background: #0f3775;
}
#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before{
    background: #fff;
}
.moveClose{
    position: absolute;
    right: 0.5rem;
    top: -0.65rem;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    padding: 3px;
    background: #fff;
    border-radius: 1rem;
    z-index: 9;
}
#mobileTop {
    clear: both;
    position: fixed;
    z-index: 5;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#mobileBg.show {
    display: block;
}

#mobileBg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.3);
    z-index: 50;
    left: 0;
    top: 0px;
    z-index: 8;
    display: none;
}
.moveClose span{
    display: block;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/static/image/close.png) no-repeat center center;
    background-size: 0.5rem 0.5rem;
}
.headClose{
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}
.headClose span{
    display: block;
    overflow: hidden;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/static/image/close.png) no-repeat center center;
    background-size: auto 0.7rem;
}
#mobileTop.hide,#mobileCon.hide,#mobileFooter.hide{
	-webkit-transform: translateX(-10.0rem);
	transition: all 0.3s linear;
	}
#mobileTop.show,#mobileCon.show,#mobileFooter.show{
	-webkit-transform:translateX(0);
	transition: all 0.3s linear;
}
#mobileFooter{clear:both; position:fixed; bottom:0; width:100%; z-index:4;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);}
#mobileMenu1{height:100%;display:block;position:fixed; top:0;width:calc(100vw - 2.25rem);z-index:99;background:#fff;left:calc(2.25rem - 100vw); overflow:hidden;overflow-y:auto;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;}
#mobileConH{overflow:hidden;}

#mobileTop.hide,#mobileCon.hide,#mobileFooter.hide{
	-webkit-transform: translateX(-10.0rem);
	transition: all 0.3s linear;
	}
#mobileTop.show,#mobileCon.show,#mobileFooter.show{
	-webkit-transform:translateX(0);
	transition: all 0.3s linear;
}
	
.footerBar{
	font-size:0.65rem;
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	background:#fff;
    box-shadow: 1px 0 4px #d9d8d8;
}
.foot_dl{
    height:2.25rem;
    overflow: hidden;
    display: flex;
}
.foot_dl dd{
    flex: 1 0 0;
    overflow: hidden;
}
.foot_a{
    display: block;
    overflow: hidden;
    padding-top: 0.2rem;
}
.foot_a span{
    display: block;
    overflow: hidden;
    height: 1rem;
}
.foot_dl dd:nth-child(1) .foot_a span{
    background: url(/static/image/footIcon1_h.png) no-repeat center center;
    background-size: auto 1rem;
}
.foot_dl dd:nth-child(2) .foot_a span{
    background: url(/static/image/nav_icon2.png) no-repeat center center;
    background-size: auto 1rem;
}
.foot_dl dd:nth-child(3) .foot_a span{
    background: url(/static/image/nav_icon4.png) no-repeat center center;
    background-size: auto 1rem;
}
.foot_dl dd:nth-child(4) .foot_a span{
    background: url(/static/image/nav_icon6.png) no-repeat center center;
    background-size: auto 1rem;
}
.foot_a i{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0.6rem;
    color:#666;
    padding-top: 0.1rem;
}
.foot_dl dd.hover .foot_a i{
    color:#0f3775;
}

#toolbarnav{display: flex;height:2.6rem;width:100%;max-width:100%;position: relative;color:#fff;background:#fff;}
#toolbarnav.bc_fff{
    background: #fff;
}
#toolbarnav h1{font-weight: normal;flex:1;text-align: center;display: block;text-align: center;line-height:2.6rem;color: #fff;font-size:0.9rem;padding:0 10px 0 0;}
#toolbarnav h1 a{
    display: block;
    overflow: hidden;
    padding: 0.4rem 0px;
    padding-left: 10px;
}
#toolbarnav h1 a img{
    display: block;
    height: 1.8rem;
}
.searchIcon{
    display: block;
    width: 2.25rem;
    overflow: hidden;
    position: relative;
    background: url(404.png) no-repeat center center;
    background-size: auto 0.9rem;
    margin-right: 2.25rem;
}
#go-back{
	position: absolute;
	top:0;
	width:2rem;
	height:2.25rem;
	display:block;
	left:0;
	font-size:1.1rem;
	opacity:0.7;
	}
#go-back span{color:#fff;font-size:1.4rem;display:block;height:2.25rem;margin-left:10px;line-height: 2.25rem;}

.menuBt{
    display: block;
    position:fixed;
    width:2.25rem;
	height:2.25rem;
    right: 0px;
    top:0px;
	overflow:hidden;
    z-index: 100;
    padding: 1.29rem 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
	background:#0f3775;
}
.menuBt.shadow{
    background: rgba(0,0,0,0.5);
}
.menuBt span{
    display: block;
    position: relative;
    width:100%;
    height:0.1rem;
    background-color: #fff;
    transition:0.3s;
    border-radius: 0.1rem;
}
.menuBt span:before,
.menuBt span:after {
    content: '';
    display: block;
    width:100%;
    height:0.1rem;
    position: absolute;
    background: #fff;
    transition:0.3s;
    border-radius: 0.1rem;
    position: absolute;
    left: 0px;
}
.menuBt span:before {top: -0.35rem;}
.menuBt span:after {top: 0.35rem}

.menuBt.close span {background: rgba(0, 0, 0, 0);}
.menuBt.close span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBt.close span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
.subNavBox{
    overflow: hidden;
    height: 2.0rem;
    display: flex;
    position: relative;
	border-bottom:solid 1px #ddd;
}
.subNav_ul{
    overflow-y: hidden;
    overflow-x: auto;
    flex: 1;
    font-size: 0px;
    word-break:keep-all;
    white-space:nowrap;
    background: #fff;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}
.subNav_ul li{
    display: inline-block;
    overflow: hidden;
    padding: 0px 0.25rem;
    height: 2.0rem;
    line-height: 2.0rem;
}
.subNav_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    padding: 0px 0.25rem;
}
.subNav_ul li.hover a{
     color: #0f3775;
}
.fa.subNavIcon{
    display: none;
    height: 2.0rem;
    line-height: 2.0rem !important;
    overflow: hidden;
    font-size: 0.9rem !important;
    color:#666;
    padding: 0px 0.25rem;
    
    -webkit-animation: subNavMove 1s linear infinite;
    -o-animation: subNavMove 1s linear infinite;
    animation: subNavMove 1s linear infinite;
}
@keyframes subNavMove{
    0%  {transform: translateX(0px);opacity: 0;}
    1% {transform: translateX(0px);opacity: 1;}
    90% {transform: translateX(0.75rem);opacity: 1;}
    91% {transform: translateX(0.75rem);opacity: 0;}
    100%{transform: translateX(0px);opacity: 0;}
}
.bd_t:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}

.txtImg_dl1{
    overflow: hidden;
    padding: 0px 0.5rem;
    background: #fff;
}
.txtImg_dl1 dd{
    padding: 0.5rem 0px;
    position: relative;
    overflow: hidden;
}
.flex_dl dd .list_a{
    display: flex;
}

.txtImg_dl1 dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.txtImg{
    width:5.8rem;
    overflow: hidden;
    margin-left: 0.5rem;
}
.txtImg_dl1 .imgDiv{
    padding-top: 60.7142857%;
}
.flex_dl .listDeta{
    flex: 1;
}
.txtImg_dl1 .listIntr{
    height:2rem;
}
.txtImg_dl1 .listTime{
    font-size: 0.6rem;
}

.txtImg_dl2{
    padding: 0.25rem;
    overflow: hidden;
}
.txtImg_dl2 dd{
    padding: 0.25rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.txtImg_dl2 .list_a{
    background: #fff;
    border-radius: 0.2rem;
}
.txtImg_dl2 .imgDiv{
    padding-top: 54.0023895%;
}
.txtImg_dl2 .listDeta{
    padding: 0.5rem;
}
.txtImg_dl2 .listIntr{
    color:#999;
}

#toDown{
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    text-align: center;
    position: relative;
    font-size: 0.6rem;
    color:#999;
    text-align: center;
    display: none;
}
#toDown span{
    display: inline-block;
    padding: 0px 0.75rem;
    position: relative;
}
#toDown span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 4.0rem;
    height: 0.05rem;
    position: absolute;
    right: 100%;
    top: 50%;
    background: #eee;
    -webkit-transform: translateY(-50%;);
    -ms-transform: translateY(-50%;);
    -o-transform: translateY(-50%;);
    transform: translateY(-50%;);
}
#toDown span:before{
    display: block;
    content: "";
    overflow: hidden;
    width:4.0rem;
    height: 0.05rem;
    position: absolute;
    left: 100%;
    top: 50%;
    background: #eee;
    -webkit-transform: translateY(-50%;);
    -ms-transform: translateY(-50%;);
    -o-transform: translateY(-50%;);
    transform: translateY(-50%;);
}

.articleBox{line-height:1.5rem;color:#454545;padding:10px;font-size:0.75rem;background:#fff;}
.articleBox img{max-width:100%;}
.articleTitle{
	font-size: 0.9rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding:10px 50px 0 50px;
    line-height: 1.5rem;
	}
.articleTime{display: block;clear: both;text-align: center;color: #999;font-size:0.6rem;padding:0 0 5px 0;}

.articleTop{
	overflow:hidden;
	background:#f9fafb;
	padding:10px 0;
	}
.articleTop .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	padding:0 50px;
	line-height:30px;
	}
.articleTop .articleTime{
	text-align:center;
	padding:10px 0 0 0;
	}

.articleHand{
    clear:both;
    font-size:0.75rem;
    padding:0 0px 20px 0;
    overflow: hidden;
    background: #fff;
    }
.articleHand a{
    display:block;
    line-height:1.6rem;
    padding:0 20px 0 10px;
    float:left;
    clear: both;
}
.articleHand a i{
	padding:0 5px 0  0;
	}
.articleHand a.word{color:#37a6ff !important; }
.articleHand a.ppt{color:#ff7735 !important;}
.articleHand a.excel{color:#15bf44 !important; }
.articleHand a.pdf{color:#1369c0 !important; }
.articleHand a.zip{color:#ff9779 !important; }

#mobileCon {
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    background: #fff;
    position: relative;
    z-index: 4;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
	padding-bottom:2.25rem;
}
.articleTitle-detail{font-size:0.7rem; line-height:1.3rem;color:#666;}
.articleTitle-detail p{font-size:0.7rem; line-height:1.3rem;color:#666;}


.img_dl6{
    overflow: hidden;
    background: #fff;
    padding: 0.25rem;
}
.img_dl6 dd{
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img_dl6 .imgDiv{
   
}
.img_dl6 .listDeta{
    padding: 0.3rem 0.25rem 0rem 0.25rem;
    overflow: hidden;
}
.img_dl6 .listName{
    text-align: center;
}



.banner{
    overflow: hidden;
    position: relative;
    padding-top: 50%;
}
.bannerCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bannerSwiper{
    height: 100%;
}
.banner_a{
    display: block;
    height: 100%;
    width: 100%;
}
.bannerSwiper .swiper-pagination span{
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(255,255,255,0.8);
    opacity: 1;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #d6000f !important;
    width: 1rem;
}


.nav{width:100%; background:#fff;}
.nav ul{display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex;flex-wrap: wrap; width:100%; padding-bottom:0.7rem;}
.nav ul li{width:25%; margin:1rem 0px 0rem 0;}
.nav ul li a img{width:34%; margin:0px auto; display:block;}
.nav ul li a h3{color:#333; text-align:center;line-height: 1.2rem;font-size: 0.6rem; font-weight:normal}

.about{background:#fff;}
.main_about_title{ background:#dddddd;height:1.7rem;}
.main_about_title h3{ font-size:0.7rem; line-height:1.7rem; color:#fff; font-weight:normal; background:#0f3775; display:inline-block; padding:0px 10px;}
.more{padding-right:20px;}
.more a{font-size:0.6rem; color:#666; line-height:1.7rem; }
.about_cont{padding:10px;}
.main_about_cont{max-height:8.4rem; overflow:hidden;font-size:0.6rem;line-height:1.2rem; color:#666;}

.main_honor{background:#fff;}
.honor-cont{padding:10px 10px 0.6rem 10px;}
.honor-swiper .swiper-slide img{width:100%;height:5.6rem;}
.honor-swiper .swiper-pagination{bottom:-0.5rem;}
.honor-swiper{ overflow: inherit; padding-bottom:0.3rem;}
.honor-swiper1 .swiper-pagination{bottom:-0.5rem;}
.honor-swiper1{ overflow: inherit; padding-bottom:0.3rem;}


.case-cont{overflow: hidden; background: #fff;padding:10px;}
.case-cont ul li{width: 50%;overflow: hidden;float: left; padding: 0.25rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
    box-sizing: border-box;}
.case-cont ul li .imgDiv{width:100%;}
.case-cont ul li .imgDiv img{width:100%;height:7rem;}
.case-cont ul li .listDeta{padding: 0.3rem 0.25rem 0rem 0.25rem;overflow: hidden;}
.case-cont ul li .listName{text-align: center;}

.main_news{background:#fff;}
.honor-swiper1 .swiper-slide img{width:100%;height:5.6rem;}
.honor-swiper1 .swiper-pagination{bottom:0px;}
.honor-tit{font-size:0.7rem; line-height:1.2rem;height:1.2rem; overflow:hidden; text-align:center}
.honor-tit a{ display:block;font-size:0.7rem; line-height:1.2rem;height:1.2rem; overflow:hidden;}
.main_news_cont{padding:5px 0px;}
.main_news_cont .txtImg_dl1 dd .listTit {overflow: hidden;line-height: 1.2rem;font-size: 0.7rem;
    color: #333; background:url(../images/li_21.jpg) no-repeat left 0.54rem; padding-left:10px;
}
.main_news_cont .txtImg_dl1 dd{padding: 0.4rem 0px;
    position: relative;
    overflow: hidden;}
.articleTitle-top{ padding:10px;}
.article-img{width:100%; margin-bottom:0.3rem;}
.article-img img{width:100%;}
.articleTitle-top h3{font-weight:normal; font-size:0.8rem; color:#0f3775; text-align:center; line-height:1.2rem;}
.article-con{font-size: 0.7rem;line-height: 1.3rem;color: #666;}

.main_video{ padding:10px;}
.main_video a img{width:100%;}
.pop {  display: none;  width:80%; min-height:150px;  max-height:300px;  height:200px;  position: fixed;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding:10px;  z-index:10001;  border-radius: 8px;  background-color: #fff;  box-shadow: 0 3px 18px rgba(103, 103, 103, .5);  }
.pop-top{width:100%; }
.pop-top h2{}
.pop-top span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
.pop-foot{  height:50px;  line-height:50px;  width:100%;  border-top: 1px #E5E5E5 solid; }
.pop-cancel, .pop-ok {  padding:8px 20px;  margin:15px 0px;  border: none;  border-radius: 5px;  background-color: #ff6600;  color: #fff;  cursor:pointer; font-size:16px;  }
.pop-cancel {  background-color: #FFF;  border:1px #CECECE solid;  color: #000;  }
        .pop-content{  height:420px;  }
        .pop-content-left{  float: left;  }
        .pop-content-right{font-size: 16px;  line-height:24px; padding:20px 0px;  }
        .bgPop{  display: none;  position: fixed;  z-index:10000;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.6);  }
		
.honor-swiper .swiper-pagination-bullet-active {opacity: 1;background: #0f3775;}
.honor-swiper1 .swiper-pagination-bullet-active {opacity: 1;background: #0f3775;}

.copyright{ background:#e8e7e7}
.copyright_div{ padding:10px;text-align: center;font-size:0.6rem; line-height:1rem;color: #666;}
.copyright_div p,.copyright_div p a,.copyright_div a{font-size:0.6rem; line-height:1rem;color: #666;}

.pro_page{ width:90%; margin:0px auto; text-align:center; }
.pro_page a { color:#fff; background:#0f3775;}
.pro_page .u-pup,.pro_page .u-pne,.pro_page .u-sa{border-radius:5px;display:inline-block;font-size:1em;height: 30px;line-height: 30px; text-align: center;width:25%;} 
.pro_page p{ width:10%; display: inline-block;}
.pro_page .pager-select{display:inline-block;padding:0 20px; margin: 0 10px; width:30%; height: 30px; line-height: 30px; position:relative; top:10px;}
.pro_page .page_number{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events:none;  border-radius: 5px; box-shadow: 0 0 5px #333 inset; text-indent: -1em; text-align:center}
.pro_page .page_number:before{ width: 0; height:0; content: ""; position: absolute; border-top: 5px solid #aaa; border-left: 5px solid rgba(0,0,0,0);border-right: 5px solid rgba(0,0,0,0); left: 50%; margin-left:15px; top: 12px;}
.pro_page .pager-select .page_number span{ padding: 0 2px; font-weight: bold;}
.pro_page .select_box{ width: 100%; height: 100%; opacity: 0; position: absolute; z-index: 0; left: 0; top: 0; text-align: center;}
.pro_page .prev, .pro_page .next {border-radius: 5px;display: inline-block; font-size: 1em;height: 30px;line-height: 30px;text-align: center;padding:0px 15px;}.fz-fy{border-top:dashed 1px #ddd;margin-top:0.3rem;}.fz-fy a b{font-weight:normal;color:#0f3775}.fz-fy a{display:block; font-size:0.7rem; line-height:1.3rem;height:1.3rem; overflow:hidden; margin-top:0.3rem;color:#0f3775}
