
/*鏍峰紡*/
/*css鍒濆鍖�*/
* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

.clearfix:before,
.clearfix:after {
	/*娓呴櫎娴姩*/
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
}

img {
	padding: 0;
	border: 0;
}

button,
input {
	font-family: "Microsoft YaHei", "Arial Narrow";
	border: 0;
	box-sizing: border-box;
	outline: none;
	background: none;
}

button {
	cursor: pointer;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

/*css鍒濆鍖栫粨鏉�*/
body {
	background-color: #f6f6f6;
	/*鏁翠釜椤甸潰鑳屾櫙鑹�*/
	font-size: 24px !important;
	font-family: "Microsoft YaHei";
	line-height: 180%;
}

.clear {
	height: 20px;
	clear: both;
}

.flx {
	display: flex;
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

/* 鍏叡绫� */
html {
	--font-size-small: 20px;
	--font-size-normal: 22px;
	--font-size-large: 24px;
	--font-color: #ffffff;
}

.chz {
	color: #1e53a1;
}

.chbk {
	background: #1e53a1;
}

.wrap {
	width: 100%;
	margin: 0 auto;
}
.min {
	transform-origin:top center;
transform: scale(0.85,0.85);
-webkit-transform: scale(0.85,0.85);
-moz-transform: scale(0.85,0.85);
-o-transform: scale(0.85,0.85);
}
/* header */
.tophead {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(219, 219, 219, .3);
}

.topcot {
	width: 760px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
}

.topcot div a {
	font-size: var(--font-size-small);
	color: var(--font-color);
}

.topcot div:last-child::after {
	content: none;
}

.color {
	width: 220px;
	line-height: 50px;
}

.color span {
	float: left;
	font-size: var(--font-size-small);
	color: #ffffff;
}

.color a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	margin: 10px 5px;
	float: left;
}

.hs {
	background-color: #b20000;
}

.bls {
	background-color: #1e53a1;
}


.ds {
	background-color: #4f8db8;
}

.lan {
	width: 100px;
}
.lan li {
	padding: 0 2px;
	box-sizing: border-box;
}
.lan li a {
	display: block;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	color: #ffffff;
	float: left;
}
.topser {
	width: 100px;
}
.topser a {
	color: #ffffff;
	font-size: 20px;
}

.lan li a:hover {
	border-radius: 10px;
	border: 1px solid #ffffff;
}

.meida {
	width: 158px;
	padding: 0 10px;
	box-sizing: border-box;
}
.meicot li {
	float: left;
	position: relative;
}

.meicot li:hover {
	cursor: pointer;
}

.meicot li img {
	display: inline-block;
	height: 21px;
	margin-right: 8px;
	margin-top: 16px;
}

.meicot ul {
	position: absolute;
	top: 40px;
	z-index: 2;
	display: none;
}

.meicot ul img {
	display: inline-block;
	width: 63px;
	height: 64px;
}
.topr {
	width: 400px;
}
.mb {
	display: block;
	width: 106px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}

.search {
	width: 294px;
	height: 36px;
	line-height: 36px;
	padding-top: 5px;
	box-sizing: border-box;
}

.searchbox {
	width: 294px;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	background: #ffffff;
	padding-left: 12px;
	font-size: 18px;
	color: #777777;
	position: relative;
	box-sizing: border-box;
}

.searchbox button {
	width: 24px;
	height: 24px;
	background: url(../images/searchicon.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 4px;
}

.headbk {
	width: 100%;
	height: 300px;
	background: linear-gradient(#1c579a, #2b62a1);
	background: -webkit-linear-gradient(#1c579a, #2b62a1);
	background: -o-linear-gradient(#1c579a, #2b62a1);
	background: -moz-linear-gradient(#1c579a, #2b62a1);

}

.hsbk {
	background: linear-gradient(#b50909, #fe8300);
	background: -webkit-linear-gradient(#b50909, #fe8300);
	background: -o-linear-gradient(#b50909, #fe8300);
	background: -moz-linear-gradient(#b50909, #fe8300);
}

.dsbk {
	background: linear-gradient(#518eb9, #7fbae4);
	background: -webkit-linear-gradient(#518eb9, #7fbae4);
	background: -o-linear-gradient(#518eb9, #7fbae4);
	background: -moz-linear-gradient(#518eb9, #7fbae4);
}

.headcot {
	width: 1400px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.headcot img {
	display: inline-block;
	z-index: 1;
	position: absolute;
}

.build {
	height: 199px;
	right: 0;
	top: 50px;
}

.headtt {
	height: 90px;
	left: 40px;
	top: 77px;
}

.navbk {
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.chbk {
	background: #1e53a1;
}

.frnavbar {
	width: 1400px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.frnavbar>li {
	position: relative;
}

.frnavbar>li>a {
	display: block;
	color: #ffffff;
	width: 100%;
	height: 100%;
	line-height: 60px;
	font-size: var(--font-size-normal);
}

.frnavbar ul {
	display: none;
	width: 100px;
	background-color: #f7f7f7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
	position: absolute;
	left: -6px;
	z-index: 1000;
}

.frnavbar .longer {
	display: none;
	width: 210px;
	background-color: #f7f7f7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
	position: absolute;
	left: -50px;
	z-index: 1000;
}

.frnavbar ul li,
.frnavbar .longer li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

.frnavbar ul li a,
.frnavbar .longer li a {
	font-size: 18px;
	color: #333333;
}

.frnavbar ul li:hover,
.frnavbar .longer li:hover {
	background-color: #dddddd;
}

.secnav {
	width: 100%;
	height: 75px;
	background: url(../images/secnavbk.png) no-repeat center;
}

.sect {
	display: block;
	width: 314px;
	line-height: 50px;
	font-size: 20px;
	color: #1d50a1;
}

.scnav {
	width: 1086px;
	line-height: 62px;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.scnav li {
	position: relative;
}

.scnav ul {
	display: none;
	width: 90px;
	background-color: #f7f7f7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
	position: absolute;
	left: -30px;
	z-index: 1000;
}

.scnav li a {
	font-size: 18px;
	color: #666666;
}

.scnav ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

/* 绗竴閮ㄥ垎 */
.midf {
	width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.newline {
	width: 100%;
	height: 184px;
}

.date {
	width: 120px;
	height: 100px;
	border-radius: 10px;
	background-color: #f5f5f5;
	float: left;
	margin-top: 42px;
}

.firdate {
	width: 120px;
	height: 29px;
	line-height: 29px;
	border-radius: 10px 10px 0 0;
	background-color: #1a5599;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.secdate {
	height: 71px;
	line-height: 71px;
	font-size: 36px;
	color: #1a5599;
	font-weight: bold;
	text-align: center;
}

.firdate span,
.secdate span {
	font-size: 18px;
	font-weight: normal;
}

.ln {
	width: 86%;
	margin-left: 38px;
	float: left;
	padding-top: 50px;
	box-sizing: border-box;
	position: relative;
}

.morett {
    display: block;
    font-size: 16px;
    color: #777777;
    position: absolute;
    right: -17px;
    bottom: -11px;
}

.linett {
	font-size: 40px;
	color: #366aa6;
	font-weight: bold;
	display: block;
	text-align: center;
}

.focus {
	position: relative;
	width: 800px;
	height: 458px;
	background-color: #000;
}

.focus img {
	width: 800px;
	height: 458px;
}

.focus .shadow .title {
	width: 300px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 350px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 6px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
	right: 20px;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
	width: 80px;
}

.focus .D1fBt a {
	display: inline;
	width: 6px;
	height: 6px;
	border-radius: 7px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font: 12px/15px "\5B8B\4F53";
	line-height: 12px;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #61a0e8;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 30px;
	height: 56px;
	background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -30px;
	left: 0;
	background-position: 0 -56px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -30px;
	right: 0;
	background-position: -30px -56px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -30px 0;
}

.focusManinR {
	float: right;
	width: 340px;
}

.focusManinR h3 {
	font-size: 16px;
	color: #2c509c;
	font-weight: normal;
}

.focusManinR h3 a:link,
.focusManinR h3 a:visited,
.leftLm h3 a:link,
.leftLm h3 a:visited {
	color: #2c509c;
}

.focusManinR h3 a:hover,
.leftLm h3 a:hover {
	color: #cc0000;
}

.focuslist {
	background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
}

.newcot {
	width: 545px;
}

.newsbk {
	width: 545px;
	height: 60px;
	line-height: 60px;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.newblue {
	background: linear-gradient(0deg, #2681c8, #1b52a4);
	background: -webkit-linear-gradient(0deg, #2681c8, #1b52a4);
	background: -o-linear-gradient(0deg, #2681c8, #1b52a4);
	background: -moz-linear-gradient(0deg, #2681c8, #1b52a4);
}

.newred {
	background: linear-gradient(0deg, #dd6800, #b30303);
	background: -webkit-linear-gradient(0deg, #dd6800, #b30303);
	background: -o-linear-gradient(0deg, #dd6800, #b30303);
	background: -moz-linear-gradient(0deg, #dd6800, #b30303);
}

.newds {
	background: linear-gradient(0deg, #46b3dc, #508fba);
	background: -webkit-linear-gradient(0deg, #46b3dc, #508fba);
	background: -o-linear-gradient(0deg, #46b3dc, #508fba);
	background: -moz-linear-gradient(0deg, #46b3dc, #508fba);
}

.newsbk a {
	font-size: 24px;
	padding-left: 10px;
	color: #ffffff;
}

.newsbk a:last-child {
	font-size: 20px;
	font-weight: normal;
	padding-right: 10px;
}

.more_b {
	width: 394px;
	text-align: right;
	background: url(../images/lmicon.png) no-repeat right;
}

.newlis li {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.snew li {
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.newlis li a,
.snew li a,
.tabcon li a,
.tabPane li a {
	font-size: var(--font-size-normal);
	color: #666666;
}

.snew li a::before,
.tabcon li a:before,
.tabPane li a::before {
	content: '\2022';
	font-size: 20px;
	color: #dfdfdf;
	margin-right: 4px;
}

.midleft {
	width: 800px;
}

.firmid {
	width: 100%;
	height: 158px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}

.secmid {
	height: 193px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}

.firmid a {
	display: block;
	width: 50px;
	height: 158px;
	color: #ffffff;
	font-size: var(--font-size-large);
	border-radius: 4px 0 0 4px;
	text-align: center;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	/*浠庡乏鍚戝彸 浠庡彸鍚戝乏鏄� writing-mode: vertical-rl;*/
}

.secmid>a {
	display: block;
	width: 50px;
	height: 193px;
	color: #ffffff;
	font-size: var(--font-size-large);
	border-radius: 4px 0 0 4px;
	text-align: center;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	/*浠庡乏鍚戝彸 浠庡彸鍚戝乏鏄� writing-mode: vertical-rl;*/
}

.midbk {
	background-color: #2373bc;
}

.firicon {
	width: 750px;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-around;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.firicon a {
	display: block;
	width: 167px;
}

.firicon a img {
	display: inline-block;
	width: 167px;
	height: 128px;
}

.seccot {
	width: 750px;
	padding: 15px;
	box-sizing: border-box;
}

.seccot a {
	display: block;
	width: 158px;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
	color: #205aa9;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #c8e4fc;
	border-radius: 40px;
}

.seccot a img {
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-right: 5px;
}

.cloumn {
	width: 690px;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.tapbutton {
	width: 100%;
	height: 58px;
	line-height: 58px;
	border-bottom: 2px solid #6bb6f6;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.tapbutton li a {
	display: block;
	text-align: center;
	font-size: var(--font-size-large);
	color: #2960a0;
}

.tapbutton .active {
	border-bottom: 5px solid #1d50a1;
}

.tabCon {
	padding: 20px;
	box-sizing: border-box;
}

.tabPane {
	display: none;
}

.tabCon .active {
	display: block;
}

.tabCon li {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.tabCon li a {
	display: block;
}

.tabCon li span {
	position: absolute;
	right: 5px;
	top: 0;
	color: #b4b4b4;
}



.serbk {
	width: 1400px;
	height: 560px;
	margin: 0 auto;
	border-radius: 20px;
	background: url(../images/servicebk.png) no-repeat center;
}

.sertt {
	display: block;
	line-height: 145px;
	font-size: 48px;
	color: #215a9c;
	letter-spacing: 5px;
	font-family: "FZZZHONGJW";
	margin-left: 45px;
}

.srvcot {
	width: 100%;
	padding-left: 26px;
	padding-right: 416px;
	box-sizing: border-box;
}

.srvcot div {
	width: 229px;
	height: 349px;
	padding-top: 88px;
	padding-left: 16px;
	box-sizing: border-box;
}

.srvcot div a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: var(--font-size-large);
	color: #666666;
}

.itl {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: var(--font-size-large);
	color: #666666;
	text-align: center;
	margin-left: -7px;
}

.srvcot div a:hover {
	text-decoration: underline;
}

.item1 {
	background: url(../images/liul.png);
}

.item2 {
	background: url(../images/chx.png);
}

.item3 {
	background: url(../images/banl.png);
}

.item4 {
	background: url(../images/hud.png);
}

.botcloumn {
	width: 453px;
	height: 370px;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.botcl {
	width: 453px;
	height: 410px;
	background-color: #fff;
	border-radius: 10px;
}

.midclombk {
	width: 453px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: url(../images/mcl_b.png);
	background-repeat: no-repeat;
}

.midred {
	background: url(../images/mcl.png);
}

.midds {
	background: url(../images/mcl_d.png);
}

.midclombk a {
	display: block;
	font-size: var(--font-size-large);
	padding-left: 20px;
	box-sizing: border-box;
}

.midmore img {
	display: inline-block;
	width: 22px;
	margin-right: 35px;
}

.midlis {
	width: 100%;
	padding: 23px 18px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.midlis img {
	display: inline-block;
	width: 200px;
}

.mlist {
	padding-left: 20px;
	box-sizing: border-box;
}

.mlist li {
	border-bottom: 1px dashed #999999;
}

.mlist li:last-child {
	border: none;
}

.mlist li a {
	font-size: var(--font-size-normal);
	color: #666666;
}

.midpic {
	width: 100%;
	height: 300px;
	padding: 28px 39px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
}

.midpic img {
	display: inline-block;
	width: 376px;
}

.midpic a {
	width: 376px;
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: var(--font-size-normal);
	color: #666666;
}

.specialbk {
	width: 1400px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
}

.spett {
	display: block;
	height: 84px;
}

.ztbk {
	background: url(../images/ztbk.png) no-repeat center;
}

.ztred {
	background: url(../images/ztred.png) no-repeat center;
}

.ztds {
	background: url(../images/ztds.png) no-repeat center;
}

.spepic {
	width: 100%;
	height: 296px;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
}

.mapttbk {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.mapttbk a {
	display: block;
	font-size: var(--font-size-large);
	color: #ffffff;
	margin-left: 20px;
}

/* 鍦板浘 */
.mapbk {
	width: 1400px;
	height: 453px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(../images/mapbk.png);
	box-sizing: border-box;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.map {
	position: relative;
	width: 487px;
	padding-left: 24px;
	padding-top: 4px;
}

.mapic {
	width: 126px;
	height: 19px;
	position: absolute;
	bottom: 26px;
	left: 320px;
}

.mapic span {
	font-size: 16px;
	color: #333333;
}

.citybg {
	position: absolute;
	display: block;
	z-index: 3;
}

/* .city a.active .citybg{ display:block; z-index:3;} */
.city li {
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.city li a {
	color: #fff;
	font-size: 14px;
}

.city li div:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}

.list {
	width: 710px;
	padding-top: 88px;
}

.list li,
.lisdis li {
	width: 160px;
	height: 62px;
	background-color: #fff;
	box-shadow: 0 5px 10px 2px rgba(129, 98, 71, .3);
	margin-bottom: 20px;
	margin-right: 14px;
	float: left;
}

.list li a,
.lisdis li a {
	display: block;
	width: 168px;
	text-align: center;
	line-height: 62px;
	font-size: 16px;
	color: #565656;
}

.brz {
	text-align: left !important;
	line-height: 24px !important;
	padding-left: 10px;
	padding-top: 5px;
	box-sizing: border-box;
}

.liscot ul,
.lisdis ul {
	width: 100%;
}
.max {
	margin-top: -4%;
}
.mim {
	margin-top: -10%;
}

/* 搴曢儴閾炬帴 */
.fotlink {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.linktt {
	display: block;
	width: 190px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.linkcot {
	width: 1215px;
}

.linkcot a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	color: #666666;
}

.linkcot a:hover {
	color: #1161ac;
}

footer {
	height: 337px;
	background: url(../images/fot_b.png);
}

.fotred {
	background: url(../images/fot_r.png);
}

.fotds {
	background: url(../images/fot_d.png);
}

.cotlink {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ffffff;
	padding-left: 20px;
	box-sizing: border-box;
}

.cotlink span {
	float: left;
	font-size: var(--font-size-small);
	color: #ffffff;
}

.cotlink a {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: var(--font-size-small);
	color: #ffffff;
}

.information {
	width: 1400px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.leftxx {
	width: 650px;
	border-right: 2px solid #ffffff;
}

.xxtt {
	font-size: 30px;
	color: #ffffff;
	font-family: "SimHei";
}

.leftxx span {
	display: inline-block;
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
}

.righticon {
	padding-top: 30px;
	box-sizing: border-box;
}

.righticon>span {
	float: left;
}

.bte {
	display: block;
	width: 130px;
	margin-left: 20px;
	float: left;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	align-items: center;
}

.bte img {
	display: inline-block;
	width: 88px;
	height: 88px;
}

.bte span {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.btfot {
	width: 100%;
	line-height: 50px;
	height: 50px;
	background-color: #296aa9;
}

.bt {
	width: 1400px;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}