@charset "utf-8";

/*------------------------ 公用样式 ----------------------------*/
body {
	background: #FFFFFF no-repeat top center;
	-webkit-text-size-adjust: 100%;
	color: #333;
	font-family: Microsoft YaHei, Simsun, SimHei, Arial;
	font-size: 16px;
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	/* -webkit-appearance: none; */
}

button,
input,
select,
textarea {
	font-family: inherit;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0;
}

img,
a img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	border: 0;
	vertical-align: middle;
}

a {
	outline-style: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #207fc3;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

input:focus,
textarea:focus {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

/*	----------------------------	header	----------------------------	*/
.banner {
	height: 600px;
	width: 100%;
	min-width: 1200px;
	background: url(../images/bg.png)no-repeat top center;
	margin: 0 auto;
}

.slh {
	height: 52px;
	width: 1200px;
	margin: 0 auto;
	line-height: 52px;
	color: white;
}

.rightb {
	width: 400px;
	line-height: 28px;
    padding: 12px 0;
}

.rightb a {
	width: 130px;
	border-radius: 25px;
	background-color: #5588c1;
	display: block;
	float: right;
	margin-right: 10px;
	color: white;
	text-align: center;
}

.ss {
	height: 80px;
	width: 522px;
	margin: 0 auto;
	margin-top: 220px;
}

#query {
	position: absolute;
	height: 60px;
	width: 298px;
}

#query_input {
	height: 57px;
	width: 482px;
	color: #999999;
	border-top: solid 2px #3f7fc7;
	border-bottom: solid 2px #3f7fc7;
	border-left: solid 2px #3f7fc7;
	padding-left: 34px;
	line-height: 39px;
	position: absolute;
	border-radius: 37px;
	font-size: 16px;
	outline: none;
}

#query_btn {
	border: 0px;
	width: 86px;
	height: 60px;
	background: url(../images/search_logo.png) no-repeat;
	right: -222px;
	position: absolute;
	cursor: pointer;
}

.nav {
	height: 68px;
	width: 1200px;
	background: #206abd;
	border-radius: 37px;
	margin: 0 auto;
	margin-top: 80px;
}

.nav li a {
	height: 68px;
	width: 170px;
	display: block;
	float: left;
	font-size: 18px;
	color: white;
	line-height: 68px;
	text-align: center;
}

.nav li a:hover {
	background: #1b5da8;
}

.nav li.span {
	float: left;
	width: 1px;
	height: 68px;
	background: url(../images/line.png) no-repeat center left;
	padding: 0;
}

.nav li {
	margin: 0px 10.5px;
}

.nav .sy1 {
	margin-left: 35px;
}

/*	----------------------------	footer	----------------------------	*/

.footer-wrap {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 30px;
	background: #3e7ec8;
	border-top: #2665ac 10px solid;
}

.footer .link2 {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
}

.footer .link2 p {
	text-align: center;
	line-height: 36px;
	padding-top: 25px;
	color: white;
}

.footer .link2 .mk1 {
	padding-top: 25px;
}
.footer .link2 .mk2 {
	width: 1000px;
}
.footer .link2 .mk2 a {
	color: #fff;
}
.footer .link2 .mk2 a:hover {
	color: yellow;
}
.footer .link2 .mk3 {
	padding-top: 35px;
}



/*------------------------ 切换 js-tab ------------------------*/

.tab-brief1 {
	height: 50px;
	width: 100%;
	/* background-image: url(../images/tybtk_a1.jpg); */
	background-repeat: repeat-x;
	background-position: bottom;
}

.tab-brief1 .hd {
	border-bottom:1px solid #e6e6e6;
	line-height:54px;
	color: #3f7fc7;
}

.tab-brief1 .hd li {
	float: left;
	position: relative;
	font-size: 22px;
	margin-right: 15px;
	padding: 0 24px;
	margin: 0 15px;
}

.tab-brief1 .hd li a {
	color: #8e8e8e;
}

.tab-brief1 .hd li:after {
	content: '';
	position: absolute;
	width: 0;
	bottom: -2px;
	left: 0;
	height: 4px;
	background: #3f7fc7;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.tab-brief1 .hd li.on:after {
	width: 100%;
}

.tab-brief1 .hd li.on a {
	color: #3f7fc7;
	font-weight: bold;
}

.ty_more {
	font-size: 16px;
	float: right;
	padding-right: 5px;
}

.ty_more a {
	border: #207fc3 1px solid;
	border-radius: 12px;
	color: #207fc3;
	font-size: 12px;
	padding: 4px 12px;
}


.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: -moz-flex;
	display: flex;
  }
  .flex-v{
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .flex-1{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
  }
  .flex-align-center{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .flex-pack-center{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .flex-pack-justify{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }


  .xwzx-tpxw .swiper-slide img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.home-ztzl .swiper-slide img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.ztzl_img img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.xwzx-tpxw .swiper-slide img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.home-ztzl .swiper-slide img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ztzl_img img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}