@charset "utf-8";

/*清除内边距*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
ul,
ol,
li,
pre,
fieldset,
lengend,
input,
textarea,
th,
td,
figure {
	border: none;
	padding: 0;

	margin: 0;

}

/*设置默认字体*/

body,
button,
select,
textarea {

	font: 15px/1.5 'Microsoft YaHei', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
	border: none;
}

html {

	height: 100%;

}

html,
body {
	color: rgba(0, 0, 0, .8);
}

h1 {

	font-size: 52px;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 17px;

}

h4 {

	font-size: 16px;

}

h5,
h6 {

	font-size: 14px;

}

address,
cite,
dfn,
em,
var {

	font-style: normal;

}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */

small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */



/*重置列表元素*/

ul,
li {

	list-style: none;
	cursor: pointer;
}

/*重置文本格式元素*/

a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	/* color:rgba(229,126,26,1); */
}

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */

	border-bottom: 1px dotted;

	cursor: help;
}

/*重置表单元素*/

legend {
	color: #000;
}

/* for ie6 */

fieldset,
img {
	border: none;
}

/* img 让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 0;

	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
}

button,
input,
select,
textarea {

	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
	outline: none;
	border: 0;
	border-color: #2f6ad3;

}

/*重置表格元素*/

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/*重置hr元素*/

hr {

	border: none;

	height: 1px;

}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

/* html { overflow-y: scroll; } */

/*规定html5样式*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
section,
summary {

	display: block;

}

audio,
canvas,
progress,
video {

	display: inline-block;

	vertical-align: baseline;

	*display: inline;

	*zoom: 1;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

/*苹果系统input去除*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

/*清理浮动*/

.clear:before,
.clear:after {

	content: "";

	display: table;

}

.clear:after {
	clear: both;
}

.clear {

	*zoom: 1;
	/*IE/7/6*/

}

/*动画*/

p:hover {
	transition: all 0.3s ease 0s;
}

/* a:hover{ opacity:0.8;transition: all 0.3s ease 0s;} */


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	display: block;
	width: 270px;
	height: 54px;
	color: #000000;
	margin: 60px auto;
	border-radius: 5px;
	text-align: center;
	background: #ffd200;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.btn p:nth-child(2) {
	font-size: 12px;
}

.btn:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0068b7;
}

.btn:hover,
.btn:active {
	color: #ffffff;
	background: #0068b7;
}

.btn:hover:after,
.btn:active:after {
	width: 100%;
}

.box {
	overflow: hidden;
}

.container_img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.font_w {
	font-weight: 600;
}

body {
	/**max-width: 750px;**/
	min-width: 1200px;
	margin: 0 auto;
}

.margin_t0 {
	margin-top: 0rem !important;
}

.margin_t10 {
	margin-top: 10px !important;
}

.margin_t20 {
	margin-top: 20px !important;
}

.margin_t30 {
	margin-top: 30px !important;
}

.margin_l10 {
	margin-left: 10px !important;
}

.margin_b30 {
	margin-bottom: 30px !important;
}

.margin_t50 {
	margin-top: 50px !important;
}

.margin_t80 {
	margin-top: 80px !important;
}

.margin_b10 {
	margin-bottom: 10px !important;
}

.margin_b20 {
	margin-bottom: 20px !important;
}

.margin_b50 {
	margin-bottom: 50px !important;
}

.margin_b200 {
	margin-bottom: 200px !important;
}

.padding_t50 {
	padding-top: 50px !important;
}

.container_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.header_box {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

.jssm_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/1_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 489px;
}

