.borno { border:none; }
.btdb { border-top: 1px solid #dbdbdb; }

.container {
	width: 1280px;
}
.header {
	position: fixed;
	top: 0;
    z-index: 1000;
    width: 100%;
    min-width: 980px;
    height: 80px;
    line-height: 80px;
    background: rgba(255,255,255,1);
    /*box-shadow: 0 -25px 50px rgba(255,255,255,.8) inset;*/
	/*border-bottom: 1px solid #dcdcdc;*/
}
.wrapper .navbar {
	min-height: 80px;
	margin-bottom: 0;
	background: none
}
.wrapper .navbar .reg_logo {
	padding-left: 20px;
}
.wrapper .navbar .reg_logo img {
	height: 40px;
}
.wrapper .navbar .head_right li {
	margin:0 5px;
}
.wrapper .navbar .head_right li a{
	padding:0 20px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	cursor: pointer;
}
.wrapper .navbar .head_right li a.btn{
	height:30px;
	line-height: 28px; 
	margin-top: 25px;
	font-size: 12px; 
	color: #fff;
	background: #f9a717;
}
.wrapper .navbar .head_right li a.btn:hover {
	background: #fff;
	color: #f0ad4e;
}
.header .nav li.active a {
	background-color: #fff;
    /*border-bottom: 4px solid #0097dd;*/
    color: #0097dd;
    height: 80px;
}
.header .nav li.active a:hover {
	background:none;
}
.wrapper .navbar .head_right li ol {
	position: absolute;
	width: 100%;
	background: #fff;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	text-align: center;
	display: none;
}
.wrapper .navbar .head_right li ol.searchOl{
	left: -20px;
	width: 170px;
	text-align: center;
}
.wrapper .navbar .head_right li ol.light {
	display: block;
}

.wrapper .navbar .head_right li ol li {
	height: 40px;
	line-height: 40px;
	margin:0;
	padding:0 10px;
	border-bottom:1px solid #d3d3d3;
}
.wrapper .navbar .head_right li ol li a {
	height: 40px;
	line-height: 40px;
	padding:0;
	font-size: 14px;
	color: #727272;
}
.wrapper .navbar .head_right li ol li a:hover{
	color: #000;
	text-decoration: none;
}


.banner {
	max-height: 800px;
	overflow: hidden;
}
.banner .carousel-inner .item{
	width: 100%;
	max-width: 1920px;
	height: 1000px;
	margin: 0 auto;
	/*background-image: url("../images/banner.png");*/
/*	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: 100% auto;*/
	display: block;
	color: #fff;
}
.banner .carousel-inner .item .carousel-content {
    margin-top: 180px;
}
.banner .carousel-inner .item .carousel-content .animation {
    line-height: 25px;
}
.banner .carousel-inner .item .carousel-content .animated-item-2 {
	font-size: 16px;
	font-weight: 100;
}
.banner .carousel-inner .item .carousel-content h1.animation {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.banner.animated .animated-item-1 {
	-webkit-animation: fadeInUp .4s linear .2s both;
    -moz-animation: fadeInUp .4s linear .2s both;
    -o-animation: fadeInUp .4s linear .2s both;
    animation: fadeInUp .4s linear .2s both;
}
.banner.animated .animated-item-2 {
	-webkit-animation: fadeInUp .4s linear .6s both;
    -moz-animation: fadeInUp .4s linear .6s both;
    -o-animation: fadeInUp .4s linear .6s both;
    animation: fadeInUp .4s linear .6s both;
}
.banner.animated .animated-item-3 {
	-webkit-animation: fadeInUp .4s linear 1s both;
    -moz-animation: fadeInUp .4s linear 1s both;
    -o-animation: fadeInUp .4s linear 1s both;
    animation: fadeInUp .4s linear 1s both;
}

#slideshow {
    position: absolute;
    top:0;
    height: 800px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
#slideshow img {
	width: 100%;
}
#slideshow p span {
	width: 30px;
	height: 30px;
	line-height: 26px;
	float: left;
	background-color: #ffbe00;
	text-align: center;
	cursor: pointer;
}
#slideshow p span.prev{
	color: #000;
	background-color: #fff;
}
#slideshow ul li{
	width: 100%;
	height: 800px;
}

.news_li_page ul {
	margin-top: 20px;
}
.news_li_page ul li {
	float: left;
	padding:1px 10px;
	border-radius: 3px;
	cursor: pointer;
}
.news_li_page ul li.on{
	background-color: #009ad7;
	color: #fff;
}
.news_li_page span {
	float: left;
	height: 20px;
    margin: 0 10px;
    padding: 10px 7px 0 2px;
	border-radius: 3px;
	background-color: #b9bbc0;
	color: #fff;
	cursor: pointer;
}
.news_li_page span.light{
	background-color: #009ad7;
}
.news_li_page span i {
	width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    font-size: 0;
    line-height: 0;
}
.news_li_page span.next {
	padding: 10px 2px 0 7px;
}
.news_li_page span.next i {
	border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
}


