﻿@charset "utf-8";
/* CSS Document */
html { 
	/*谷歌浏览器字体最小字体12px*/
	-webkit-text-size-adjust: 100%;/*100%/none 关闭字体大小自动调整功能*/
	/*a标签及拥有 :active伪类的元素有默认的高亮框*/
	-webkit-tap-highlight-color: transparent;
	/*禁止文本被选中*/
	/*-webkit-user-select: none;*/
	width:100%;
}
body{
	width:100%;
	margin:0 auto;
	color:#666;
	background:#fff;
	/*开启moblie网页快速滚动和回弹的效果*/
	/*-webkit-overflow-scrolling: touch;*/
	font-size: 14px;/*重置页面中的字号，不让子元素继承html的字号，另外chrom对于<12px的字号不再调小
	======================================================*/
	font-family:"Microsoft Yahei",opensans,微软雅黑,宋体,"Hiragino Sans GB","STHeiti",Helvetica,黑体,新細明體,Arial,"Lucida Grande","Helvetica Neue",Helvetica, sans-serif;
	max-width:1920px;
	
	margin:0 auto;
}
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
a{color: #666;text-decoration: none;cursor:pointer;display:block;}
a:hover{text-decoration:none;cursor:pointer;}
img{display: block;vertical-align: middle;border:none;outline: none;margin:0 auto; max-width: 100%;}
ul,li,ol,dl,dt,dd{list-style:none;}
input,button,textarea,select{font-family:"Microsoft Yahei",opensans,微软雅黑,宋体,"Hiragino Sans GB","STHeiti",Helvetica,黑体,新細明體,Arial,"Lucida Grande","Helvetica Neue",Helvetica, sans-serif;border:none;outline: none;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background:none;font-size:14px;}
textarea{resize: none;}
input::-moz-placeholder, textarea::-moz-placeholder { color: #A0A0A0; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #A0A0A0; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #A0A0A0; }
table {border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6,b{font-weight:normal;}
strong{font-weight:700;}
del{text-decoration:line-through; }
i,em{font-style:normal;display:inline-block;}

.cursor{cursor:pointer;}
.wrapper{width:100%;overflow:hidden;}
.container{width:1200px;margin:0 auto;}
.container:before,.container:after{content:"";display:table;}

/*float*/
.clear{clear:both;}
.clearfix:after{content:"";display:block;width:100%;height:0;clear:both;visibility: hidden;}
.fl{float:left;}
.fr{float:right;}

/*遮罩*/
.mark{ position:fixed;width:100%;height:100%;top:0;left:0;z-index:11;display:none;background:rgba(0, 0, 0, 0.8);}
.imgMark{ position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;background:rgba(0, 0, 0, 0.65);}



/*回到顶部*/
.goBack{position:fixed;width:37px;height:42px;right:20px;bottom:80px;z-index:3;cursor:pointer;display:none;}
.goBack img{width:100%;height:100%;}
.backList{width:100%;padding:30px 0 0;border-top:1px solid #F3F3F3;}
.backList a{width:112px;height:40px;line-height:40px;text-align:center;background:#0064A2;color:#fff;font-size:14px;margin:0 auto;}
.backList a:hover{background:#005389;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.textcenter{text-align:center;}





/*======================
	pc-header   
=====================*/
.header_pc{width:100%;}
.header_pc .container .logo{float: left; margin-top: 27px; margin-bottom:23px;}
.hotline{position:relative;padding-left:52px;background:url(../images/icon/icon_tel.png) no-repeat left center;margin-top:20px;}
.hotline p{font-size:16px;color:#005287;margin-bottom:5px;}
.hotline a{font-size:30px;color:#005288;font-family:Arial;font-weight:700;}

.headernav_pc{height:65px; background: #005389; width:100%;}
.headernavlist{}
.headernavlist ul{}
.headernavlist ul li{float:left; position:relative; width:12.5%; height:100%;line-height:65px;text-align:center;border-right:1px solid #004573;}
.headernavlist ul li:first-child{border-left:1px solid #004573;}
.headernavlist ul li>a{color:#fff; position:relative;font-size:16px;}
.headernavlist ul li.cur>a,.headernavlist ul li:hover>a{background:#004573;}
.menu_nav{position:absolute;width:100%;top:62px;left:0;border:3px solid rgba(0,83,137,0.9);background:#fff;background:rgba(255,255,255,0.9);padding:8px 0;display:none;}
.menu_nav a{font-size:16px;color:#333;line-height:40px;}

.headerContainer{width:100%;height:65px;background:#005389;}
.header_nav{height:65px;}
.header_nav li{position:relative;float:left;width:12.5%;height:100%;line-height:65px;text-align:center;border-right:1px solid #004573;}
.header_nav li:first-child{border-left:1px solid #004573;}
.header_nav li>a{position:relative;font-size:16px;color:#fff;}
.header_nav li.cur>a,.header_nav li:hover>a{background:#004573;}
.menu_nav{position:absolute; z-index: 999; width:100%;top:62px;left:0;border:3px solid rgba(0,83,137,0.9);background:#fff;background:rgba(255,255,255,0.9);padding:8px 0;display:none;}
.menu_nav a{font-size:16px;color:#333;line-height:40px; overflow: hidden;
    height: 40px;}
.menu_nav a:hover{background:#005389; color:#fff;}


/*====================
	ph-header   
======================*/
.head_ph{display: none; border-bottom: 1px solid #dcdcdc; position: fixed; top: 0; left: 0; width: 100%; height: 60px; background-color: #fff; z-index: 200; border-bottom: 1px solid #ddd;}
.head_ph .container,.head_ph .logo{position: relative; height: 100%;}
.head_ph .logo{line-height: 60px;}
.head_ph .logo img{max-width: 80%; margin-left: 10px; margin-top: 10px;}
.head_ph .menuph{position: absolute; top: 21px; right: 15px; cursor: pointer;}
.xialaph{position: absolute; top: 60px; left: 0; width: 100%; background-color: #fff; display: none; z-index: 198; padding-bottom: 38px;}
.xialaph .ul2,.xialaph .ul3{display: none;}
.xialaph h4 a{color: #333;font-size: 16px;font-family: "微软雅黑";line-height: 53px;}
.xialaph h4 a.z_a{float:left;display:block; width:80%;}
.xialaph h4{border-bottom: 1px solid #e6e6e6;height: 54px;}
.xialaph .container{padding-left: 30px;padding-right: 30px;}
.xialaph h5 a{color: #333;font-size: 16px;font-family: "微软雅黑";line-height: 54px;}
.xialaph h5 a.z_a2{float:left;display:block; width:80%;}
.xialaph h5{border-bottom: 1px solid #e6e6e6;background-color: #f5f5f5;}
.xialaph h4 img,.xialaph h5 img{float: right;margin-top: 26px;}
.xialaph h4 img.img2,.xialaph h5 img.img2{display: none;}
.xialaph h4.active img.img1,.xialaph h5.active img.img1{display: none;}
.xialaph h4.active img.img2,.xialaph h5.active img.img2{display: block;}
.phonemeng{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .6;z-index: 196;display: none;}
.phonemeng.active{display: block;}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 768px) {
	.menuph,.head_ph{display: block;}
	.header_pc,.headernav_pc{display: none;}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 479px) {
	.container{padding-left: 10px; padding-right: 10px; width:auto;}
	.header .container .logo{width:80%; margin:10px 0px 10px; float:left;}

	.headernav{display: none;}
}

.rightSadeBar{position:fixed;width:110px;left:0;top:43%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;}
.rightSadeBar .icon37{width:100%;height:70px;padding-left:38px;}
.rightSadeBar .icon{position:relative;width:100%;height:72px;margin-bottom:5px;padding-left:38px;}
.rightSadeBar .icon:hover a{background:#005389;}
.rightSadeBar a{position:relative;width:72px;height:100%;z-index:2;background:#0066A4;}
.rightSadeBar .icon img{width:100%;height:100%;}
.rightSadeBar .con{position:absolute;width:150px;min-height:100px;background:#0066A4;color:#fff;font-size:14px;line-height:25px;left:-180px;top:50%;box-shadow:0 0 5px rgba(0,0,0,0.5);padding:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.rightSadeBar .icon:hover .con{left:160px;}
.rightSadeBar .r_ewm a{background:#10959C;}
.rightSadeBar .r_ewm:hover a{background:#108d94;}
.rightSadeBar .r_ewm .con{padding:0;width:100px;height:100px;}
.rightSadeBar .r_ewm img{width:100%;height:100%;}
.rightSadeBar .con .btn{width:100px;height:32px;line-height:32px;color:#fff;font-size:14px;text-align:center;border-radius:5px;margin:15px auto 0;background:#10959C!important;}
.rightSadeBar .con .btn:hover{background:#108d94!important;}




/*==================
		banner
=====================*/
#banner { }
/*幻灯片标题*/
 .flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
/* FlexSlider Necessary Styles*/
.flexslider {padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height:2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav{ width: 90%;position:absolute; bottom:10px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #aeaeae; background:  #aeaeae; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #0f61a7; background: #0f61a7 ; }
.flex-control-paging li a.flex-active {background: #0f61a7; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 768px) {
	#banner {margin-top:60px;}
}

/*shoye public*/
.index_title{text-align:center;margin-bottom:25px;}
.index_title h2{font-size:26px;color:#005286;font-weight:700;}
.index_title h2 span{color:#10949B;}
.index_title p{font-size:16px;font-family:Arial;color:#999;text-transform:uppercase;}
.index_title .line{position:relative;width:100%;height:21px;background:#ccc;margin:19px auto 10px; background: url(../images/line.png) center no-repeat;}
.index_title .inner{position:relative;display:inline-block;padding:0 30px;}
.index_box{padding:20px 0 30px;overflow:hidden;}

.index_box_01{background:#F7F7F7;}
.index_box_01 ul{padding:0 0 10px;}
.index_box_01 li{float:left;width:240px;height:160px;padding:3px;}
.index_box_01 li .inner{width:100%;height:100%;background:#EEE;padding:20px 5px 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index_box_01 li .icon{width:65px;height:65px;border-radius:50%;background:#0065A3;overflow:hidden;}
.index_box_01 li .icon img{max-width:100%;max-height:100%;-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transition: all 0.5s;transition: all 0.5s;}
.index_box_01 li .txt{margin-left:80px;}
.index_box_01 li h3{color:#000;font-size:16px;font-weight:700;}
.index_box_01 li p{color:#333;font-size:12px;margin:15px 0;height:48px;overflow:hidden;}
.index_box_01 li .a{text-align:right;color:#005288;}
.index_box_01 li .inner:hover{background:#fff;}
.index_box_01 .inner:hover .icon img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}

.index_box_02{background:url(../images/index2Bg.jpg) no-repeat center;}
.index_box_02 .index_title h2,.index_box_02 .index_title p{color:#fff;}
.index_box_02 .index_title .line,.index_box_02 .index_title .colorLine{background: url(../images/line2.png) no-repeat center;}
.flowchart{padding:0px; margin:60px 0px 30px}
.flowchart li{float:left;color:#fff;text-align:center;cursor:pointer;}
.flowchart li .icon{width:72px;height:72px;overflow:hidden;margin:0 auto 0px;}
.flowchart li .icon img{max-width:100%;max-height:100%;}
.flowchart li .icond{margin-top:30px;}
.flowchart li.line02{margin-top: 69px; width:116px;}
.flowchart li.line02 img{height: 1px;}
.flowchart{position: relative;}
.flowchart p.p1{position: absolute; top:130px; left:-10px;}
.flowchart p.p2{position: absolute; top:-24px; left:175px;}
.flowchart p.p3{position: absolute; top:130px; left:370px;}
.flowchart p.p4{position: absolute; top:-24px; left:560px;}
.flowchart p.p5{position: absolute; top:130px; left:730px;}
.flowchart p.p6{position: absolute; top:-24px; left:930px;}
.flowchart p.p7{position: absolute; top:130px; left:1100px; right: -50px;}
/*.flowchart li .icon_5{background:#fff url(../images/icon/icon_6.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_6{background:#fff url(../images/icon/icon_7.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_7{background:#fff url(../images/icon/icon_8.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_8{background:#fff url(../images/icon/icon_9.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_9{background:#fff url(../images/icon/icon_10.png) no-repeat center;background-size:100% 100%;}
.flowchart li .icon_10{background:#fff url(../images/icon/icon_11.png) no-repeat center;background-size:100% 100%;}
.arrowIcon{width:52px;height:9px;background:url(../images/icon/arrow.png) no-repeat center;background-size:100% 100%;margin:60px 18px 0;}
.flowchart li:hover .icon_5{background:#005389 url(../images/icon/icon_6_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_6{background:#005389 url(../images/icon/icon_7_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_7{background:#005389 url(../images/icon/icon_8_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_8{background:#005389 url(../images/icon/icon_9_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_9{background:#005389 url(../images/icon/icon_10_hover.png) no-repeat center;background-size:100% 100%;}
.flowchart li:hover .icon_10{background:#005389 url(../images/icon/icon_11_hover.png) no-repeat center;background-size:100% 100%;}
*/.flowchartimg{display: none;}

/*
.index_box_03{background:#fff url(../images/index3Bg.jpg) no-repeat bottom left; padding-bottom: 0px;}
.index_box_03 .index_title{text-align:left;margin-bottom:0;}
.index_box_03 .index_title h2{padding-top:20px;border-top:6px solid #005389;}
.index_box_03 .text{padding:30px 0;font-size:14px;line-height:25px;}
.ulTab li{position:relative;float:left;width:16.66%;height:90px;background:#fff;border:1px solid #EBEBEB;padding:15px 10px;cursor:pointer;}
.ulTab li .icon{float:left;}
.ulTab li p{margin-left:60px;font-weight:700;font-size:16px;color:#333;margin-top:15px;}
.ulTab li.cur,.ulTab li:hover{background:#F3F3F3;background:rgba(243,243,243,0.6);}
.ulTab li:before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:#0066A5;display:none;}
.ulTab li.cur:before,.ulTab li:hover::before{display:block;}
.tabDetails{background:#F3F3F3;background:rgba(243,243,243,0.6);border:1px solid #EBEBEB;}
.tabDetailsItem{position:relative;display:none;padding:50px 250px 50px 30px;}
.tabDetailsItem.cur{display:block;}
.tabDetailsItem .txt{line-height:25px;}
.tabDetailsItem .txt strong{display:block;font-weight:700;color:#333;font-size:16px;}
.tabDetailsItem .lookDetails{position:absolute;width:150px;hieght:45px;line-height:45px;text-align:center;font-size:18px;color:#333;border:1px solid #333;top:50%;right:30px;margin-top:-22px;}
.tabDetailsItem .lookDetails:hover{color:#fff;border-color:#005389;background:#005389;}
*/
.index_box_03{padding: 30px 0px 30px;}
.index_box_03 .index_title{text-align:center;margin-bottom:0;}
.index_box_03 .index_title h2{padding-top:0px;border-top:0px solid #005389;}
.index_box_03 .text{padding:30px 0;font-size:14px;line-height:25px;}
.index_box_03 li{float:left; width:260px; height: 370px; border:1px solid #005389; background:#005389; margin-right: 30px;}
.index_box_03 li:nth-child(1){margin-left: 30px;}
.index_box_03 li .tit{position: relative; z-index: 10; height: 100px; color:#fff; font-size:16px;font-weight:700; line-height: 80px; text-align: center;}
.index_box_03 li .img{position: absolute; z-index: 11; top:70px; left:100px; background: #fff;width:58px; height: 58px; border-radius: 50%; border:4px solid #fff; margin:0 auto; }
.index_box_03 li .img img{width:50px; height: 50px; border-radius: 50%; }
.index_box_03 li .txt{background: #fff; padding-top:20px; padding-left: 5px; padding-right: 5px; height: 220px; overflow: hidden; padding-bottom: 10px;}
.index_box_03 li .more{height: 50px; color:#fff; line-height: 50px; text-align: center;}
.index_box_03 li .more a{color:#fff;}

.index_box_10{background:#fff url(../images/index10Bg.jpg) no-repeat bottom left; padding-bottom: 0px; height: 210px;}
.index_box_10 .company{float:left; margin-left: 70px; margin-top:30px;color:#fff;}
.index_box_10 .company h2{font-size:30px; font-weight: 700;}
.index_box_10 .company h3{    font-size: 16px;
    margin-top: 10px;
    width: 300px;
    margin-left: -15px; line-height: 30px;}
.index_box_10 .img{float:left; width:240px; margin:40px 0px 0px 20px;}
.index_box_10 .img img{float:left;margin-right:20px;}
.index_box_10 .tel{float:right; color:#fff; margin-right: 100px; margin-top:30px; text-align: center;}
.index_box_10 .tel h2{letter-spacing: 5px;}
.index_box_10 .tel h3{ margin-top: 30px; font-size: 24px; font-weight: 700 }

.index_box_04{background:#fff;}
.index_box_04 li{float:left;width:275px;height:330px; margin:0px 12px;border:1px solid #F0F0F0;border-top-width:1px;padding:20px 15px 15px;}
.index_box_04 li:nth-child(odd){border-top-color:#C92572;}
.index_box_04 li:nth-child(even){border-top-color:#00ABBF;}
.index_box_04 li .tit{position:relative;}
.index_box_04 li .href{position:absolute;top:10px;right:0;width:80px;height:30px;line-height:30px;text-align:center;color:#fff;border-radius:5px;background:#B9B9B9;}
.index_box_04 li h3{font-size:16px;font-weight:700;color:#000;}
.index_box_04 li p{line-height:25px;}
.index_box_04 li .img{margin:0px 0 10px;}
.index_box_04 li img{width:100%;}
.index_box_04 li .text{line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.index_box_04 li:hover .href{background:#005287;}

.index_box_05{background:#F2F2F2; padding-top: 40px;}
.index_box_05 .index_title{width:830px;text-align:left;margin-bottom:0;}
.index_box_05 .index_title .line{margin:10px 0; background: url(); height: 1px; background: #ccc}
.index_box_05 .content{width:800px;}
.index_box_05 .text{line-height:25px;color:#333;text-indent:2em;margin:40px 0;}
.index_box_05 .href{width:132px;height:42px;line-height:42px;color:#fff;font-size:16px;background:#005389;text-align:center;}
.index_box_05 .img{width:28%;}
.index_box_05 .img img{max-width:100%;}
.index_box_05 .href:hover{background:#0064A2;}
.index_box_05_img{padding-top:50px;}

.index_box_06{background:#fff; padding-bottom:0px;}
.index_box_06 .index_title{margin-bottom:25px;}
.index_box_06 .kuang{position: absolute; width: 514px; height: 73px; background: url(../images/line.png) no-repeat; background-size: 100% 100%; top: 50%; left: 50%; margin: -15px 0 0 -260px;}
.problemItem{float:left;width:33.33%; height:225px; padding:0 40px 15px; background: url(../images/index06bg.png) no-repeat center;}
.problemItem .tit{position:relative;color:#005288;padding-left:35px; margin-top: 10px;}
.problemItem .tit h2{font-size:16px;font-weight:400;border-bottom:1px solid #EFEFEF;padding-bottom:5px;margin-bottom:5px;}
.problemItem .span{font-size:20px;font-weight:700;font-family:Arial;position:absolute;top:0;left:0;color:#005288;}
.problemItem .text{position:relative;line-height:25px;padding-left:35px; overflow: hidden;
    max-height: 120px;}
.problemItem:hover .tit{color:#10949B;}
.problemItem:hover .span{color:#10949B;}


.index_box_07{}
.nleft{float:left; margin-left: 40px; margin-right:40px;}
.nleft img{max-width: 100%;}
.nright{float:right; margin-right: 20px; width:800px;}
.nright .tit{font-size: 16px; color:#5880a5; padding-bottom: 20px;}
.nright .tit a{display: block; float:left; width:660px; overflow: hidden; color:#5880a5;}
.nright .tit span{float:right;}
.nright .txt{height:40px; overflow: hidden;}
.nright li{padding-bottom: 10px; border-bottom: 1px dotted #666666; margin-bottom: 20px;}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 768px) {
	.index_title{}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 479px) {
	.index_box{padding:20px 0 30px;}
	.index_title{margin-bottom:35px;}
	.index_title h2{font-size:20px;}
	.index_title p{font-size:12px;}

	.index_box_01 ul{padding-bottom: 0px;}
	.index_box_01 li{width:50%; padding:0px; height: 40px; line-height: 40px; margin-bottom: 5px;}
	.index_box_01 li .inner{padding:0px;}
	.index_box_01 li .icon{width:20%; height: 40px;}
	.index_box_01 li .icon img{max-width: 100%;}
	.index_box_01 li .txt{margin-left: 23%; width:75%;}
	.index_box_01 li h3{font-size: 14px;}
	.index_box_01 li p,.index_box_01 li .a{display: none;}
	
	.index_box_02{background:url(../images/index2Bg.jpg) no-repeat center; background: #0065A3}
	.flowchart{display: none;}
	.flowchartimg{display: block;}
}


/*===================
		footer
======================*/
.footer{width:100%;background:#0064A2;color:#fff;}
.footer .container{position:relative;}
.footer a{color:#fff;font-size:12px;}
.footer_nav{font-size:14px;padding:35px 0 18px;}
.footer_nav dl{float:left;padding:0 50px;max-width:300px;}
.footer_nav dt{margin-bottom:15px;}
.footer_nav dt a{font-size:16px;}
.footer_nav dd{line-height:22px;}
.footer_nav a:hover{color:rgba(255,255,255,0.8);}
.copyRight{width:100%;line-height:22px;background:#005389;padding:20px 0; text-align: center}
.copyRight a{display:inline-block;margin-right:10px;}
.footer_ewm{position:absolute;right:0;top:47px;font-size:12px;text-align:center;}
.footer_ewm img{margin-bottom:8px;}


/*=====================
		project
=======================*/
.bgcF3F3F3{background-color: #f3f3f3}


.projectbg{width:100%}
.projectbg .container{background-color: #fff; margin-top:50px; margin-bottom:50px;}
.project_box{width:100%; margin:10px auto; padding:0px 0px; height: auto; border:2px solid #f3f3f3; border-radius: 20px; }

/*.project_title{margin-bottom:10px;}

.project_title .en{font-size:14px;color:#999;font-family:Arial;text-transform:uppercase;}*/
.project_content{line-height: 32px; color: #333; margin-left: 32px; padding-bottom:20px;}

.project_title{text-align: center; background-color: #fff; margin-top: 10px;}
.project_title h2{font-size:30px;color:#005288; font-weight:700;padding:10px 0 0px;}
.project_title h2 span{color:#10949B;}
.project_title .line{position:relative;width:96%;height:1px;background:#ccc;margin:19px auto 10px;}
.project_title .colorLine{position:absolute;width:34px;height:4px;background:#005389;top:50%;left:50%;margin:-2px 0 0 -17px;}

.project_boxn{width:100%; margin:10px auto; padding:0px 0px;}
.project_titlen h2{font-size:30px;color:#005288;border-bottom:1px solid #EBEBEB;font-weight:700;padding:10px 0 15px;}
.project_titlen h2 span{color:#10949B;}
.project_titlen p{font-size:18px;color:#333;padding-top:8px;text-transform:uppercase;}
.project_titlen .en{font-size:14px;color:#999;font-family:Arial;text-transform:uppercase;}
.project_contentn{line-height: 32px; color: #333; margin-left: 32px; padding:20px 0px;}


.project_boxduo{padding-bottom: 0px; margin-top: 50px; margin-bottom: 50px;}
.projectTab li{position:relative;float:left;width:16.66%;height:60px;background:#fff;border:1px solid #EBEBEB;padding:15px 10px;cursor:pointer;}
.projectTab li .icon{float:left;}
.projectTab li p{text-align:center; font-weight:700;font-size:16px;color:#333;margin-top:5px;}
.projectTab li.cur,.projectTab li:hover{background:#F3F3F3;background:rgba(243,243,243,0.6);}
.projectTab li:before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:#0066A5;display:none;}
.projectTab li.cur:before,.projectTab li:hover::before{display:block;}

.project_boxduo .tabDetails{background:#F3F3F3;background:rgba(243,243,243,0.6);border:1px solid #EBEBEB; margin-bottom: 0px}
.project_boxduo .tabDetailsItem{position:relative;display:none;padding:50px 30px 50px 30px;}
.project_boxduo .tabDetailsItem.cur{display:block;}
.project_boxduo .tabDetailsItem .txt{line-height:25px;}
.project_boxduo .tabDetailsItem .txt strong{display:block;font-weight:700;color:#333;font-size:16px;}
.project_boxduo .tabDetailsItem .lookDetails{position:absolute;width:150px;hieght:45px;line-height:45px;text-align:center;font-size:18px;color:#333;border:1px solid #333;top:50%;right:30px;margin-top:-22px;}
.project_boxduo .tabDetailsItem .lookDetails:hover{color:#fff;border-color:#005389;background:#005389;}

.project_boxduo .tabDetailsItem li{padding-bottom:20px;margin-bottom:30px;overflow:hidden;border-bottom:1px dotted #CCC;}
.project_boxduo .tabDetailsItem li:last-child{border-bottom:0;}
.project_boxduo .tabDetailsItem li .img{float:left;width:284px;height:176px; overflow: hidden; position: relative; border-radius: 0 20px 0 20px;}
.project_boxduo .tabDetailsItem li .con{margin-left:312px;}
.project_boxduo .tabDetailsItem li .con h3{font-size:20px;font-weight:700;color:#005285;margin-bottom:15px;}
.project_boxduo .tabDetailsItem li .img .bimg {width: 100%; height: 100%; position: relative; z-index: 1; border-radius: 0 10px 0 10px;}
.project_boxduo .tabDetailsItem li .img .bg { position: absolute; right: -284px; top: 0; width: 100%; height: 100%; display: block; background: rgba(0,0,0,0.4); z-index: 2; border-radius: 0 0 0 10px;transition: all ease 0.35s;}
.project_boxduo .tabDetailsItem li .img .zoom { position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; z-index: 3; transition: all 0.5s; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
.project_boxduo .tabDetailsItem li:hover .con h3 { color: #e3722d;}
.project_boxduo .tabDetailsItem li:hover .img .bg { right: 0;}
.project_boxduo .tabDetailsItem li:hover .img .zoom { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg);}
.project_boxduo .tabDetailsItem li .con .text a{display: block; width:100px; height:40px; text-align: center; background-color: #0688c5; line-height: 40px; font-size: 16px; letter-spacing: 3px; color:#fff; margin:10px 0px 0px 0px; border-radius: 10px;}
.project_boxduo .tabDetailsItem li .con .text a:hover{background-color: #e3722d}

.project_boxduo table tr td{width:48%; padding-right:1%; padding-left: 1%; vertical-align: text-bottom;}
.project_boxduo .table { width: 100%; max-width: 100%;margin-bottom: 20px; border: 1px solid #ddd;}
.project_boxduo table tr td table.table tr td{width:auto;}
.project_boxduo .table .bg-info {background-color: #d9edf7;}
.project_boxduo .table .bg-warning {background-color: #fcf8e3; color:#f60;}
.project_boxduo .table > thead > tr > th,
.project_boxduo .table > tbody > tr > th,
.project_boxduo .table > tfoot > tr > th,
.project_boxduo .table > thead > tr > td,
.project_boxduo .table > tbody > tr > td,
.project_boxduo .table > tfoot > tr > td {padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; border: 1px solid #ddd;}
.project_boxduo .tabDetailsItem .table li{ padding-bottom: 10px;margin-bottom: 0px; border-bottom:0px;}
.project_boxduo .tabDetailsItem .table .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.project_boxduo .tabDetailsItem a{display: block; height: 30px; width: 100px; background: #f60; line-height: 30px; color: #fff; border-radius: 10px; text-align: center; margin-top: 10px;}
.project_boxduo .table > tbody > tr > td a{display: block; height: 30px; width: 100px; background: #f60; line-height: 30px; color: #fff; margin: 0 auto; border-radius: 10px; text-align: center;}

.project_boxduo .tabDetailsItem p strong{color:#f60; margin:10px 0px;}


/*===============
vote_box
=============*/
.vote_box{}
.vote_title{text-align: left; background-color: #fff; margin-top: 10px; margin-bottom: 20px;}
.vote_title h2{font-size:20px;color:#005288; font-weight:700; padding: 10px 0 15px; border-bottom: 2px solid #EBEBEB;}
.crumbsTitle{position:relative;}
.crumbs{position:absolute;right:0;bottom:15px;font-size:14px;color:#333;}
.crumbs a,.crumbs span{display:inline-block;color:#333;}
.crumbs a:hover{color:#005288;}

.vote_box li{padding-bottom:0px;margin-bottom:30px;overflow:hidden;border-bottom:1px dotted #CCC;}
.vote_box li:last-child{border-bottom:0;}
.vote_box li .img{float:left;width:284px;height:176px; overflow: hidden; position: relative; border-radius: 0 20px 0 20px; margin-bottom: 20px;}
.vote_box li .con{margin-left:312px;}
.vote_box li .con h3 a{font-size:20px;font-weight:700;color:#005285;margin-bottom:15px;}
.vote_box li .img .bimg {width: 100%; height: 100%; position: relative; z-index: 1; border-radius: 0 10px 0 10px;}
.vote_box li .img .bg { position: absolute; right: -284px; top: 0; width: 100%; height: 100%; display: block; background: rgba(0,0,0,0.4); z-index: 2; border-radius: 0 0 0 10px;transition: all ease 0.35s;}
.vote_box li .img .zoom { position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; z-index: 3; transition: all 0.5s; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}

.vote_box li:hover .con h3 a{ color: #e3722d;}
.vote_box li:hover .img .bg { right: 0;}
.vote_box li:hover .img .zoom { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg);}

.vote_box li .con .text a{display: block; width:100px; height:40px; text-align: center; background-color: #0688c5; line-height: 40px; font-size: 16px; letter-spacing: 3px; color:#fff; margin:10px 0px 0px 0px; border-radius: 10px;}
.vote_box li .con .text a:hover{background-color: #e3722d}

.vote_show_tit{font-size: 16px; font-weight: 600; margin-top: 10px;}

.vote_show .line{position:relative;width:96%;height:1px;background:#fff;margin:19px auto 10px;}
.vote_show .colorLine{position:absolute;width:120px;height:30px;background:#005389;top:50%;left:10px;margin:0px 0 0 -10px; padding-left: 10px; color:#fff; line-height: 30px; font-weight: 600;}

.vote_show_box{margin:15px 0px; border:2px solid #0064A2; padding:15px 20px; border-radius: 10px; line-height: 30px}
.vote_show_box p{padding:10px 0px;}
.aboutc{margin:10px 0px 30px 0px;}


.newsnav{width:250px; float:left; margin-top: 20px;}
.mainTitle{width:100%;height:100px;background:#005288;color:#fff;padding:24px 0 0 32px;}
.mainTitle h2{font-size:24px;font-weight:700;margin-bottom:5px;}
.mainTitle .en{font-size:14px;font-family:Arial;}
.sideBarNav{width:100%;background:#F4F4F4;margin-bottom:30px;}
.sideBarNav li{position:relative;width:100%;border-bottom:1px solid #E4E4E4; padding: 0px; margin-bottom: 0px;}
.sideBarNav li a{font-size:16px;height:70px;line-height:70px;color:#333;text-align:center;}
.sideBarNav li a.active,.sideBarNav li a:hover{background:#005288;color:#fff;}
.sideBarcontactUs{background:#f4f4f4;}
.sideBarcontactUs h2{height:48px;line-height:48px;padding-left:17px;color:#fff;background:#005288;font-size:16px;font-weight:700;}
.sideBarcontactUs .img img{width:100%;}
.sideBarcontactUs .con{padding:7px 5px;}
.sideBarcontactUs .txt{font-size:14px;color:#333;line-height:28px;padding:8px 0;}
.news-list{width:900px; float:right;}


.newspos{position: relative;     text-align: left;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 20px; height: 50px;}
.newspos .crumbs{border-bottom: 2px solid #EBEBEB; padding-bottom: 10px; left:0px;}
.newscontent h3{font-size:24px;color:#333;text-align:center;margin-bottom:20px;}
.newscontent .date{font-size:12px;text-align:center;padding:0 0 5px;}
.newscontent  .content{line-height:25px;padding:30px 15px 30px;border-top:1px solid #E0E0E0;}
.newscontent  .content img{margin:20px auto;max-width:100%;}
.newscontent  .content p{text-indent:2em;}
.newsmore {height:auto; overflow:hidden; border-top:#ccc dashed 1px; padding:20px 0px; margin-top:20px;}
.newsmore span {height:30px; line-height:30px; display:block; color:#888;}
.newsmore a {height:30px; line-height:30px; display:block; color:#a0a0a0;}
.newsmore a:hover {color:#ff7700;}

.ser-step .posa{position: absolute;}
.ser-step .wrap{position: relative; padding-bottom:100px}
.ser-step .step-img{margin: 0 auto;display: block;padding-top: 100px;}
.ser-step .item{left: 0;top: 0;z-index: 99;width: 300px;}
.ser-step .item img{margin: 0 auto;display: block;}
.ser-step .item h2{padding-top: 20px;padding-bottom: 16px;font-size: 16px;text-align: center;color: #333;font-weight: bold;}
.ser-step .item p{width: 320px;text-align: center;line-height: 140%;}
.ser-step .item1{left: 200px;top: 60px;}
.ser-step .item2{left: 700px;top: 220px;}
.ser-step .item3{left: 200px;top: 360px;}
.ser-step .item4{left: 700px;top: 510px;}
.ser-step .item5{left: 200px;top: 660px;}
.ser-step .item6{left: 700px;top: 820px;}
.ser-step .item7{left: 200px;top: 970px;}
.ser-step .btn{text-align: center;left: 520px;top: 1010px;width: 428px; margin:10px auto;background-color: #fff;border: 0px solid #0066cc;}
.ser-step .btn h2 {
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.ser-step .btn p{line-height: 140%;}


@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 768px) {
	.vote_box{margin-top:60px;}
	.newsnav{margin-top: 0px; width:100%; margin-bottom: 10px;}
	.sideBarNav li{width:33.33333%; float:left;}
	.mainTitle{display: none;}
	.sideBarNav{margin-bottom:0px;}
	.sideBarNav li a{height:50px; line-height: 50px;}
	.sideBarcontactUs{display: none;}
	.news-list{width:100%;}
	.vote_title{}
	.vote_title h2{font-size: 20px;}
	.crumbs{display: none;}
	.vote_box li .img{width:20%; height: auto;}
	.vote_box li .con{margin-left: 22%;}
	.vote_box li .con h3 a{font-size: 14px; margin-bottom: 5px;}
	.vote_box li .con .text p{max-height:50px; font-size: 12px; overflow: hidden;}
	.vote_box li .con .text a{font-size: 14px; height: 24px; line-height: 24px;}
	.newspos{margin-bottom: 0px;}
.newscontent h3{margin-bottom: 10px; font-size: 20px;}
	.newscontent .content{padding: 10px;}

	.footer_nav{display: none;}
	.footer_ewm{position: initial; margin:10px 0px;}
	.copyRight{margin-bottom: 50px;}
}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 479px) {
	
}

.charge_box{width:1200px; margin:0 auto;}
.charge_box .container{width:100%;}
.charge_box table tr td{vertical-align:inherit;}
.charge_box .table { width: 100%; max-width: 100%;margin-bottom: 20px; border: 1px solid #ddd;}
.charge_box table tr td table.table tr td{width:auto;}
.charge_box .table .bg-info {background-color: #d9edf7;}
.charge_box .table .bg-warning {background-color: #fcf8e3; color:#f60;}
.charge_box .table > thead > tr > th,
.charge_box .table > tbody > tr > th,
.charge_box .table > tfoot > tr > th,
.charge_box .table > thead > tr > td,
.charge_box .table > tbody > tr > td,
.charge_box .table > tfoot > tr > td {padding: 8px; line-height: 1.42857143; vertical-align:inherit; border-top: 1px solid #ddd; border: 1px solid #ddd;}
.charge_box .tabDetailsItem .table li{ padding-bottom: 10px;margin-bottom: 0px; border-bottom:0px;}
.charge_box .tabDetailsItem .table .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.charge_box .tabDetailsItem a{display: block; height: 30px; width: 100px; background: #f60; line-height: 30px; color: #fff; border-radius: 10px; text-align: center; margin-top: 10px;}
.charge_box .table > tbody > tr > td a{display: block; height: 30px; width: 100px; background: #f60; line-height: 30px; color: #fff; margin: 0 auto; border-radius: 10px; text-align: center;}

.charge_box .tabDetailsItem p strong{color:#f60; margin:10px 0px;}


/*=====================
		channel
========================*/
/*.channel_box{width:1200px; margin:20px auto; clear: both}
.channel_box .container{width:100%;}
.channel_box .container .channel_title{text-align: right; background-color: #fff; margin-top: 10px; margin-bottom: 20px;}
.channel_box .channelnav{width:300px; float:left;}
.channel_box .channelnav .mainTitle{height: 48px; padding: 0px;}
.channel_box .channelnav .mainTitle h2{height: 48px; line-height: 48px; padding-left: 17px; font-size: 16px}
.channel-navs{border:1px solid #ccc; padding-bottom: 20px;}

.channelquest{width:100%;background:#F4F4F4;margin-bottom:30px;}
.channelquest li{position:relative;width:100%;border-bottom:1px solid #E4E4E4; padding: 0px; margin-bottom: 0px;}
.channelquest li a{font-size:14px;height:40px;line-height:40px;color:#333;text-align:left; padding-left: 17px;}
.channelquest li a.active,.channelquest li a:hover{background:#005288;color:#fff;}
.channel_box .channel_right{width:860px; float:right;}

.outter_title h2{font-size:20px;color:#005288;border-bottom:1px solid #EBEBEB;font-weight:700;padding:10px 0 15px;}
.outter_title h2 span{color:#10949B;}
.channel_right .content .img{width:30%; float:left;}
.channel_right .content .text{float:left; text-indent: 2em; line-height: 30px; margin-left:2%; width:67%;}
.channel_right_nav a {
	float: left;
	margin-top: 20px;
	padding: 0 20px;
	margin-left: 10px;
	height: 40px;
	font: 16px/40px "微软雅黑";
	background-color: #4fb0d1;
	color: #fff;
	border-radius: 5px;
}
.channel_right_nav a:hover {
	text-decoration: underline;
}
.channel_right_nav a.cur{background-color: #0064A2;}

.channelnews{border:1px solid #ccc; border-radius: 10px; margin:20px 0px;}
.channelnews ul{padding: 10px 0px; width:66%; float:right; margin-right:10px;}
.channelnews li{ line-height: 36px; border-bottom: 1px dotted #ccc}
.channelnewslist .channelnews{display: none}
.channelnewslist .cur{display: block}

.channelnewslist .img{float:left; width:30%; margin-left: 10px; margin-top: 10px;}

.navs-list {padding: 8px 0 32px;}
.navs-list ul{margin-top:-20px;}
.navs-list li {
	float: left;
	width: 33.3333%;
	height: 40px;
	padding-top: 78px;
	margin-top: 40px;
	text-align: center;
	font: 18px/50px "微软雅黑";
	color: #555;
	position: relative;
}
.navs-list li a:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	width: 78px;
	height: 78px;
	background: url(../images/common-right-icons.png) no-repeat 0 0;
}
.navs-list .navs-list-2:before {
	background-position: -85px 0;
}
.navs-list .navs-list-3:before {
	background-position: -172px 0;
}
.navs-list .navs-list-4:before {
	background-position: 0 -93px;
}
.navs-list .navs-list-5:before {
	background-position: -85px -93px;
}
.navs-list a:hover {
	color: #f97303;
}
*/

.channel-box{width:1200px; border:0px solid #999999; margin: 20px auto;}
.channel-box-f-left{ width:600px; margin:10px 0px; float:left; border:0px;}
.channel-f-b{width:100%; padding-bottom:10px; border-bottom: 1px solid #cccccc;}
.channel-f-b .cimg{float:left; width:350px;}
.channel-f-b .ctel{float:right; width:235px; text-align: center;}
.channel-f-b .ctel h3{background: #004573; height: 50px; line-height: 50px; font-weight: 500; font-size:18px; color:#fff; text-align: center; letter-spacing: 10px;}
.channel-f-b .ctel h3 a{color:#fff;}
.channel-f-b .ctel img{display: block; margin:8px auto;}
.channel-f-b .ctel .tel{color:#004573; font-size: 26px; text-align: center;width:100%;}

.channel-f-l-top{margin-top:20px; font-size: 16px; color:#fff; text-align: center;}
.channel-f-l-top li{width:50%; background: #7298b2;height:50px; line-height: 50px; float:left;}
.channel-f-l-top li.active{width:50%; background: #004573;}
.channel-f-l-c{width:600px; height: auto; border:1px solid #004573; padding-top: 20px;}
.channel-f-l-c p{text-indent:2em; line-height: 36px; font-size: 14px; padding: 0px 10px}
.channel-f-l-c .more{display: block; height: 50px; width:250px; margin:20px auto 0px; letter-spacing: 10px; font-size: 18px; font-weight: 500; background: #004573; color:#fff; text-align: center; line-height: 50px;}

.channel-box-f-right{width:548px;  margin:10px 0px 10px 40px;  float:left;  border:0px;}
.channel-f-f-top{background:url(../images/zjjd.png) no-repeat left #004573; width:100%; height: 50px; line-height: 50px; color:#fff;}
.channel-f-f-top span{margin-left: 50px; height: 50px; line-height: 50px; float:left; font-size: 18px; letter-spacing: 3px; font-weight: 500}
.channel-f-f-top a{float:right; height: 50px; line-height: 50px; margin-right: 10px; color:#fff;}
.channel-box-f-right li{background: url(../images/wenhao.png) left no-repeat; line-height:38px; height: 38px; border-bottom: 1px dotted #999999; }
.channel-box-f-right li a{padding-left: 20px; float:left; width:500px; overflow: hidden; height: 38px;}
.channel-box-f-right li span{float:right;}
.channel-box-f-right li:hover{background:url(../images/wenhao.png) left no-repeat #7298b2; color:#fff;}
.channel-box-f-right li:hover a{color:#fff;}
.channel-box-f-right .cimg{margin-top: 20px;}
.channel-box-f-right .cimg img{max-width: 100%;}

.channel-box-s-top{width:100%; background: url(../images/channelnav.png) no-repeat center; height: 64px; text-align: center;}
.channel-box-s-top span{font-weight: 500px; font-size:18px; letter-spacing: 1px; color:#004573; display: block; padding-top: 30px;}
.channel-project{ margin:20px 0px; }
.channel-projectleft ul{width:200px; float: left;}
.channel-projectleft ul li{height:52px; border-bottom: 2px;}
.channel-projectleft ul li a{color:#fff; padding-left: 20px; display: block; height: 50px; line-height: 50px; background: #7298b2; width:180px;}
.channel-projectleft ul li a.active{background: url(../images/projectactive.png) no-repeat; width: 200px;}

.channelnewslist{ float:left; border:1px solid #004573; width:1000px; height: 516px;}
.channelnewslist .channelnews{display: none}
.channelnewslist .cur{display: block}

.core-txts {margin-top: 20px; margin-left:10px;}
.core-txts-img, .core-txts-img img {width: 430px;height: 181px;}
.core-txts nav {width: 500px;padding-top: 9px;}
.core-txts nav a {display: block;font: 13px/27px "微软雅黑";color: #6c6b6b;padding-left: 10px;position: relative;}
.core-txts nav a:hover {text-decoration: underline;}
.core-txts nav a:before {content: "";position: absolute;left: 0;top: 12px;width: 4px;height: 4px;background-color: #6c6b6b;}

.channel-hot-search {margin-top: 20px; margin-left: 10px;}
.channel-hot-search h3 {width: 80px;font: 15px/25px "微软雅黑";color: #f00;}
.channel-hot-search nav {width: 900px;}
.channel-hot-search nav a {float: left;margin-top:0px; margin-bottom:5px; padding: 0px 20px;margin-left: 10px;height: 40px;font: 16px/40px "微软雅黑";background-color: #4fb0d1;color: #fff;border-radius: 5px;}
.channel-hot-search nav a:hover {text-decoration: none; background: #0064A2;}
.desc-input-btn {margin-top: 20px; margin-left: 110px}
.desc-input {width: 625px;}
.desc-input input {display: block;width: 100%;height: 40px;box-sizing: border-box;border: 1px solid #cecece;padding: 5px 10px;}
.desc-btn {width: 160px;height: 40px;font: 14px/40px "微软雅黑";text-align: center;color: #fff;background-color: #0064A2;cursor: pointer;}
.swiper-containerindex{
	width: 100%; height: 100%;
}

.swiper-container {
	margin:20px 0px;
      width: 100%;
      height: 200px;
    }
   .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.channel-explain{width:100%; line-height: 40px; margin-bottom: 10px; text-align: center; font-size: 18px; font-weight: 500; color:#4fb0d1;}

.channelnewslist2{ float:left; border:0px solid #004573; width:1200px; height: auto; margin-bottom: 20px;}
.channelnewslist2 .channelnews{display: none}
.channelnewslist2 .cur{display: block}
.channelnewslist2 .core-txts-img img{width:450px; height: 182px;}
.channelnewslist2 .core-txts nav{width:700px;}
.channelnewslist2 .channel-hot-search nav{width:1100px;}
.channelnewslist2 .desc-input{width:825px;}
.channelnewslist2 .core-txts{margin-top: 0px}

/*.channel-box-left{float:left; width:720px;}
.channel-box-left-top{}
.channel-box-left-top{width:100%; background: url(../images/cslt.png) no-repeat; height: 64px; text-align: center;}
.channel-box-left-top span{font-weight: 500px; font-size:18px; letter-spacing: 0px; color:#004573; display: block; padding-top: 30px;}
.channel-box-left-content{width:720px; float: left}

.channel-box-right{float:left; width:465px;}
.channel-box-right-top{}
.channel-box-right-top{width:100%; background: url(../images/csrt.png) no-repeat; height: 64px; text-align: center;}
.channel-box-right-top span{font-weight: 500px; font-size:18px; letter-spacing: 0px; color:#004573; display: block; padding-top: 30px; margin-left: 80px;}
.channel-box-right-content{margin-left: 50px;}*/
.channel-box-bq{}
.channel-box-bq .channel-box-bq-content{margin-top: 20px; margin-bottom: 20px;}
.channel-box-bq .channel-box-bq-content a{display: block; height: 30px; width: 120px; background: #f60; line-height: 30px; color: #fff; margin: 0 auto; border-radius: 10px; text-align: center;}
.channel-box-bq .channel-box-s-top span{font-weight: 500px; font-size:18px; letter-spacing: 0px; color:#004573; display: block; padding-top: 30px;}


.channel-box table tr td{width:48%; padding-right:1%; padding-left: 1%; vertical-align: text-bottom;}
.channel-box .table { width: 100%; max-width: 100%;margin-bottom: 20px; border: 1px solid #ddd;}
.channel-box table tr td table.table tr td{width:auto;}
.channel-box .table .bg-info {background-color: #d9edf7;}
.channel-box .table .bg-warning {background-color: #fcf8e3; color:#f60;}
.channel-box .table > thead > tr > th,
.channel-box .table > tbody > tr > th,
.channel-box .table > tfoot > tr > th,
.channel-box .table > thead > tr > td,
.channel-box .table > tbody > tr > td,
.channel-box .table > tfoot > tr > td {padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; border: 1px solid #ddd;}
.channel-box .table > tbody > tr > td a{display: block; height: 30px; width: 100px; background: #f60; line-height: 30px; color: #fff; margin: 0 auto; border-radius: 10px; text-align: center;}

/*.channel-s-l{float:left; width:714px; margin-top: 10px; margin-left:0px;}
.channel-s-l-top{background: url(../images/cslt.png) no-repeat; height: 64px; text-align: center;}
.channel-s-l-top span{font-weight: 500px; font-size:18px; letter-spacing: 5px; color:#004573; display: block; padding-top: 30px;}

.channel-s-r{float: right; width:456px; margin-right: 10px; margin-top: 10px;}
.channel-s-r-top{background: url(../images/csrt.png) no-repeat; height: 64px;}
.channel-s-r-top span{font-weight: 500px; font-size:18px; padding-left: 240px; letter-spacing: 5px; color:#004573; display: block; padding-top: 30px;}

.channel-project{ margin:20px 0px; }
.channel-projectleft ul{width:200px; float: left;}
.channel-projectleft ul li{height:52px; border-bottom: 2px;}
.channel-projectleft ul li a{color:#fff; padding-left: 20px; display: block; height: 50px; line-height: 50px; background: #7298b2; width:180px;}
.channel-projectleft ul li a.active{background: url(../images/projectactive.png) no-repeat; width: 200px;}

.channelnewslist{ float:left; border:1px solid #004573; width:510px; height: 516px;}
.channelnewslist .channelnews{display: none}
.channelnewslist .cur{display: block}

.core-txts {margin-top: 20px; margin-left:10px;}
.core-txts-img, .core-txts-img img {width: 185px;height: 181px;}
.core-txts nav {width: 300px;padding-top: 9px;}
.core-txts nav a {display: block;font: 13px/27px "微软雅黑";color: #6c6b6b;padding-left: 10px;position: relative;}
.core-txts nav a:hover {text-decoration: underline;}
.core-txts nav a:before {content: "";position: absolute;left: 0;top: 12px;width: 4px;height: 4px;background-color: #6c6b6b;}

.channel-hot-search {
	margin-top: 20px; margin-left: 10px;
}
.channel-hot-search h3 {
	width: 80px;
	font: 15px/25px "微软雅黑";
	color: #f00;
}
.channel-hot-search nav {
	width: 417px;
}
.channel-hot-search nav a {
	padding-right: 20px;
	font: 14px/24px "微软雅黑";
	color: #666;
}
.channel-hot-search nav a:hover {
	text-decoration: underline;
}
.desc-input-btn {
	margin-top: 20px; margin-left: 10px;
}
.desc-input {
	width: 325px;
}
.desc-input input {
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 5px 10px;
}
.desc-btn {
	width: 160px;
	height: 40px;
	font: 14px/40px "微软雅黑";
	text-align: center;
	color: #fff;
	background-color: #385097;
	cursor: pointer;
}
*/

.pagination {
  float:left;
  text-align:center;
  width:100%;
  margin:20px 0;
  position:relative;
  overflow:hidden;}
.page {
  display:inline-block;
  font: 16px/28px "微软雅黑", Tahoma, "宋体";
  *display:inline;
  :1;
  *zoom:1;}
.page span {
  float:left;
  border:1px solid #CCC;
  color:#fff;
  float:left;
  font: 16px/24px "微软雅黑", Tahoma, "宋体";
  height:34px;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;
  background-color: #278ce6}
.page a,
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px "微软雅黑", Tahoma, "宋体";
  height:34px;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;}
.page a:hover {
  border:1px solid #278ce6;
  color:#D80106;
  text-decoration:none;}
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}
.page span.ellipsis {
  float:left;
  font: 16px/24px "微软雅黑", Tahoma, "宋体";
  line-height:22x;
  margin-right:5px;}
.page .page_txt {
  line-height:20px;
  float:right;
  width:auto;}
.page a.page-curpage {
  background:#278ce6;
  border:1px solid #278ce6;
  color:#FFF;
  font-weight:bold;}
.page input {
  font: 14px Verdana;
  padding:0 0 0 1px;
  width:40px;
  height:14px;}

.link{padding:10px 0px;}
.link a{display: initial;}
