@charset "utf-8";
body {
	font-family: "微软雅黑"!important;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
	background: #FFFFFF;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
	margin: 0;
	padding: 0;
}

li,
ol {
	list-style: none;
}

a,
img,
textarea {
	border: none;
	outline: none;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none!important;
	outline: none;
	outline-offset: 0;
}

label {
	font-weight: normal;
	width: 100%;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.slick-slide {
	outline: none!important;
	height: auto;
}

#wrap_index {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1420px) {
	.container {
		width: 1200px;
		padding: 0;
		margin: 0 auto;
	}
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a:hover {
	color: #2d77c5
}


/*header*/

#header {
	position: relative;
	background-color: #fff;
	z-index: 90;
}

#header>div {
	background: #FFFFFF;
}

#header:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 15px;
	background: #FFFFFF;
	left: 0;
	bottom: 0px;
	z-index: 12;
}

#header:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: none;
	left: 0;
	bottom: 0px;
	box-shadow: 0 0 6px 3px #33333370;
	z-index: 10;
}

.logo {
	width: 40%;
	height: 95px;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 95px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#header .pc_Menu {
	width: 60%;
}

.pc_Menu .menul {
	width: 100%;
	height: 95px;
}

.pc_Menu .menul .firstli {
	position: relative;
	width: 14.2857%;
	float: left;
	text-align: center;
	transition: 300ms;
}

.pc_Menu .menul .firstli a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 95px;
	line-height: 95px;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
}

.pc_Menu .menul .firstli a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.6s;
	background: #2d77c5;
	bottom: 25px;
}

.pc_Menu .menul .firstli.cur>a:after,
.pc_Menu .menul .firstli:hover>a:after {
	width: 25px;
}

.pc_Menu .secdulBox {
	display: none;
	position: absolute;
	width: calc(100% + 20px);
	padding: 20px 0;
	background-color: rgba(255, 255, 255);
	top: 95px;
	left: 50%;
	transform: translateX(-50%);
}

.pc_Menu .secdulBox .secdli a {
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #585858;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.pc_Menu .secdulBox .secdli.current a,
.pc_Menu .secdulBox .secdli a:hover {
	color: #FFFFFF;
	background: #2D77C5;
}

.pc_Menu .menul .firstli:after {
	opacity: 0;
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 8px;
	background: url(../images/ico3.png)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pc_Menu .menul .firstli.cur:after,
.pc_Menu .menul .firstli:hover:after {
	bottom: 11px;
	opacity: 1;
}


/*手机头部*/

.model-header {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	z-index: 30;
	position: relative;
}

.model-header .model-header-logo {
	width: 40%;
	float: left;
	height: 60px;
}

.model-header .model-header-logo a {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 60px;
}

.model-header .model-header-logo a img {
	max-width: 100%;
	max-height: 100%;
}

.model-header .model-navbtn {
	width: 32px;
	height: 60px;
	line-height: 42px;
	float: right;
	padding: 16px 0;
}

.model-header .model-navbtn img {
	max-width: 100%;
}


/*main*/

@media (max-width:991px) {
	.logo,
	.logo a {
		height: 60px;
	}
	.pc_Menu .menul {
		height: 60px;
	}
	.pc_Menu .menul .firstli:after {
		width: 20px;
		height: 6px;
	}
	.pc_Menu .menul .firstli.cur:after,
	.pc_Menu .menul .firstli:hover:after {
		bottom: 8px;
	}
	.pc_Menu .menul .firstli>a {
		font-size: 14px;
		height: 60px;
		line-height: 60px;
		padding: 0 3px;
	}
	.pc_Menu .secdulBox {
		top: 60px;
		border-radius: 5px;
	}
	.pc_Menu .secdulBox .secdli a {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
}


/*颜色重写*/


/*banner*/

#model_banner .banner_img img {
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#model_banner .banner_img a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	content: "";
}

#model_banner .slick-prev,
#model_banner .slick-next {
	width: 46px;
	height: 84px;
}

#model_banner .slick-prev {
	opacity: .2;
	left: 60px;
	z-index: 9;
	background: url("../images/arw.png") no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

#model_banner .slick-next {
	opacity: .2;
	right: 60px;
	background: url("../images/arw.png") no-repeat center;
}