.jssm {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.jssm ul li {
	width: 25%;
	float: left;
}

.jssm_img {
	width: 106px;
	height: 106px;
	text-align: center;
	margin: 110px auto 0 auto;
}

.jssm_img img {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.jssm_img img:hover {
	transform: rotate(360deg) scale(1);
	-webkit-transform: rotate(360deg) scale(1);
	-moz-transform: rotate(360deg) scale(1);
	-o-transform: rotate(360deg) scale(1);
	-ms-transform: rotate(360deg) scale(1);
}

.jssm_dbt {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	color: #282828;
	text-align: center;
	margin: 0 auto;
}

.jssm_xbt {
	width: 100%;
	font-size: 26px;
	color: #282828;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}

.zuosm_box {
	width: 100%;
	background: #d9e6fe;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #d9e6fe), color-stop(0.5, #fbfdfe));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #d9e6fe, #fbfdfe);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #d9e6fe, #fbfdfe);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #d9e6fe 0%, #fbfdfe 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #d9e6fe, #fbfdfe);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #d9e6fe, #fbfdfe);
	overflow: hidden;
}

.zuosm_bt {
	width: 100%;
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 70px auto 0 auto;
}

.zuosm_bt span {
	color: #3c78dd;
}

.zuosm_xbt {
	width: 100%;
	font-size: 24px;
	color: #505357;
	text-align: center;
	margin: 10px auto 0 auto;
	font-weight: normal;
}

.zuosm_lm {
	width: 1200px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

.zuosm_lm ul li {
	width: 20%;
	float: left;
	text-align: center;
	margin: 40px auto 0 auto;
}

.zuosm_lm_img {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.zuosm_lm_bt {
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}

.zuosm_lm_img img {
	cursor: pointer;
	transition: all 0.6s;
}

.zuosm_lm_img img:hover {
	transform: scale(1.4);
}

.zuosm1_lm {
	width: 1200px;
	margin: 70px auto 0 auto;
	overflow: hidden;
}

.zuosm1_lm ul li {
	width: 400px;
	float: left;
	text-align: center;
	margin: 10px auto 0 auto;
}

.zuosm1_lm_img {
	width: 390px;
	height: 250px;
	border-radius: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.zuosm1_lm_img img {
	cursor: pointer;
	transition: all 0.6s;
}

.zuosm1_lm_img img:hover {
	transform: scale(1.4);
}

.zuosm_an {
	width: 460px;
	height: 60px;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	background: #033cb2;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #033cb2), color-stop(0.5, #3c79de));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(0deg, #033cb2, #3c79de);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(0deg, #033cb2, #3c79de);
	/* ie10 */
	background-image: -ms-linear-gradient(0deg, #033cb2 0%, #3c79de 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(0deg, #033cb2, #3c79de);
	/* 标准写法 */
	background-image: linear-gradient(0deg, #033cb2, #3c79de);
	margin: 60px auto;
	overflow: hidden;
}

.zuosm_an a {
	color: #fff;
	display: block;
}

.zuosm_an a:hover {
	color: #fff;
	display: block;
	background: #3c79de;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #3c79de), color-stop(0.5, #033cb2));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(45deg, #3c79de, #033cb2);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(45deg, #3c79de, #033cb2);
	/* ie10 */
	background-image: -ms-linear-gradient(45deg, #3c79de 0%, #033cb2 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(45deg, #3c79de, #033cb2);
	/* 标准写法 */
	background-image: linear-gradient(45deg, #3c79de, #033cb2);
}

.kunr_box {
	width: 100%;
	background: #ffffff;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #ffffff), color-stop(0.5, #d8eaeb));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #ffffff, #d8eaeb);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #ffffff, #d8eaeb);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #ffffff 0%, #d8eaeb 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #ffffff, #d8eaeb);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #ffffff, #d8eaeb);
	overflow: hidden;
}

.kunr1_box {
	width: 100%;
	background: #d8eaeb;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #ffffff), color-stop(0.5, #ffffff));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #d8eaeb, #ffffff);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #d8eaeb, #ffffff);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #d8eaeb 0%, #ffffff 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #d8eaeb, #ffffff);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #d8eaeb, #ffffff);
	overflow: hidden;
}

.kunr_img {
	width: 1200px;
	height: 525px;
	margin-top: 30px;
	overflow: hidden;
}

.kunr_lan {
	width: 100%;
	border-radius: 10px;
	background: #033db3;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #033db3), color-stop(0.5, #3976dc));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #033db3, #3976dc);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #033db3, #3976dc);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #033db3 0%, #3976dc 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #033db3, #3976dc);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #033db3, #3976dc);
	margin-bottom: 60px;
	overflow: hidden;
}

.zuosm_l_bt {
	width: 1086px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

.zuosm_l_bt_l {
	width: 686px;
	float: left;
}

.zuosm_l_bt_r {
	width: 400px;
	float: left;
	text-align: center;
}

.zuosm_dd {
	font-size: 48px;
	font-weight: bold;
	color: #fff45c;
	margin-top: 20px;
}

.zuosm_ydd {
	font-size: 48px;
	font-weight: bold;
	color: #406cd5;
	text-indent: 40px;
}

.zuosm_l_bt_r img {
	width: 205px;
	height: 195px;
	text-align: center;
}

.zuosm_l_img {
	width: 1085px;
	height: 241px;
	margin: 0 auto 60px auto;
}

.gaozl_box {
	width: 100%;
	background: #ffffff;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #ffffff), color-stop(0.5, #deeafe));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #ffffff, #deeafe);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #ffffff, #deeafe);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #ffffff 0%, #deeafe 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #ffffff, #deeafe);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #ffffff, #deeafe);
	overflow: hidden;
}

.banner {
	width: 1190px;
	border: 1px #ededed solid;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #888888;
	margin: 50px auto 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner .slick-dots {
	z-index: 3333;
}

.banner .slick-dots li {
	margin: 0 8px;
}

.banner .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
}

.banner .slick-dots li.slick-active button {
	background-color: #F85811;
}

.banner .slick-dots li.slick-active button::after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 18px;
	height: 18px;
	border: 1px solid #F85811;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#banner .slick-slide {
	float: none;
	position: relative;
}

#banner .slick-track .slick-slide {
	float: left;
}

#banner .slick-slide img {
	width: 100%;
	transform: scale(1.1, 1.1);
	transition: transform 3s;
	-webkit-transition: transform 3s;
	-moz-transition: transform 3s;
	-ms-transition: transform 3s;
	-o-transition: transform 3s;
}

#banner .slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#banner .slick-slide.scale-pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

/*slick.css*/
.slick-slider {
	position: relative;
	z-index: 2;
}

.slick-list {
	position: relative;
	overflow: hidden;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	position: relative;
	z-index: 1;
}

.slick-slide:focus {
	outline: 0;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-active {
	z-index: 2;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev,
.slick-next {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 6;
}

.slick-prev:focus,
.slick-next:focus {
	outline: 0;
}

.slick-prev {
	left: -25px;
}

.slick-next {
	right: -25px;
}

.slick-dots {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 4;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
}

.slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	background: #0d47ba;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #ff9800;
}

.gaozl {
	width: 1190px;
	overflow: hidden;
}

.gaozl_l {
	width: 500px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.gaozl_l_img {
	width: 437px;
	height: 338px;
	margin: 30px auto;
}

.gaozl_r {
	width: 670px;
	float: left;
	margin-right: 18px;
	overflow: hidden;
}

.gaozl_nr_bt {
	font-size: 30px;
	font-weight: bold;
	color: #0d47ba;
	margin-top: 40px;
}

.gaozl_nr_xq {
	font-size: 20px;
	line-height: 42px;
	color: #8d8d8d;
	margin-top: 20px;
}

.gaozl_an_box {
	width: 1200px;
	margin: 70px auto;
	overflow: hidden;
}

.gaozl_an1 {
	font-size: 30px;
	color: #134fc7;
	text-align: center;
	width: 330px;
	height: 70px;
	float: left;
	line-height: 70px;
	border-radius: 10px;
	border: 1px #134fc7 solid;
	box-sizing: border-box;
	margin-left: 255px;
	margin-right: 15px;
	overflow: hidden;
}

.gaozl_an1 a {
	color: #134fc7;
	display: block;
}

.gaozl_an1 a:hover {
	color: #fff;
}

.gaozl_an1:hover {
	color: #fff;
	background: #2f6cd4;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #023db2), color-stop(0.5, #2f6cd4));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #023db2, #2f6cd4);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #023db2, #2f6cd4);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #023db2 0%, #2f6cd4 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #023db2, #2f6cd4);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #023db2, #2f6cd4);
}

.gaozl_an2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	width: 330px;
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	border: 1px #134fc7 solid;
	float: left;
	box-sizing: border-box;
	margin-right: 255px;
	margin-left: 15px;
	background: #023db2;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #2f6cd4), color-stop(0.5, #023db2));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #2f6cd4, #023db2);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #2f6cd4, #023db2);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #2f6cd4 0%, #023db2 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #2f6cd4, #023db2);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #2f6cd4, #023db2);
	overflow: hidden;
}

.gaozl_an2 a {
	color: #fff;
	display: block;
}

.gaozl_an2:hover {
	color: #fff;
	background: #2f6cd4;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #023db2), color-stop(0.5, #2f6cd4));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(35deg, #023db2, #2f6cd4);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(35deg, #023db2, #2f6cd4);
	/* ie10 */
	background-image: -ms-linear-gradient(35deg, #023db2 0%, #2f6cd4 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(35deg, #023db2, #2f6cd4);
	/* 标准写法 */
	background-image: linear-gradient(35deg, #023db2, #2f6cd4);
}

.xzwm_t1 {
	width: 100%;
	margin: 30px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

.xzwm_t1 img {
	width: 777px;
	height: 74px;
}

.xzwm_t2 {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	overflow: hidden;
}

.xzwm_t2 img {
	width: 1200px;
	height: 511px;
}

.xzwm_t3 {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	overflow: hidden;
}

.xzwm_t3 img {
	width: 1200px;
	height: 531px;
}

.lansed {
	width: 100%;
	background: #0d47ba;
	overflow: hidden;
}

.lansed-nr {
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}

.lansed-nr_l {
	width: 40px;
	height: 40px;
	float: left;
	line-height: 0;
	margin-top: 30px;
	overflow: hidden;
}

.lansed-nr_r {
	font-size: 20px;
	color: #fff;
	width: 1160px;
	height: 100px;
	float: left;
	line-height: 100px;
	overflow: hidden;
}

.lansed-nr_r span {
	margin-right: 20px;
	margin-left: 20px;
}

.lansed-nr img {
	width: 40px;
	height: 40px;
}

.baised {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.baised_box {
	width: 100%;
	overflow: hidden;
}

.baised_box_l {
	width: 330px;
	float: left;
}

.baised_logo {
	width: 95px;
	height: 95px;
	margin: 40px auto 0 auto;
	line-height: 0;
	text-align: center;
}

.logo_bt {
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	color: #0068B7;
	text-align: center;
}

.logo_xbt {
	font-size: 18px;
	line-height: 40px;
	color: #282828;
	text-align: center;
	border-top: 1px #bebebe solid;
}

.baised_box_c {
	width: 600px;
	margin-top: 60px;
	float: left;
}

.lianx {
	width: 500px;
	overflow: hidden;
	margin-left: 100px;
}

.lianx_l {
	width: 30px;
	height: 30px;
	margin-top: 10px;
	float: left;
}

.lianx_r {
	width: 470px;
	font-size: 18px;
	text-indent: 10px;
	margin-top: 10px;
	float: left;
}


.baised_box_r {
	width: 270px;
	float: left;
}

.baised_erwm {
	width: 136px;
	height: 138px;
	margin: 50px auto 0 auto;
	line-height: 0;
	text-align: center;
}

.weix_xbt {
	font-size: 18px;
	line-height: 40px;
	color: #282828;
	text-align: center;
}

.banquan {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	background: #0d47ba;
	margin-top: 50px;
	overflow: hidden;
}

.banquan a {
	color: #fff;
}


.clearfix::after {
	clear: both;
	display: block;
	height: 0;
	content: '';
}

#container {
	width: 1200px;
	margin: 0 auto;
}

#container li {
	position: relative;
	width: 390px;
	height: 250px;
	line-height: 250px;
	border-radius: 10px;
	text-align: center;
	margin: 5px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

#container li p {
	width: 390px;
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -250px;
	color: #ffffff;
	z-index: 2;
}

#container li .img {
	width: 390px;
	height: 250px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

#container li:hover .img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

#container li p i {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #0d47ba;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 16px;
}

#container li p span {
	display: block;
	width: 94%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 24px;
	padding-top: 120px;
}

#container li p a {
	display: block;
	position: absolute;
	font-size: 20px;
	width: 32px;
	height: 32px;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
}

.explain {
	display: block;
	margin: 0 auto;
}


/*选项卡*/
.baojia_tab {
	overflow: hidden;
	margin: 3% 0;
}

#baojiacon {
	width: 100%;
	overflow: hidden;
}

.ah-tab-wrapper {
	width: 100%;
	float: left;
}

.ah-tab {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 30px;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
	opacity: 1;
}

.ah-tab-overflow-list {
	position: absolute;
	right: 0;
	text-align: left;

	border: 1px solid #e9e9e9;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
	list-style: none;
	transition: opacity .3s;
	opacity: 0;

}

.ah-tab-overflow-list::after {
	content: " ";
	display: block;
	position: absolute;
	right: 14px;
	width: 0;
	height: 0;
	border-bottom-color: #fff;
}

.ah-tab-overflow-list::before {
	content: " ";
	display: block;
	position: absolute;
	right: 13px;
	width: 0;
	height: 0;
	border-bottom-color: #cdcdcd;
}

.ah-tab-item {
	width: 20%;
	float: left;
	color: #8b8b8b;
	cursor: pointer;
	display: block;
	letter-spacing: normal;
	transition: all .3s;
	text-decoration: none;
	font-size: 1rem;
}

.ah-tab>.ah-tab-item {
	text-align: center;
	color: #242a4e;
	font-size: 0.8rem;
	padding: 3% 0;
	font-weight: bold;
	box-sizing: border-box;
}

.ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
	background: #ffffff;
	color: #fee9c3;
	border-radius: 10px;

}

.ah-tab-overflow-menu {
	display: none;
}

.ah-tab-content-wrapper {
	width: 100%;
}

.ah-tab-content {
	display: none;
}

.ah-tab-content[data-ah-tab-active="true"] {
	display: block;

}

/*选项卡 end*/
