#contacts-tel{
	color: #004EA2;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.nav-container{
	background: #004EA2;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
nav.navbar.bootsnav{
    border: none;
    background: #004EA2;
    z-index: 9999;
}
nav.navbar.bootsnav ul.nav > li{
    margin-right: 10px;
}
nav.navbar.bootsnav ul.nav > li:last-child{
	margin-right: 5px;
}
/* nav.navbar.bootsnav ul.nav > li:before{
    content: "";
    width: 2px;
    height: 0;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover:before{ height: 10px; }
nav.navbar.bootsnav ul.nav > li:last-child:hover:before{height: 0;}
nav.navbar.bootsnav ul.nav > li.megamenu-fw:before{ left: 11.3%; }
nav.navbar.bootsnav ul.nav > li:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover:after{
    bottom: 5px;
    opacity: 1;
}
nav.navbar.bootsnav ul.nav > li:last-child:hover:after{
	display: none;
}
nav.navbar.bootsnav ul.nav > li.megamenu-fw:after{ left: 11.3%; } */
nav.navbar.bootsnav ul.nav > li > a{
	padding: 15px 10px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
	transition: all 0.5s ease 0s;
	font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on{
	background: url('../images/a_hover.png');
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{
    padding: 15px 29px 15px 25px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{ color: #fff; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 120%;
    transition: all 0.8s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown a{
	font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    top: 100%;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{
    font-size: 14px;
    color: #6f6f6f;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
	/*background: url('../images/top.png');*/
	background: #034184;
	color: #fff;
}
.logo-mobile{
	display: none;
	max-height: 40px;
	margin: 4px auto;
	width: auto;
}
.top-link{
	background: url('../images/top.png');
	height: 34px;
	color: #fff;
	/* opacity: 0.3;
    filter: alpha(opacity=30); */
}
.top-link a{
	display: inline-block;
	line-height: 34px;
	color: #fff;
	padding: 0 15px;
}
.logo{
	height: 125px;
	background: #fff;
}
.logo .row{
	background: #fff url('../images/topbg.png') bottom right no-repeat;
}
#search{
	height: 30px;
	line-height: 30px;
	margin-top: 75px;
}
#search input,#search button{
	float: left;
	height: 30px;
	border: none;
}
#search input{
	width: 80%;
	border: 2px solid #034184;
	color: #0f0f0f;
	padding: 0 5px;
	font-size: 16px;
}
#search input::-webkit-input-placeholder{
	color: #0f0f0f;
}
#search input:-moz-placeholder{
	color: #0f0f0f;
}
#search input::-moz-placeholder{
	color: #0f0f0f;
}
#search input:-ms-input-placeholder{
	color: #0f0f0f;
}
#search button{
	font-size: 16px;
	height: 30px;
	line-height: 20px;
	background: #033a84;
    color: #fff;
	vertical-align: middle;
}
#leader-email,#weibo{
	display: inline-block;
	width: 75px;
	background: red;
	margin-right: 15px;
	text-align: center;
	padding-top: 70px;
	color: #165e38;
}
#leader-email{
	background: url('../images/email.png') center 10px no-repeat;
}
#weibo{
	background: url('../images/weibo.png') center 10px no-repeat;
    position: relative;
}
#weibo img{
    max-width: 100px;
    position: absolute;
    left: -10px;
    top: 90px;
    z-index: 99999;
    display: none;
}
.banner{
	max-width: 1920px;
	margin: 0 auto;
}
.banner .carousel-inner>.item>a>img, 
.banner .carousel-inner>.item>img{
	/*height: 455px;*/
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev{
	width: 30px;
	height: 50px;
	margin-top: -20px;
}
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before{
	content: "";
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	left: 0px;
	margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	right: 0;
	margin-right: 0;
}
.carousel-control .glyphicon-chevron-left{
	background: url('../images/left.jpg') 0 0 no-repeat;
}
.carousel-control .glyphicon-chevron-right{
	background: url('../images/right.jpg') 0 0 no-repeat;
}
.carousel-caption{
	left: 0;
	right: auto;
}
.carousel-indicators{
	bottom: 0;
}
.carousel-indicators li{
	/*width: 15px;*/
	margin: 2px;
}
.carousel-indicators .active{
	width:20px;
	margin: 1px;
}
.banner-title{
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: normal;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.banner-title a{
	color: #fff;
}   


.ul-list,.ul-list-date{margin: 0px;padding: 0px;list-style: none;}
.ul-list li{
	height: 37px;
	line-height: 37px;
	position: relative;
}
.ul-list li a{
	display: block;
	overflow: hidden;
	white-space:nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 40px;
	color: #333;
}
.ul-list li a:hover{
	color: #cd0505;
}
.ul-list li a.ymd{
	padding-right: 88px;
}
.ul-list li a.no-ymd{
    padding-right: 0;
}
.ul-list li a.md{
    padding-right: 48px;
}
.ul-list li .times{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ddd;
}
.data-list-dot li{
     padding-left: 15px; 
     background: url('../images/list_icon.png') 0 center no-repeat; 
}
.ul-list-date li{
	/*margin-top: 13px;*/
}
.ul-list-date li a.a-title{
	color: #004EA2;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
.ul-list-date li p{
	text-indent: 26px;
	margin-bottom: 0px;
}
.ul-list-date li  .media{
	margin-bottom: 5px;
}
.ul-list-date li{
	border-bottom: 1px dashed #ddd;
	margin-bottom: 7px;
}
.date-grid{
    width: 60px;
    height: 60px;
     margin-top: 3px;
}
.date-grid .d-g-t{
    height: 50%;
    line-height: 30px;
    background: #004EA2;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.date-grid .d-g-b{
    height: 50%;
    line-height: 30px;
    background: #ffffff;
    /* color: #ddd; */
    border: 1px solid #dad9d9;
    border-top: none;
    text-align: center;
    font-size: 13px;
}
.news-c-tittle{
	line-height: 30px;
}
.news-c-tittle a{
	color: #333;
	letter-spacing: 2px;
}
.news-c-tittle a:hover{
	color: #cd0505;
}
.news-lists .nav-tabs{
	border-bottom: 2px solid #004EA2;
}
.news-lists .nav-tabs a.more{
	display: inline-block;
	background: url('../images/more.png') right center no-repeat;
	float: right;
	width: 60px;
	height: 32px;
	line-height: 29px;
}
.news-lists .nav-tabs>li{
	margin-bottom: 0px;
}
.news-lists .nav-tabs>li>a{
	color: #333;
	border: none;
	cursor:pointer;
	font-size: 16px;
	padding: 0 3px 10px 3px;
	margin-right: 12px;
}
.news-lists .nav-tabs>li>a>i{
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
.news-lists .nav-tabs>li>a:link,
.link-lists .nav-tabs>li>a:link{
	background: none;
}
.news-lists .nav-tabs>li.active>a, 
.news-lists .nav-tabs>li.active>a:focus, 
.news-lists .nav-tabs>li.active>a:hover,
.news-lists .nav-tabs > li > a:hover{
	background: #fff url('../images/triangle.png') 27px bottom no-repeat;
	color: #004EA2;
	border: none;
	cursor:pointer;
	font-weight: bold;
}
.link-lists .nav-tabs{
	text-align: center;
	border-bottom: 1px solid #004EA2;
	/*background: url('../images/b_line.png') center bottom repeat-x;*/
}
.link-lists .nav-tabs>li>a{
	color: #fff;
	font-size: 16px;
}
.link-lists .nav-tabs>li{
	float: none;
	display: inline-block;
}
.link-lists .nav-tabs>li.active>a, 
.link-lists .nav-tabs>li.active>a:focus, 
.link-lists .nav-tabs>li.active>a:hover,
.link-lists .nav-tabs > li > a:hover{
	background:url('../images/triangle.png') center bottom no-repeat;
	color: #fff;
	border: none;
	cursor:pointer;
	font-weight: bold;
}
.news-slide{
	padding-top: 3px;
}
.news-slide h4{
	font-size: 16px;
	text-align: center;
}
.news-slide h4 a{
	color: #004EA2;
}
.news-slide .describe{
	font-size: 14px;
	text-indent: 28px;
}
.news-slide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 0px;
}

.special-title{
	height: 24px;
	background: url('../images/special_bg.jpg') center center no-repeat;
}
.special-content img{
	/*max-height: 84px; */
}
#fwly .item{
	position: relative;
}
#fwly .item .fwhy-title{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	background: url("../images/item_bg.png");
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
#fwly .owl-carousel .owl-nav,
#xbkh .owl-carousel .owl-nav{
	display: block;
}
#fwly .owl-carousel .owl-nav .owl-prev,
#fwly .owl-carousel .owl-nav .owl-next,
#xbkh .owl-carousel .owl-nav .owl-prev,
#xbkh .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top:  40%;
}
#xbkh .owl-carousel .owl-nav .owl-prev,
#xbkh .owl-carousel .owl-nav .owl-next{
	top: 35%;
}
#fwly .owl-carousel .owl-nav .owl-prev,
#xbkh .owl-carousel .owl-nav .owl-prev{
	left: 0;
}
#fwly .owl-carousel .owl-nav .owl-next,
#xbkh .owl-carousel .owl-nav .owl-next{
	right: 0;
}
#xbkh .owl-carousel .owl-nav .owl-prev img,
#xbkh .owl-carousel .owl-nav .owl-next img{
	border: none;
}
.fzjg-list a{
	display: block;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	text-align: center;
	background: url(../images/dot.png) 5px center no-repeat;
}
.nbsp15{
	padding-left: 15px;
}
.nbsp70{
	padding-left: 70px;
}
#xbkh .xbkh-title{
	text-align: center;
	line-height: 30px;
}
#xbkh img{
	/*height: 100px;*/
	border: 1px solid #eee;
}
.fast-link{
	/*background: url('../images/fast_link_bg.jpg');*/
	background: #0466A2;
}
#xnzy .item a{
	width: 100%;
	height: 150px;
	background: red;
	display: inline-block;
	background: url('../images/line_white.png') center 20px no-repeat;
	text-align: center;
	color: #fff;
}
#xnzy .item a:hover{
	background-image: url('../images/line_green.png') ;
}
#xnzy .item img{
	width: auto;
	margin: 0 auto;
	margin-top: 40px;
	width: 40px;
	height: 40px;
}
#xnzy .item a span{
	display: inline-block;
	margin-top: 40px;
}
#yqlj{
	/*padding-top: 20px;*/
}
.link-text{
	height: 71px;
}
.link-img .owl-carousel .owl-item img{
	width: 100%;
	min-height: 39px;
}
.link-text .cs-select .cs-options{
	bottom: 0;
}
.link-text div.cs-select{
	max-width: 100%;
}
.link-text .cs-select span{
	padding: 8px;
}
.link-text .cs-select ul span{
	padding: 10px;
}
.link-data a{display: block;}
.link-data .item img{
	max-width: 100%;
	height: 39px;
}
.link-data .item{
	margin-top: 15px;
}
.item-cmd-2,.item-csm-3,.item-cxs-6{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.item-cxs-6{
	width: 50%;
}

.ccontainer{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
}
.crow{
	margin-left: -10px;
	margin-right: -10px;
}
.ccontainer:after, .ccontainer:before,
.crow:before, .crow:after{
	display: table;
	content: " ";
	clear: both;
}
.footer{
	background: #004EA2;
	border-top: 1px solid #024BA2;
	color: #fff;
}
.copyright{
	/*padding-left: 10px*/
	line-height: 30px;
}
.wp-left{
	padding-left: 30px;
}
.min-banner{
}
.l-banner{
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}
.l-banner img{
	margin: 0 auto;
}
.left-nav{
	border-left: 12px solid #004EA2;
	position: relative;
    top: -29px;
}
.left-nav .sub-menu-title{
	position: relative;
}
.left-nav .sub-menu-title h3{
 	background: #004EA2;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    padding: 0 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.left-nav ul {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: block;
    list-style: none;
    padding-left: 0;
}
.left-nav li {
    border-bottom: 1px solid #ddd;
    /*font-size: 15px;*/
    line-height: 22px;
    zoom: 1;
    position: relative;
    list-style: none;
}
.left-nav li.current a {
    position: relative;
    border-left: 4px solid #034184;
    left: -4px;
    color: #004EA2;
}
.left-nav li a {
    color: #22132d;
    display: block;
    padding: 1em 0 1em 22px;
    margin-right: 28px;
    zoom: 1;
}
.left-nav li a:hover {
    color: #004EA2;
}
.sub-navbar-toggle {
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.left-nav .sub-navbar-toggle .icon-bar{
	background-color: #fff;
}
.left-nav .sub-navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.left-nav .sub-navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.main-header{
	border-bottom: 1px solid #ddd;
	padding: 29px 0 10px 0;
    margin-bottom: 20px;
}
.main-header h1{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #004EA2;
	font-size: 22px;
}
.main-header .here{
	float: right;
	line-height: 24px;
}
.main-header .here a{
	color: #999;
	font-size: 13px;
}
.main-header .here a:hover{
	color: #004EA2;
}
.main-content{
	padding-right: 15px;
	margin-bottom: 20px;
}
.wp-content{
	font-size: 15px;
	line-height: 30px;
	overflow-x: auto;
}
.wp-content th,
.wp-content td{
    border: 1px solid #333;
}
.wp-content-list ul{margin: 0px;padding: 0px;list-style: none;}
.wp-content-list li a{
	display: block;
	overflow: hidden;
	white-space:nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 40px;
	color: #333;
}
.wp-content-list li a:hover{
	color: #cd0505;
}
.wp-content-list li a.ymd{
	padding-right: 88px;
}
.wp-content-list li .times{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ddd;
	/*background: #fff;*/
}
.wp-content-list li{
	position: relative;
	padding-left: 20px;
    background: url('../images/list_icon.png') left center no-repeat;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    vertical-align: bottom;
    padding-right: 78px;
}
.wp-content-list li.lm_line{
    border-bottom: 1px dashed #dddddd;
    padding: 12px 0 0;
    height: 0;
    line-height: 0;
    margin-bottom: 12px;
    background: none;
}
.wp-content-list li span{
	color: #888888;
	background: #fff;
}
.wp-content-list .img-long img{
	/*height: 130px;*/
	width: 100%;
}
.wp-content-list .img-narrow img{
	height: 193px;
	width: 100%;
}
.wp-content-list .img-height img{
	height: 300px;
	width: 100%;
}
.profile-content{
	font-size: 16px;
	line-height: 30px;
	text-indent: 28px;
}
.otv{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.img-item p{
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.owls-pic .item .carousel-caption {
    background: rgba(0,0,0,.6);
    padding: 0px;
    width: 100%;
    left: inherit;
    right: 0;
    bottom: 0;
    text-align: left;
}
.owls-pic .item .carousel-caption p{
    line-height:30px;
    padding: 0 10px;
    margin: 0px;
}
.image-content {
    max-width: 600px;
    /*max-height: 480px;*/
}
.image-content .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}
.video-play-area{
	margin-top: 30px;
	height: 400px;
	margin-bottom: 30px;
	    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#pagination .pagination{}
#pagination .pagination li a,
#pagination .pagination li span{
    color: #333;
    background: none;
}

#pagination .pagination .active a,
#pagination .pagination .active a:focus,
#pagination .pagination .active a:hover,
#pagination .pagination .active span,
#pagination .pagination .active span:focus,
#pagination .pagination .active span:hover{
    background-color: #004EA2;
    border-color: #004EA2;
    color: #ffffff;
}

.wp-title h2 {
    font-size: 24px;
    line-height: 48px;
}
.wp-attr{
    color: #666;
    padding-bottom: 15px;
    font-size: 13px
}
.article-tool,
.article-prev,
.article-next {
    line-height: 40px;
}
.data-lists{
	padding: 38px 28px;
}
.heres, .heres a {
    font-size: 14px;
    color: #808080;
}
.heres {
    line-height: 45px;
    /* height: 45px; */
}
.main-article-content{
	padding: 38px 48px;
}
.wp-content  .img-responsive{
    display: inline-block;
}
#contacts p{
	line-height: 29px;
	margin-bottom: 0;
	text-indent: 28px;
}
#contacts p a{
	font-weight: bold;
}
#contacts h4{
	color: #004EA2;
}
.branch-content h4{
	color: #004EA2;
}
.branch-content i{
	padding-left: 38px;
}
.branch-content p{
	font-size: 14px;
}
.branch-content hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: dashed;
}
.branch-content .col-xs-6{
	border-right: 1px solid #eee;
}
.branch-content p{
	margin-bottom: 3px;
}
.bm-form .control-label{color: #fff;}
.bm-form .help-block{
	color: red;
}
.m_content{
	color: #fff;
}
.zg_ycxf,.zg_ycxf li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.zg_ycxf a,.zg_ycxf a:active{
	text-underline: none;
	text-decoration: none;
}
.zg_ycxf{ width: 65px; height: auto; position: fixed; right:2px; top:30%; z-index:9999; background: #fff;  border-radius:8px;box-shadow: 0px 5px 5px 5px rgba(226, 210, 203, 0.5);}
.zg_ycxf li{ width: 65px; height: 65px;position: relative;}
.zg_ycxf li a{ display: block; width: 65px; height:60px; line-height: 24px; padding-top:5px; font-size: 13px; color: #333; font-family: 'Microsoft Yahei'; text-align: center;}
.zg_ycxf li a i{ display:block; font-size:30px; margin-bottom:5px;}
.zg_ycxf li:hover a{ color:#F96203;}

.zg_ycxf li.l2 p{ height: 65px; line-height: 65px; width: 235px; font-size: 30px; color: #fff; font-family: 'Microsoft Yahei'; text-align: center; font-weight: bold;background: #146097; display: none;}
.zg_ycxf li.l2:hover a{ position: absolute;  top: 0;}
.zg_ycxf li.l2:hover p{ position: absolute; right:65px; top: 0; display: block; background:#fff; padding:5px 5px; height:110px; width:110px;}
.zg_ycxf li.l2:hover p img{ height:100px; width:100px;}

.zg_ycxf li.l3 p{ height: 65px; line-height: 65px; width: 235px; font-size: 30px; color: #fff; font-family: 'Microsoft Yahei'; text-align: center; font-weight: bold;background: #146097; display: none;}
.zg_ycxf li.l3:hover a{ position: absolute;  top: 0;}
.zg_ycxf li.l3:hover p{ position: absolute; right:65px; top: 0; display: block; background:#fff; padding:5px 5px; height:110px; width:110px;}
.zg_ycxf li.l3:hover p img{ height:100px; width:100px;}


.zg_ycxf li.l6 p{ height: 65px; line-height: 65px; width: 235px; font-size: 30px; color: #F96203; font-family: 'Microsoft Yahei'; text-align: center; font-weight: bold;background: #fff; display: none;}
.zg_ycxf li.l6:hover a{ position: absolute; /*left: -235px;*/ top: 0;}
.zg_ycxf li.l6:hover p{ position: absolute; right: 65px; top: 0; display: block; }


.zg_ycxf #arrow {
	display: block;
	position: absolute;
	left: -20px;
	top: 130px;
	width: 20px;
	height:40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	box-shadow:
			-2px 0 3px -1px  rgba(226, 210, 203, 0.5) ,
			0 -2px 3px -1px rgba(226, 210, 203, 0.5),
			0 2px 3px -1px rgba(226, 210, 203, 0.5),
			2px 0 3px -1px #fff;
}

.zg_ycxf .fa-chevron-left{
	display: none;
}
.zg_ycxf .fa-chevron-right{
	display: inline;
}

.fast-link hr{border-color: #cecece;}
.fast-link select {
	width: 100%;
	border: 1px solid #fff;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #0466A2;
	padding: 0 5px;
	margin-bottom: 20px;
}

#login-reg {
	min-height: 400px;
	padding:90px 0;
}
.login-box{
	margin: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.login-box-tab a{
	float: left;
	display: block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background: #eee;
	color: #6b6b6b;
	text-align: center;
	text-decoration: none;
}
.login-box-tab .active{
	background: #fff;
	color: #0288d1;
}
.login-box-tab-content .tab-content{
	padding: 40px;
}
.login-tip{
	margin-top: 50px;
	color: #fff;
}
.login-tip p{
	font-size: 16px;
	line-height: 30px;
}
.image-center-content div img{
	width: auto;
	margin: 0 auto;
}
@media only screen and (max-width:1190px){
	#search{
		display: none;
	}
	.banner .carousel-inner>.item>a>img, 
	.banner .carousel-inner>.item>img{
		height: auto;
		min-height: 150px;
	}
}

@media only screen and (max-width:990px){
	.link-text{
		height: auto;
	}
	
	nav.navbar.bootsnav .navbar-header{

	}
	nav.navbar.bootsnav .navbar-toggle{
    	position: absolute;
	    margin-right: 0;
	    margin-top: 10px;
	    left:0px;
	    top: 0;
        background: #051805;
        margin-bottom: 0;
        line-height: 49px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top:0;
        border-radius: 0;
     	background: none;
        color: #fff;
    }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
   
    nav.navbar.bootsnav ul.nav > li{
        margin-right: 0;
    }
    nav.navbar.bootsnav ul.nav > li:before{
        width: 0;
        height: 2px;
        background: #004EA2;
        margin: 0;
        bottom: 50%;
        left: 0;
    }
    nav.navbar.bootsnav ul.nav > li:hover:before{
        width: 20px;
        height: 2px;
    }
    nav.navbar.bootsnav ul.nav > li.megamenu-fw:before{
        left: 0;
        bottom: 52%;
    }
    nav.navbar.bootsnav ul.nav > li:after,
    nav.navbar.bootsnav ul.nav > li.megamenu-fw:after{
        background: #004EA2;
        margin: 0;
        bottom: 50%;
        left: auto;
        right: 0;
    }
    nav.navbar.bootsnav ul.nav > li:hover:after{
        bottom: 42%;
        right: 90%;
    }
    nav.navbar.bootsnav ul.nav > li:hover.megamenu-fw:after{
        bottom: 51.3%;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a{
        padding: 10px 15px;
        text-align: left;
        padding-left: 30px;
    }
    nav.navbar.bootsnav ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li > a:hover{
        color: #c7c7c7;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > ul{ top: 100%; }
    nav.navbar.bootsnav ul.nav > li.dropdown.on:before,
    nav.navbar.bootsnav ul.nav > li.dropdown.on:after{
        display: none;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        font-size: 14px;
        font-weight: normal;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{
    	background: #051805;
    }
    nav.navbar.bootsnav .navbar-nav > li > a,
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    	border-bottom: none;
    	border-top: 1px solid rgba(0,0,0,.9);
    	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav{
    	border-top: none;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav{
    	width: 233px;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
    	margin-right: 10px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a,
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a
    {
    	padding: 10px 15px 10px 20px !important;
    	color: #c7c7c7;
    }
    
    .top{
    	display: none;
    }
    .logo-mobile{
    	display: block;
    }
    .carousel-caption{
		left: 0;
		width: 100%;
		bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	    overflow: hidden;
	}
	.banner-title{
		display: block;
		height: 30px;
		line-height: 30px;
	    font-size: 14px;
	    margin-bottom: 0;
	    margin-top: 0;
	    overflow: hidden;
	}
    .news-slide{
        padding-top: 0;
    }
	.footer,.sybz,.copyright{
		text-align: center;
	}
	.copyright{
		padding-left: 0;
	}
	.logo_white{
		margin: 0 auto;
	}
	.wp-left{
		padding-left: 0px;
		padding-right: 0px;
	}
	.left-nav{
		top: 0;
		border-left: 0;
	}
	.left-nav .sub-menu-title h3{
		font-size: 18px;
	    line-height: 50px;
	}
	.sub-navbar-toggle{
		right: 0;
		top: 0;
		display: inline-block;
	}
	.left-nav ul{
		display: block;
		margin-top: 0;
	}
	.left-nav li.current a {
	    left: 0px;
	}
	.main-header{
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.main-header h1{
		display: none;
	}
	.main-header .here{
		float: left;
	}
	.main-content{
		padding-right: 0;
	}
	.wp-title h2 {
	    font-size: 18px;
	    line-height: 30px;
	}
	.main-article-content{
		padding: 15px;
	}
}
@media (min-width: 768px) {
	.item-csm-3{
		width: 25%;
	}
	.zg_ycxf{
		right: 2px;
	}
	.zg_ycxf .fa-chevron-left{
		display: none;
	}
	.zg_ycxf .fa-chevron-right{
		display: inline;
	}
}
@media (min-width: 992px) {
	.item-cmd-2{
		width: 16.66666667%;
	}
	.news-slide .owl-carousel .owl-item img{
		max-height: 259px; 
	}
}
@media only screen and (max-width:500px){
	.wp-content-list .img-narrow img{
		height: 130px;
	}
	.wp-content-list .img-height img{
		height: 190px;
	}
	.zg_ycxf{
		right: -65px;
	}
	.zg_ycxf .fa-chevron-left{
		display: inline;
	}
	.zg_ycxf .fa-chevron-right{
		display: none;
	}
}

@-webkit-keyframes rightan
{
	from
	{
		left: -10%;
		opacity: 0.2;
	}
	to
	{
		left: 30%;
		opacity: 1;
	}
}
.btn-nav-icon .fa-chevron-circle-right {
	position: relative;
	-webkit-animation: rightan 1.5s infinite ;
	-webkit-animation-fill-mode: both;
}