#model_banner .slick-prev:hover,
#model_banner .slick-next:hover {
	opacity: 1;
}

#model_banner .slick-dots li {
	margin: 0 10px;
}

#model_banner .slick-dots li button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border: 1px solid #cfc7c0;
	border-radius: 50%;
}

#model_banner .slick-dots {
	bottom: 10px;
}

.model-textlist-one ul li:hover {
	border-bottom: 1px solid #2d77c5;
}

.model-textlist-one ul li:hover dt {
	color: #2d77c5;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
	border: 1px solid #2d77c5;
	background: #2d77c5 url(../images/icon10.png) 90% center no-repeat;
}

.updown_fenlei .cont_nav .one .one_a i {
	background: url(../images/icon4.png) center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
	background: url(../images/icon6.png) center no-repeat
}

.updown_posnav .nav_item a:hover,
.updown_posnav .nav_item a.on,
#model_contant_main .model_dec_adress a:hover {
	color: #2d77c5;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
	background-color: #2d77c5;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
	color: #2d77c5;
}

.model-dectil-bottom .model-dectil-chose a:hover {
	color: #2d77c5;
}

.model-dectil-img .slick-dots li button {
	border: 1px solid #2d77c5;
}

.model-dectil-img .slick-dots li.slick-active button {
	background: #2d77c5;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
	background: #2d77c5;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
	color: #2d77c5;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
	color: #2d77c5;
	border-bottom: 1px solid #2d77c5;
}

.model-textlist-four ul li a:hover {
	background: #2d77c5;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
	color: #2d77c5;
}

.model-textlist-two ul li a:hover .newtime {
	background: #2d77c5;
}

.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-three ul li .imgtextlist-r .time p {
	color: #2d77c5;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
	background: #2d77c5;
}

.model-imglist-two ul li .pimg em span {
	background: #2d77c5 url(../images/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
	border: 2px solid #2d77c5;
}

.model-imglist-three ul li a:hover p {
	color: #2d77c5;
	background: url(../images/icon6.png) right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
	background: url(../images/icon6.png) center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
	background: #2d77c5;
}


/*底部导航*/

.model-fixed {
	background: #2d77c5!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
	color: #2d77c5;
}

.model-classify-nav .second a.sen_x:before {
	background: #2d77c5;
}

.model-phone-page span i {
	color: #2d77c5;
}

.model-leftnav-top {
	background: #2d77c5;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
	color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
	background: #2d77c5;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
	color: #2d77c5;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #2d77c5;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
	background: #2d77c5;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #2d77c5;
}

.moder_leftright_r .r_posnav p {
	border-bottom: 4px solid #2d77c5;
}

.moder_leftright_r .r_posnav span a:hover {
	color: #2d77c5;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
	border-bottom: 12px solid #2d77c5;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
	border-top: 12px solid #2d77c5;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
	border-bottom: 1px solid #2d77c5;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
	border-top: 1px solid #2d77c5;
}

@media (min-width:768px) {
	.model-textlist-four ul li .textlist-r dd {
		color: #fff;
	}
	.model-imgtextlist-four ul li a:hover .imgtextlist-text p,
	.model-imgtextlist-four ul li .imgtextlist-text dd {
		color: #fff;
	}
}

@media (max-width:768px) {
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover,
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
		border-top: 0;
		border-bottom: 0
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
		border-left: 7px solid #2d77c5;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-left: 1px solid #2d77c5;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-right: 1px solid #2d77c5;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
		border-right: 7px solid #2d77c5;
	}
}

