<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    text-overflow: ellipsis;
    white-space: nowrap;
    
    -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;
    
    box-shadow: 0px 0px 5px rgba(153,153,153,0.5);  
	
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;  
	
	//四边
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	
*/
/* 全局  */
@charset "UTF-8";
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;}
body{font-family:Helvetica;background:#fff;font-size:0.6rem;color:#666; overflow:hidden;}

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);}
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
}	
/*动态设置字体大小*/
/*iphone 6*/
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;
    }
}
/*iphone 6 plus*/


/*浏览器滚动条*/
::-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;
}

/*
* 内容垂直居中
*/
.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: 66.6666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.listName{
    overflow: hidden;
    line-height: 2.0rem;
    font-size: 0.65rem;
    color:#494949;
}
.listTit{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
}
.listTime{
    font-size: 0.6rem;
    color:#999;
    line-height: 2.0rem;
    overflow: hidden;
}
.listDeta{
    position: relative;
    overflow: hidden;
}
.listIntr{
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    line-height: 0.9rem;
}

/**
 * 框架部分 begin
 * @author 杨朝杰
 * @return
 */	
#mobileWrap{
	margin:0 auto;
}
#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);
}
#mobileCon{overflow:hidden;overflow-y:auto;clear:both; background:#f1f1f1; position:relative;z-index:4;}
#mobileFooter{clear:both; position:fixed; bottom:0; width:100%; z-index:4;}
#mobileMenu{height:100%;display:block;position:fixed; top:0;width:calc(100vw - 2.25rem);z-index:99;background:#f2f2f2;left:calc(2.25rem - 100vw); overflow:hidden;overflow-y:auto;}
#mobileBg{width:100%; height:100%;position:fixed;background:rgba(0,0,0,0.3);z-index:50;left:0;top:0px; z-index:6; display:none;}
#mobileConH{overflow:hidden;}

#mobileTop.hide,#mobileCon.hide,#mobileFooter.hide,#mobileMenu.hide{
	-webkit-transform: translateX(calc(100vw - 2.25rem));
	transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
	}/*导航展开*/
#mobileTop.show,#mobileCon.show,#mobileFooter.show,#mobileMenu.show{
	-webkit-transform:translateX(0);
	transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
	}/*导航关闭*/
#mobileBg.hide{
	-webkit-transform: translateX(calc(100vw - 2.25rem));
	transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
	}
#mobileBg.show{transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);}

/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */	
#toolbarnav{display: flex;height:2.25rem;width:100%;max-width:100%;position: relative;color:#fff;background:#d6000f;}
#toolbarnav.bc_fff{
    background: #fff;
}
#toolbarnav h1{font-weight: normal;flex:1;text-align: center;display: block;text-align: center;line-height:2.25rem;color: #fff;font-size:0.9rem;padding:0 10px 0 0;}
#toolbarnav h1 a{
    display: block;
    overflow: hidden;
    padding: 0.5rem 0px;
    padding-left: 10px;
}
#toolbarnav h1 a img{
    display: block;
    height: 1.25rem;
}
.searchIcon{
    display: block;
    width: 2.25rem;
    overflow: hidden;
    position: relative;
    background: url(../images/search.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;
    background: #1c7eeb;
    padding: 1.12rem 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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);
}

#sub-btn{display: block;width:2.25rem;height:2.25rem;position: absolute;right: 0;top: 0;}
#sub-btn span{font-size:1rem;color: #fff;margin:12px 0 0 16px;display: block;}

#articleTool{
	position:relative;
	display: block;height:45px;width: 100%;max-width:100%;position: relative;color:#333;background:#f9fafb;
	}
#articleTool:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	display:none;
}
#articleTool h1{
	overflow:hidden;
	text-align: center;
	display: block;
	text-align: center;
	line-height:2.2rem;
	color:#333;
	font-size:0.8rem;
	margin:0 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
	}
#articleTool #go-back span{ color:#333;}

/**
 * 一级导航
 * @author 杨朝杰
 * @return
 */
