@charset "utf-8";
body {
	font-family: "微软雅黑" !important;
	font: 16px 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,
input,
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: #1e445b
}


/*header*/

#header {
	position: relative;
	background-color: #fff;
	z-index: 90;
}

.logo {
	display: table;
	width: 100%;
	height: 125px;
	text-align: center;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 125px;
	vertical-align: middle;
	margin: 0 auto;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#nav .pc_Menu {
	width: 100%
}

#nav .pc_Menu .menul {
	width: 100%;
	height: 80px;
}

#nav .pc_Menu .menul .firstli {
	position: relative;
	width: 14.2857%;
	float: left;
	text-align: center;
	transition: 300ms;
}

#nav .pc_Menu .menul .firstli a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 6px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
}

#nav .pc_Menu .menul .firstli.cur>a,
#nav .pc_Menu .menul .firstli:hover>a {
	color: #1e445b !important;
}

#nav .pc_Menu .secdulBox {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, .2);
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
}

#nav .pc_Menu .secdulBox .secdli a {
	font-size: 16px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#nav .pc_Menu .secdulBox .secdli.current a,
#nav .pc_Menu .secdulBox .secdli a:hover {
	background: #1e445b;
}

#nav .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;
}

#nav .pc_Menu .menul .firstli.cur:after,
#nav .pc_Menu .menul .firstli:hover:after {
	bottom: 11px;
	opacity: 1;
}


/*手机头部*/

.model-header {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	z-index: 30;
}

.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 #1e445b;
}

.model-textlist-one ul li:hover dt {
	color: #1e445b;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
	border: 1px solid #1e445b;
	background: #1e445b 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: #1e445b;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
	background-color: #1e445b;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
	color: #1e445b;
}

.model-dectil-bottom .model-dectil-chose a:hover {
	color: #1e445b;
}

.model-dectil-img .slick-dots li button {
	border: 1px solid #1e445b;
}

.model-dectil-img .slick-dots li.slick-active button {
	background: #1e445b;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
	background: #1e445b;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
	color: #1e445b;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
	color: #1e445b;
	border-bottom: 1px solid #1e445b;
}

.model-textlist-four ul li a:hover {
	background: #1e445b;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
	color: #1e445b;
}

.model-textlist-two ul li a:hover .newtime {
	background: #1e445b;
}

.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: #1e445b;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
	background: #1e445b;
}

.model-imglist-two ul li .pimg em span {
	background: #1e445b url(../images/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
	border: 2px solid #1e445b;
}

.model-imglist-three ul li a:hover p {
	color: #1e445b;
	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: #1e445b;
}


/*底部导航*/

.model-fixed {
	background: #1e445b !important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
	color: #1e445b;
}

.model-classify-nav .second a.sen_x:before {
	background: #1e445b;
}

.model-phone-page span i {
	color: #1e445b;
}

.model-leftnav-top {
	background: #1e445b;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
	color: #fff !important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
	background: #1e445b;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
	color: #1e445b;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #1e445b;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
	background: #1e445b;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #1e445b;
}

.moder_leftright_r .r_posnav p {
	border-bottom: 4px solid #1e445b;
}

.moder_leftright_r .r_posnav span a:hover {
	color: #1e445b;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
	border-bottom: 12px solid #1e445b;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
	border-top: 12px solid #1e445b;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
	border-bottom: 1px solid #1e445b;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
	border-top: 1px solid #1e445b;
}

@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:640px) {
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
		border-left: 7px solid #1e445b;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-left: 1px solid #1e445b;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
		border-right: 7px solid #1e445b;
	}
}


/*私下css*/

.content1 {
	margin-top: 85px;
	width: 100%;
}

.content1>.pic {
	width: 70%;
	float: left;
	position: relative;
	height: 505px;
	background: #EFEFEF;
	overflow: hidden;
}

.content1>.pic img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
}

.content1 .container {
	position: relative;
}