@-webkit-keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translateY(20px);
		transform:translateY(20px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translateY(20px);
		transform:translateY(20px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@-webkit-keyframes fadeInRight{
	0%{
		opacity:0;
		-webkit-transform:translateX(100px);
		transform:translateX(100px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		-webkit-transform:translateX(100px);
		transform:translateX(100px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-100px);
		transform:translateX(-100px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-100px);
		transform:translateX(-100px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}


/*网址介绍*/
.wz_introduce {
	background: #36a8ed;
	color: #fff;
	overflow: hidden;
}
.wz_introduce .intro {
	width: 50%;
	height: 400px;
}
.wz_introduce .intro_img {
	line-height: 400px;
	text-align: center;
}
.wz_introduce h3 {
    margin-top: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 90px;
}
.wz_introduce .intro_inner p {
    font-size: 16px;
    text-indent: 24px;
    color: #909090;
    line-height: 30px;
}
.wz_introduce .icann_a {
	height: 100px;
	margin-top: 90px;
	background: none;
	color: #0097dd;
}
.wz_introduce.animated .icann_a {
	-webkit-animation: fadeInUp .4s linear .6s both;
    -moz-animation: fadeInUp .4s linear .6s both;
    -o-animation: fadeInUp .4s linear .6s both;
    animation: fadeInUp .4s linear .6s both;
}
.wz_introduce .icann_a h2 {
	font-size: 24px;
	padding:20px 0 10px;
}
.wz_introduce .icann_a a{
    border: none;
    font-size: 16px;
    color: #0097dd;
}

.wangzhi {
	background: -webkit-linear-gradient(#FBFBFB, #f2f2f2);
	background: -o-linear-gradient(#FBFBFB, #f2f2f2);
	background: -moz-linear-gradient(#FBFBFB, #f2f2f2); 
	background: linear-gradient(#FBFBFB, #f2f2f2);
	color: #000;
	overflow: hidden;
}
.wangzhi.wz_01 {
	background: -webkit-linear-gradient(#ffffff, #f8f8f8);
    background: -o-linear-gradient(#ffffff, #f8f8f8);
    background: -moz-linear-gradient(#ffffff, #f8f8f8);
    background: linear-gradient(#ffffff, #f8f8f8);
}
.wangzhi .intro {
	min-height: 565px;
}
.wangzhi .intro_inner h3 {
	margin-top: 150px;
}
.wangzhi .intro_inner h3 span.dwz {
	float: left;
	width: 200px;
	height: 63px;
	background: url("../images/dwz.png") no-repeat;
}
.wangzhi .intro_inner p {
	color: #000;
}
.wangzhi .wz_intro {
	position: relative;
}
.wangzhi.animated .wz_intro .cTip1 {
	-webkit-animation: fadeInRight .4s linear .2s both;
    -moz-animation: fadeInRight .4s linear .2s both;
    -o-animation: fadeInRight .4s linear .2s both;
    animation: fadeInRight .4s linear .2s both;
}
.wangzhi .wz_intro .cTip2 {
	position: absolute;
	bottom: 0;
	right:0;
	width: 400px;
	height: 300px;
	background:url("../images/wz003.png") right bottom no-repeat;
}
.wangzhi.animated .wz_intro .cTip2 {
	-webkit-animation: fadeInUp .4s linear .6s both;
    -moz-animation: fadeInUp .4s linear .6s both;
    -o-animation: fadeInUp .4s linear .6s both;
    animation: fadeInUp .4s linear .6s both;
}
.wangzhi.wz_intro02 .intro_inner {
	position: relative;
	width: 100%;
}
.wangzhi.wz_intro02 .intro_inner .cTip3 {
	position: absolute;
	bottom: 0;
	right:0;
	width: 590px;
    height: 170px;
	background:url("../images/wz002.png") right bottom no-repeat;
}
.wangzhi.wz_intro02 .intro_inner .cTip4 {
	position: absolute;
	top: 0;
	right:0;
	width: 590px;
    height: 170px;
	background:url("../images/rightwin.png") right bottom no-repeat;
}
.wangzhi.wz_intro02 .intro_inner .cTip5 {
	position: absolute;
	left: -120px;
	right:0;
	width: 140px;
    height: 80px;
	background:url("../images/leftwin.png") left bottom no-repeat;
}

.wangzhi.wz_intro02.animated .intro_inner .cTip3 {
	-webkit-animation: fadeInUp .4s linear .8s both;
    -moz-animation: fadeInUp .4s linear .8s both;
    -o-animation: fadeInUp .4s linear .8s both;
    animation: fadeInUp .4s linear .8s both;
}
.wangzhi.wz_intro02.animated .intro_inner .cTip4 {
	-webkit-animation: fadeInRight .6s linear .1s both;
    -moz-animation: fadeInRight .6s linear .1s both;
    -o-animation: fadeInRight .6s linear .1s both;
    animation: fadeInRight .6s linear .1s both;
}
.wangzhi.wz_intro02.animated .intro_inner .cTip5 {
	-webkit-animation: fadeInLeft .6s linear .3s both;
    -moz-animation: fadeInLeft .6s linear .3s both;
    -o-animation: fadeInLeft .6s linear .3s both;
    animation: fadeInLeft .6s linear .3s both;
}

.wz_policy {
	padding: 100px 0;
	background-color: #fff;
}
.wz_policy h4 {
	font-size: 28px;
    color: #000;
    line-height: 30px;
    padding-bottom: 20px;
}
.wz_policy .cont_left{
	text-align: right;
	border-right:2px solid #e5e5e5;
}
.wz_policy .cont_left .rows p {
	line-height: 28px;
	color: #9295a3;
}
.wz_policy .cont_fr dl {
	float: left;
	width:300px;
}
.wz_policy .cont_fr dl dt {
	position: relative;
	width: 300px;
	height: 248px;
	-webkit-box-shadow: 0 0 5px 1px rgba(197,197,197,0.74);
	-moz-box-shadow: 0 0 5px 1px rgba(197,197,197,0.74);
	-ms-box-shadow: 0 0 5px 1px rgba(197,197,197,0.74);
	box-shadow: 0 0 5px 1px rgba(197,197,197,0.74);
	padding:10px;
}
.wz_policy .cont_fr dl dt span {
	position: absolute;
	left: 50%;
	bottom: -35px;
	float: left;
	width: 70px;
	height: 70px;
	margin-left: -25px;
	border-radius: 70px;
	background: #323030;
	text-align: center;
	font-weight: normal;
}
.wz_policy .cont_fr dl dt img {
	width: 100%;
}
.wz_policy .cont_fr dl dt span i {
	font-style: normal;
	font-size: 30px;
}
.wz_policy .cont_fr dl dd {
	margin-top: 50px;
	color: #9295a3;
	font-size: 16px;
	text-align: center;
}
.wz_policy .cont_fr dl dd h5,.wz_policy .cont_fr dl dd p a {
	color: #0097dd;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}

.wz_know {
	background: #fff;
	color: #666666;
}
.wz_know .cont {
	width: 33.3%;
	padding:10px 5px;
}
.wz_know .cont h4 {
	font-weight: 500;
	margin-bottom: 18px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.wz_know .cont p {
	line-height: 25px;
	font-size: 14px;
}
.wz_know .cont a {
	line-height: 28px;
	font-style: normal;
	color: #fff;
	font-size: 14px;
}
.wz_know .icon.fa {
	font-size: 50px;
	width: 115px;
	height: 115px;
	border-radius: 115px;
	background: #fb415e url("../images/index_fa_1.png") center center no-repeat;
	line-height: 115px;
	text-align: center;
	color: #fff;
	opacity: 1;
	margin-bottom: 20px;
}
.wz_know .icon.fa_y {
	background: #f9a717 url("../images/index_fa_2.png") center center no-repeat;
}
.wz_know .icon.fa_c {
	background: #22c1fd url("../images/index_fa_3.png") center center no-repeat;
}

/*关于我们*/
.wz_about_ab {
	padding-bottom: 50px;
	background: -webkit-linear-gradient(#f6f6f6, #fff);
    background: -o-linear-gradient(#f6f6f6, #fff);
    background: -moz-linear-gradient(#f6f6f6, #fff);
    background: linear-gradient(#f6f6f6, #fff);
}
.about_intro {
	text-align: center;
}
.about_intro h3 {
    margin-top: 100px;
    font-size: 28px;
    color: #46505c;
    line-height: 80px;
}
.about_intro p {
	width: 60%;
    font-size: 16px;
    text-indent: 24px;
    color: #475a68;
    line-height: 30px;
    margin:0 auto;
}
.about_intro .address {
	font-size: 14px;
	font-weight: 800;
	color: #475a68;
}
.about_relation p {
	color: #464747;
	font-size: 16px;
	line-height: 30px;
}
.about_relation h3 {
	padding:10px 0;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.5;
	color: #0099cc;
	border-bottom: 1px solid #cccccc;
}
.about_relation .borbot {
	padding:5px 0;
	border-bottom: 1px solid #cccccc;
}
.wz_about .clearfix {
	float: left;
	width: 33.3%;
	padding:20px;
	margin-bottom: 30px;
	text-align: center;
}

/*合作伙伴*/
.partner {
	background-color: #f5f5f5;
}
.partner h3 {
	float: left;
    text-align: left;
    font-size: 24px;
    color: #000;
    padding: 27px 20px 20px 0;
}
.partner_img ul li {
    float: left;
    width: 160px;
    height: 60px;
    line-height: 55px;
    margin: 10px 0;
    padding:0 10px;
    text-align: center;
    vertical-align: middle;
    background: url("../images/split.png") left top no-repeat;
}
.partner_img ul li img {
    width: 60%;
}
.news {
	padding:30px 0;
	border-top: 1px solid #dbdbdb;
}
.news h6 {
	color: #010101;
	font-size: 20px;
	padding-bottom: 15px;
}
.news_left ul {
	width: 80%;
}
.news ul li a {
	width: 70%;
	color: #010101;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li a:hover{
	color: #248fd3;
	text-decoration: none;
}
.news_left ul li {
	float: left;
	width: 100%;
}
.news_left ul a {
	float: left;
}
.news_left ul li span {
	float: right;
}

.whoisCont {
	width: 100%;
	height: 100%;
}
.whoisCont .box-info {
	margin-top: 50px;
}
.whoisCont .box-info .with-border {
	width: 80px;
	float: left;
	height: 34px;
	line-height: 34px;
}
.whoisCont .box-info .with-border h3 {
	line-height: 34px;
	font-size: 14px;
}
.whoisCont .box-info .box-body {
	float: left;
	width: 300px;
}
.whoisCont .box-info .input-group {
	width: 300px;
}
.whoisResult {
	min-height: 300px;
	font-size: 14px;
}
.whoisCont .box-info .whoisBtn .btn-primary {
	padding: 5px 20px;
	background: #00A0E9;
	border:none;
	font-size: 14px;
}
.whoisCont .box-info .whoisBtn .btn-primary:hover { 
	background-color: #0070a6;
}
.wz_problem .cont_box li {
    padding: 8px 0 10px 0;
    border-bottom: 1px dashed #d9d9d9;
    cursor: pointer;
}
.wz_problem .cont_box li p {
	text-indent: 24px;
    font-size: 14px;
    color: #9a9da4;
    line-height: 24px;
    display: none;
}
.wz_complaint {
	/*min-height: 650px;*/
	background: #0097dd;
	color: #fff;
	text-align: center;
}
.wz_complaint h3 {
	color: #fff;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 50px;
}
.wz_complaint .fa-twitch {
	font-size: 46px;
	margin:0 auto;
}
.wz_complaint p {
	font-size: 14px;
    line-height: 30px;
    color: #46505c;
}
.wz_complaint h5 {
    line-height: 30px;
    font-size: 16px;
    color: #46505c;
}
.wz_complaint .complaintPro {
	width: 70%;
	line-height: 25px;
	color: #fff;
	margin:0 auto;
}
.wz_complaint .orange {
	font-style: normal;
	color: #ffef00;
}
.wz_complaint .download {
	margin-top: 30px;
}
.wz_complaint .download .fa-file-text {
	font-size: 30px;
	color: #ffef00;
}
.wz_complaint .complaint_main {
	width: 1000px;
	margin:0 auto;
}
.wz_complaint .complaint_main li {
	width: 33.3%;
	float: left;
}
.wz_complaint .complaint_main li span {
	float: none;
    position: relative;
    z-index: 99;
    width: 100px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #0097dd;
}
.wz_complaint .complaint_main li h4 {
	font-size: 80px;
    position: relative;
    bottom: -40px;
    z-index: 90;
    color: #9295a3;
    font-weight: bold;
    font-family: "Adobe caslon pro";
}
.wz_complaint .complaint_main li p {
	float: left;
	height: 160px;
	padding:15px 40px 15px 50px;
	color: #fff;
	text-align: left;
}
.wz_complaint .complaint_main.in_num li h4 {
	color: #fff;
}

#home3 .wz_complaint {
	background: #fff;
	color: #0c0b0b;
}
#home3 .wz_complaint h3, #home3 .wz_complaint .complaintPro {
	color: #0c0b0b;
}
#home3 .wz_complaint .download .fa-file-text, #home3 .wz_complaint .orange {
   color: #0097dd;
}
#home3 .wz_complaint .complaint_main li span {
	float: none;
	position: relative;
	z-index: 99;
    width: 100px;
    height: 40px;
    line-height: 38px;
    background: #f5a90f;
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}
#home3 .wz_complaint .complaint_main li span,#home3 .wz_complaint .complaint_main li.compli2 span,#home3 .wz_complaint .complaint_main li.compli3 span, #home3 .wz_complaint .complaint_main li p, #home3 .wz_complaint .complaint_main li.compli2 p, #home3 .wz_complaint .complaint_main li.compli3 p{
	background: #fff;
}
#home3 .wz_complaint .complaint_main li p{
	color: #9295a3;
	font-size: 16px;
}

.helpCont {
	width: 100%;
	background:#f8f8f8 url("../images/helpBg.png") center 80px no-repeat;
	background-size: 100% auto;
}
.help {
	background: #fff;
	padding:0;
	margin:0 auto;
	border:1px solid #c8c6c7;
	/*margin-top: 300px;*/
}
.help ul.navbar {
	width: 100%;
	border:none;
	border-radius: 0;
	height: 48px;
	margin-bottom: 0;
}
.help ul.navbar li {
	float: left;
	width: 213px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #0099cc;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid #afcfda;
	border-bottom: 1px solid #afcfda;
	background: #effafe;
	cursor: pointer;
}
.help ul.navbar li:nth-of-type(6n) {
	border-right:none;
}
.help ul.navbar li a{
	line-height: 50px;
	height: 100%;
	padding:0;
	border:none;
}
.help ul.navbar li.active {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.help ul.navbar li.active a {
	border:none;
	line-height: 50px;
	padding:0;
}
.help ul.navbar li a:hover {
	height: 100%;
	line-height: 50px;
	padding:0;
    border: none;
    background: none;
}
.help_tel {
	height: 250px;
	background: url("../images/tel.png") right center no-repeat;
	background-size: 350px auto;
}

.wz_po {
	padding:0 100px;
	background: #fff;
}
.wz_po h3 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 60px;
	margin-top: 30px;
}
.wz_po .cont_box {
	width: 530px;
}
.wz_po .cont_box h4 {
	font-size: 18px;
    color: #46505c;
    line-height: 50px;
}
.wz_po .cont_box li {
	margin-top: 10px;
}
.wz_po .cont_box h5 {
	font-size: 16px;
    color: #46505c;
    line-height: 30px;
}
.wz_po .cont_box span {
	font-size: 14px;
    color: #909090;
    line-height: 25px;
}
.wz_po .btn {
	padding:10px 30px;
	border: none;
	font-size: 16px;
	background: #00A0E9;
}
.wz_po .btn:hover { 
	background-color: #0070a6;
}
.wz_if {
	padding:0 100px;
}
.wz_po .if {
	color: #5f5f5f;
	line-height: 30px;
	font-size: 14px;
}
.wz_po .if.service {
	min-height: 300px;
}
.wz_po .if.service ul li {
	border-bottom: 1px dashed #bababa;
    padding: 15px 10px 6px 0px;
    margin-bottom: 0;
}
.wz_po .if li a {
	color: #5f5f5f;
}
.wz_po .if li a:hover{
	text-decoration: none
}
.wz_if h3 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 60px;
}
.wz_po .if ul li i {
	padding:1px 6px;
	margin: 0 5px 0 0;
	background: #0099cb;
	color: #fff;
	font-style: normal;
}
.wz_apply {
	height: 168px;
	background: url("../images/apply.png") center top no-repeat;
}
.wz_apply a {
	float: right;
	margin:60px;
    font-size: 18px;
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-transition: all ease-in-out 160ms;
    transition: all ease-in-out 160ms;
}
.wz_apply a:hover {
  text-decoration: none;
  box-shadow: none;
  border: 2px solid #fff;
  background: #fff;
  color: #0097dd
}
.wz_ques {
	padding-top: 50px;
}
.wz_ques ul li {
	margin-bottom: 20px;
}
.wz_ques ul li span {
	cursor: pointer;
}
.wz_ques ul li p,.wz_ques ul li table {
	display: none;
	margin:10px 0;
	background: #f5f5f5;
	border-top: 1px dashed #a6a6a6;
	border-bottom: 1px dashed #a6a6a6;
}
.wz_ques ul li.list p,.wz_ques ul li.list table {
	display: block;
}
.wz_ques ul li table td,.wz_ques ul li table th {
	border:1px solid #ccc;
	padding:10px 30px;
	text-align: center;
}
.wz_ques ul li table th {
	font-weight: bold;
	font-size: 16px;
}
.wz_ques ul li table th p {
	font-size: 12px;
	font-weight: 500;
	border:none;
	background:none;
	margin:0;
}

#rotate {
    height: 400px;
    width: 450px;
    position: relative;
    float: left;
    margin-top: 0px;
    display: block;
    cursor: pointer;
    background: url("../images/map.png");
}
#rotate span {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #2877b2;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Microsoft YaHei";
}
#rotate span:hover{
	border:1px solid #eee;
	border-radius:5px;
}
.institu {
    padding: 0 0 50px;
    background: -webkit-linear-gradient(#f6f6f6, #fff);
    background: -o-linear-gradient(#f6f6f6, #fff);
    background: -moz-linear-gradient(#f6f6f6, #fff);
    background: linear-gradient(#f6f6f6, #fff);
}
.institu h4 {
    font-size: 16px;
    padding: 30px 0px 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: normal;
    color: #555;
}
.institu h3 {
    font-size: 24px;
    color: #363636;
    padding: 25px 0;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    line-height: 35px;
    font-weight: normal;
}
.institu p {
    margin: 12px 0px 0px;
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
    color: #757575;
}
.news_list_con dl {
	padding: 38px 0;
	border-bottom: 1px solid #dcdcdc;
}
.news_list_con dl dt {
    float: left;
    width: 170px;
    height: 120px;
    margin-right: 30px;
    text-align: center;
    overflow: hidden;
}
.news_list_con dl dt img {
    width: 150px;
    margin: 0 auto;
    border-radius: 5px;
}
.news_list_con dl .bigTitle {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.news_list_con dl .newsDate {
	padding:10px 0;
    color: #898989;
    font-size: 12px;
}
.news_list_con dl .newsCon {
	height: 56px;
	line-height: 28px;
    font-size: 14px;
    color: #000000;
}
.newsMain h1 {
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.newsMain .lis {
	padding: 10px 0;
	text-align: center;
	color: #898989;
}
.newsMain .mainCon p {
	padding-top: 5px;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-indent: 24px;
}
.newsMain .mainCon .mainImg {
	text-align: center;
	padding:10px 0 20px;
}
.newsMain .mainCon .mainImg img {
	max-width: 50%;
}
.newsbottom {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.newsMain .mainCon p.txtind48{
	text-indent: 48px;
}
.mainCon h3 {
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}
.idmainCon h3 {
	font-size: 15px;
}

.bdshare {
    float: right;
}
.newsMain .newsChange {
    margin: 20px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsChange .next, .newsChange .prev {
    width: 40%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.newsChange .next a, .newsChange .prev a {
    color: #333;
    text-decoration: none;
}
.prev {
    float: left;
}
.next {
    float: right;
    text-align: right;
}
.wz_flow {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #fff;
}
.wz_flow .intro_inner h3 {
	width: 250px;
	margin:0 auto;
	text-align: center;
	font-size: 28px;
    font-weight: bold;
    color: #000000;
}
.wz_flow .intro_inner h3 span.dwz {
	width: 90px;
	height: 35px;
    background: url("../images/dwz.png") no-repeat;
    background-size: 90px auto;
}
.wz_flow .intro_inner .flow_btn .btn {
	margin: 15px 30px 40px 0;
	color: #fff;
	background: url("../images/btnBg.png") no-repeat;
}
.wz_flow .intro_inner ul li,.wz_flow .intro_inner ul li p,.wz_flow .intro_inner ul li span {
	width: 178px;
	float: left;
	text-align: center;
	color: #8f8f8f;
	font-size: 14px;
}
.wz_flow .intro_inner ul li p{
	height: 28px;
	line-height: 25px;
	background: url("../images/flow1.png")  no-repeat;
	background-size: 100% auto;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.wz_flow .intro_inner ul li p.flow_img1 { background-position: 0 -40px;}
.wz_flow .intro_inner ul li p.flow_img2 { background-position: 0 -80px;}
.wz_flow .intro_inner ul li p.flow_img3 { background-position: 0 -120px;}
.wz_flow .intro_inner ul li p.flow_img4 { background-position: 0 -160px;}
.wz_flow .intro_inner ul li p.flow_img5 { background-position: 0 -200px;}
.wz_flow .intro_inner ul li p.flow_img6 { background-position: 0 -240px;}

.agency_search {
	height: 230px;
	width: 100%;
	text-align: center;
	background:#0082dd url("../images/agencybg.jpg") center top no-repeat;
}
.agency_search h2 {
	color: #fff;
	font-size: 30px;
	padding: 60px 0 30px 0;
}
.agency_search .input-group {
	width: 720px;
	margin:0 auto;
	border:none;
}
.agency_search .input-group-btn .btn {
	padding-left: 30px;
	padding-right: 30px;
}
.agency_search .form-control ,.agency_search .input-group-btn .btn{
	border-radius: 0;
}
.agency_result h3 {
	font-size: 20px;
	padding: 30px 0 20px;
	color: #000;
}
.agency_result .container {
	min-height: 250px;
	padding: 0 200px 50px;
}
.agency_result .res p {
	line-height: 45px;
	background: #eee;
}
.agency_result .res p:nth-child(2n) {
	background: #fff;
}
.agency_result .res p span {
	width: 130px;
	margin-right: 20px;
	display: inline-block;
	text-align: right;
}
.agency_result .noMsg {
	text-align: center;
	color: #363636;
	font-size: 16px;
	margin-top: 30px;
}
.applyBox {
    width: 100%;
    background: -webkit-linear-gradient(#f5f5f5, #ffffff);
    background: -o-linear-gradient(#f5f5f5, #ffffff);
    background: -moz-linear-gradient(#f5f5f5, #ffffff);
    background: linear-gradient(#f5f5f5, #ffffff);
}
.recruitApply {
    background: url("../images/mapBg.png") top center no-repeat;
    padding: 100px 0 50px;
}
.recruitApply #myform {
    display: block;
    width: 600px;
    margin: 0 auto;
}
.recruitApply .form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.recruitApply .form-group .control-label i {
    font-style: normal;
    color: #ff6060;
    font-size: 16px;
    width: 11px;
    height: 11px;
    line-height: 15px;
    text-align: center;
    float: right;
}
.recruitApply .form-group .btn {
    margin-left: 110px;
    border: none;
    margin-top: 20px;
    padding:6px 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #CC161C;
    border-radius: 5px;
}
.recruitApply .form-group .control-label {
    float: left;
    width: 100px;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
}
.recruitApply .form-group .form-input {
    float: left;
    width: 300px;
    margin-left: 10px;
}
.recruitApply .form-group .errorBox {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
}
.recruitApply .form-group .errorBox label {
    font-weight: normal;
    margin-bottom: 0;
    color: #f04b4b;
}


/* slide */
.slide-main{
	position:relative;
	height:472px;
}
.slide-main .prev,.slide-main .next{
	position:absolute;
	z-index:222;
	top:200px;
	/*left: 50%;*/
	width:30px;
	height:60px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	border-radius: 3px;
	background:rgba(0,0,0,.2);
	overflow:hidden;
	cursor:pointer;
	opacity: 0;
}
.slide-main .prev{ left:30px;}
.slide-main .next{ right:30px;}
.slide-main .prev:hover,
.slide-main .next:hover,
.slide-main .nav-main a:hover,
.slide-main .nav-main a.cur{
	opacity:1;
	filter:alpha(opacity=100);
}
.slide-main:hover .prev,.slide-main:hover .next {
	opacity: 1;
}

.slide-box,.slide{
	width:100%;
	height:472px;
	overflow:hidden;
}
.slide-box{ position:relative; }
.slide-main .slide{ 
	position:relative;
	display:none;
	height:472px;
	background:#ff6900;
	z-index:8;
}

.slide-main .carousel-indicators {
	bottom: 80px;
}
.slide-main .bgstylef{
	background: #f5f5f5;
}

	/* url("../images/banner/bannerbg01.jpg") no-repeat*/
#bgstylea{ background:#326ee3; background-size: 100% auto; color: #fff;} 
#bgstyleb{ background:#ffd544; background-size: 100% auto;}
#bgstylec{ background:#0bc3bc; background-size: 100% auto;}
.slide-main .bgstyled{ background:#e7eef4;}
.slide-main .bgstylee{ background:#b1d0ff;}

.slide-main .slide .slideA{
	/*width:100%;
	height:720px;
	cursor:pointer;*/
	    width: 1280px;
    height: 720px;
    cursor: pointer;
    margin: 0 auto;
    /*background: #f00;*/
}
.slide-main .obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{
	position:absolute;
	z-index:9;
	left:50%;
}
.slide-main .obj-a{
	top: 77px;
    height: 289px;
    width: 651px;
    margin-left: -650px;
    text-align: center;
}
.slide-main .obj-b{    
	top: 23px;
    height: 394px;
    width: 510px;
    margin-left: 30px;
    text-align: center;
}
.slide-main .obj-a img,.obj-b img{max-width: 100%;}

.slide-main .obj-c{ top: 160px; height: 272px; width: 393px; margin-left: -555px;}
.slide-main .obj-d{ top: 20px; height: 400px; width: 400px; margin-left: 9px;}
.slide-main .obj-c p{ padding-top:20px; clear:both;}
.slide-main .obj-c p a { padding:6px 15px; border:1px solid #2f588a; color: #2f588a; font-size: 14px; border-radius: 3px; }
.slide-main .obj-c img{width: 100%;}
.slide-main .obj-d img {}

.slide-main .obj-e{ width: 650px; height: 238px;margin-left:-560px;top:110px;z-index:12;}
.slide-main .obj-f{ width:750px;height:394px;top:30px;margin-left:-50px;}
.slide-main .obj-f img {width: 80%;}
/*.slide-main .obj-e img {width: 80%;}*/

.banAnimate .obj-e{
	-webkit-animation:baoAni 0.4s linear 0s normal none;
	-moz-animation:baoAni 0.4s linear 0s normal none;
	animation:baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni{
	from{opacity:0;left:60%;} 
	to{opacity:1;left:50%;} 
}
@-moz-keyframes baoAni{
	from{opacity:0;left:60%;} 
	to{opacity:1;left:50%;} 
}
@keyframes baoAni{
	from{opacity:0;left:60%;} 
	to{opacity:1;left:50%;} 
}
.banAnimate .obj-f{
	-webkit-animation:saAni 0.4s linear 0s normal none;
	-moz-animation:saAni 0.4s linear 0s normal none;
	animation:saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni{
	from{opacity:0;-webkit-transform:scale(0,0);} 
	to{opacity:1;-webkit-transform:scale(1,1);} 
}
@-moz-keyframes saAni{
	from{opacity:0;-moz-transform:scale(0,0);} 
	to{opacity:1;-moz-transform:scale(1,1);} 
}
@keyframes saAni{
	from{opacity:0;transform:scale(0,0);} 
	to{opacity:1;transform:scale(1,1);} 
}
.watch-code.code-show{
	-webkit-animation:scode 0.3s linear 0s normal none
	;-moz-animation:scode 0.3s linear 0s normal none;
	animation:scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode{
	from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} 
	to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} 
}
@-moz-keyframes scode{
	from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} 
	to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} 
}
@keyframes scode{
	from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} 
	to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} 
}
.banAnimate .obj-c,.banAnimate .obj-a{
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic{
	from{opacity:0;left:47%;} 
	to{opacity:1;left:50%;} 
}
@-moz-keyframes saAnic{
	from{opacity:0;left:47%;} 
	to{opacity:1;left:50%;} 
}
@keyframes saAnic{
	from{opacity:0;left:47%;} 
	to{opacity:1;left:50%;} 
}
.banAnimate .obj-d,.banAnimate .obj-b{
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid{
	from{opacity:0;left:53%;} 
	to{opacity:1;left:50%;} 
}
@-moz-keyframes saAnid{
	from{opacity:0;left:53%;} 
	to{opacity:1;left:50%;} 
}
@keyframes saAnid{
	from{opacity:0;left:53%;} 
	to{opacity:1;left:50%;} 
}

/*首页whois*/
.wz_whois {
	position: relative;
	margin-top: -70px;
	z-index: 999;
	height: 70px;
	background: rgba(0,0,0,.3);
	overflow: hidden;
}
.wz_whois h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	padding-right: 15px;
}
.wz_whois .container {
	width: 700px;
}
.wz_whois .input-group {
	padding:14px 0;
}
.wz_whois .input-group .form-control{
	height: 44px;
	border-radius: 0;
	border:none;
}
.wz_whois .input-group .input-group-addon {
	background: #fff;
	border-radius: 0;
	border:none;
	color: #ce171c;
	font-weight: bold;
}
.wz_whois .input-group .btn {
	padding:12px 20px;
	background: #fcf6dc;
	color: #f88826;
	border:none;
	border-left: 2px solid #f4e8ab;
	border-radius: 0;
	font-weight: bold;
}

.newsGroup {
	margin-bottom: 40px;
}
.newsGroupLeft {
	height: 280px;
	width: 500px;
	overflow: hidden;
}
.newsGroupLeft video {
	border:1px solid #d8d8d8;
}
.newsGroupRight {
	position: relative;
	width: 750px;
	margin-top: -16px;
	border:1px solid #d8d8d8;
	background: #fff;
}
.newsGroupRight .newsGRight {
	padding:15px 25px;
}
.newsGroupRight .newsGRight .title {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.newsGroupRight .newsGRight .title i {
	width: 5px;
    height: 18px;
    float: left;
    background: #f15e67;
    margin-top: 4px;
    margin-right: 5px;
}
.newsGroupRight .index_news_con dl {
	padding: 20px 0;
	border:none;
}
.newsGroupRight .sanicon {
	position: absolute;
	top: -1px;
	left: -16px;
	width: 16px;
	height: 16px;
	float: left;
	background: url("../images/sicon.png") no-repeat;
	background-size: auto 100%;
}
.footerNews .newsGroupRight .index_news_con dl {
	padding: 10px 0;
}
.footerNews .news_list_con dl dt {
	height: 106px;
	width: 160px;
	margin-right: 20px;
	text-align: left;
}
.footerNews .news_list_con dl dt img {
	height: 106px;
}
.footerNews .news_list_con dl .newsCon {
	line-height: 26px;
}
.footerNews .news_list_con dl .newsDate {
	padding:8px 0 7px;
}

.carousel-indicators a {
	display: inline-block;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border-radius: 10px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border: 1px solid rgba(0,0,0,.2);
}
.carousel-indicators .active {
	width: 13px;
	height: 13px;
}

/*footer*/
footer{
	background: #fff;
}
.footer {
    padding-bottom: 30px;
    margin: 0 auto;
    color: #7d7d7d;
    text-align: center;
}
.footer p {
	line-height: 30px;
}
.footer_link {
	padding: 15px 0 5px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
}
.footer_link a {
    margin: 0 10px;
    color: #000000;
    font-size: 14px;
}


/*下载页面*/
.download_apply {
	min-height: 450px;
	padding:0 0 50px;
	text-align: center;
}
.download_apply .dbanner {
	width: 100%;
	height: 360px;
	float: left;
	background: url("../images/dbg.png") center top no-repeat;
}
.download_apply h1 {
	width: 100%;
	line-height: 100px;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
.download_apply h1 span {
	font-weight: normal;
	color: #676767;
}
.download_apply dl {
	display: inline-block;
    margin: 0 50px;
    width: 390px;
}
.download_apply dl img {
	width: 100%;
}
.download_apply dt {
	position: relative;
	padding:10px;
	background: #fff;
	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, .5);  
	-moz-box-shadow:0 0 15px rgba(0, 0, 0, .5);  
	box-shadow:0 0 15px rgba(0, 0, 0, .5);  
}
.download_apply dt a.dowA {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.5);
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.download_apply dt a.dowA::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: inherit;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.8, 1); 
    transform: scale3d(0.8, 0.8, 1); 
}
.download_apply dt a.dowA:hover::before {
     -webkit-animation: anim-moema-2 0.3s 0.3s forwards; 
     animation: anim-moema-2 0.3s 0.3s forwards; 
}
.download_apply dt a.dowA:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #000;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}

@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.download_apply dt a.dowA i {
	line-height: 70px;
	font-size: 36px;
}
.download_apply dd {
	width: 80%;
	margin:0 auto;
}
.download_apply dd h3 {
	font-size: 14px;
	font-weight: bold;
	padding:30px 0 20px;
}
.download_apply dd p {
	line-height: 25px;
	color: #a2a4b0;
}
.fisu-cont {
	background: #ecf7fd;
}
.fisu-cont img {
	width: 1400px;
	display: block;
	margin:0 auto;
}
.UDRPMain a{
	color: #1c85dd;
}


.newsMain .mainCon ul{
	list-style-type: disc;
}
.newsMain .mainCon ol{
	list-style-type: decimal;
}

.newsMain .mainCon li {
	list-style: inherit;
}
.newsMain .mainCon ul.tr li {
	list-style: none;
}

.editor-content-view p,
.editor-content-view li {
	white-space: pre-wrap; /* 保留空格 */
}

.editor-content-view blockquote {
	border-left: 8px solid #d0e5f2;
	padding: 10px 10px;
	margin: 10px 0;
	background-color: #f1f1f1;
}

.editor-content-view code {
	font-family: monospace;
	background-color: #eee;
	padding: 3px;
	border-radius: 3px;
}
.editor-content-view pre>code {
	display: block;
	padding: 10px;
}

.editor-content-view table {
	border-collapse: collapse;
}
.editor-content-view td,
.editor-content-view th {
	border: 1px solid #ccc;
	min-width: 50px;
	height: 20px;
}
.editor-content-view th {
	background-color: #f1f1f1;
}

.editor-content-view ul,
.editor-content-view ol {
	padding-left: 20px;
}

.editor-content-view input[type="checkbox"] {
	margin-right: 5px;
}


/*phone*/
@media (max-width: 767px) { 
	.pt80 {
		padding-top: 50px !important;
	}
	.header {
		height: 50px;
		line-height: 50px;
		min-width: 100%;
		padding:0;
	}
	.wrapper .navbar {
	    position: relative;
	    z-index: 999;
	    min-height: 50px;
	}
	.header .nav li a {
	    background-color: rgba(243,243,243,1);
	}
	.wrapper div.navbar-header {
		float: left;
		height: 100%;
		width: 100%;
	}
	.wrapper .navbar .reg_logo {
		float: left;
	}
	.navbar-header .navbar-toggle {
		border:none;
	    margin: 10px 15px 0 0;
	}
	.wrapper .navbar .reg_logo img {
	    height: 25px;
	}
	.head_right {
		width: 100%;
		max-height: 340px;
	    background-color: rgba(243,243,243,1);
		margin-right: 0 !important;
		padding:0;
	}
	.wrapper .navbar .head_right li a{
		height: 40px;
		line-height: 40px;
	}
	.wrapper .navbar .head_right li a.btn-warning {
		margin-bottom: 20px;
	}
	.navbar-nav {
		margin:0;
	    background-color: rgba(243,243,243,1);
	}
	.container {
		width: 100%;
		padding:0;
	}
	.banner .carousel-inner .item {
		max-width: 100%;
		height: auto;
	}
	.banner .carousel-inner .item .carousel-content {
	     margin-top: 10px; 
	     padding: 0 20px;
	}
	.banner .carousel-inner .item .carousel-content h1.animation {
	    font-size: 1.3em;
	    font-weight: bold;
	    line-height: 25px;
	    margin-top: 75px;
	}
	.banner .carousel-inner .item .carousel-content .animated-item-2,.banner .carousel-inner .item .carousel-content .animated-item-3 {
	    display: none;
	}
	.banner .carousel-inner .item .carousel-content .animation {
	    line-height: 16px;
	}
	.wz_know .icon.fa {
		font-size: 30px;
		background-size: 40px auto; 
	}
	.wz_know .cont h4 {
	    font-size: 16px;
	}
	.wz_know .cont p {
		display: none;
	}
	.reg_con2 {
		padding-bottom: 10px !important
	}
	.reg_con2 .policy {
		padding-top: 10px !important;
	}
	.helpCont {
    	background: #f8f8f8 url("../images/helpBg.png") center 50px no-repeat;
		background-size: 100% auto;
	}
	.help {
		margin-top: 80px;
	}
	.wz_policy .cont_fr dl dt {
		width: auto;
		height: auto;
	}

	.wz_complaint {
		height: auto;
	    min-height: 650px; 
	}
	.wz_complaint .complaintPro {
		width: 90%;
	}
	.wz_complaint .complaint_main {
		width: 100%;
		padding: 0 20px;
	}
	.wz_complaint .complaint_main li {
		width: 100%;
		margin-top: 10px;
	}
	.wz_complaint .complaint_main li p {
		height: auto;
		padding: 5px 10px;
	}
	.wz_policy .cont_left {
		width: 100%;
		border-right:none;
		text-align: center;
	}
	.wz_policy .cont_left .rows {
		display: none;
	}
	.wz_policy h4 {
		padding-top: 30px;
	}
	.wz_policy .cont_fr {
		width: 100%;
		padding:0;
		margin-top: 20px;
	}
	.wz_policy .cont_fr dl {
		width: 50%;
		margin: 0 !important;
		padding: 0 20px 30px;
	}
	.banner .carousel-inner .item {
		position: inherit;
		min-height: 200px;
	    background-image: url("../images/banner.png");
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	    background-size: auto 50%;
	    background-position: center top;
	}

	.partner_img ul li {
		width: 44%;
		margin: 4% 0 0 4%;
	}
	.partner_img ul li img {
	    width: 82%;
	}
	.wz_introduce .intro {
		width: 100%;
	}
	.wz_introduce .intro_img {
		display: none;
	}
	.wangzhi .wz_intro {
		padding: 0 20px;
	}
	.wangzhi .intro_inner h3 {
		margin-top: 50px;
		line-height: 50px;
	}
	.wangzhi .intro_inner h3 span.dwz {
	    width: 120px;
	    height: 68px;
	    background: url("../images/dwz.png") no-repeat;
	    background-size: 120px auto;
	}
	.wangzhi.wz_01 {
		padding: 0 20px;
	}
	.wz_introduce .icann_a {
		margin-top: 50px;
		width: 100%;
		word-break:break-all;
	}
	.wangzhi.wz_intro02 .intro_inner .cTip4,.wangzhi.wz_intro02 .intro_inner .cTip3 {
		display: none;
	}
	.wz_about .clearfix {
		width: 100%;
	}
	.about_intro h3 {
	    margin-top: 20px;
	    font-size: 24px;
	    line-height: 60px;
	}
	.about_intro p {
		width: 80%;
	}
	.wz_know .cont {
		padding: 10px;
	}
	.wz_know .icon.fa {
		line-height: 70px;
	}
	.help .navbarDiv {
		height: 50px; 
		width:100%;
		overflow-y: scroll; 
	}
	.help ul.navbar li {
	    width: auto;
	    padding: 0 10px;
	    line-height: 50px;
	}
	.help ul.navbar {
		width: 610px;
	}
	.wz_policy .cont_fr dl dt span {
	    position: absolute;
	    left: 50%;
	    bottom: -22px;
	    width: 60px;
	    height: 60px;
	    margin-left: -30px;
	}
	.wz_policy .cont_fr dl dd {
		float: left;
		width: 100%;
	}
	.wz_policy .cont_fr dl dd span {
		display: block;
	    height: 46px;
	    line-height: 25px;
	    display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.wz_policy .cont_fr dl dt span i {
	    font-size: 22px;
	}
	.wz_if {
	    padding: 20px;
	}
	.institu {
		padding: 0 20px 30px;
	}
	.wz_po {
	    padding: 0 10px;
	}
	.wz_po .cont_box {
	    width: 100%;
	}
	.partner {
		padding-bottom: 30px;
	}
	.partner h3 {
		width: 100%;
		text-align: center;
	}
	.partner_img ul li {
		background:none;
	}
	.news .news_right {
		padding:0;
	}
	.news ul {
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}
	.news_left ul {
	    width: 100%;
	}
	.news ul li a {
	    width: 200px;
	}
	.wz_flow .intro_inner ul li, .wz_flow .intro_inner ul li p, .wz_flow .intro_inner ul li span {
	    margin-left: 10px;
	}
	.news_list_con {
		padding:0 15px;
	}
	.news_list_con dl .bigTitle {
	    font-size: 14px;
	}
	.agency_search .input-group {
		width: 100%;
		padding:0 15px;
	}
	.agency_result .container {
	     padding: 0 10px 10px; 
	}
	.recruitApply {
		padding: 20px 15px 0;
	}
	.recruitApply #myform {
	    width: 100%;
	}
	.recruitApply .form-group .control-label {
		padding-top: 0;
	    width: 100%;
	    text-align: left;
	}
	.recruitApply .form-group .control-label i {
	    float: left;
	}
	.recruitApply .form-group .form-input {
    	width: 100%;
    	margin-left: 0;
	}
	.recruitApply .form-group .btn {
	     margin-left: 0; 
	     width: 100%;
	}
	.recruitApply .form-group {
	    margin-bottom: 0;
	}
	.recruitApply .form-group .errorBox {
	    height: 20px;
	    line-height: 20px;
	}
	.news_list_con dl .newsCon {
	     height: auto; 
	}
	.newsMain {
		padding: 0 15px;
	}
	.newsMain .mainCon .mainImg img {
	    max-width: 100%;
	}
	.news_list_con dl dt {
	    float: left;
	    width: 150px;
	    height: 100px;
	}
	.news_list_con dl dt img {
	    max-width: 140px;
	    max-height: 100px;
	}

	.wz_know .icon.fa {
		width: 60px;
		height: 60px;
	}	
	.wz_whois .container {
		width: 100%;
	}
	.wz_whois h3 {
		font-size: 14px;
	}
	.newsGroupRight {
		width: 100%;
		overflow: hidden;
	}
	.newsGroupRight .newsGRight {
		padding:0;
	}
	.newsGroupLeft {
		width: 100%;
	}

	.wrapper .navbar .head_right li ol {
		position: static;
		display: block;
		background: rgba(243,243,243,1);
		border-left: none;
		border-right: none;
		width: 100%;
	}
	.wrapper .navbar .head_right li ol.searchOl {
		width: 100%;
	}

	/*banner*/
	.slide-main,.slide-box, .slide,.slide-main .slide,.slide-main .slide .slideA {
	    height: 180px;
	}
	.slide-main .obj-e,.slide-main .obj-a,.slide-main .obj-c{ width: 40%; top: 60px; margin-left: -40%;}
	.slide-main .obj-f,.slide-main .obj-b,.slide-main .obj-d{ width: 60%; top: 65px; margin-left: -38px;}
	.slide-main .obj-d{ top: 50px; }
	.slide-main .obj-e img,
	.slide-main .obj-f img,
	.slide-main .obj-a img,
	.slide-main .obj-b img,
	.slide-main .obj-c img,
	.slide-main .obj-d img { 
		width: 100%;
	}
	.slide-main .obj-c p a {
	    padding: 3px 8px;
	    font-size: 12px;
	}
 


	.footer {
	    line-height: 22px;
	    padding: 10px 0;
	}


}