/*公共样式*/
/*font-family: '微软雅黑';*/
	*{box-sizing: border-box;font-size: 14px ; margin:0; padding:0;  line-height: 1.75em;}
	html, body{width: 100%; height:100%;font-size:14px;  padding:0;margin:0}
/*color: #333;*/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, keygen, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, input, textarea, select, button { margin:0; padding:0; border:none; border:0; outline:0; font-size:87.5%; font:inherit; vertical-align:baseline; line-height: 1.75em;}
	html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
	ol, ul ,li{ list-style:none;margin:0;padding: 0;}
	sup, sub {font-size:83%;}
	blockquote, q { quotes:none;}
	blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
	del { text-decoration:line-through;}
	ins, u, s, a, a:hover,a:focus{text-decoration:none !important;}
	pre, code, kbd, samp { font-family:inherit;}
	em, i, cite, var, address, dfn { font-style:normal;}
	html, body, fieldset, img, iframe, abbr { border:0;}
	*, *:after, *:before{-webkit-box-sizing: border-box; box-sizing: border-box;}
	@font-face{font-family: 'icomoon';
		src:url('../fonts/icomoon.eot?qradjf');
		src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'), 
		url('../fonts/icomoon.ttf?qradjf') format('truetype'), 
		url('../fonts/icomoon.woff?qradjf') format('woff'), 
		url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
		font-weight: normal;font-style: normal;
	}
	.containe{margin:0 auto; width:1200px;}
	.text-center{text-align:center !important}
	.fl{float: left;}
	.fr{float: right;}
	.margin{margin:0 auto;}
	.wrapper{width:100%; margin: 0 auto; min-height:100%; position:relative; box-sizing: border-box;min-width:1200px;}
	.clearfix:before, .clearfix:after{display: table; content: '';}
	.clearfix:before, .clearfix:after,.clearfix {clear: both;}
	.btn-primary,.btn-primary:hover,.btn-primary:before{background:#01acf2!important; border-color: #01acf2!important;}
/*滚动条美化*/
	.scrollbar::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5;}
	.scrollbar::-webkit-scrollbar{width: 8px;background-color: #F5F5F5;}
	.scrollbar::-webkit-scrollbar-thumb{border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #999;}
/* 单选样式美化 */
	.radios label{line-height: 18px !important;}
	.radios input{ display: none;}
	.radios .radio-bg{ display: inline-block; height: 18px; width: 18px; margin-right: 5px; padding: 0; background-color: #fff; border-radius: 100%; vertical-align: top; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.1) inset, 1px -1px 2px rgba(0, 0, 0, 0.1); cursor: pointer; transition: all 0.2s ease;}
	.radios .radio-on{ display: none;}
	.radios input:checked + span.radio-on{ width: 10px; height: 10px; position: absolute; border-radius: 100%; background: #01acf2; top: 4px; left: 4px; /* box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.4) inset; background-image: linear-gradient(#ffffff 0, #e7e7e7 100%); */ transform: scale(0, 0); transition: all 0.2s ease; transform: scale(1, 1); display: inline-block;}
	.checkbox label, .radio label{padding-left: 0}

/* 复选框样式美化 */
	.demo-label{display:inline-block}
	.demo-radio{display:none}
	.demo-radioInput{background-color:#fff; border:1px solid rgba(0,0,0,0.15); border-radius:50%; display:inline-block;height:16px; margin-right:5px; vertical-align:middle;width:16px;line-height:1}
	.demo-radio:checked + .demo-radioInput:after{background-color:#01acf2;border-radius:100%;content:"";display:inline-block;height:12px;margin:1px;width:12px}
	/* .demo-checkbox.demo-radioInput,.demo-radio:checked + .demo-checkbox.demo-radioInput:after{border-radius:0} */

/*公用*/
	/* 标题 */
	.caption{/* border-bottom:1px solid #ccc; */ line-height: 1.75em; position: relative; margin:30px 0; padding:10px 0;}
	.caption h4{font-size:24px; color:#1c1f87}
	.caption p{font-size:14px; color:#1c1f87; text-transform:uppercase; font-family: '方正兰亭刊黑_GBK';}
	/* .caption em{display: inline-block; color:#bbb; border:1px solid #bbb; border-radius:50%; width:40px; height:40px; margin:10px auto; line-height: 40px; font-size: 18px;} */
	/* .caption i{display:block; background: #1c1f87; height:3px; width:110px; position: absolute; bottom:-2px; margin-left:-55px; left:50%;} */
	/* 查看更多 */
	.more a{border:1px solid #ccc; color:#666; padding:8px 40px; border-radius:5px; font-size:14px;}
	.more a:hover{background: #1c1f87;border-color:#01acf2; color: #fff;} 
	/* 页码 */
	.black2 .current,.black2 a:hover{background:#1c1f87 !important; border-color:#1c1f87 !important;}
	
/* 导航栏 */
	nav{position: absolute; width:100%; top:0; background:rgba(0,0,0,.2); height: 80px; line-height: 80px; z-index: 99999}
	nav .container,.experts .container{padding:0;}
	.navbar-header{height:80px;}
	.navbar-header div{ padding:25px 0 0 15px;}
	.navbar-header p{color: #fff; font-size:14px; line-height:18px; letter-spacing: 1px;}
	.navbar-header img{height:80px; padding:16px 0;}
	.navMenu {width:calc(100% - 300px);}
	.navMenu .navbar-nav{width:100%;}
	.navMenu .nav>li>a:focus,.navMenu .nav>li>a:hover{background:transparent}
	.navMenu ul li.er a{color:#fff; line-height:48px;}
	.navMenu ul li.er:hover a{border-bottom:2px solid #fff}
	.navMenu ul li.er i{position:absolute; color:#ff0000; font-size:13px; top:20px; right:-8px;font-style: oblique;}
	.navMenu ul li span{display: inline-block; width: 100%;}
	.navMenu ul li:last-child{margin-left:0px !important; float:right;}
	.navMenu ul li span a {line-height: 50px; color:#fff; font-size:14px; display: inline-block; padding:14px 0;}
	.navMenu ul li{width: 102px; text-align: center; float:left; position:relative;}
	.navMenu li:hover ul{display: block;}
	.navMenu .dropdown ul{left:0; border-radius: 0; border: none; min-width:102px; top:80px; background:rgba(0,0,0,.2); }
		.navMenu .dropdown ul li a{line-height: 2.5em; color: #fff; font-size:14px; text-align: center; padding:3px 0; display:inline-block; width:100%;}
	.navMenu .dropdown-menu>li>a:focus,.navMenu .dropdown-menu>li>a:hover{background:transparent; color:#01acf2; font-weight: 700;}
	.navMenu .dropdown ul li{width: 100%; text-align: left; color: #fff;}
	.navMenu .dropdown em{display: inline-block; border-radius:5px; background:rgba(0,0,0,.2); margin-right:6px; padding:2px 5px; font-size: 12px;}
	.navMenu .nav>li>a{padding:15px 0;}
	.navMenu .active,.navMenu .nav>li:focus>span,.navMenu .nav>li:hover>span,.navMenu .nav .open>a,.navMenu .nav .open>a:focus,.navMenu .nav .open>a:hover{background: transparent; border-bottom: 2px solid #fff;}
	.navMenu .active:hover,.navMenu .active:focus{border:none;background:transparent}
	.navMenu ul li:last-child,.navMenu .nav .open>a{border:none !important;}
	.images img{height: 75px; padding:15px 0;}
	.navMenu .navbar{border:none; border-radius:0;margin-bottom:0;}
	.carousel-control.right,.carousel-control.left{background: transparent;}
	.img_right ul li{line-height:40px;padding:0 30px; margin:20px 10px;}
	.img_right ul li:hover{color: #fff; background:#1c1f87; border-radius:40px; }
	.img_right ul li.active{color: #fff; background:#1c1f87; border-radius:40px; }
/* banner */
	#bannerpc {height: 640px; overflow: hidden; position: relative;}
	.banner_img {width: 100%; height:640px; position: absolute; left: 0;top: 0;}
	.banner_img li {width: 100%;height: 640px;display: inline-block; background-position: center;background-repeat:no-repeat;float: left;list-style: none; background-size:100% 100%;}
	.banner_list {height: 50px;top: 600px;position: relative; margin: 0 auto; z-index: 1;}
	.banner_list span {display: block; cursor: pointer; width: 14px; height: 14px; border-radius: 50%; border: 3px solid #fff; float: left; margin: 0 5px;}
	.banner_list .spcss{background: #1c1f87; }
	#bannerpc .glyphicon{position: absolute;height: 640px; width:150px; background-color: rgba(0,0,0,.1); text-align: center;transition: all .5s;z-index: 2; color:#fff; line-height: 640px; cursor: pointer;}
	.glyphicon-chevron-left {left:-150px;}
	.glyphicon-chevron-right {right:-150px;}
	#bannerpc .glyphicon:hover {background-color: rgba(0,0,0,.1);}
/* 公告 */	
	.fixed{position:absolute; top:180px; right:170px; z-index:999; background:#f5f5f5}
	.fixes{width:330px; padding:10px;}
	.fixes h4{font-weight:700; color:#ff0000; border-bottom:1px solid #ddd; overflow:hidden; line-height:1.75em; font-size:15px; padding-bottom:8px;}
	.fixes h4 span{display:inline-block; padding-right:15px; font-weight:100; color:rgba(0,0,0,.6); cursor:pointer}
	.fixes p:first-child{padding-top:10px;}
	.fixes p{font-size:14px; color:#1c1f87; line-height:2em;}
/* 数据展示 */
	.datum{margin-bottom:60px; overflow:hidden;}
	.datum_today{position:absolute; top:0; right:10px;}
	.datum_today p{font-size:16px;}
	.datum_today span{font-size:24px; font-weight: bold; padding:0 15px; color: #1c1f87;}
	.datum_show_pic{width:60px; height:60px; display: inline-block; background:url(../img/datum_show.png) no-repeat;}
	.datum_show_pic1{background-position: 0 0;}
	.datum_show_pic2{background-position: -68px 0;}
	.datum_show_pic3{background-position: -136px 0;}
	.datum_show_pic4{background-position: -204px 0;}
	.datum_show ul li{ margin:10px 0 30px;display:flow-root; padding:0 5px;}
	.datum_show ul li .show12{display:flow-root; border:1px solid #ccc; border-radius:10px; padding:10px 0 10px 8%; overflow:hidden;}
	.datum_show ul li:first-child .show12{border-color:rgba(14,164,234,0.5); box-shadow: 2px 2px 10px rgba(14,164,234,0.2);}
	.datum_show ul li:nth-child(2) .show12{border-color:rgba(255,178,43,0.5); box-shadow: 2px 2px 10px rgba(255,178,43,0.2);}
	.datum_show ul li:nth-child(3) .show12{border-color:rgba(116,96,238,0.5); box-shadow: 2px 2px 10px rgba(116,96,238,0.2);}
	.datum_show ul li:last-child .show12{border-color:rgba(252,75,108,0.5); box-shadow: 2px 2px 10px rgba(252,75,108,0.2);}
	
	.datum_show_txt p{font-size:14px; margin-top:-8px;}
	.datum_show_txt h4{display: inline-block; font-size: 24px;}
	.datum_show ul li:first-child h4{color:#1c1f87;}
	.datum_show ul li:nth-child(2) h4{color:#ffb22b;}
	.datum_show ul li:nth-child(3) h4{color:#7460ee;}
	.datum_show ul li:last-child h4{color:#fc4b6c;}
	.datum_date{clear: both;}
	.datum_date .datum_date_left{position:relative; }
	.datum_date .datum_date_left p{font-size:14px; padding:5px 15px;}
	.datum_date12{ border:1px solid rgba(204,204,204,.5); border-radius:10px; box-shadow: 2px 2px 10px rgba(204,204,204,.4);height:430px;}
	
	#networkRanking thead tr th:first-child{width:30%}
	#networkRanking thead tr th{border:none; font-weight:bold;}
	#networkRanking tbody tr td{padding:11px 8px; font-size:15px;}
	#networkRanking tbody tr td:first-child{padding-left:17px;}
/* 专家团队 */
	.experts{background:url(../img/banner_02.jpg) no-repeat center; padding-bottom:40px;}
	.shuf{position:relative;height:300px; margin:20px 0px 50px;}
	.ranklist a{color:#1c1f87; font-size:16px;}
	.ranklist i{display:inline-block; background:url(../img/rank.png) no-repeat center; width:15px; height:20px; background-size:15px; margin-right:10px; position:relative; top:2px;}
	#carousel{padding:0 15px;}
/*专家团队*/
	.bx-wrapper{position:relative;margin:20px auto;padding:0; *zoom:1}
	.bx-wrapper img {max-width:100%;display:block; height:300px; cursor:pointer; border:1px solid #ccc}
	.bx-viewport {left:-5px;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}
	.bx-pager,.bx-controls-auto {position:absolute;bottom:-30px;width:100%}
	.bx-loading {min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}
	.bx-pager {text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}
	.bx-pager .bx-pager-item,.bx-controls-auto .bx-controls-auto-item {display:inline-block;*zoom:1;*display:inline}
	.bx-pager.bx-default-pager a {background:#666;text-indent:-9999px;display:none;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
	.bx-pager.bx-default-pager a:hover,.bx-pager.bx-default-pager a.active {background:#000}
	.bx-prev {left:-50px;background:url(../img/controls.png) no-repeat 0 -32px}
	.bx-next {right:-40px;background:url(../img/controls.png) no-repeat -43px -32px}
	.bx-prev:hover {background-position:0 0}
	.bx-next:hover {background-position:-43px 0}
	.bx-controls-direction a {position:absolute; top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}
	.bx-controls-direction a.disabled {display:none}
	.bx-controls-auto {text-align:center}
	.bx-controls-auto .bx-start {display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(../img/controls.png) -86px -11px no-repeat;margin:0 3px}
	.bx-controls-auto .bx-start:hover,.bx-controls-auto .bx-start.active {background-position:-86px 0}
	.bx-controls-auto .bx-stop {display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(../img/controls.png) -86px -44px no-repeat;margin:0 3px}
	.bx-controls-auto .bx-stop:hover,.bx-controls-auto .bx-stop.active {background-position:-86px -33px}
	.bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align:left;width:80%}
	.bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right:0;width:35px}
	.bx-caption {position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,.75);width:100%}
	.bx-caption span {color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
	.slide{position:relative; cursor: pointer;}
	.bx-wrapper img{height:300px;}
	.slide .condition{bottom:0 !important}
	.slide .condition,.slide01 .condition01{position:absolute; left:0; bottom:8px; background:rgba(35,24,21,.2); overflow:hidden; width:100%;}
	.slide p{display:none; padding:10px;line-height:20px; font-size:14px; color:#fff; text-indent: 2em;}
	.slide h3{margin:0 10px; font-size:16px; margin-left:0px; padding:0 10px; height: 70px;display: table-cell; vertical-align: middle; color:#fff; font-weight:700}
	.slide a,.slide01 a{display:inline-block; width:100%; height:100%;}
	.experts .more{margin:40px 0 0}
	.slide01 p{display:none; font-size:14px; text-indent: 2em; color:#fff; padding:5px 10px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
	.slide01 h3{font-size:16px; height:60px; display: table-cell; vertical-align: middle; color:#fff; line-height: 1.5em;margin-top:15px; font-weight:700}
	.slide01 img{width:100%; height:300px;}
	.slide01 .condition01{width:calc(100% - 30px) !important; margin-left:15px;}
	.slide01 .condition02{height:150px; color:#fff; padding:10px 15px;}
	.slide01 .condition02 h2,.condition02 h3,.condition02 h4{display:table; overflow:hidden;}
	.slide01 .condition02 h2{font-size: 24px; border-bottom:1px solid #fff;}
	.slide01 .condition02 h4{font-size:16px; border-bottom:1px solid #fff;}
	.slide01 .col-xs-12{padding:0}
/* 新闻 */
	.news{padding-bottom:60px;}
	#myTab{overflow: hidden; height:40px;}
	.myTabnav{display:table; text-align: center; margin:0 auto;}
	.myTabnav li a{font-size:14px; color:#1c1f87; padding:0; cursor:pointer}
	.myTabnav li{width:120px; border-right:1px solid #ccc; background: #fff;}
	.myTabnav li:last-child{border:none;}
	.myTabnav li.active a{color:#1c1f87; font-weight: 700; font-size:15px;position:relative; top:-1px; }
	.myTabnav li:hover a,.myTabnav li:focus a{background: #fff;}
	.news .tab-content{margin:20px 0 40px; overflow: hidden;}
/* 影联优势 */
	.superiority ul li{padding:40px 10px;}
	.superiority ul li div{padding-left:10px;}
	.superiority ul li p{font-size:16px; line-height: 1em; padding-top:15px; color:#1c1f87; font-weight:700;}
	.superiority ul li span{font-size:14px; display: inline-block; line-height:20px; color:#1c1f87;}
	.superiority_pic{display: inline-block; width:70px; height:60px; margin-left:10px;}
	.superiority .superiority_pic01{background: url(../img/superiority_pic.png) no-repeat left; background-position: 0 0; width: 62px;}
	.superiority .superiority_pic02{background: url(../img/superiority_pic.png) no-repeat left; background-position: -70px 0;}
	.superiority .superiority_pic03{background: url(../img/superiority_pic.png) no-repeat left; background-position: -140px 0;}
	.superiority .superiority_pic04{background: url(../img/superiority_pic.png) no-repeat left; background-position: -210px 0;}
/* 产品服务 */
	#platform{background: #f7f7f7 url(../img/platform.jpg) no-repeat center; padding-bottom:80px;}
	.platform{margin:0 auto;}
	.platform ul li{margin:10px 0}
	.platform ul li a{display: inline-block; width: 100%; height:100%; vertical-align:middle;}
	/* .platform ul{margin:40px auto; text-align: center; overflow:hidden; display: table;} */
	.platform11{ padding:70px 0; background:#fff; border:1px solid #fff; border-radius:5px; 
	vertical-align:middle; display:inline-block; width:100%; box-shadow:2px 2px 10px rgba(28,31,158,.2)}
	.platform ul li i{display:inline-block}
	.platform ul li i img{width:100%}
	.platform ul li p{font-size:16px; color:#1c1f87;}
/* 友情链接 */
	.ship_end {margin:40px 0; overflow: hidden;}
	.ship_end ul li{width: 275px; padding:20px 5px; margin:10px 5px; height:80px;}
	.ship_end ul li img{width: 100%;}
/* 底部 */
	.footer_left.col-xs-12{padding:0}
	footer{background: #373737;}
	footer .footer_left ul li{color: rgba(255,255,255,.9); line-height: 1.75em; font-size:14px;margin:10% 0;}
	footer .footer_left ul li dt,footer .footer_left ul li dd{color: rgba(255,255,255,.9);}
	footer .footer_left ul li dt{padding-bottom:20px; font-size:16px; font-weight: 600; letter-spacing: 2px;}
	footer .footer_left ul li a{color: rgba(255,255,255,.9)}
	footer .footer_right{ padding-top: 88px;}
	footer .footer_right h4{color: #01acf2; font-size: 20px; font-weight: 500; line-height: 2em;}
	footer .footer_right p{color:#fff; font-size:14px; line-height: 2em; line-height: 1.5em;}
	.footer_right ul li{position: relative; margin:15px 15px 0 0;}
	.footer_right ul li img{width: 30px;}
	/* #bigPic{position: absolute; top: -150px; left:-50px;}
	#bigPic img{width:140px; border-radius: 5px; border: 2px solid #ddd;}
	#bigPic::after {content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #fff; position: absolute; bottom: -3px; right: 65px;} */
	.footer_right .bottompic{background:url(../img/footer.png) no-repeat; width:35px; height:35px; display: inline-block; cursor: pointer;}
	.footer_right .bottompic_1{background-position: 0 0;}
	.footer_right .bottompic_2{background-position: -40px 0;}
	.footer_right .bottompic_3{background-position: -80px 0;}
	/* .footer_right .bottompic_1:hover{background-position: 0 -60px;}
	.footer_right .bottompic_2:hover{background-position: -60px -60px;}
	.footer_right .bottompic_3:hover{background-position: -120px -60px;} */
	.footer_right li:first-child:hover .tooltip{display: block;}
	.footer_right .tooltip{opacity:1; top:-150px; left:-45px; display: none;}
	.footer_right .tooltip img{width: 140px; height: 140px; border:1px solid #ddd; border-radius: 5px}
	.footer_right .tooltip::after {content: ''; display: inline-block; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #fff; position: absolute; bottom: -2px; right: 65px;}
	.footer_bootom{padding:15px 0; border-top:1px solid rgba(255,255,255,.1);}
	.footer_bootom p{color: rgba(255,255,255,.7); font-size: 13px;}
	.footer_left li img{width: 150px; max-width:100%;}
	.gongan{background:#fff; font-size:14px;}
	.gongan div{width:230px; overflow:hidden; margin:0 auto; padding:10px 0}
	.gongan div p{line-height:20px;}
/* 在线客服 */
	.clear{clear:both;font-size:0px;line-height:0;height:0;}
	.demo-icon{font-family:"icomoon";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:24px;color:#999;}
	.customer{position:fixed;right:5px;bottom:30%;z-index:100}
	.customer-meau{position:relative;}
	.customer-btn{width:60px;height:60px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
	.customer-btn span{color:#848484;font-size:32px;line-height:60px;}
	.customer-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#1c1f87;position:absolute;left:-12px;top:-12px;}
	.customer-btn p{color:#1c1f87;font-size:14px;line-height:18px;padding-top:10px;display:none;}
	.customer-meau:hover .customer-btn span{display:none}
	.customer-meau:hover .customer-btn p{display:block;}
	.meau-car .customer-btn{border-color:#1c1f87;margin-bottom:20px;}
	.meau-car.customer-meau:hover .customer-btn{background-color:#1c1f87}
	.meau-car.customer-meau:hover .customer-btn span{color:#fff;display:block;}
	.meau-car .customer-btn span{color:#1c1f87;}
	.meau-sev .customer-btn{border-color:#1c1f87;background:url(../img/02index-banner-8.png) no-repeat #1c1f87 center;}
	.meau-sev .customer-btn p{color:#fff}
	.meau-sev .customer-btn span{color:#fff}
	.meau-top .customer-btn span{font-size:12px;line-height:12px;padding-top:15px;display:block}
	.meau-top .customer-btn i{display:block;color:#999}
	.meau-top.customer-meau:hover .customer-btn{background-color:#1c1f87; border-color:#1c1f87; }
	.meau-top.customer-meau:hover .customer-btn span{display:block;color:#fff}
	.meau-top.customer-meau:hover .customer-btn i{color:#fff;}
	.customer-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
	.customer-box .box-border{border:1px solid #ccc;border-top:4px solid #1c1f87;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
	.customer-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../img/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
	.customer-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
	.customer-box .box-border .sev-t p{float:left;color:#1c1f87;font-size:24px;line-height:28px;}
	.customer-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
	.customer-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
	.customer-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
	.customer-box .box-border .sev-b li{float:left;width:33.33333%}
	.customer-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../img/q1.gif) no-repeat left 3px;line-height:36px;}
	.customer-box .box-border .sev-b li a:hover{color:#1c1f87}
	.meau-sev .customer-box .box-border{width:320px;}
	.meau-contact .customer-box .box-border{width:320px;}
	.customer-meau:hover .customer-box{display:block}
	.meau-code .customer-box{top:inherit;bottom:-35px;}
	.meau-code .customer-box .box-border{width:226px;text-align:center;border-top:1px solid #ccc;}
	.meau-code .customer-box .box-border img{width:180px;}
	.meau-code .customer-box .box-border i{display:block;color:#1c1f87;font-size:16px;line-height:16px;}
	.meau-code .customer-box .box-border .arrow-right{top:inherit;bottom:50px;}
	.meau-sev .customer-btn .demo-icon{display:none;}
	.meau-sev:hover .customer-btn{background:#1c1f87}
	.meau-zs .customer-btn{background-color:#1c1f87;color:#fff;margin-top:80px;border-color:#1c1f87}
	.meau-zs .customer-btn span{color:#fff}
	.meau-zs .customer-btn p{color:#fff}
/* 友情链接 */
	@-webkit-keyframes move
	{
		0%{
			left:0;
		}
		100%
		{
			left:-1200px;
		}	
	}
	#wrap{height:100px; position:relative; overflow:hidden; margin:40px auto;}
	#list{position:absolute;left:0;bottom:0;margin:0;padding:0; -webkit-animation:20s move infinite linear; width:20000px;}
	#list li{ list-style:none; width:270px; height:80px;  color:#fff;   text-align:center; margin:0 10px;}
	#wrap:hover #list{ -webkit-animation-play-state:paused;}



/* 登录 */
	#login{background: url(../img/login_bg.png) no-repeat center; background-size:100% 100%; min-height:100%;}
	.login_logo{height:20px; background: #fff;}
	.login_img img{margin:12px 0;}
	.logo_login a{line-height:80px; color:#1c1f87; padding:0 15px; }
	.login{margin:90px 0; background: url(../img/login_en.png) no-repeat center; height:550px; }
	.login_type{width:470px; padding:140px 0 0; margin-right: 115px;}
	.login_type .login_gin{width:350px; margin: 0 60px;}
	.login_type .nav{border-bottom:1px solid #e5eaf3; margin-bottom: 20px;}
	.login_type .nav>li>a{padding:5px; padding-right:113px; font-size:14px; line-height: 1.75em; color: #afbcd3}
	.login_type .nav>li.active>a{color:#333; border-bottom:1px solid #01acf2;}
	.login_type .nav>li>a:focus,.login_type .nav>li>a:hover{background: #fff;}
	.form_login .form-group{position: relative;}
	.form_login .form-group label{line-height: 34px; width: 100%; font-size:14px;}
	.form_login .form-group i.fa{position: absolute; top: 12px; left: 40px; font-size: 17px; color: #c8c8c8; transition: all 0.5s ease 0s;}
	.dem_check a{line-height: 34px;}
	.code img{width:220px;}
	.login_bottom{height: 120px;}
	.login_register{position: absolute; bottom:0; width: 100%}
	.login_bottom_img{height:79px; padding:12px 0; background: #fff; clear: both; }
	.login_tool{position: relative;}
	.login_tool ul li{width:25%;}
	.login_tool ul li div{padding-left:10px;}
	.login_tool ul li p{font-size:16px; line-height: 1em; padding-top:10px;}
	.login_tool ul li span{font-size:14px; display: inline-block;}
	.login_bottom_img li:last-child:hover .tooltip{display: block;}
	.login_bottom_img .tooltip{opacity:1; top:-160px; right:160px; display: none;}
	.login_bottom_img .tooltip img{width: 140px; height: 140px; border:1px solid #ddd; border-radius: 5px}
	.login_bottom_img .tooltip::after {content: ''; display: inline-block; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #fff; position: absolute; bottom: -2px; right: 55px;}
	.login_pic{background: url(../img/login_img.png) no-repeat; width:55px; height:55px; display: inline-block;}
	.login_pic02{background-position: -57px 0}
	.login_pic03{background-position: -114px 0}
	.login_pic04{background-position: -171px 0}
	.login_footer p{font-size:14px; line-height: 3em; color:rgba(255,255,255,.8);}
/* 子页面统一 */
	#news{position: relative; min-height:650px; padding-bottom:20px; border-bottom:1px solid #ddd;}
	#banner{height:380px; background-repeat: no-repeat; background-size:100%;}
	#banner p{height:380px; background-repeat: no-repeat; background-size:100%; position:absolute;left:0;top:0; width:100%;}
	.news_tab{position: absolute; top:300px; z-index:999;}
	.news_top{padding: 15px 0px; }
	.nav_news{width:230px;}
	.nav_news li{margin:2px 0; background: #e6e6e6; font-size: 15px;}
	.nav_news li:first-child{background: #3033a5; font-size: 18px;}
	.nav_news li:first-child a{color:#fff; line-height: 4em; font-weight:100}
	.nav_news>li>a{color: #333;}
	.nav_news>li:first-child>a:focus, .nav_news>li:first-child>a:hover{background: #3033a5; color: #fff}
	
	.nav_news .active a{color:#1c1f87; font-weight:700}	
	.news_breadcrumb .breadcrumb{background: transparent; font-size:14px; margin:0; border-bottom:1px solid #ccc; border-radius: 0}
	.Bread .breadcrumb{font-size:14px; margin:0;}
/* 新闻 */
	.nav_message{width:880px;}
	.news_mic_img,.news_mic_img img{width:180px; height:140px; margin-right:15px;}	
	.news_stry{margin-top:10px;}
	.news_mic{padding:15px; clear: both; overflow: hidden; }
	.news_mic_txt{display: inline-block; width:650px;}
	.news_mic_txt h4{font-weight: bold; font-size: 18px; padding-bottom:5px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	.news_mic_txt em{border-bottom:1px solid #1c1f87; display: inline-block; width: 45px; position: absolute;}
	.news_mic_txt p{font-size:14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; padding-top:5px;}
	.news_mic_txt span{text-align: right; font-size:13px; color:#1c1f87; display: block;}
	.news_mic:hover{box-shadow:2px 2px 10px #ccc; -webkit-box-shadow:0px 0px 15px #ccc; -moz-box-shadow:2px 2px 10px #ccc; opacity: 1; transition: all 1.2s;}
	.news_mic:hover em{width: 590px;transition: all 2s;}
/* 新闻详情 */
	.news_details{background: #f6f6f6; min-height:200px;padding-top:10px;}
	.details_left{width:70%; padding:15px 25px; margin-bottom:15px; background: #fff; border:1px solid #eee; box-shadow: 0 0 10px #eee;}
	.details_right{width:28%}#suspen{width:100%}
	.details_txt{border-bottom:1px solid #ddd;}
	.details_txt h2{font-weight: 700; font-size: 24px; letter-spacing: 1px;}
	.details_time{clear: both; padding:10px 0; overflow: hidden;}
	.details_time p{font-size:16px; padding-right:20px; line-height: 28px;}
	.details_time p i{width:20px; height: 20px; display: inline-block; background: url(../img/details_time.png) no-repeat left; margin-right:8px;}
	.details_time p i.details_pic02{background-position: 0 0}
	.details_time p i.details_pic02{background-position: -23px 0}
	.details_time p span{display: inline-block; position: relative; top: -4px; font-size:14px;}
	.details_tent p{text-indent: 2em;  line-height: 2em;}
	.details_tent p img{padding-right: 4em; text-align: center; margin:0 auto; width: 100%}
	.suspen02{top:10px; z-index:999; position:fixed; _position:absolute}
	.details_top{position: relative; padding:10px 15px; background: #fff; border:1px solid #eee; box-shadow: 0 0 10px #eee; margin-bottom:15px;}
	.details_top img{width:100%; height:150px; line-height: 0}
	.details_top p,.details_top h4{font-size:16px; color:#333;}
	.details_top h4{font-weight: 700; border-left:2px solid #1c1f87; line-height: 1.3em; margin:10px 0; padding:0 5px; color:#1c1f87;}
/* 专家团队 */	
	.expert{overflow:hidden; clear:both;}
	.expert ul li{margin:10px 0;}
	.expert ul li .expert_team{border:1px solid #ddd; border-top:none; padding:0 10px 10px;}
	.expert ul li img{width:100%; height:200px; border:1px solid #ddd; border-bottom: none; position:relative; top:8px}
	.expert ul li h4{font-size: 15px; font-weight: 700; color:#1c1f87; line-height: 2em;}
	.expert ul li p,.expert ul li span{font-size:14px; display: inline-block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
	


	/* tab */
	.table>tbody>tr>td{ border-top:none;}
	.rank{margin:30px auto;}
	.rank ul.menu{height:54px;}
	.rank ul.menu li{float:left; text-align:center; line-height:1em; font-size:14px;cursor:pointer;}
	.rank ul.menu li.active{color:#3033a5; font-weight:bold; font-size:15px;}
	.con2,.con3,.con4{display:none;}
	.rank01{padding-top:15px;}
	.rank01 thead tr th:first-child,.rank01 thead tr th:last-child{width:20%;}
	.rank01 tbody tr{position:relative;}
	.rank01 tbody tr td{line-height:38px; color:#494949}
	.rank01 tbody tr td:first-child{font-size:16px;}
	.rank01 tbody tr td a{color:#1c1f87}
	.rank01 tbody tr td,.rank01 thead tr th{font-size:15px; border-bottom:none}
	.rank01 tbody tr:first-child td:first-child{background:url(../img/rank01.png) no-repeat center; text-indent:-9999px; overflow:hidden; background-size:40px;position:relative; }
	.rank01 tbody tr:first-child td,.rank01 tbody tr:nth-child(2) td,.rank01 tbody tr:nth-child(3) td{font-weight:bold; font-size:18px;}
	.rank01 tbody tr:nth-child(2) td:first-child{background:url(../img/rank02.png) no-repeat center; text-indent:-9999px; overflow:hidden; background-size:40px;position:relative; }
	.rank01 tbody tr:nth-child(3) td:first-child{background:url(../img/rank03.png) no-repeat center; text-indent:-9999px; overflow:hidden; background-size:40px;position:relative; }
	.dropload-load a{cursor:pointer; color:#666}
	.dropload-load .loading {display: inline-block;height: 15px;width: 15px; border-radius: 100%; margin: 6px; border: 2px solid #666; border-bottom-color: transparent; vertical-align: middle; -webkit-animation: rotate 0.75s linear infinite; animation: rotate 0.75s linear infinite;}
	.navCora .load02{display:none !important}
	.navCora #load01{display:block !important}
	span.loading {}
	@-webkit-keyframes rotate {
	    0% {
	        -webkit-transform: rotate(0deg);
	    }
	    50% {
	        -webkit-transform: rotate(180deg);
	    }
	    100% {
	        -webkit-transform: rotate(360deg);
	    }
	}
	@keyframes rotate {
	    0% {
	        transform: rotate(0deg);
	    }
	    50% {
	        transform: rotate(180deg);
	    }
	    100% {
	        transform: rotate(360deg);
	    }
	}