.content1 .container .area {
	top: calc(50% - 200px);
	text-align: center;
	width: 40%;
	position: absolute;
	right: 0;
	background: #FFFFFF;
	padding: 65px 40px 50px 70px;
}

.content1 .area .title a {
	display: block;
}

.content1 .area .title .name {
	font-size: 25px;
	height: 25px;
	line-height: 25px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}

.content1 .area .title .name:hover {
	color: #1e445b;
}

.content1 .area .title {
	position: relative;
}

.content1 .area .title .en_name {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 40px;
}

.content1 .area .title .en_name:hover {
	color: #1e445b;
}

.content1 .area .title .en_name:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 2px;
	background: #000000;
	left: 25%;
	bottom: -20px;
}

.content1 .area .inner .pic {
	height: 40px;
	width: 65px;
	margin: 0 auto 20px;
	position: relative;
}

.content1 .area .inner .pic img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.content1 .area .inner .txt {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 30px;
	height: 95px;
}

.one {
	background: #f4e3cc;
	margin-bottom: 100px;
}

.product {
	padding-top: 175px;
	margin-top: -120px;
}

.product .item>div {
	overflow: hidden;
}

.product .item .pic {
	position: relative;
}

.product .item .pic img {
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.product .item .txt {
	width: 100%;
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	margin-bottom: 40px;
}

.product .item .txt :hover {
	text-decoration: underline;
}

.two {
	background: #1e445b;
	margin-bottom: 0;
}

.two .txt {
	display: block;
	color: #FFFFFF;
}

.part2>.pic {
	width: 70%;
	float: right;
}

.part2 .container .area {
	left: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.content1 {
		margin-top: 0;
	}
	.content1>.pic1 {
		width: 100%;
		background: #efefef;
	}
	.content1>.pic1>img {
		display: block;
		margin: auto;
		max-width: 100%;
	}
	.content1 .area .inner .pic {
		height: 65px;
		width: 65px;
		margin: 0 auto;
		position: relative;
	}
	.content1 .area .inner .txt {
		height: auto;
		font-size: 14px;
		line-height: 20px;
	}
	.content1>.pic1 img {}
	.product .item .txt {
		height: 30px;
		line-height: 30px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.content1 .container .area {
		margin-top: 0;
		width: 100%;
		position: inherit;
		right: auto;
		padding: 25px 0 25px;
	}
	.content1 .area .title .name {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.content1 .area .title .en_name {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.content1 .area .title .en_name:after {
		width: 25%;
		left: 37.5%;
		bottom: -10px;
	}
	.part2>.pic {
		width: 100%;
	}
	.product {
		padding-top: 20px;
		margin-top: 0;
	}
	.product .item:nth-child(odd) {
		padding-right: 7.5px;
		padding-left: 12.5px;
	}
	.product .item:nth-child(even) {
		padding-left: 7.5px;
		padding-right: 12.5px;
	}
	.two {
		margin-bottom: 55px;
	}
	.one {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.content1 {
		margin-top: 0;
	}
	.content1>.pic1 {
		width: 100%;
		background: #efefef;
	}
	.content1>.pic1>img {
		display: block;
		margin: auto;
		max-width: 100%;
	}
	.content1 .area .inner .pic {
		height: 65px;
		width: 65px;
		margin: 0 auto;
		position: relative;
	}
	.content1 .area .inner .txt {
		height: auto;
		font-size: 14px;
		line-height: 20px;
	}
	.content1>.pic1 img {}
	.product .item .txt {
		height: 30px;
		line-height: 30px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.content1 .container .area {
		margin-top: 0;
		width: 100%;
		position: inherit;
		right: auto;
		padding: 25px 0 25px;
	}
	.content1 .area .title .name {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.content1 .area .title .en_name {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.content1 .area .title .en_name:after {
		width: 25%;
		left: 37.5%;
		bottom: -10px;
	}
	.part2>.pic {
		width: 100%;
	}
	.product {
		padding-top: 20px;
		margin-top: 0;
	}
	.product .item:nth-child(odd) {
		padding-right: 7.5px;
		padding-left: 12.5px;
	}
	.product .item:nth-child(even) {
		padding-left: 7.5px;
		padding-right: 12.5px;
	}
	.two {
		margin-bottom: 55px;
	}
	.one {
		margin-bottom: 0;
	}
}

.content2 {
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-bottom: 140px;
	padding-top: 145px;
}

.content2 .container {
	padding-left: 20px;
}

.content2 .title {
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 30%;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 55px;
}

.content2 .inner .txt {
	padding-right: 30%;
	line-height: 40px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 155px;
}

.content2 .inner a {
	display: block;
	text-align: center;
	width: 220px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	background: #1e445b;
	color: #FFFFFF;
	margin: 70px 0 0;
}

.content2 .inner a:hover {
	border: 1px solid #1e445b;
	background: none;
	color: #1e445b;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.content2 {
    background-position-x: right;
    background-position-y: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-size: 100% auto;
}
	.content2 .title {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.content2 .inner>a {
		width: 110px;
		height: 25px;
		line-height: 25px;
		margin: 60px 0 0;
		font-size: 12px;
	}
	.content2 .inner .txt {
		padding-right: 10%;
		line-height: 20px;
		height: auto;
		font-size: 14px;
		max-height: 85px;
	}
}

@media only screen and (max-width: 768px) {
	.content2 {
		background-position-x: right;
		background-position-y: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.content2 .title {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.content2 .inner>a {
		width: 110px;
		height: 25px;
		line-height: 25px;
		margin: 60px 0 0;
		font-size: 12px;
	}
	.content2 .inner .txt {
		padding-right: 10%;
		line-height: 20px;
		height: auto;
		font-size: 14px;
		max-height: 85px;
	}
}

.content3 .title {
	position: relative;
	text-align: center;
}

.content3 .title .name {
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content3 .title .en_name {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 10px;
}

.content3 .title .en_name:after {
	position: absolute;
	content: "";
	width: 12%;
	height: 2px;
	background: #000000;
	left: 44%;
	bottom: -20px;
}

.content3 .inner {
	margin-top: 90px;
}

.content3 .inner .item {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	border-right: 1px solid #d7d7d7;
}

.content3 .inner .item:last-child {
	border-right: 0;
}

.content3 .inner .item>.txt {
	padding: 15px;
}

.content3 .inner .item .txt .title {
	font-size: 16px;
	padding-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.content3 .inner .item .txt .data {
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
}

.content3 .inner .item .txt .txt {
	font-size: 14px;
	width: 100%;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	text-align: left;
}

.content3 .inner .item a {
	display: block;
}

.content3 .bt {
	display: block;
	text-align: center;
	width: 220px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	background: #1e445b;
	color: #FFFFFF;
	margin: 80px auto 115px;
}

.content3 .bt:hover {
	border: 1px solid #1e445b;
	background: none;
	color: #1e445b;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.content3 .inner {
		margin-top: 15px;
	}
	.content3 .inner .item {
		padding-right: 15px;
		padding-left: 15px;
		border-right: 0;
		margin-bottom: 30px;
	}
	.content3 .inner .item>.txt {
		background: #efefef;
	}
	.content3 .inner .item .txt .txt {
		font-size: 14px;
		height: 48px;
		line-height: 24px;
	}
	.content3 .bt {
		width: 110px;
		height: 25px;
		line-height: 25px;
		margin: 40px auto;
		font-size: 12px;
	}
	.content3 .title .name {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
	}
	.content3 .title .en_name {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.content3 .title .en_name:after {
		width: 30%;
		height: 1px;
		left: 35%;
		bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.content3 .inner {
		margin-top: 15px;
	}
	.content3 .inner .item {
		padding-right: 15px;
		padding-left: 15px;
		border-right: 0;
		margin-bottom: 30px;
	}
	.content3 .inner .item>.txt {
		background: #efefef;
	}
	.content3 .inner .item .txt .txt {
		font-size: 14px;
		height: auto;
		max-height: 48px;
	}
	.content3 .bt {
		width: 110px;
		height: 25px;
		line-height: 25px;
		margin: 40px auto;
		font-size: 12px;
	}
	.content3 .title .name {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
	}
	.content3 .title .en_name {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.content3 .title .en_name:after {
		width: 30%;
		height: 1px;
		left: 35%;
		bottom: 0;
	}
}

.content4 {
	background-size: 130% auto;
	background-repeat: no-repeat;
	background-position: center;
	padding: 45px 0;
}

.content4 .title {
	position: relative;
	text-align: center;
	padding: 35px 0 0;
}

.content4 .title .name {
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content4 .title .en_name {
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 10px;
}

.content4 .title .en_name:after {
	position: absolute;
	content: "";
	width: 20%;
	height: 2px;
	background: #000000;
	left: 40%;
	bottom: -20px;
}

.content4 .area {
	width: 33.3%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
}

.content4 .inner {
	text-align: center;
	padding: 50px 0 75px;
}

.content4 .inner p {
	line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.content4 {
		padding: 45px 15px;
	}
	.content4 .title {
		padding: 25px 0 0;
	}
	.content4 .title .name {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
	}
	.content4 .title .en_name {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.content4 .title .en_name:after {
		width: 30%;
		height: 1px;
		left: 35%;
		bottom: -15px;
	}
	.content4 .inner {
		padding: 20px 0 35px;
	}
	.content4 .area {
		width: 100%;
	}
	.content4 .inner p {
		line-height: 25px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
	.content4 {
		padding: 45px 0;
		background-size: auto 100%;
	}
	.content4 .area {
		width: 95%;
	}
}

@media only screen and (max-width: 640px) {
	.content4 {
		padding: 45px 15px;
		background-size: auto 100%;
	}
	.content4 .title {
		padding: 25px 0 0;
	}
	.content4 .title .name {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
	}
	.content4 .title .en_name {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.content4 .title .en_name:after {
		width: 30%;
		height: 1px;
		left: 35%;
		bottom: -15px;
	}
	.content4 .inner {
		padding: 20px 0 35px;
	}
	.content4 .area {
		width: 100%;
	}
	.content4 .inner p {
		line-height: 25px;
		font-size: 14px;
	}
}

#footer {
	margin-top: 50px;
	text-align: center;
}

#footer .copyright {
	padding: 40px 0;
}

#footer .footer_nav {
	padding: 0 10%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 25px;
}

#footer .footer_nav li a {
	font-size: 16px;
}

#footer .footer_nav li a:hover {
	color: #1e445b;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#footer {
		margin-top: 0;
	}
	#footer .copyright {
		padding: 10px;
		font-size: 14px;
	}
}

@media only screen and (max-width:768px) {
	#footer {
		margin-top: 0;
	}
	#footer .copyright {
		padding: 10px;
		font-size: 14px;
	}
	#wrap_index #footer {
	    padding-bottom: 60px !important;
	}
}

.en_name {
	text-transform: lowercase !important;
}

.slick-prev,
.slick-next {
	display: none !important;
}

.model-dectil .slick-prev,
.model-dectil .slick-next {
	display: block !important;
}

.model-dectil img,
.model-imglist img{
	max-width: 100% !important;
}
.content3 .inner .item a.pic img {
	max-width: 100%;
}

.content3 {
	padding-top: 115px;
}

@media only screen and (max-width: 991px) {
	.content3 {
		padding-top: 45px;
	}
	#footer {
		padding-bottom: 15px;
	}
	#footer .logo {
		margin: 0 auto 15px;
	}
}

.cont_nav li.current {
	color: #FFFFFF !important;
}

.cont_nav li.current a {
	background: #fff;
	color: #005baa;
	font-weight: bold;
}