.page-theme{
	background: linear-gradient(#82b1e5,#ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF82b1e5,endColorstr=#FFffffff,grandientType=1);
	background-repeat: no-repeat;
}

.theme-slide,.theme-portlet{
	background: #fff;
}
.theme-slide.tab-slide .hd li{
	font-size: 20px;
	padding-bottom: 6px;
}
.theme-slide.tab-slide .hd li a{
	color: #666;
}
.theme-slide.tab-slide .hd li.on{
	background: url(../images/theme/icon.png) center -60px no-repeat;
}

.theme-slide.tab-slide .hd li.on a,
.theme-portlet .portlet-head{
	color: #ef0000;
	font-size: 20px;
	font-weight: 700
}
.theme-portlet .portlet-head .more{
	float: right;
	padding-right: 16px;
	color: #212529;
	font-size: 14px;
	font-weight: normal;
}
.theme-slide,.theme-portlet{padding: 10px 0;}
.theme-slide .hd:before,
.theme-portlet .portlet-head:before{
	content: "";
	float:left;
	width: 18px;
	height: 21px;
	background: url(../images/theme/icon.png) -4px -2px no-repeat;
	margin:4px 6px 0 20px;
}
.theme-slide.tab-slide .hd .more{
	right: 20px;
}
.case-item img{
	display: block;
	width: 208px;
	height: 138px;
	border: 1px solid #ddd;
}
.case-item{
	display: block;
	float: left;
	width: 210px;
	margin: 0 20px;
}
.case-item .case-info{
	display: block;
	text-align: center;
	background: #eee;
	margin-top: 12px;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 12px;
}
.case-list{
	padding: 20px 0 18px 0;
	overflow: hidden;
}
.theme-portlet .portlet-body{
	padding-top:20px;
}
.theme-portlet-left{
	float: left;
	width: 420px;
}
.theme-slide-left{
	float: left;
	width: 760px;
	margin-right: 20px;
}
.theme-slide .cnt{
	padding: 0 20px;
}
.guide-item{
	display: block;
	width: 295px;
	height: 64px;
	margin: 0 auto;
}
.guide-item>img{width: 100%;height: 100%;}
.guide-item+.guide-item{
    margin-top: 15px;
    margin-bottom: 10px;
}
.guide-item:hover{
	opacity: .8;filter: opacity(80);
}
.theme-header{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 546px;
}

.page-theme .nav-wrapper{
	background: rgba(0,40,147,.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99002893,endColorstr=#99002893);
}

.page-theme .banner-slide .bd img{
	height: 1200px;height: 400px;
}
.page-theme .nav>li:hover{
	background: #114fbd;/*rgba(0,40,147,.7);*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2002893,endColorstr=#B2002893);
}
.page-theme .logo{margin: 28px 0 28px 15px;float: left;max-width: 670px;}
.page-theme .img-platform{float: right;margin-top: 48px;margin-right: 42px;}
.marquee-slide .tempWrap{margin-left: 20px;}
.theme-slide .link-item>img{
	height: 80px;
}

.marquee-slide-group .tempWrap{
	padding-top:10px;
	padding-bottom: 10px;
}
.page-theme .news-list>li a .text:before{
	background: #3e65aa;
	width: 6px;
	height: 6px;
}

.page-theme .news-list>li{padding:0 10px;}
.page-theme .news-list>li:hover{
	background: #ededed;
}
.page-theme .news-list>li:hover a{
	color: #5492da;
}

.page-theme .main-wrapper{
	margin-top: -320px;
	position: relative;
	z-index: 33;
}
.page-theme .sub-content{
	margin-left: 16px;
	width: 966px;
}
.page-theme .sub-content-bd{padding-left: 12px;}
.page-theme .sub-side{margin-top: 0;}
.page-theme .sub-content-hd{margin-top: 2px;}
.page-theme .sub-side-title{padding: 8px 0;}
.page-theme .search-group{margin-top: 8px;}
.page-theme .search-input{height: 28px;line-height: 28px;}
.page-theme .search-btn{width: 36px;height: 32px;background-position: -16px 5px;}
.page-theme .news-content-hd {
  background: #eee;
  padding: 0 14px;
}
.news-content-bd{border:0;}
.page-theme .news-content-bd{ min-height: 800px; border:0;padding: 0 120px 25px 120px }
.page-theme .news-content-text{padding: 0 30px 24px 30px;}
.page-theme .btn-print{background: none;border:1px solid #bfbfbf;color: #212529;text-align: center;border-radius: 4px;line-height: 26px;}
.page-theme .figure-list{margin-right: -50px;margin-left: -1px;}

.page-theme .figure-item{
  position: relative;
  margin: 12px 50px 12px 0;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #fff;
  border-bottom: 1px solid #e8e8e8\0;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,.2);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-bottom: 6px;
}
/*.page-theme .figure-item:hover {
  z-index: 2;
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}*/
.page-theme .figure-item:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-bottom: 2px solid #3c9dff;
  border-bottom: 1px solid #3c9dff\0;
}
.page-theme .figure-item>a>span{
	padding: 0 12px;
}
.video-wrapper {
    width: 327px;
    height: 170px;
    margin: 0 auto
}
.page-theme .figure-item .video-img {
  width: 280px;
  height: 150px;
  border:0; 
}


.special-video-list {
	padding: 0;
}

.special-video-list>li {
	display: block;
}

.special-video-list>li a {
	top:30px;
	position: relative;
	display: block;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
}

.special-video-list>li a .text {
	position: absolute;
	left: 20px;
	right: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.special-video-list>li a .text:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #ed9d60;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 12px;
}
.special-video-list>li a .date {
	position: absolute;
	right: 20px;
}

.page-theme .figure-item>a:hover{color: #212529}
.page-theme .figure-item>a>span:hover{color:#d83529;}
.page-theme .preview-news .title{margin: 8px auto}


/*-----start .page-theme-green----------*/
.page-theme.page-theme-green{
	background: linear-gradient(#8cca72,#ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8cca72,endColorstr=#FFffffff,grandientType=1);
}
.page-theme.page-theme-orange{
	background: linear-gradient(#f6c048,#ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf6c048,endColorstr=#FFffffff,grandientType=1);
}

.page-theme-green .theme-slide .hd:before,
.page-theme-green .theme-portlet .portlet-head:before,
.page-theme-orange .theme-slide .hd:before,
.page-theme-orange .theme-portlet .portlet-head:before
{
	background-position: -4px -34px;
}
.page-theme-green .theme-slide.tab-slide .hd li.on,
.page-theme-orange .theme-slide.tab-slide .hd li.on{
	background-position: center -130px;
}
.page-theme-green .theme-slide.tab-slide .hd li.on a,
.page-theme-green .theme-portlet .portlet-head,
.page-theme-orange .theme-slide.tab-slide .hd li.on a,
.page-theme-orange .theme-portlet .portlet-head
{
	color: #157966;
}
.page-theme.page-theme-green .news-list>li:hover a,
.page-theme.page-theme-orange .news-list>li:hover a
{color: #157966}
.page-theme.page-theme-green .news-list>li a .text:before,
.page-theme.page-theme-orange .news-list>li a .text:before
{background: #157966}
.page-theme-green a:hover,
.page-theme-orange a:hover
{color:#157966 }

/*-----/end .page-theme-green----------*/
/*-----start .page-theme-grey----------*/
.page-theme.page-theme-grey{
	background: linear-gradient(#a1b3bd,#ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFa1b3bd,endColorstr=#FFffffff,grandientType=1);
}
.page-theme-grey .theme-slide .hd:before,
.page-theme-grey .theme-portlet .portlet-head:before
{
	background-position: -40px -2px;
}
.page-theme-grey .theme-slide.tab-slide .hd li.on a,
.page-theme-grey .theme-portlet .portlet-head
{
	color: #6b9243;
}
.page-theme.page-theme-grey .news-list>li:hover a
{color: #6b9243}
.page-theme.page-theme-grey .news-list>li a .text:before
{background: #6b9243}
.page-theme-grey a:hover{color:#6b9243 }
/*-----/end .page-theme-grey----------*/
.float_l{float: left;}
.float_r{float: left;height:100%;}

.sign_up{
    width: 800px;
	height: 42px;
	line-height:42px;
	margin: 0 auto;
    font-size: 14px;
}
.sign_up  .input_box{
    border: none;
    border-bottom: #5690d2 1px solid;
    width: 580px;
    height: 28px;
    line-height: 28px;
    margin: 7px 0 3px 0;
    padding:0px 15px 0px 15px;
    box-sizing:	content-box;
}

.input_minbox{
	border: none;
    border-bottom: #5690d2 1px solid;
    width: 100px;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
	background: #fff;
}

.control-label{
	display: inline-block;
	width: 180px;
	/* text-align: right; */
	font-size: 16px;
}

.form-actions{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.btn{
	width: 80px;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	border: #4c9bfa 1px  solid;
	cursor: pointer;
}

.btn-primary{
	background:  #1A81FC;
	margin-right: 50px;
	color: #FFFFFF;
	font-weight: bold;
	
}

.btn-primary:hover{
	background: #114fbd;
	
}

.btn-return:hover{
	background:  #373737;
	border:  #313030 1px  solid;
	color: #FFFFFF;
	font-weight: bold;
}