.closeMenu{
    display: block;
    height: 2.25rem;
    overflow: hidden;
    background: url(../images/close.png) no-repeat calc(100% - 0.5rem) center;
    background-size: auto 0.75rem;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#mobileMenu header{position:relative;display:block;background:url(../images/cloud_bg2.png) no-repeat center bottom; background-size:cover;height:2.25rem;position:relative;}
#mobileMenu header h1{text-align: center;padding: 0.25rem 0px;color:#fff;font-size:16px; position:relative;}
#mobileMenu header h1 img{ height:1.75rem;}
/*#mobileMenu header:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom:0px;
    width: 100%;
    height: -1px;
    border-bottom: 1px solid #d3e8f9;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
    display:none;
}*/
#mobileMenu ul{
    width:100%;
    overflow:hidden;
    overflow-y: auto;
    height: 100vh;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#mobileMenu ul li{
    display: block;
    overflow:hidden;
    position: relative;
}
#mobileMenu 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);
}
.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: left;
}
.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 span,
#mobileMenu ul li.hover .menu_a i,
#mobileMenu ul li.hover .menu_a:after{
    color:#fff;
}
#mobileMenu ul li.hover .menuTop{
    background: #1c7eeb;
}
#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before{
    background: #fff;
}
/*#mobileMenu ul li.hover a:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #4fb9eb;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
#mobileMenu ul li.hover .menu_a{background:#d6000f;}*/
#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:#1c7eeb;
}
.menuDiv{
    display: none;
    overflow: hidden;
    background: #fcfcfc;
}
.menu_dl{
    overflow: hidden;
}
.menu_dl dd{
    overflow: hidden;
    height: 2.25rem;
    line-height: 2.25rem;
    position: relative;
}
.menu_dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 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;
}
.menu_dl dd:last-child:after{display: none}
.menu_dl dd em{position: absolute;width: 1.5rem;height: 2.25rem;right: 0;top: 0;background: url(../images/navR.png) no-repeat center center;background-size: .35rem;}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    position: relative;
    padding-right: 2.25rem;
    text-align: left;
    padding-left: 0.5rem;
}
.subMenu_a i{
    font-size: 0.7rem;
    padding-right: 0.25rem;
}
/*.subMenu_a:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #666;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.menu_dl dd.hover .subMenu_a:before{
    background: #1c7eeb;
}
/**
 * 二级导航
 */ 
