/*头部和banner轮播*/
.fullSlide {min-width: 1000px; height: 670px; position: relative; overflow: hidden;}
.fullSlide .bd {position: relative; z-index: 0;}
.fullSlide .bd ul {width: 100% !important;}
.fullSlide .bd li {width: 100% !important; height: 670px; overflow: hidden; text-align: center;}
.fullSlide .bd li a {display: block; height: 670px;}
.fullSlide .hd {width:300px; height: 5px; left: 50%; margin-left: -150px; bottom:30px; position: absolute; z-index: 1; bottom: 15px; overflow: hidden;}
.fullSlide .hd ul{float: right;}
.fullSlide .hd ul li {width: 55px; height: 5px; float: left; margin: 0 5px; display:block; cursor: pointer;}
.fullSlide .hd ul li{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC000000', endColorstr='#CC000000');background:rgba(0,0,0,0.8);}
:root .fullSlide .hd ul li{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}/*for IE9*/
或者ie9的hack使用： 
:root .fullSlide .hd ul li{filter:none;}/*for IE9*/

.fullSlide .hd ul .on { background: #2ba4ef;}
/*带有描述的轮播图-S*/
#demo1{width:476px; height: 370px; position: relative;}
#demo1 .img_list{width: 476px;overflow: hidden; position: relative; height: 370px;}
#demo1 .img_list li{width:476px;}
#demo1 .img_list li img{width:476px; height: 370px;}
/* 根据图片的张数来设定ul的宽度 */
.img_list ul{ width: 3500px; position: absolute; height: 370px; left: 0px;}
.img_list li{ float: left; width: 700px;}
/* 图片对应的按钮样式 */
.btn_list ul{position: absolute; right: 20px; bottom:15px; z-index: 99999;}
.btn_list li{width: 10px; height: 10px; float: left; margin-right: 10px; border-radius: 50%; background-color: #fff;}
.btn_list li:hover,.btn_list li.on{cursor: pointer; background-color: #2781d6;}
.btn_list li img{ width:0; height:0; display: block;}
/* 图片对应的说明*/
.img_intro{position: absolute; bottom: 0; left: 0;width: 100%;height:40px; line-height: 40px;}
.img_intro .img_intro_bg,.img_intro .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.img_intro .img_intro_bg{background: #000; opacity: .3; z-index: 999;}
.img_intro .text{padding-left: 14px; max-width: 450px; z-index: 1000; color: #fff; font-size: 14px;word-break:break-all; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
/*带有描述的轮播图-E*/

.banner-top{margin: 0 auto; width: 100%; height:580px; background: #000;}
.banner{width:100%; height:580px; overflow: hidden;}
.banner img{height:580px;}
.banner-1{background: url(../images/index-banner/cb.jpg) no-repeat center center;}
.banner-2{background: url(../images/index-banner/gx.jpg) no-repeat center center;}
.banner-3{background: url(../images/index-banner/jw.jpg) no-repeat center center;}
.banner-4{background: url(../images/index-banner/xx.jpg) no-repeat center center;}
.banner-5{background: url(../images/index-banner/gw.jpg) no-repeat center center;}
.top{left: 0; top: 0; width: 100%; height:130px; z-index: 99;}
.top{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#ADFFFFFF', endColorstr='#ADFFFFFF');background:rgba(255,255,255,0.68);}
:root .top{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');}/*for IE9*/
或者ie9的hack使用： 
:root .top{filter:none;}/*for IE9*/

.top .size .logo{margin-top:26px;}
.top .size .fr{padding-top:30px; text-align: right;}
.top .size .fr p{margin-bottom: 15px; font-size: 14px; color:#505050;}
/*.top .size .fr a{margin-left: 20px; width: 165px; height: 32px; line-height: 32px; border-radius: 5px; text-align: center; display: block; float: left; color:#fff; font-size: 16px;}*/
.top .size .fr .btn-1{background-color:#eb4b3a;}
.top .size .fr .btn-1:hover{background-color:#df1e17;}
.top .size .fr .btn-2{background-color:#43bef2;}
.top .size .fr .btn-2:hover{background-color:#10b4f7;}
.top .size .fr .btn-3{background-color:#6bcd4e;}
.top .size .fr .btn-3:hover{background-color:#37af04;}
/*导航部分*/
.nav{height: 68px; background-color:#0880d1; color:#fff; font-size: 22px;}
.top .search{padding-left:15px;padding-right:15px;width:335px; height: 34px; border-radius:25px; box-sizing: border-box; transition: 0.3s ease-in;}
.add-search-bg{background-color: rgba(255,255,255,0.8) !important;}
.top .search{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');background:rgba(255,255,255,0.5);}
:root .top .search{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');}/*for IE9*/
或者ie9的hack使用： 
:root .top .search{filter:none;}/*for IE9*/
.top .search input{width:100%; height:34px; line-height: 34px; border-radius: 25px; border:none;background: none;color:#333;font-family:Microsoft YaHei;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.top .search a{top: 8px; right: 10px; width: 19px; height: 19px;}
.top .search a img{width: 19px; height: 19px; display: block;}
.nav ul{width:1200px;}
.nav ul li{width:14.28%; line-height: 68px; text-align: center; float: left;}
.nav ul li:hover{background-color: #1f8bdf;}
.nav ul li a{display: block;}
.nav ul li.add-nav{background-color:#1f8bdf;}

.img-news{padding-top: 20px;}
.img-news .img-carousel-news{width:476px; }
.img-news .img-carousel-news .img-carousel{width:476px; height: 390px;}
.motion-news{margin-left:20px;}
.w380{width: 380px;}
.w300{width: 300px;}
.w300 span{max-width: 230px !important;}
.bulletin{width:345px;}
.bulletin .news-list span{max-width: 280px;}

.discuss-file{margin-bottom:45px;}
.discuss-file .h250{margin-bottom: 15px; height: 250px; overflow: hidden;}
.discuss-file .discuss{width: 579px;}
.discuss-file .discuss .advice-letter a{width: 270px; height: 64px; line-height: 64px; text-align: center; font-size: 18px; color:#505050; background-color:#f2f2f2; display: block;}
.discuss-file .discuss .advice-letter a:hover{color:#0880d1;}
.discuss-file .discuss .advice-letter a i{margin-right: 15px; display: inline-block; vertical-align: middle;}
.discuss-file .discuss .advice-letter a.a-1 i{width: 34px; height: 34px; background: url(../images/xx.png) no-repeat;}
.discuss-file .discuss .advice-letter a.a-1:hover i{background: url(../images/xx-a.png) no-repeat;}
.discuss-file .discuss .advice-letter a.a-2 i{width: 34px; height: 32px; background: url(../images/zx.png) no-repeat;}
.discuss-file .discuss .advice-letter a.a-2:hover i{background: url(../images/zx-a.png) no-repeat;}

/*专题专栏-常见问题*/
.special-question .special,.question{width: 580px;}
.special-question .special li{margin-bottom: 20px; height:112px;}
.special-question .special li:last-child{margin-bottom: 0;}
.special-question .special li img{display: block;}
.special-question .question dl{margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #c4c4c4;}
.special-question .question dl dt{margin-top: 5px; margin-bottom: 10px; font-size: 18px; color:#505050;word-break:break-all; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
.special-question .question dl dt:hover{color:#1994e0; cursor: pointer;}
.special-question .question dl dd{padding-left: 30px; line-height:30px; text-indent: 30px; font-size: 14px; color:#767676;}

.scrollup-container{height:330px; overflow: hidden;}
.scrollup-list{margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #c4c4c4;}
.scrollup-list h6{margin-bottom: 15px;color:#505050; font-size: 18px; font-weight: 100;word-break:break-all; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
.scrollup-list h6:hover{color:#0880d1; cursor: pointer;}
.scrollup-list p{padding-left: 25px; line-height: 26px; font-size: 14px; color:#767676; text-indent: 30px;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}

/*政务服务*/
.service{padding:20px 0 0;}
.service ul{margin: 0 auto; width:100%;}
.service li{padding: 5px;margin-right:25px; width:150px; height:140px; text-align: center; color:#505050;box-sizing: border-box;font-size:14px;display:table; float: left;}
.service li:hover{background-color:#f5f5f5;}
.service li span{width:185px; height:75px; vertical-align:middle; display:table-cell;}
.service li:last-child{margin-bottom: 22px;margin-right: 0;}
.service li img{margin: 0 auto; display: block;}
.service li a{display: block;}
.search-btn{margin-top: 13px; width: 290px; height: 135px; text-align: center; font-size:16px; color:#fff;}
.search-btn li{margin-top: 18px;width:100%; height: 49px; line-height: 49px;}
.search-btn li a{display: block;}
.search-btn .li-1{background-color:#11b4f7;}
.search-btn .li-2{background-color:#38af05; }
.search-btn .li-3{width: 100%; background-color:#eb4b3b;}

/*政务公开*/
.open-government{padding:20px 0 0;}
.news,.group{width:580px}
.news .news-tab .news-tab-tit{margin-bottom: 24px;}
.news .news-tab .news-tab-tit a{margin-right: 25px; width: 104px; height: 34px; line-height: 34px; text-align: center; background-color:#dedede; display: block; float: left; color:#505050; font-size: 16px;}
.news-tab-tit .add-tab{color:#fff !important; background-color:#0780d1 !important; background-image: none !important;}
.news-con .news-tit{margin-bottom: 15px;}
.news-con .news-tit .img-or-vid{margin-right: 18px; width: 215px; height: 120px;}
.news-con .news-tit .img-or-vid img{width: 215px; height: 120px;}
.news-con .news-tit .news-con-tit{width:345px;}
.news-con .news-tit .news-con-tit h3{margin-bottom: 10px; font-size:20px; font-weight: 100;word-break:break-all; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
.news-con .news-tit .news-con-tit p{line-height: 24px; font-size: 14px; color:#505050;word-break:break-all; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}

.group .group-list li{margin-left: 20px; margin-bottom: 20px; padding-left: 102px; padding-top: 17px; width:437px; height:95px;}
.group .group-list li span,dl{display:inline-block;}
.group .group-list li span{margin-right: 40px; width: 81px; height: 81px;}
.group .group-list li span img{width: 81px; height: 81px;}
.group .group-list li dl{max-width: 290px; max-height: 78px; overflow: hidden;}
.group .group-list li dt{word-break:break-all; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
.group .group-list li dt{margin-top: 10px; margin-bottom: 15px; font-size: 22px;}
.group .group-list li dd{font-size: 16px; color:#666;}
.group .group-list li.li-1{background-position:0 -145px;}
.group .group-list li.li-2{background-position:0 -257px;}
.group .group-list li.li-3{background-position:0 -370px;}

.statute-notice{ padding:27px 0 20px;}
.pb20{padding-bottom: 20px !important;}
.statute-notice .small-tit{margin-bottom: 10px;}
.statute,.notice,.region{width:580px;}

.inform-file{margin-top: 20px;}
.inform-file .inform,.file{width: 580px;}
.inform-file .small-tit{margin-bottom:20px;}
.inform-file .inform li{margin:5px 35px 7px 0; padding-left: 28px; width: 218px; height:62px; line-height: 62px; border:1px solid #e4e4e4; color:#666; font-size:18px; float: left;}
.inform-file .inform li:hover{background-color:#f2f2f2;}
.inform-file .inform li img{margin-right: 15px; width: 28px; height: 28px; vertical-align:middle;}
.inform-file .inform li a{display: block;}

/*走进自贸区*/
.enter{margin-bottom: 25px; padding-top: 20px; font-size: 14px; color:#505050;}
.enter p{text-indent: 30px; line-height:34px; text-align: justify;}
.enter img{margin-right: 20px; float: left;}
.enter .more-btn{color:#eb4b3a;}
.enter-link{margin-bottom: 40px;}
.enter-link li{width: 334px; height: 63px; line-height:63px; background-color:#f5f5f5; text-align: center; float: left; font-size: 16px;}
.enter-link li a{display: block;}
.enter-link li.link-1{margin:0 65px 0 25px; color:#fff; background: url(../images/bg-1.jpg) no-repeat;}
.enter-link li.link-2{margin-right: 65px; color:#fff; background: url(../images/bg-2.jpg) no-repeat;}
.enter-link li.link-3{color:#fff; background: url(../images/bg-3.jpg) no-repeat;}
.event-small-nav .small-nav li{margin-bottom: 15px; height: 75px; line-height: 75px; font-size:20px; text-align: center; color:#fff;}
.event-small-nav .small-nav li.nav-1{background-color: #f35e5e;}
.event-small-nav .small-nav li.nav-2{background-color: #54c9f4;}
.event-small-nav .small-nav li.nav-3{background-color: #84d561;}
/*内容详情页面*/
.content-details-con{padding-bottom: 20px;}
.content-details-con h1{padding:20px 0; margin-bottom: 15px; border-bottom:2px solid #0e94ca; font-size: 26px; color:#00b5fe; text-align: center; font-weight:500;}
.content-details-con em{text-align:center; display: block; font-size: 14px; color:#999;}
.content-details-con p{margin-top:4px !important; font-size: 14px; color:#505050; text-indent:30px; text-align: justify;}
.content-details-con p img{margin: 0 auto 15px; display: block;}
.content-details-con .next-share .fl{color:#999; font-size: 14px;}
.content-details-con .next-share .fr{width: 200px;}
/*区域概况-创新试点*/
.region-innovate p{margin-top: 10px; line-height: 30px; color:#505050; font-size: 14px; text-indent: 30px; text-align: justify;}
.region-innovate p a{color:#e62828;}

.innovation-copy{margin-bottom: 40px;}
.innovation-copy .innovation{width: 580px;}
.innovation-copy .innovation .innovation-tit a{margin-left: 16px; margin-bottom: 10px; width: 140px; height: 34px; line-height: 34px; text-align: center; color:#505050; background-color:#d2d2d2; display: block; float: left; font-size: 16px;}
.innovation-copy .innovation .innovation-tit .add-tab{background-color:#0780d1 !important; color:#fff !important; background-image: none !important;}
.innovation-copy .innovation .news-list{display: none;}
/*大事记*/
.memorabilia{height: 384px; background: url(../images/sj-bg.jpg) center center no-repeat;}
.memorabilia .size{margin:0 auto; width: 1100px;}
.memorabilia .size li{width: 106px;}
.memorabilia .size li span{width: 87px; height: 87px; line-height: 87px; border:5px solid; border-radius: 50%; text-align: center; display: block; font-size:26px; background-color:#fff;}
.memorabilia .size li.li-1{top:40px; left:300px; border-color:#23ac70; color:#25b476;}
.memorabilia .size li.li-2{top:160px; left:440px; border-color:#fb921d; color:#fb921d;}
.memorabilia .size li.li-3{top:40px; left:570px; border-color:#eee; color:#eee;}
.memorabilia .size li.li-4{top:160px; left:710px; border-color:#eee; color:#eee;}
.memorabilia .size li.li-5{top:40px; left:840px; border-color:#eee; color:#eee;}
.memorabilia .size li.li-6{top:160px; left:990px; border-color:#eee; color:#eee;}
/*
.memorabilia .size li.li-3{top:40px; left:570px; border-color:#01a99c; color:#01a99c;}
.memorabilia .size li.li-4{top:160px; left:710px; border-color:#f75a1e; color:#f75a1e;}
.memorabilia .size li.li-5{top:40px; left:840px; border-color:#25b476; color:#25b476;}
.memorabilia .size li.li-6{top:160px; left:990px; border-color:#f99017; color:#f99017;}
*/

.memorabilia .size li:hover .memorabilia-con{display: block; transition: 1s;}
.memorabilia .size .memorabilia-con{padding:0 10px; width:86px; height:207px; font-size: 12px; color:#fff; text-indent: 24px; line-height:20px; text-align: justify; display: none;}
.memorabilia .size .con-1{padding-top: 60px; top: 75px; left: -5px; height: 147px; background: url(../images/2016.png) no-repeat;}

@-webkit-keyframes hvr-wobble-vertical {
	16.65% {-webkit-transform: translateY(8px);
		transform: translateY(8px);	}
	33.3% {-webkit-transform: translateY(-6px);
		transform: translateY(-6px);	}
	49.95% {-webkit-transform: translateY(4px);
		transform: translateY(4px);	}
	66.6% {-webkit-transform: translateY(-2px);
		transform: translateY(-2px);	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);	}
	100% {-webkit-transform: translateY(0);
		transform: translateY(0);	}
}
@keyframes hvr-wobble-vertical {
	16.65% {-webkit-transform: translateY(8px);
		transform: translateY(8px);	}
	33.3% {	-webkit-transform: translateY(-6px);
		transform: translateY(-6px);	}
	49.95% {-webkit-transform: translateY(4px);
		transform: translateY(4px);	}
	66.6% {-webkit-transform: translateY(-2px);
		transform: translateY(-2px);}
	83.25% {-webkit-transform: translateY(1px);
		transform: translateY(1px);}
	100% {-webkit-transform: translateY(0);
		transform: translateY(0);}
}
.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;}
.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;}

	
/*政务公开*/
.zwgk{margin-top: 15px;}
.zwgk .list-tab{width: 832px; height:383px; overflow: hidden;}
.zwgk .list-tab .zwgk-list-tit{margin-right: 15px; width: 50px;}
.zwgk .list-tab .zwgk-list-tit a{padding:29px 17px; width:17px;display: block; background-color:#e9e9e9; color:#505050; font-size: 16px;}
.zwgk .list-tab .zwgk-list-tit a.mb16{margin-bottom: 16px;}
.zwgk .list-tab .news-list{width: 765px;}
.zwgk .list-tab .news-list li span{max-width:630px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.zwgk .list-tab .add-tab{color:#fff !important; background-color:#0880d1 !important;background-image: none !important;}
.zwgk .con .fr li{margin-bottom: 15px; width:348px; height:60px; line-height: 60px; border:1px solid #c6c6c8; font-size: 18px; color:#0880d1;}
.zwgk .con .fr li:hover{background-color: #eee;}
.zwgk .con .fr li a{display: block;}
.zwgk .con .fr li i{margin-left: 94px; margin-right: 20px; width: 33px; height: 33px;}

.zwgk .con .fr li i img{width: 33px; height: 33px; vertical-align: middle;}
.cx-copy{margin-top: 20px;}
.cx-copy .cx{width:595px;}
.cx-copy .file{width: 560px;}

/*手风琴*/
#slide{width:600px;position:relative;overflow:hidden;height:240px;}
#nav{width:600px;position:relative;overflow:hidden;height:240px;z-index:10;}
#nav li{width:50px; height:240px;}
#nav li.active a{background-color:#0880d1; color:#fff;}
#nav a{padding:75px 17px; width:17px; display:block;position:absolute;top:0; color:#505050; font-size: 16px; background-color: #e9e9e9;}
#nav a:hover{background-color: #0880d1; color:#fff;}
#evtCon .news-list li span{max-width:395px;}
.n1{left:0;}
.n2{left:545px}

#evtCon{margin-left: 10px; width:470px;height:240px;position:absolute;top:0;left:60px;z-index:9999;}

#evtCon .evt{display:none;}
#evtCon .active{margin-left: 10px; display:block;}
/*专题专栏*/
.special-img{margin-bottom: 20px;}
.special-img span.span-1{width: 78px;}
.special-img span.span-1 img{width: 78px;}
.special-img span{margin-right:21px; width:353px; height: 78px; display: block;}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.special-img span:last-child{margin-right: 0;}
.special-img span img{width:353px; height: 78px;}
/*政府文件*/
.file-tab .file-tab-tit{margin-bottom: 23px;}
.file-tab .file-tab-tit a{margin-right: 25px; width: 130px; height: 30px; line-height: 30px; text-align: center; font-size:16px; color:#505050; background-color: #dedede; display: block; float: left;}
.file-tab .file-tab-tit .add-tab{background-color:#0780d1 !important; color:#fff !important; background-image: none !important;}

.zzjg {height: 145px; background: url(../images/bg.jpg) no-repeat center top;}
.zzjg a{top: 82px; width: 175px; height: 58px; line-height: 58px; border:1px solid #e4e4e4; display: block; text-align: center; font-size: 18px; color:#666; background-color:#fff;}
.zzjg a:hover{color:#0780d1;}
.zzjg a i{margin-right: 10px; vertical-align: middle; display: inline-block;}
.zzjg a i img{display: block;}
.zzjg .a-1{left:0;}
.zzjg .a-1 i{width: 46px; height: 29px;}
.zzjg .a-1 i img{width: 46px; height: 29px;}

.zzjg .a-2{left:201px;}
.zzjg .a-2 i{width:37px; height:33px;}
.zzjg .a-2 i img{width:37px; height:33px;}

.zzjg .a-3{right:0;}
.zzjg .a-3 i{width:37px; height:33px;}
.zzjg .a-3 i img{width:37px; height:33px;}
/*互动交流*/
.hdjl-con{margin-bottom: 20px;}
.hdjl-con .eaml{width:710px;}
.hdjl-con .eaml .hdjl-tab{padding-left:80px; background:url(../images/ico.png) no-repeat; background-position:-540px -1163px; color:#999;}
.hdjl-con .eaml .hdjl-tab .add-tab{color:#0074c2 !important; background-image: none !important;}


.hdjl-con .eaml .write-letters{margin-top: 15px; width:106px; height: 33px; line-height: 33px; border-radius: 6px; font-size: 18px; color:#fff; text-align: center; background-color:#2ba4ef; display: block;}
.hdjl-con .eaml .write-letters:hover{background-color:#1b91da;}
.hdjl-con .eaml table{width:100%; border:none;}
.hdjl-con .eaml table th{height: 36px; line-height: 36px; border-right:4px solid #fff; text-indent: 10px; background-color:#f0f0f0; font-size: 16px; font-weight: 100; text-align: left;}
.hdjl-con .eaml table td{height: 40px; line-height: 40px; border:none; text-indent: 10px; font-size: 14px;}
.hdjl-con .eaml table a:hover{color:#2ba4ef;}
.hdjl-con .eaml table .text-c{text-align: center;}
.hdjl-con .contact-us{width: 435px;}
.hdjl-con .contact-us h3{font-size: 18px; font-weight: 100;}
.hdjl-con .contact-us p{margin-top:13px; font-size: 14px;}
.hdjl-con .contact-us h3,p{padding-left:30px;}
.consultation-from{margin-bottom:30px;}
.from-tab{padding-left:80px; background:url(../images/ico.png) no-repeat; background-position:-540px -1099px; color:#999;}
.from-tab .add-tab{color:#0074c2 !important; background-image: none !important;}
.from-tab em{float: left;}
.from-tab-con{margin:0 auto; width:820px;display: none;}

.consultation-from li{margin-top: 30px;}
.consultation-from p{margin-top: 20px; font-size: 14px; color:#2194e1;}
.consultation-from label{margin-right: 16px; width: 114px; height: 39px; line-height: 39px; text-align: center; font-size:14px; color:#505050; background-color:#f7f7f7; display: block; float: left;}
.consultation-from .w228{margin-right: 13px; width: 228px; height:37px; line-height: 37px; border:1px solid #dbd8d8; display: block; float: left;}
.consultation-from .mr42{margin-right: 42px !important;}
.consultation-from i{margin-right: 26px; height: 39px; line-height: 39px; display: block; float: left; font-size: 24px; color:#ff0000;}
.consultation-from .mr-n{margin-right: 0 !important;}
.consultation-from textarea{resize:none;}
.consultation-from .text-1{margin-right:13px; float:left;width:636px; height: 39px; line-height: 39px; border:1px solid #dbd8d8;}
.consultation-from .file-img{margin-right: 16px; width: 636px; height: 120px; border:1px solid #dbd8d8; float: left;}
.consultation-from li span{height: 39px; line-height: 39px; font-size: 14px; color:#666; display: block; float: left;}
.consultation-from li span input{margin: 0 10px 0 20px;}
.consultation-from .w465{width: 465px; height: 39px; line-height: 39px; border:1px solid #dbd8d8; float: right;}
.consultation-from .mr-label{float: right;}
.consultation-from li .reset-btn,.submit-btn{width:167px; height:50px; line-height: 50px; text-align: center; font-size: 16px; display: block; float: left;}

.consultation-from li .reset-btn{margin-left:255px; margin-right: 23px; background-color:#e1e1e1; text-align: center; transition:0.5s;}
.consultation-from li .reset-btn:hover{background-color:#ccc;}
.consultation-from li .reset-btn img{margin-right: 9px; vertical-align: middle;}
.consultation-from li .submit-btn{background-color:#2194e1; color:#fff; transition:0.5s;}
.consultation-from li .submit-btn:hover{background-color:#107dc6;}
.consultation-from li .submit-btn img{margin-right:7px; vertical-align: middle;}

.region-map{margin-right: 15px; width:668px; height:412px; float: left; font-size: 12px;}
.region-map .map-1{ top:88px; left:270px;width:75px; height:198px; background: url(../images/yl.png) no-repeat; color:#6cc247; text-align: center; z-index: 10;}
.region-map .map-2{top:170px; left:305px;width:77px; height:112px; background: url(../images/pq.png) no-repeat; color:#2c85d8; text-align: center; z-index: 10;}
.region-map .map-3{top:115px; left:323px;width:77px; height:168px; background: url(../images/map-3.png) no-repeat; color:#ffab33; text-align: center; z-index: 0;}
.region-map .map-1 a{padding-top:16px; line-height:20px;}
.region-map .map-3 a{padding-top: 10px; line-height:20px;}
.region-map div a{padding-top: 5px; padding-left: 5px; width: 67px; height: 67px; line-height: 67px; display: block; text-align: center;}
.region-map div:hover{z-index: 100; transition: 0.5s;}
/* Rectangle Out */
.hvr-rectangle-out {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#0880d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {color:#fff;}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);}

/* Rectangle Out-1 */
.hvr-rectangle-out-1 {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.hvr-rectangle-out-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#287f02;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;}
.hvr-rectangle-out-1:hover, .hvr-rectangle-out-1:focus, .hvr-rectangle-out-1:active {color:#fff;}
.hvr-rectangle-out-1:hover:before, .hvr-rectangle-out-1:focus:before, .hvr-rectangle-out-1:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);}

/* Rectangle Out-2 */
.hvr-rectangle-out-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.hvr-rectangle-out-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#c43223;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;}
.hvr-rectangle-out-2:hover, .hvr-rectangle-out-2:focus, .hvr-rectangle-out-2:active {color:#fff;}
.hvr-rectangle-out-2:hover:before, .hvr-rectangle-out-2:focus:before, .hvr-rectangle-out-2:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);}
  
/* Rectangle Out-3 */
.hvr-rectangle-out-3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #faa732;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.hvr-rectangle-out-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#e9951e;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;}
.hvr-rectangle-out-3:hover, .hvr-rectangle-out-3:focus, .hvr-rectangle-out-3:active {color:#fff;}
.hvr-rectangle-out-3:hover:before, .hvr-rectangle-out-3:focus:before, .hvr-rectangle-out-3:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);}  

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;}

            	
/*友情链接*/
.zmq-link{margin-top:15px;margin-bottom:15px;}   
.zmq-link .link-cons{padding-left: 20px;border:1px solid #ddd;}
.zmq-link .size2 .link-tit{padding-left:170px;height:40px;line-height:40px;}
.zmq-link .size2 .link-ico{left:15px;top:-6px;width:175px; height:41px;}
.zmq-link .size2 .link-ico h1{line-height:41px;font-weight: 100;color:#0074c2; font-size:22px;}
   
.zmq-link .size2 .link-tit a{width:180px;border:1px solid #ddd;border-bottom:0;text-align: center;font-size: 16px;display:block; float:left;}
.zmq-link .size2 .link-tit a.add-tab{border-color: #0880d1;color:#fff !important;background-color:#0880d1 !important;background-image: none !important;}	              	
.link-cons .link-cons-list{padding:10px 0 20px;min-height:55px;display:none;}
.link-cons .link-cons-list li{margin:15px 0 0;width:195px;float:left;box-sizing: border-box;font-size:14px;}
.link-cons .link-cons-list li.w230{width:230px;}
.link-cons .link-cons-list li a{display:block;}	              	
.link-cons .link-cons-list li a:hover{color:#0074c2;}	              	

/*****************改版后的首页*****************/
.news-loogo{left:0;top:69px;}
.news-img-scrll{height:475px;}
.news-img-scrll .size{z-index:9;}
.news-img-scrll .size .news-loogo{top:70px;}
.language{top:93px;right:0;}
.language a{padding:4px 20px;display:block;font-size:14px;}
.language a.active{background-color:#0774d9;color:#fff;border-radius:22px;}
/*导航*/
.news-nav{margin-bottom:15px;height:70px;background-color:#0774d9;color:#fff;font-size:20px;}
.news-nav .nav-list{width:800px;}
.news-nav .nav-list li{width:16%;height:70px;line-height:70px;text-align:center;float:left;}
.news-nav .nav-list li.nav-li.active{background-color:#0551be;}
.news-nav .nav-list li .mewsNavList{width:100%;display:none;z-index:999 !important;}
.news-nav .nav-list li .mewsNavList{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#A8000000', endColorstr='#A8000000');background:rgba(0,0,0,0.66);}
:root .news-nav .nav-list li .mewsNavList{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}/*for IE9*/
/*或者ie9的hack使用：*/ 
.news-nav .nav-list li .mewsNavList li{width:100%;height:50px;line-height:50px;border-bottom:1px solid #636263;text-align:center;float:none;box-sizing:border-box;font-size:16px;}
.news-nav .nav-list li .mewsNavList li:last-child{border:0;}
.news-nav .nav-list li .mewsNavList li a{display:block;}
.mewsNavList li a.active{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000', endColorstr='#66000000');background:rgba(0,0,0,0.4);}
:root .mewsNavList li a.active{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}/*for IE9*/
/*或者ie9的hack使用： */
:root .mewsNavList li a.active{filter:none;}/*for IE9*/

.news-nav .nav-list li a{display:block;}
.news-nav .nav-list li.active{background-color:#0551be;}
.news-nav .nav-search{padding-top:17.5px;width:300px;height:70px;text-align:center;box-sizing: border-box;}
.news-nav .nav-search input{width:90%;height:40px;line-height:40px;border:0;border-radius:26px;text-indent:12px;}
.news-nav .nav-search a{top:30px;right:25px;width:19px;height:19px;display:block;}
.news-nav .nav-search a img{width:19px;height:19px;display:block;}
/*轮播图切换和新闻切换*/
.news-imgScrllNewsTab{margin-bottom:15px;}
.news-imgScrllNewsTab .news-imgScrll{width:545px;}
.news-imgScrllNewsTab .news-tab{width:530px;}
.news-imgScrllNewsTab .news-tab .news-tit{padding-left:65px;text-align:right;}
.news-imgScrllNewsTab .news-tab .news-tit a{margin-left:20px;width:125px;height:34px;line-height:34px;display:block;background-color:#e0e0e0;font-size:16px;color:#505050;text-align:center;border-radius:20px;}
.news-imgScrllNewsTab .news-tab .news-tit a.active{background-color:#0774d9;color:#fff;}
.news-con .news-con-list{padding-top:15px;display:none;}
.news-con .news-con-list li{line-height:35px;padding-left:14px;background:url(../images/news-li-bg.png) no-repeat left center;box-sizing: border-box;font-size:14px;color:#505050;}
.news-con .news-con-list li span{display:block;max-width:415px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-con .news-con-list li span:hover{color:#e10707;}
.news-con .news-con-list li em{color:#858585;}
/*办事服务*/
.news-service{margin-bottom:15px;height:220px;background:url(../images/news-server-bj.png) no-repeat -118px center;}
.backgr{width:1100px;height:200px;background:url(../images/news-server-zx.png);margin: 0 auto;}
.news-service li{top:48px;width:110px;text-align:center;}
.news-service li img{margin:0 auto 15px;display:block;transition:0.8s;}
.news-service li span{display:block;font-size:12px;color:#505050;}
.news-service li:nth-child(1){width:68px;left:478px;}
.news-service li:nth-child(2){width:100px;left:590px;}
.news-service li:nth-child(3){width:95px;left:727px;}
.news-service li:nth-child(4){left:865px;width:75px;}
.news-service li:nth-child(5){left:996px;width:75px;}
.news-service li:hover img{transform:rotate(360deg);}
.rotateimg{
	animation: rotation 2.5s linear infinite;
	-webkit-animation: rotation 2.5s linear infinite;
	-moz-animation: rotation 2.5s linear infinite;}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotation {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
/*文件-互动交流*/
.file-Interaction{padding:0px 0;height:321px;overflow:hidden;}
.file-text{width:575px;}
.file-text .text-tit{height:48px;border-bottom:1px solid #ccc;font-size:24px;color:#505050;font-weight:bold;}
.file-text .text-tit a{padding-bottom:13px;width:33.3333%;display:block;border-bottom:4px solid #fff;text-align:center;}
.file-text .text-tit a.active{border-color:#0774d9;color:#0774d9;}
.file-text-content .file-text-list{display:none;}
.file-text-content .file-text-list li{line-height:29px; padding-left:15px;font-size:14px;color:#505050; background:url(../images/news-li-bg.png) no-repeat left center;box-sizing: border-box;}
.file-text-content .file-text-list li span{max-width:460px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.file-text-content .file-text-list li span:hover{color:#e10707;}
.Interaction{width:460px;}
.Interaction h1{margin-bottom:15px;height:48px;line-height:28px;border-bottom:1px solid #ccc;font-size:24px;color:#0774d9;}
.Interaction li{width:50%;height:122px;line-height:122px;box-sizing:border-box;font-size:16px;color:#505050;background-color:#f7f7f7;}
.Interaction li a{display:block;}
.Interaction li:hover{background-color:#e9e9e9;}
.Interaction li img{margin-left:50px;margin-right:22px;vertical-align: middle;}
.Interaction li:nth-child(1){border-bottom:1px dotted #c1c1c1;border-right:1px dotted #c1c1c1;}
.Interaction li:nth-child(2){border-bottom:1px dotted #c1c1c1;}
.Interaction li:nth-child(3){border-right:1px dotted #c1c1c1;}
/*专题链接和新闻链接*/
.specialNewsLink{padding:15px 0;background-color:#f7f7f7;}
.specialNewsLink .specia-link li{margin-bottom:12px;width:437px;height:133px;}
.specialNewsLink .specia-link li:last-child{margin-bottom:0;}
.specialNewsLink .specia-link li img{display:block;width:437px;height:133px;}
.specialNewsLink .Side-news{width:635px;height:426px;}
.Side-news .Side-tit{width:66px;height:100%;overflow:hidden;}
.Side-news .Side-tit a{padding:162px 15px 0;width:66px;height:100%;display:block;font-size:20px;text-align:center;color:#505050;font-weight:bold;box-sizing: border-box;background:url(../images/news-tab.jpg) no-repeat;}
.Side-news .Side-tit a.active{background:url(../images/news-tab-active.jpg) repeat;color:#fff;}
.Side-news .SideNesList{width:550px; }
.SideNesList .SideNesList-con {display:none; height:210px;}
.SideNesList .SideNesList-con  li{line-height:29px;padding-left:10px;background:url(../images/news-li-bg.png) no-repeat left center;box-sizing: border-box;font-size:14px;color:#505050;}
.SideNesList .SideNesList-con  li span{max-width:440px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.SideNesList .SideNesList-con  li em{color:#858585;}

/*顶部*/
.news-top{top:0;left:0;width:100%;height:40px;line-height:40px;font-size:14px;color:#fff;z-index:9;}
.news-top{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#4C000000', endColorstr='#4C000000');background:rgba(0,0,0,0.3);}
:root .news-top{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}/*for IE9*/
或者ie9的hack使用： 
:root .news-top{filter:none;}/*for IE9*/
.news-top div.left-date{max-width:750px;}
.news-top div.left-date span{padding-right: 10px;}
.news-top div.left-date iframe{padding-top: 8px;}
.news-top div.right-link a{margin-left:20px;}
.news-top div.right-link a:hover{color:#1179da}
/*右侧*/
.right-link-pf{top:475px;right:0;width:82px;height:282px;border:1px solid #cdcccc;border-bottom:0;}
.right-link-pf li{padding:24px 15px 0;height: 94px;border-bottom:1px solid #cdcccc;text-align:center;font-size:18px;background-color:#f7f7f7;box-sizing:border-box;}
.right-link-pf li:nth-child(2){padding:26px 14px 0;}
.right-link-pf li a{display:block;width: 100%;height: 100%;}
.SideNesList .SideNesList-con li span:hover{color:#e10707;}
.right-link-pf li span{top:1px;left:-92px;padding:3px 2.5px;width:92px;height:100%;display:block;box-sizing: border-box;background-color:#0774d9;display:none;}
.right-link-pf li:hover{background-color:#0774d9;color:#fff;border-color:#0774d9;}



	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	