@media (max-width: 767px) {
	.model-textlist-four ul li .textlist-r dt {
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.model-dectil-text img {
		max-width: 100%;
	}
}

.part {
	padding: 152px 19% 25px;
	overflow: hidden;
}

.content1 {
	background: #f7f7f7;
}

.content1 .content_box {
	padding-bottom: 95px;
}

.content1 .title span {
	margin-left: 6.8%;
	max-width: 80%;
	white-space: nowrap;
	display: block;
	font-size: 100px;
	line-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2d77c5;
	opacity: 0.1;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
}

.content1 .title>div {
	position: relative;
	padding-bottom: 52px;
	margin-top: -15px;
}

.content1 .title>div:after {
	position: absolute;
	content: "";
	width: 3px;
	height: 100px;
	background: #1a1a1a;
	top: -148px;
	right: 0;
}

.content1 .title .name {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1a1a1a;
	text-align: right;
}

.content1 .title .en_name {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #cccccc;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

.content1 .inner {
	background: #fff;
}

.content1 .pics_box {
	position: relative;
	width: 35.6%;
	margin-left: 6.8%;
	margin-top: -100px;
	background: #e9e9e9;
}

.content1 .pics_box .slick-prev {
	display: none;
}

.content1 .pics_box .slick-next {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background-color: #2D77C5;
	background-image: url(../images/down_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	right: -99px;
	top: 0;
	transform: translateY(0);
	background-size: 28px;
	transition: all 0.4s;
}

.content1 .pics_box .slick-next:before {
	content: "";
}

.content1 .pics_box:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 90px;
	background-color: #2D77C5;
	opacity: 0.1;
	right: 0;
	bottom: -90px;
}

.content1 .pics_box .pic {
	display: block;
	border: 0 ;
}

.content1 .pics_box .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.content1 .area {
	width: calc(100% - 42.4%);
	padding-left: 5.5%;
	position: relative;
}

.content1 .area:after {
	position: absolute;
	content: "";
	width: 70%;
	height: 100%;
	background: #FFFFFF;
	top: 0;
	right: -70%;
}

.content1 .area .items {
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
}

.content1 .area .items p {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

.content1 .area .items p .p1 {
	font-size: 36px;
	line-height: 28px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 20px;
}

.content1 .area .items p .p2 {
	font-size: 14px;
	line-height: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #b2b2b2;
	text-align: center;
}

.content1 .area .txt {
	font-size: 14px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 128px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4c4c4c;
	text-align: center;
	text-align: left;
	margin-bottom: 20px;
}

.content1 .area .more,
.content2 .inner .more {
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	height: 150px;
	width: 150px;
	line-height: 150px;
	background: #2D77C5;
	display: block;
	float: right;
	margin-bottom: -75px;
	transition: all 0.4s;
}

.content1 .area .more:hover,
.content2 .inner .more:hover {
	font-size: 15px;
}

@media only screen and (max-width: 1200px) {
	.content1 {
		padding: 60px 15px 68px;
	}
	.content1 .pics_box {
		width: 64%;
		margin-left: 0;
		margin-top: -60px;
	}
	.content1 .pics_box .slick-next {
		width: 60px;
		height: 60px;
		right: -60px;
		background-size: 25px;
	}
	.content1 .title span {
		margin-left: 0;
		max-width: 100%;
		font-size: 45px;
		margin-bottom: 38px;
		text-align: right;
		width: 100%;
	}
	.content1 .area {
		width: 100%;
		padding-left: 0;
	}
	.content1 .pics_box:after {
		width: 60px;
		height: 55px;
		bottom: -55px;
	}
	.content1 .area .items p .p1 {
		font-size: 32px;
		line-height: 26px;
		margin-bottom: 14px;
	}
	.content1 .area .items {
		padding-top: 90px;
		padding-bottom: 28px;
	}
	.content1 .area .txt {
		font-size: 12px;
		line-height: 22px;
		-webkit-line-clamp: 6;
		height: auto;
		margin-bottom: 20px;
		max-height: 132px;
	}
	.content1 .area .more,
	.content2 .inner .more {
		height: 110px;
		width: 110px;
		line-height: 110px;
		margin-bottom: -55px;
	}
	.content1 .content_box {
		padding-bottom: 0;
	}
}

.content2 {
	padding: 90px 12.5% 190px 19%;
	overflow: hidden;
	position: relative;
}

.content2 .title_area {
	width: 15.4%;
	padding-top: 72px;
	text-align: center;
	height: 780px;
	background: #231a1f;
}

.content2 .title_area .en_name {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: rgba(255, 255, 255, 0.1);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-overflow: ellipsis;
	line-height: 22px;
}

.content2 .title_area .name {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	text-overflow: ellipsis;
	line-height: 30px;
	margin-top: -5px;
}

.content2 .title_area .list {
	margin-top: 75px;
}

.content2 .title_area .list .li {
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #FFFFFF;
	margin-bottom: 42px;
	transition: all 0.4s;
}

.content2 .title_area .list .li:hover {
	color: #2D77C5;
}

.content2 .inner {
	width: 84.6%;
	padding-top: 65px;
}

.content2 .inner .item {
	float: left;
	width: 50%;
	height: 400px;
	position: relative;
}

.content2 .inner .item .pic {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: #e9e9e9;
}

.content2 .inner .item .pic img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.content2 .inner .item .txt {
	position: absolute;
	height: calc(100% - 22px);
	width: calc(100% - 22px);
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(45, 119, 197, 0.8);
	transition: all 0.6s;
	opacity: 0;
}

.content2 .inner .item:hover .txt {
	opacity: 1;
}

.content2 .inner .item .txt>p {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transition: all 0.4s;
	transform: scaleY(0) translateY(-50%);
}

.content2 .inner .item:hover .txt>p {
	transform: scaleY(1) translateY(-50%);
}

.content2 .inner .item .txt>p .p1 {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	text-align: center;
	margin-bottom: 32px;
}

.content2 .inner .item .txt>p .p2 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	text-align: center;
	margin-bottom: 36px;
}

.content2 .inner .item .txt>p .p3 {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	margin: 0 auto;
	line-height: 40px;
	box-sizing: content-box;
	width: 138px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	text-align: center;
	text-transform: uppercase;
}

.content2 .inner .item:nth-child(n+3) {
	height: 315px;
}

.content2 .inner .item:nth-child(2):after {
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	background: #2D77C5;
	opacity: 0.1;
	right: 2%;
	bottom: -90px;
}

.content2 .inner .item:nth-child(3),
.content2 .inner .item:nth-child(4) {
	width: 34.2%;
}

.content2 .inner .item:nth-child(5) {
	height: 255px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19%;
	bottom: 190px;
}

.content2 .inner .item:nth-child(5):after {
	position: absolute;
	content: "";
	width: 145px;
	height: 135px;
	background: #2D77C5;
	opacity: 0.1;
	right: 0;
	top: -135px;
}

.content2 .inner .more {
	float: left;
	margin-top: -150px;
	margin-left: 68.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
	.content2 .title_area .en_name {
		font-size: 26px;
		line-height: 20px;
	}
	.content2 .title_area .name {
		font-size: 26px;
		line-height: 26px;
		margin-top: -6px;
		height: 26px;
	}
	.content2 .title_area .list .li {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		margin-bottom: 28px;
	}
}

@media only screen and (max-width: 1200px) {
	.content2 {
		padding: 60px 15px 160px;
		overflow: hidden;
		position: relative;
	}
	.content2 .title_area {
		width: 35%;
		padding-top: 36px;
		height: 415px;
	}
	.content2 .title_area .en_name {
		color: rgba(255, 255, 255, 0.1);
		font-size: 24px;
		line-height: 20px;
	}
	.content2 .title_area .name {
		font-size: 18px;
		line-height: 18px;
		margin-top: -2px;
	}
	.content2 .title_area .list {
		margin-top: 45px;
	}
	.content2 .title_area .list .li {
		font-size: 12px;
		line-height: 12px;
		height: 12px;
		margin-bottom: 26px;
	}
	.content2 .inner {
		width: 65%;
		padding-top: 36px;
	}
	.content2 .inner .item:nth-child(2):after,
	.content2 .inner .item:nth-child(5):after {
		display: none;
	}
	.content2 .inner .item {
		width: 100% !important;
		height: 190px !important;
	}
	.content2 .inner .item:nth-child(5) {
		position: relative;
		bottom: auto;
	}
	.content2 .inner .items2 .pic img {
    position: inherit;
    max-height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
	.content2 .inner .slick-prev:before,
	.content2 .inner .slick-next:before,
	.content2 .inner .slick-prev,
	.content2 .inner .slick-next {
		display: none;
	}
	.content2 .inner .more {
		float: right;
		margin-top: 0;
		margin-left: 0;
	}
}

.content3 {
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 120px;
	position: relative;
	text-align: center;
}

.content3 .content_box {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	top: 0;
}

.part2 .title,
.content3 .inner {
	position: relative;
}

.part2 .title {
	display: block;
	margin-left: 37.4%;
}

.part2 .title:after {
	position: absolute;
	content: "";
	background: #1a1a1a;
	height: 3px;
	width: 100px;
	top: 6px;
	left: -170px;
}

.part2 .title>div {
	display: block;
	position: relative;
}

.part2 .title .name {
	color: #1a1a1a;
	font-size: 30px;
	line-height: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 0;
	left: 5px;
}

.part2 .title .en_name {
	color: #2D77C5;
	opacity: 0.1;
	font-size: 100px;
	line-height: 82px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.content3 .inner {
	padding-top: 50px;
}

.content3 .left_area {
	width: 19.2%;
}

.content3 .right_area {
	width: 80.8%;
}

.content3 .left_area .item {
	width: 88px;
}

.content3 .left_area .item:nth-child(odd) {
	margin-bottom: 80px;
}

.content3 .left_area .pic {
	width: 88px;
	height: 88px;
	display: block;
	position: relative;
	border: 1px solid #2D77C5;
	box-sizing: border-box;
	border-radius: 50%;
}

.content3 .left_area .txt {
	display: block;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	color: #000000;
}

.content3 .left_area .pic i {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 80px;
	height: 80px;
	background: #2D77C5;
	position: absolute;
	border-radius: 50%;
}

.content3 .left_area .pic i img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-width: 60%;
	max-height: 60%;
}

.content3 .right_area {
	position: relative;
}

.content3 .right_area .items {
	margin: -32.5px 0;
}

.content3 .right_area .item {
	padding: 32.5px 0;
}

.content3 .right_area .item .date {
	width: 17%;
	text-align: left;
	padding-top: 22px;
}

.content3 .right_area .item .date span:nth-child(1) {
	color: #1a1a1a;
	font-size: 34px;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
}

.content3 .right_area .item .date span:nth-child(2) {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 12px;
	display: block;
}

.content3 .right_area .item .txt {
	width: 83%;
	text-align: left;
	padding-top: 22px;
	padding-right: 12.6%;
}

.content3 .right_area .item .txt .p1 {
	font-size: 20px;
	display: block;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1a1a1a;
	margin-bottom: 18px;
	transition: all 0.6s;
}

.content3 .right_area .item .txt .p2 {
	font-size: 14px;
	display: -webkit-box;
	line-height: 24px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1a1a1a;
	-webkit-line-clamp: 2;
	height: 48px;
	opacity: 0.45;
	margin-bottom: 10px;
}

.content3 .right_area .item .txt .more {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #1a1a1a;
	height: 12px;
	opacity: 0.45;
	transition: all 0.6s;
}

.content3 .right_area .item:hover .txt .p1,
.content3 .right_area .item:hover .txt .more {
	color: #2D77C5;
	opacity: 1;
}

.content3 .right_area .items .slick-prev,
.content3 .right_area .items .slick-next {
	background-color: #b5b9bc;
	background-image: url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	height: 150px;
	width: 24px;
	display: block;
	position: absolute;
	right: 0;
	top: 50px;
	left: auto;
	transform: none;
	z-index: 20;
	transition: all 0.6s;
}

.content3 .right_area .items .slick-next {
	background-image: url(../images/bottom.png);
	top: auto;
	bottom: 50px;
}

.content3 .right_area .items .slick-prev:before,
.content3 .right_area .items .slick-next:before {
	content: "";
}

.content3 .right_area .items .slick-prev:hover,
.content3 .right_area .items .slick-next:hover {
	background-color: #2D77C5;
}

@media only screen and (min-width: 1300px) and (max-width: 1550px) {
	.part2 .title .en_name {
		font-size: 75px;
		line-height: 65px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
	.part2 .title {
    margin-left: 30.4%;
}
	.part2 .title .en_name {
		font-size: 70px;
		line-height: 60px;
	}
	.part2 .title .name {
		font-size: 26px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 992px) {
	.part2 .title {
		margin-left: 32%;
	}
	.part2 .title:after {
		height: 1.5px;
		width: 60px;
		top: 8px;
		left: -100px;
	}
	.part2 .title .name {
		color: #1a1a1a;
		font-size: 18px;
		line-height: 18px;
		top: 0;
		left: 5px;
	}
	.part2 .title .en_name {
		font-size: 55px;
		line-height: 46px;
		height: 46px;
		white-space: normal;
		text-overflow: inherit;
	}
	.content3 {
		padding: 60px 15px;
	}
	.content3 .inner {
		padding-top: 42px;
	}
	.content3 .right_area {
		width: 100%;
	}
	.content3 .right_area .item .date {
		width: 20%;
		padding-top: 0;
	}
	.content3 .right_area .item .date span:nth-child(1) {
		font-size: 20px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.content3 .right_area .item .date span:nth-child(2) {
		font-size: 12px;
		line-height: 8px;
	}
	.content3 .right_area .item .txt {
		width: 80%;
		padding-top: 0;
		padding-right: 14%;
	}
	.content3 .right_area .items {
		margin: -20px 0;
	}
	.content3 .right_area .item {
		padding: 20px 0;
	}
	.content3 .right_area .item .txt .p1 {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.content3 .right_area .item .txt .p2 {
		font-size: 12px;
		line-height: 16px;
		-webkit-line-clamp: 3;
		height: 48px;
		margin-bottom: 0;
	}
	.content3 .right_area .items .slick-prev,
	.content3 .right_area .items .slick-next {
		height: 90px;
		width: 20px;
		top: 20px;
	}
	.content3 .right_area .items .slick-next {
		top: auto !important;
		bottom: 20px;
	}
}

.content4 .items {
	padding: 100px 0 110px;
}

.content4 .item {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

.content4 .item .pic {
	display: block;
	margin: 0 auto;
	height: 48px;
	width: 48px;
	margin-bottom: 26px;
	position: relative;
}

.content4 .item .pic img {
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
}

.content4 .item .txt {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
}

.content4 .item .pic img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.content4 {
		padding: 40px 15px 0;
	}
	.content4 .items {
		padding: 40px 0;
	}
	.content4 .item {
		width: 100%;
		margin-top: 50px;
	}
	.content4 .item .pic {
		height: 35px;
		width: 35px;
		margin-bottom: 10px;
	}
}

#footer {
	background: #2D77C5;
}

#footer .top {
	padding: 95px 0 70px;
}

#footer .top .lg {
	display: block;
	margin-bottom: 45px;
}

#footer .top .area p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

#footer .top .area p a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-right: 10px;
	transition: all 0.4s;
}

#footer .top .area p a:hover {
	color: #FFFFFF;
}

#footer .top .lg img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#footer .top .erweimas {}

#footer .top .erweimas .item {
	display: inline-block;
	vertical-align: top;
}

#footer .top .erweimas .item p {
	line-height: 48px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

#footer .top .erweimas img {
	height: 120px;
	width: 120px;
	display: block;
	margin: 0 auto;
}

#footer .bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .copyright {
	padding: 30px 0;
	text-align: center;
}

#footer .copyright_con,
#footer .copyright p,
#footer .copyright a {
	color: rgba(255,255,255,0.7);
	line-height: 20px;
	font-size: 14px;
}

@media only screen and (max-width: 992px) {
	#footer .copyright {
		padding: 15px 0;
		text-align: center;
	}
	#footer .copyright_con,
	#footer .copyright p,
	#footer .copyright a {
		color: rgba(255,255,255,0.7);
		line-height: 20px;
		font-size: 12px;
	}
}

.model-dectil img,
.model-imglist img {
	max-width: 100% !important;
}