.subNavBox{
    overflow: hidden;
    display: flex;
    height: 2rem;
    line-height: 2rem;
    position: relative;
}
.subNav_ul{
    overflow-y: hidden;
    overflow-x: auto;
    flex: 1;
    height: 2rem;
    line-height: 2rem;
    font-size: 0px;
    word-break:keep-all;
    white-space:nowrap;
    background: #fff;
}
.subNav_ul li{
    display: inline-block;
    overflow: hidden;
    padding: 0px 0.75rem;
    height: 2.0rem;
    line-height: 2.0rem;
}
.subNav_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    position: relative;
}
.subNav_ul li a:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #1c7eeb;display: none}
.subNav_ul li:hover a{color: #1c7eeb}
.subNav_ul li:hover a:after{display: block}
.subNav_ul li.hover a{color: #1c7eeb}
.subNav_ul li.hover a:after{display: block}

.subNavIcon{
    display: block;
    height: 2rem;
    line-height: 2rem !important;
    overflow: hidden;
    font-size: 0.9rem !important;
    color:#666;
    padding: 0px 0.25rem;
    background: #fafafa;
}
.locaMenu{
    position: relative;
    z-index: 9;
}
.loca_a{
    display: flex;
    height: 2rem;
    overflow: hidden;
    line-height: 2rem;
    font-size: 0.7rem;
    color:#333;
    padding: 0px 10px;
    background: #fff;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a span{
    display: block;
    flex: 1;
    overflow: hidden;
}
.loca_a i{
    display: block;
    width: 1.0rem;
    height: 2.0rem;
    overflow: hidden;
    text-align: center;
    line-height: 2.0rem;
    font-size: 1.0rem;
    color:#666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a.shadow{
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.loca_a.hover i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loca_ul{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2.0rem;
    max-height: calc(100vh - 9.25rem);
    background: #fff;
    z-index: 4;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.loca_ul li{
    display: block;
    height: 1.75rem;
    line-height: 1.75rem;
    overflow: hidden;
    position: relative;
}
.loca_ul li:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 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;
}
.loca_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    padding: 0px 0.5rem;
}
#thirdMenuBg{
    display: none;
    width: 100%;
    height: 200vh;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
/*
* 搜索
*/
.searchBox{
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.searchBox.show{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.searchCont{
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 1.0rem);
    left: 0.5rem;
}
.search_dl{
    display: flex;
    overflow: hidden;
    display: none;
}
.search_dl dd{
    flex: 1;
    overflow: hidden;
}
.search_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.searchDeta{
    overflow: hidden;
    display: flex;
}
.formDiv{
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.formDiv.bd_a:after{
    border: 1px solid rgba(255,255,255,1);
}
.formInp{
    display: block;
    overflow: hidden;
    border:none;
    width: 100%;
    height: 2.0rem;
    line-height: 2.0rem;
    padding: 0px 0.5rem;
    font-size: 0.7rem;
    color:rgba(255,255,255,0.8);
    background: none;
    outline: none;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchBt{
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    overflow: hidden;
    background: url(../images/search_h.png) no-repeat center center;
    margin-left: 10px;
    /*padding-left: 1.0rem;*/
    background-size: 1.0rem auto;
    opacity: 0.8;
    position: relative;
}
.closeSearch{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    overflow: hidden;
    width: 2.0rem;
    height: 2.0rem;
    background: url(../images/close_h.png) no-repeat center center;
    background-size: auto 1.0rem;
}

/**
 * 固定的底部
 * @author 杨朝杰
 * @return
 */	
.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;
    overflow: hidden;
}
.foot_a{
    display: block;
    overflow: hidden;
    padding-top: 0.2rem;
}
.foot_a span{
    display: block;
    overflow: hidden;
    height: 0.9rem;
}
.foot_dl dd:nth-child(1) .foot_a span{
    background: url(../images/home.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(1).hover .foot_a span{
    background: url(../images/home_h.png) no-repeat center center;
    background-size: auto 0.8rem;
}
.foot_dl dd:nth-child(2) .foot_a span{
    background: url(../images/tel.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(2).hover .foot_a span{
    background: url(../images/tel_h.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(3) .foot_a span{
    background: url(../images/type.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(3).hover .foot_a span{
    background: url(../images/type_h.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.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:#d6000f;
}

.moreTel{
    padding: 5px 0px;
    overflow: hidden;
}
.tel_dl{
    overflow: hidden;
}
.tel_dl dd{
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    padding: 0px 10px;
}
.tel_dl 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);
}
.tel_dl dd:last-child:after{
    display: none;
}
.tel_a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
}
.tel_a i{
    color:#4fb9eb;
}
/**
 * 返回顶部
 * @author 杨朝杰
 * @return
 */	
#scrollTop{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background:rgba(255,255,255,0.9);
	position: fixed;
	right:10px;
	bottom:60px;
	z-index:5;
	display:none;
	-webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	
	-moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	 
	box-shadow:0px 0px 5px rgba(153,153,153,0.5);	   
}
#scrollTop em{font-size:26px;color:#666;padding:3px 0 0 0;}

/**
 * page
 * @author 杨朝杰
 * @return
 */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c;}

/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox{line-height:1.5rem;color:#454545;padding:10px;font-size:0.75rem;}
.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;
    }
.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; }

.videoCon{
	position:absolute;
	top:205px;
	bottom:0;
	overflow-y:auto;
	}
.videoCon .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	padding:5px 10px 0 10px;
	line-height:30px;
	}
.videoCon .articleTime{
	text-align:left;
	padding:0 0 0 10px;
	}
	
.audiojs{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play.png) no-repeat center center;
	background-size:cover; 
	margin:2px 10px 0 0;
	position:relative;
	z-index:9;
	}
.audiojs.playing{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play2.png) no-repeat center center;
	background-size:cover;
	}
.audiojs .scrubber{ display:none;}
.audiojs .time{ display:none;}
.audiojs .play-pause {
	width: 25px;
	height: 40px;
	padding:0 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.articelImgSlide{
    padding: 10px;
    overflow: hidden;
}
#articelImgSlide img{
    display: block;
    max-width: 100%;
}
#articelImgSlide{
    /*padding-bottom: 30px;*/
}
#articelImgSlide .swiper-pagination{
    bottom: 5px;
}
.articelImgSlide .swiper-button-prev{
    left: 0px;
    background: url(../images/aboutPrev3.png) no-repeat center center;
    background-size: auto 30px;
}
.articelImgSlide .swiper-button-next{
    right: 0px;
    background: url(../images/aboutNext3.png) no-repeat center center;
    background-size: auto 30px;
}
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: #007aff;}

.articlePageT{
    width:100%;
    height:2.4rem;
    overflow: hidden;
    line-height: 2.4rem;
    color: #333333;
    font-size: 14px;
    background-color:#fff;
    margin-bottom: 10px;
}
.articlePageT:hover{background: #1c7eeb;color: #fff}
.articlePageT:hover a{color: #fff;}
.articlePageT:hover a:hover{color: #fff;}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.shareBt{display: inline-block;width:20px;position: relative;}
.shareClose{line-height:2rem;text-align:center;padding:3px 0 0 0;font-size:0.8rem;}
.shareBt:after{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;background: url(../images/share/share.png) no-repeat center center;background-size: 100% 100%;position: absolute;left: 50%;bottom:-4px;}
.shareBox{width:100%;overflow: hidden;background: #fff;position: fixed;left: 0px;bottom:-100%;z-index: 10000;-webkit-transition: bottom 0.8s;-o-transition: bottom 0.8s;transition: bottom 0.8s;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.shareBox.show{bottom:0px;}
.shareCont{overflow: hidden;padding:0.5rem 0px 0.25rem;}
.bdsharebuttonbox p{display: block;width:20%;overflow: hidden;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0.25rem;}
.bdsharebuttonbox a{display: block;width: 100%;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:0px !important;padding:0 0.5rem !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 0.75rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{clear:both;display: block;font-size:0.6rem;color:#666;text-align: center;overflow: hidden;margin:5px 0px;}
.boxShadow{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.bdsharebuttonbox a:before{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;}

/*.bdsharebuttonbox a.bds_weChat{
    display: none;
}*/
.bdsharebuttonbox a.bds_weChat:before{background: url(../images/share/shareBt5.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tsina:before{background: url(../images/share/shareBt1.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tqq:before{background: url(../images/share/shareBt2.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_qzone:before{background: url(../images/share/shareBt3.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_douban:before{background: url(../images/share/shareBt4.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_sqq:before{background: url(../images/share/shareBt6.png) no-repeat center center;background-size:100%;}
.weChatShareTip{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5) url(../images/share/weChatShare.png) no-repeat calc(100% - 30px) 10px;
    background-size: 90% auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
}
/**
 * 音乐播放器
 * @author 杨朝杰
 * @return
 */
.audio{margin:0 50px;padding:10px 0 10px 0;}
.audio-tips{margin-top:10px; color: #b1b1b1; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.audio-detail{padding:5px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; background:#f8f8f8;position:relative;}
.audio-detail:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #e6e6e6; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;z-index:1;}
.audio .info{-webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden;line-height:45px;}
.audio .info p{margin: 0; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; text-indent: 0;}
.audio .info .audio-title{-webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; line-height: 24px;font-size:14px;}
.audio .info .audio-desc{-webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 16px;color:#999 !important;font-size:12px !important;}
.audio .info .audio-desc span{padding:0 15px 0 0;color:#ff000;}

/**
 * 固定的底部2
 * @author 杨朝杰
 * @return
 */ 
.footerBar2{
    font-size:12px;
    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%;
    height:45px;
    background:#fff;
    position:relative;
}
.footerBar2:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top:1px solid #ededed;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index:1;
    }
.footerBar2 .shareBt:after{ display:none;}

.footerBar2 div{
    overflow:hidden;
    position:relative;
    z-index:2;
    }
.phoneBt{
    width:30%;
    float:right;
    }
.phoneBt a {
    width: 100%;
    display: block;
    line-height: 45px;
    background: #ff7800;
    color: #fff !important;
    text-align: center;
}
.goBack2{
    width:16%;
    float:left;
    }
.goBack2 a{
    display: block;
    height:45px;
    background: url(../images/jt6.png) no-repeat 10px center;
    background-size: 26px;
    color: #666 !important;
    text-align: center;
    }
.marker, .shareDiv{
    float:right;
    line-height:45px;
    font-size:14px;
    padding:0 15px 0 0;
    }

.shareDiv .shareBt{ width:100%;}

.marker span, .shareDiv span{padding:0 0 0 6px;}
.marker em, .shareDiv em{color:#999;}


/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.jqthumb{
    position: absolute;
    left: 0px;
    top: 0px;
}
/*
* 全文
*/
.newsListBox{
    padding: 0px 10px;
    overflow: hidden;
}

/*
* 全图1
*/
.img_dl1{
    overflow: hidden;
    padding: 0.25rem;
}
.img_dl1 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_dl1 dd .listDeta{
    background: #fff;
    text-align: center;
}
/*
* 全文列表2
*/
.img_dl2{
    padding: 0.25rem;
    overflow: hidden;
}
.img_dl2 dd{
    width: 50%;
    float: left;
    padding: 0.25rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img_dl2 .imgDiv{
    padding-top: 58.3941606%;
}
.img_dl2 .listDeta{
    padding: 0.25rem 0.5rem;
    background: #fff;
}
.img_dl2 .listDeta .listTit{
    text-align: center;
}
.listBt{
    overflow: hidden;
    background: #dd0800;
    padding: 0.25rem;
    display: flex;
}
.listBt a{
    display: block;
    flex: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 0.6rem;
    color:#fff;
    height: 1.0rem;
    line-height: 1.0rem;
}
.listBt a.bd_l:after{
    background: #fff;
}
.overIcon{
    display:none;
    height: 100%;
    width:100%;
    overflow:hidden;
    position:absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
    background:rgba(0,0,0,0.38) url(../images/overIcon.png) no-repeat center center;
    background-size: auto 2.5rem;
}
.img_dl2 dd.over .overIcon{
    display:block;
}

/*
* 全图列表3
*/
.style1 dd .imgDiv{
    padding-top: 133.333333%;
}
.eyesShadow{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.2) url(../images/carImg.png) no-repeat center center;
    z-index: 3;
}

/*
* 全图列表4
*/
.style4 dd .imgDiv{
    padding-top: 62.5%;
}
.videoIcon{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.2) url(../images/video.png) no-repeat center center;
    background-size: auto 1.75rem;
    z-index: 3;
}

/*
* 集团荣誉
*/
.style4 .list_a{
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 0.25rem;
    background: #fff;
}
.autoImg{
    position: relative;
    overflow: hidden;
    padding-top: 66.66666667%;
    background: #fafafa;
}
.autoImg img{
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*
* 图文列表1
*/
.txtImg_dl1{
    overflow: hidden;
}
.txtImg_dl1 dd{
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: .5rem;
}
.flex_dl dd .list_a{
    display: flex;
}
.textImgBox{
    width: 7.5rem;
    overflow: hidden;
    margin-right: 0.5rem;
}
.txtImg_dl1 .imgDiv{
    padding-top: 62.8205128%;
}
.flex_dl .listDeta{
    flex: 1;
    padding-top: 0.25rem;
}
.listMore2{
    overflow: hidden;
    font-size: 0.6rem;
    line-height: 1.0rem;
    color:#666;
}
.listMore2 span{
    display: block;
    overflow: hidden;
}
.lookNum{
    background: url(../images/read.png) no-repeat left center;
    background-size: auto 0.6rem;
}

/*
* 图文列表2
*/
dl.style2{
}
.style2 dd{
    /*padding: 0.25rem;*/
}
/*.style2 dd:after{
    display: none;
}*/
.style2 .listDeta{
    padding: 0.5rem 0rem 0px 0rem;
}

/*
* 全文
*/
.list_dl{
    overflow: hidden;
    padding: 0.5rem 0;
}
.list_dl dd{
    height: 1.75rem;
    line-height: 1.75rem;
    overflow: hidden;
    background: #fff;
    padding: 0 .5rem;
    margin-bottom: .5rem;
}
.list_dl dd .list_a{
    display: flex;
    overflow: hidden;
}
.list_dl dd .listName{
    flex: 1;
}
.list_dl dd .listTime{
    margin-right: 0.5rem;
}
/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 首页 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
/*
* banner开始
*/
.banner{
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}
.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;
    border: 1px solid #fff;
    background: transparent;
    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: #fff !important;
}

/*
* 首页第一通栏开始
*/
.indBox{
    overflow: hidden;
    background: #fff;
}
.indBox1{
    overflow: hidden;
    background: #f9f9f9;
}
.indTit{
    overflow: hidden;
    padding: 0px 0.5rem;
}
.indTitBox{
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1rem;
    color:#333;
    text-align: center;
    position: relative;
    padding-top: 1rem;
}
.indTitBox i{
    display: block;
    font-size: 0.75rem;
    color: #666;
    padding-left: 0.25rem;
}


.pro_box{
    overflow: hidden;
    height: 1.8rem;
    display: flex;
    position: relative;
}
.proTab{
    overflow-y: hidden;
    overflow-x: auto;
    flex: 1;
    font-size: 0px;
    word-break:keep-all;
    white-space:nowrap;
    background: #fff;
}
.proTab li{
    display: inline-block;
    overflow: hidden;
    padding: 0px 0.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
}
.proTab li a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
    padding: 0px 0.25rem;
    position: relative;
}
.proTab li a:after{content: "";position: absolute;left: 5%;bottom: 0;width: 90%;height: 1px;background: #1c7eeb;display: none}
.proTab li:hover a{color: #1c7eeb}
.proTab li:hover a:after{display: block}
.proTab li.hover a{color: #1c7eeb}
.proTab li.hover a:after{display: block}

/*产品展示*/
.indexImg_dl{
    overflow: hidden;
    padding: 0.25rem;
}
.indexImg_dl dd{
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.indexImg_dl dd .listDeta{
    background: #fff;
    text-align: left;
    padding: 0.25rem 0px;
    color: #494949;
    font-size: .7rem;
}
.indexMore{padding: .5rem;}
.indexMore a{display: block;width: 5rem;height: 1.6rem;line-height: 1.6rem;border-radius: 1.8rem;border: 1px solid #ddd;font-size: .65rem;color: #666666;margin: 0 auto;text-align: center}

/*关于我们*/
.about_usBox{overflow: hidden}
.about_usBox .pic{ width: 100%; overflow: hidden; position: relative;}
.about_usBox .pic:before{ display: block; content: ''; padding-top: 50.6666666667%;}
.about_usBox .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.aboutText{padding: .5rem;background: #1c7eeb;color: #fff}
.aboutText h3{padding: .5rem 0;font-size: .75rem}
.aboutText h3 a{color: #fff}
.intro{line-height: 1.1rem}


/*设备管理*/
.devBanner{position: relative;padding-top: 50.66666667%;}
.bannerCont1{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.devSwiper{height: 100%;}
.banner_a1{display: block;height: 100%;width: 100%;}
.devSwiper .swiper-pagination{
    bottom: -110px!important;
}
.devBanner .swiper-container{overflow: visible!important;}
.devSwiper .swiper-pagination span{
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #c7c7c7;
    background: transparent;
    opacity: 1;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.devSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #c7c7c7 !important;}

.devText{padding: 1.5rem 0;text-align: center}
.devText .Name{line-height: 1.2rem;font-size: .8rem;color: #333;}
.devText .txt{line-height: 1.2rem;font-size: .7rem;color: #666;}

/*新闻中心*/
.news_box{ position: relative; width: 100%; padding-top:58.2666667%;}
.news_box .swiper-container{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.news_box .swiper-slide img{ display: block; width: 100%; height: 100%; }
.news_box .swiper-button-prev{background-image: url(../images/prev1.png)!important;height: 30px!important;}
.news_box .swiper-button-next{background-image: url(../images/next1.png)!important;height: 30px!important;}

.news_Text{padding: .5rem;background: #1c7eeb;color: #fff;font-size: .6rem}
.news_Text h3{padding: .5rem 0;font-size: .75rem}
.news_Text h3 a{color: #fff}
.news_Text .time{padding: .3rem 0}

.newsList_dl{overflow: hidden;padding: 0.5rem;}
.newsList_dl dd{height: 1.75rem;line-height: 1.75rem;overflow: hidden;border-bottom: 1px solid #ddd;padding: .25rem 0}
.newsList_dl dd:last-child{border: none}
.newsList_dl dd .list_a{display: flex;overflow: hidden;}
.newsList_dl dd .teList{flex: 1;line-height: 1.75rem;font-size: .7rem}
.newsList_dl dd .timer{margin-right: 0.5rem;color: #d5be6e;font-size: .65rem}

/*荣誉*/
.honorList{padding: 1rem;position: relative}
.honorList a{position: relative; width: 100%; padding-top:58.2666667%;}
.honorList a:after{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.honorList a img{ display: block; width: 100%; height: 100%; }

.honorList .swiper-button-prev{background-image: url(../images/prev2.png)!important;background-size: .5rem;!important;left: -5px!important;}
.honorList .swiper-button-next{background-image: url(../images/next2.png)!important;background-size: .5rem;!important;right: -5px!important;}















/*
* 首页第二通栏
*/

.listMore{
    margin-bottom: 0.5rem;
}
.listMore a{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    width: 7rem;
    margin: 0 auto;
    background: url(../images/arrow1.png) center center no-repeat;
    background-size: 3rem;
}
/*
* 首页第三通栏
*/
.ind3{
    padding: 0.5rem 0 0 0;
}
.ind3 dd{
    background: center center no-repeat;
    background-size: cover; 
}
.ind3 dd a{
    display: block;
    padding: 1rem 0.5rem;
}
.ind3 dd .listTit{
    font-size: 0.8rem;
    color: #fff;
}
.ind3 dd .listTitEn{
    color: #fff;
    font-size: 0.6rem;
    padding-top: 0.3rem;
    text-transform: uppercase;
}
.ind3 dd .listIntr{
    color: #fff;
    width: 55%;
    font-size: 0.6rem;
    padding-top: 0.5rem;
}
/*底部*/
.footer3{
    background: #37383a;
    color: #858585;
    font-size: 0.6rem;
    line-height: 1.5rem;
    padding: .8rem .5rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/********************内页*****************/

.subBanner{width: 100%;background: #fff;position: relative}
.subBanner a{width: 100%;display: block;position: relative;padding-top: 34.666666667%}
.subBanner a img{background:url(../images/loading.gif) center center no-repeat;width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.subBanner span{position: absolute;left: 1rem;bottom: 1rem;display: block;padding: 0 .8rem;height: 1.8rem;background: #5ca1ef;color: #fff;text-align: center;line-height: 1.8rem;font-size: .7rem}
/*
* 招聘
*/
#picker{float: left;}
.cautiontitle{
    height: 1.3rem;
    line-height: 1.3rem;
    padding-left: 0.5rem;
    float: left;
    font-size: 0.6rem;
}
#selectPicture{float: left;}
#thelist{
    padding: 0px !important;
}
.uploader-file-list dd{
    width: 100% !important;
    overflow: hidden;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.uploader-file-list dd img{
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.uploadifyPic2{
    width: 100%;
}
.downLoadBt{
    position: absolute;
    right: 0px;
    top: 0.5rem;
    font-size: 0.6rem;
}
.recruitmentView{
    overflow: hidden;
    background: #fff;
    padding-bottom: 0.5rem;
}
/*
* 大事记
*/
/*.eventSlide{*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*background: #fff;*/
    /*padding: 0.5rem 0px;*/
/*}*/
/*.eventSlide .bd{*/
    /*overflow: hidden;*/
    /*-webkit-transition: all 0.1s linear;*/
    /*-o-transition: all 0.1s linear;*/
    /*transition: all 0.1s linear;*/
/*}*/
/*.event_dl{*/
    /*overflow: hidden;*/
    /*position: relative;*/
/*}*/
/*.eventSlide .tempWrap{*/
    /*-webkit-transition: all 0.1s linear;*/
    /*-o-transition: all 0.1s linear;*/
    /*transition: all 0.1s linear;*/
/*}*/
/*.event_dl dd{*/
    /*overflow: hidden;*/
    /*-webkit-transition: all 0.1s linear;*/
    /*-o-transition: all 0.1s linear;*/
    /*transition: all 0.1s linear;*/
/*}*/
/*.event_ul{*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*padding: 0px 0.5rem;*/
/*}*/
/*.event_ul li:after{*/
    /*display: block;*/
    /*content: "";*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #ddd;*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*bottom: 0px;*/
    /*z-index: 1;*/
    /*-webkit-transform: scaleY(0.5);*/
    /*-ms-transform: scaleY(0.5);*/
    /*-o-transform: scaleY(0.5);*/
    /*transform: scaleY(0.5);*/
/*}*/
/*.event_ul li{*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*padding: 0.5rem 0px;*/
/*}*/
/*.event_ul li .list_a{*/
    /*display: flex;*/
/*}*/
/*.eventImg{*/
    /*width: 6.0rem;*/
    /*overflow: hidden;*/
    /*margin-right: 0.5rem;*/
/*}*/
/*.event_ul .listIntr{*/
    /*flex: 1;*/
    /*line-height: 1.0rem;*/
/*}*/
/*.hdCont{*/
    /*position: relative;*/
    /*overflow: hidden;*/
/*}*/
/*.eventSlide .hd{*/
    /*width: 15.0rem;*/
    /*margin: 0px auto;*/
    /*height: 1.75rem;*/
    /*position: relative;*/
    /*overflow: hidden;*/
/*}*/
/*.eventSlide .hd ul{*/
    /*width: 10000px;*/
    /*position: absolute;*/
    /*left: 5.0rem;*/
    /*top: 0px;*/
/*}*/
/*.eventSlide .hd ul li{*/
    /*height: 1.75rem;*/
    /*overflow: hidden;*/
    /*line-height: 1.75rem;*/
    /*-webkit-transition: all 0.3s linear;*/
    /*-o-transition: all 0.3s linear;*/
    /*transition: all 0.3s linear;*/
    /*opacity: 0.8;*/
    /*font-size: 0.7rem;*/
    /*color:#666;*/
    /*float: left;*/
    /*width: 5.0rem;*/
    /*text-align: center;*/
/*}*/
/*.eventSlide .hd ul li.on{*/
    /*font-size: 0.8rem;*/
    /*color:#d6000f;*/
    /*font-weight: bold;*/
/*}*/

/*
* 关于我们
* contact
*/
.conBox1{
    overflow: hidden;
    padding: .5rem;
}
.conBox1 h3{height: 2rem;line-height: 2rem;border-bottom: 1px solid #ddd;font-size: .8rem;color: #387cda}

.cB1Txt{
    overflow: hidden;
    padding: 0.5rem 0;
    line-height: 1.1rem;
}





/*招聘列表详情*/
.recruitList{ overflow: hidden;padding: .5rem}
.recruitList dd{ overflow: hidden; margin-bottom: .5rem;}
.recruitList dd .recruitT{ overflow: hidden; height: 2rem; line-height: 2rem; padding: 0 0 0 .8rem; background: #fff; color: #333; cursor: pointer; transition: all .3s; -webkit-transition: all .3s;}
.recruitList dd .recruitT .text{ font-size: .7rem; overflow: hidden;}
.recruitList dd .recruitT .btn{ float: right; display: inline; width: 2rem; height: 2rem; background: url(../images/zpShow.png) no-repeat center center;background-size: .6rem auto}
.recruitList dd .recruitC{ overflow: hidden; font-size: .6rem; color: #999999; line-height: 1.2rem; display: none; padding:.5rem; background:#FFF;}
.recruitTable{ font-size: .5rem; color: #888; padding: 0px 0; border-bottom: 1px solid #ddd;}
.recruitTable table{ border:none;}
.recruitTable table tr{ border:none; height: 2rem;}
.recruitTable table tr td{ border:none;}
.recruitTable table b{ margin-right: .3rem;font-size: .65rem;color: #555;font-weight: bold}
.recruitText{ overflow: hidden; padding: .5rem 0;}
.recruitText b{font-size: .6rem;color: #555;}
.recruitBtn{ overflow: hidden;border-top: 1px solid #ddd;padding: .4rem 0}
.recruitBtn span{color: #387cda;}

.recruitList dd:hover .recruitT{ background: #387cda; color: #FFF;}
.recruitList dd:hover .recruitT .btn{  background: url(../images/zpShow1.png) no-repeat center center;background-size: .6rem auto}
.recruitList dd.active .recruitT{ background: #387cda; color: #FFF;}
.recruitList dd.active .recruitT .btn{  background: url(../images/zpShowh.png) no-repeat center center;background-size: .6rem auto}

.messageBox{padding: .8rem .5rem 1rem}
.messageBox dd{height: 1.8rem;line-height: 1.8rem;position: relative;padding: .2rem .5rem;background: #fff;margin-bottom: .5rem}
.messageBox dd em{font-size: .7rem;color: #999;display: block;font-style: normal;text-align: center}
.msgXin{display: block;color: #ff0000;padding-right: .5rem;padding-top: .2rem;font-size: 1rem}
.inText{height: 1.8rem;overflow: hidden;padding: 0 .5rem}
.inText input{border: 0;width: 100%;outline: none;height: 1.4rem;line-height: 1.4rem;font-size: .7rem;color: #333;}
.messageBox dt{margin-top: .5rem;overflow: hidden;border-radius: .15rem;padding: .4rem;background: #fff;position: relative}
.messageBox dt textarea{height: 6rem;outline: none;border: 0;width: 100%;line-height: 1rem;font-size: .7rem;color: #333; resize:none;}
.mes_btn{clear: both;height: 2rem;padding: 1rem;background: #fff}
.mes_btn a{display: block;height: 2rem;line-height: 2rem;text-align: center;color: #fff;font-size: .7rem;border: none;background:#1c7eeb;cursor: pointer;padding: 0 .75rem;-moz-border-radius:.1rem;-webkit-border-radius:.1rem;border-radius:.1rem;}
.msgDt{position: absolute;right: 1rem;top: .6rem;color: #ff0000;font-size: 1rem}
.codeB{padding: 0 .5rem}
.fontCode{width: 5rem;padding: .2rem .5rem;border: 1px solid #ddd;border-radius: .1rem}
.codeInp{border: 0;width: 100%;outline: none;height: 1.4rem;line-height: 1.4rem;font-size: .7rem;color: #333;background: transparent}
.codeA{margin-left: .5rem;height: 1.9rem}
.codeA img{height: 1.9rem}


.contactBox{padding: .5rem}

/*发展历程*/
/**
 * 发展历程
 * event
 */
.event {
    overflow: hidden;
    clear: both;
    display: flex;
    background: #fff;
    padding: 0 .5rem 1rem;
}
.eventYear{
    width: 7rem;
    position: relative;
    height: calc(100vh - 10rem);
}
.eventYear:after{
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    right: 54.5%;
    height: 20%;
    background: #1c7eeb;
}
.eventYear:before{
    content: '';
    position: absolute;
    left: 3rem;
    right: 0;
    height: 100%;
    border-left: 4px solid #575d64;
}
.eventYear .swiper-slide{
    position: relative;
}
.eventYear .swiper-slide:nth-child(2n+1) span{
    position: absolute;
    top: 50%;
    display: block;
    color: #555555;
    font-size: 0.7rem;
    transform: translateY(-50%);
    width: calc(100% - 1.5rem);
    padding-left: 4rem;
}
.eventYear .swiper-slide:nth-child(2n+2) span{
    position: absolute;
    top: 50%;
    display: block;
    color: #555555;
    font-size: 0.7rem;
    transform: translateY(-50%);
    width: calc(100% - 1.5rem);
    padding-right: 1.5rem;
}
.eventYear .swiper-slide:nth-child(2n+1) span:after{
    content: '';
    display: block;
    height: 1px;
    width: 0.5rem;
    border-radius: 50%;
    background: #575d64;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:3.4rem;
}
.eventYear .swiper-slide:nth-child(2n+2) span:after{
    content: '';
    display: block;
    height: 1px;
    width: 0.5rem;
    border-radius: 50%;
    background: #575d64;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:2.4rem;
}
.eventYear .swiper-slide-thumb-active span{
    color: #066CCF;
}
.eventYear .swiper-slide-thumb-active span:after{
    background: #066CCF;
}
.eventBox{
    flex: 1;
    height: calc(100vh - 10rem) !important;
}
.eventTit{
    font-size: 0.75rem;
    color: #333;
    padding: 0 0.5rem;
}
.eventInfr{
    padding: 0.5rem;
    font-size: 0.65rem;
    line-height: 1.1rem;
}
.eventInfr img{
    max-width: 100%;
}

.event_dy{width: 100%;height: 4rem;background: url(../images/eventBg.png) no-repeat center center;background-size: 9.5rem}
.event_dy span{position: absolute;left: 20%;top: 38%;font-size: .8rem;font-weight: bold;color: #fff}

.textEv{height: 100%}</pre></body></html>