﻿body {
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h4,
h5,
h6 {
	font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

hr {
	color: #eee;
	background: #eee;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
	color: #122a74;
	text-decoration: none !important;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input {
	outline: none;
	border: 0;
}

input:focus {
	outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

@media (max-width:992px) {
	.container {
		padding: 0 15px;
	}
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}


.flex {
    display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: flex;
}
.d_center{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.d_betweens{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.d_centers{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.d_end{
    -webkit-align-item:flex-end;
    -moz-align-items:flex-end;
    -ms-align-items:flex-end;
    align-items:flex-end;
}
.d_ends{
    -webkit-align-item:flex-end;
    -moz-align-items:flex-end;
    -ms-align-items:flex-end;
    align-items:flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.d_stretch{
    -webkit-align-items:stretch;
    -moz-align-items:stretch;
    -ms-align-items:stretch;
    align-items:stretch;
}
.d_between{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.d_jflexend{
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    justify-content:flex-end;
}
.f-spaceevenly{
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
}


.f-dir_row{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f-wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f-direction-c{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.f-direction-r{
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
}
.f-nowrap{
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
}


.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.ellipsis-5 {
    -webkit-line-clamp: 5;
}

.ellipsis-6 {
    -webkit-line-clamp: 6;
}

.ellipsis-7 {
    -webkit-line-clamp: 7;
}

.ellipsis-8 {
    -webkit-line-clamp: 8;
}

.ellipsis-9 {
    -webkit-line-clamp: 9;
}

.ellipsis-10 {
    -webkit-line-clamp: 10;
}


.container {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.container-fluid,
.banner-container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

@media (max-width:780px) {
	.container-pad {
		padding: 50px 0;
	}
}

.content_box {
	width: 100%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

@media (max-width:992px) {

	.container,
	.content_box {
		padding: 0 15px !important;
	}

}


.pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	clear: both;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #122a74;
	border-color: #122a74;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}
@media (max-width:992px) {
	.pagination{
		margin-top: 0.4rem;
	}
}

.next-map p {
	
	position: relative;
	margin-top: 4px;
}

.next-map p:last-child {
	
	position: relative;
}

.next-map p span {
	display: inline-block;
	float: left;
}

.next-map p .ellipsis-1 {
	display: inline-block;
	
}



h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

@media (max-width: 1440px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}
}


.more {
    height: 40px;
    width: 110px;
    line-height: 40px;
    text-align: center;
    background: #263f8d;
    display: block;
    color: #fff;
    border: 1px solid #263f8d;
    transition: all .5s;
}

.more.br {
    height: 40px;
    width: 110px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    display: block;
    color: #263f8d;
    transition: all .5s;
}

.more.br:hover {
    background: #263f8d;
    color: #fff;
}

.more:hover {
	color: #263f8d;
    background-color: #fff;
}

@media (max-width:992px) {
	.more{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
}


.detail_title{
    text-align: center;
    margin-bottom: 0.5rem;
}

.detail_title h2,
.detail_title span{
    color: #122a74;
    display: block;
    margin-bottom: 0.1rem;
}
.detail_title span,.detail_title p{
    font-size: 16px;
}

.detail_title p:last-child{
    color: #999;
}



.fr {
	float: right;
}

.fl {
	float: left;
}


.crumb{
    background: #122a74;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 11px 15px;
}

.crumb li{
    float: left;
}

.crumb li a,
.crumb li i{
	color: #fff;
}


.list_pro {
    overflow: hidden;
    padding-bottom: 30px;
}

.list_pro .list_pro_nav {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.list_pro .list_pro_nav h3 {
    font-size: 16px;
    margin: 0;
    color: #2e2e2e;
    line-height: 30px;
    margin: 5px 0;
}

.list_pro .list_pro_nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.list_pro .list_pro_nav ul li a {
    display: block;
    padding: 0 8px;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 30px;
    margin: 5px;
}

.list_pro .list_pro_nav ul li.active a,
.list_pro .list_pro_nav ul li:hover a {
    background: #122a74;
    color: #fff;
}

@media (max-width:992px) {
    .list_pro .list_pro_nav {
        flex-direction: column;
        padding: 0.3rem 0 0.15rem;
    }

    .list_pro .list_pro_nav h3 {
        font-size: 18px;
        width: 100%;
        padding-left: 10px;
        color: #000000;
        font-weight: bold;
    }

    .list_pro .list_pro_nav ul {
        justify-content: flex-start;
    }

    .list_pro .list_pro_nav ul li a {
        font-size: 14px;
        margin: 3px;
        line-height: 24px;
        color: #666666;
    }
}




.container_main{
	overflow: hidden;
	padding:30px 0 0.5rem;
    background-color: #f5f5f5;
}
@media (max-width:992px) {
	.container_main{padding: 0;}
	.container_main .container{
		padding: 0!important;
	}
}
.lefter{
	overflow: hidden;
	width: 240px;
	float: left;
	margin-right: 20px;
}
.lefter .lefter_nav{
    overflow: hidden;
    margin-bottom: 20px;
}
.lefter .lefter_nav h2, 
.lefter .lefter_contact h2{
    background: #122a74;
    height: 50px;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.lefter .lefter_nav ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.lefter .lefter_nav ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
.lefter .lefter_nav ul li:last-child{
	border-bottom: none;
}
.lefter .lefter_nav ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
    text-align: center;
}
.lefter .lefter_nav ul li.active a{
	color: #122a74;
}
.lefter .lefter_nav ul li:hover a{
	color: #122a74;
}
.lefter .lefter_contact{
	overflow: hidden;
}
.lefter .lefter_contact ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 10px;
}
.lefter .lefter_contact ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.righter{
	overflow: hidden;
}
@media (max-width:992px) {
	.lefter{
		display: none;
	}
}


.page-banner {
    overflow: hidden;
    position: relative;
  }
  .page-banner img {
    width: 100%;
  }
  .page-banner .page-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  .page-banner .page-banner-title h1{
    font-size: 0.6rem;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom:0.2rem;
  }
  .page-banner .page-banner-title h3 {
    font-size: 0.3rem;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
  }
  .page-banner .page-banner-title h3::after {
    content: "";
    width: 0.9rem;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    animation: myfirst 4s;
    -webkit-animation: myfirst 4s;
    -moz-animation: myfirst 4s;
    -webkit-animation: myfirst 4s;
    -o-animation: myfirst 4s;
  }
  @keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  @-webkit-keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  @-moz-keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  @-o-keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  .page-banner .page-banner-title p {
    font-size: 0.18rem;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 0.2rem;
  }
  



.prolist{
    overflow: hidden;
    padding: 0.5rem;
    background-color: #fff;
}
.prolist .prolist_ul{
	overflow: hidden;
}
.prolist .prolist_ul li{
    position: relative;
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.prolist .prolist_ul li:nth-child(3n){
	margin-right: 0;
}
.prolist .prolist_ul li dt{
	width: 100%;
	overflow: hidden;
    height: 330px;
}
.prolist .prolist_ul li dt img{
	width: 100%;
	display: block;
    height: 100%;
    transition: all .8s ease;
}

.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}

.prolist .prolist_ul li .advantage{
    position: absolute;
    top: -1px;
    left: 0;
    background-color: rgba(18,42,116,.8);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    width: 100%;
    height: 101%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.prolist .prolist_ul li:hover dt img {
    transform: scale(1.08);
}

.prolist .prolist_ul li:hover .advantage .name::before {
    width: 15px;
}

.prolist .prolist_ul li .advantage .name {
    position: relative;
    padding: 8px 0;
}

.prolist .prolist_ul li .advantage .name::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .8s ease;
}

.prolist .prolist_ul li .advantage .name::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .8s ease;
}

.prolist .prolist_ul li .advantage div{
    margin-top: 15px;
}

.prolist .prolist_ul li .advantage p,
.prolist .prolist_ul li .advantage div{
    padding: 0 0.5rem;
    text-align: center;
}


.prolist .prolist_ul li:hover{
	border: 1px solid #122a74;
}

.prolist .prolist_ul li:hover .advantage{
    opacity: 1;
}

@media (max-width:1208px) {
	.prolist .prolist_ul li dt{
        height: 260px;
    }
}

@media (max-width:992px) {
	.prolist{
		border: none;
	}
	.prolist .prolist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd{
		font-size: 0.28rem;
	}
}

@media (max-width:768px) {
	.prolist .prolist_ul li dt{
        height: 220px;
    }
}

@media (max-width:500px) {
	.prolist .prolist_ul li dt{
        height: 180px;
    }
}




.article{
    overflow: hidden;
    padding: 0.5rem;
    background-color: #fff;
}
.article .article_ul{
	overflow: hidden;
}
.article .article_ul li{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 30%;
	position: relative;
	padding-top: 20%;
	float: left;
	margin-right: 0.2rem;
}
.article .article_ul li dt img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: cover;
}
.article .article_ul li dd{
	overflow: hidden;
}
.article .article_ul li dd h3{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.article .article_ul li dd span{
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0 10px;
}
.article .article_ul li dd p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.article .article_ul li dd em{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3{
	color: #122a74;
}
.article .article_ul li:hover dd em{
	color: #122a74;
}
@media (max-width:992px) {
	.article{
		border: none;
	}
	.article .article_ul li dt{
		width: 100%;
		padding-top: 70%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
		margin-top: 0.2rem;
	}
}



.mutlist{
    overflow: hidden;
    padding: 0.5rem;
    background-color: #fff;
}
.mutlist .mutlist_ul{
	overflow: hidden;
}
.mutlist .mutlist_ul li{
	width: calc((100% - 8%)/4);
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(4n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
    height: 430px;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #122a74;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #122a74;
	color: #fff;
	background: #122a74;
}
@media (max-width:1208px) {
	.mutlist .mutlist_ul li dt img{
        height: 330px;
    }
}
@media (max-width:992px) {
	.mutlist{
		border: none;
	}
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(4n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.mutlist .mutlist_ul li dd{
		font-size: 0.28rem;
	}
    .mutlist .mutlist_ul li dt img{
        height: 620px;
    }
}
@media (max-width:768px) {
	.mutlist .mutlist_ul li dt img{
        height: 430px;
    }
}

@media (max-width:500px) {
	.mutlist .mutlist_ul li dt img{
        height: 260px;
    }
}



._return{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
}
._return a{
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	padding-right: 10px;
}
@media (max-width:992px) {
	._return a{
		width: 100%;
	}
}


.article_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	
	padding: 25px;
}
.article_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.article_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.article_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
	}
	.article_detail ._title{
		text-align: left;
	}
	.article_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.article_detail ._title span{
		font-size: 0.24rem;
	}
}


.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
	.multi_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.multi_detail ._title span{
		font-size: 0.24rem;
	}
}



.product_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	
	padding: 15px;
    margin-bottom: 60px;
}
.product_detail ._info{
	overflow: hidden;
}
.product_detail ._info ._thumb{
	width: 352px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.product_detail ._info ._thumb .piclist img{
	width: 100%;
	display: block;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 350px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 8px;
    border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #122a74 solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.product_detail ._info ._text{
	overflow: hidden;
}
.product_detail ._info ._text h2{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product_detail ._info ._text p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 210px;
    overflow: hidden;
	color: #999;
}
.product_detail ._info ._text span{
    height: 0.55rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    display: block;
}
.product_detail ._info ._text span em{
    height: 0.44rem;
    padding-left: 0.5rem;
    background: url(../image/pc-xc-icon2.png) no-repeat  0px;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #122a74;
    display: block;
    float: left;
	font-weight: bold;
}
.product_detail ._info ._text span a{
    width: 114px;
    height: 44px;
    background: #122a74;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
    display: block;
    color: #fff;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 0.2rem;
}
.product_detail ._content ._title{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;	
}
@media (max-width:992px) {
	.product_detail{
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.4rem;
	}
	.product_detail ._info ._thumb #thumblist{
		width: 100%;
	}
	.product_detail ._info ._text{
		float: left;
	}
	.product_detail ._info ._text h2{
		font-size: 0.36rem;
		margin-bottom:0.2rem;
	}
	.product_detail ._info ._text p{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.product_detail ._info ._text span{
		height: 1rem;
	}
	.product_detail ._info ._text span em{
	    height: 0.8rem;
	    padding-left: 0.7rem;
		font-size: 0.36rem;
		line-height: 0.8rem;
	    background-size: 0.6rem;
	}
	.product_detail ._info ._text span a{
	    line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.28rem;
	}
	.product_detail ._content{
		margin-top: 0.4rem;
	}
	.product_detail ._content ._title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 0.4rem;
	}
}


.detail_about{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_about .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_about .detail_main_fl{
	overflow: hidden;
	width: 48%;
	float: left;
}
.detail_about .detail_main_fl img{
	width: 100%;
	display: block;
}
.detail_about .detail_main_fr{
	overflow: hidden;
	width: 48%;
	float: right;
	padding: 0.2rem 0;
}
.detail_about .detail_main_fr h2{
	font-size: 0.24rem;
	color: #122a74;
}
.detail_about .detail_main_fr em{
	display: block;
	width: 60px;
	height: 3px;
	background: #122a74;
	margin: 0.2rem 0;
}
.detail_about .detail_main_fr>div{
	color: #666;
}
@media (max-width:992px) {
	.detail_about .detail_main_fl{
		width: 100%;
	}
	.detail_about .detail_main_fr{
		width: 100%;
		padding-top: 0.4rem;
	}
	.detail_about .detail_main_fr h2{
		font-size: 0.36rem;
	}
}

.detail_environment{
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 0.5rem 0;
}
.detail_environment .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_environment .detail_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.detail_environment .detail_main ul li:nth-child(4n){
	margin-right: 0;
}
.detail_environment .detail_main ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_environment .detail_main ul li dt img{
	width: 100%;
	display: block;
}
.detail_environment .detail_main ul li dd{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width:992px) {
	.detail_environment .detail_main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.detail_environment .detail_main ul li:nth-child(2n){
		margin-right: 0;
	}
}

.detail_honor{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_honor .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_honor ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail_honor ul li img{
	width: 100%;
	display: block;
}
.detail_honor ul li dd{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}

.detail_honor .detail_main ._pic{
    position: relative;
    margin: 0 auto;
    max-width: 297px;
    padding-bottom: 0;
    height: 418px;
    overflow: hidden;
    background: url(../image/hoors.png) center no-repeat;
    background-size:100%;
    
}
.detail_honor .detail_main ._pic img{
    display: block;
    max-width:90%;
    position:relative;
    top:50%;
    left:50%;
    transform: translate(-50% ,-50%);
}

@media (max-width:992px) {
	.detail_honor .detail_main ._pic{
        height: 220px;
    }
}






.contact_title{
	overflow: hidden;
	text-align: center;
}
.contact_title h2{
	font-size: 0.30rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.contact_title p {
    font-size: 16px;
    color: #999;
}

.detail_contact{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_contact .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
	background: #f8f8f8;
}
.detail_contact .detail_main_fl{
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 30px;
}
.detail_contact .detail_main_fl h2{
	font-size: 0.30rem;
	color: #29136a;
	font-weight: bold;
}
.detail_contact .detail_main_fl ul{
	overflow: hidden;
	margin-top: 0.2rem;
}
.detail_contact .detail_main_fl ul li{
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
}
.detail_contact .detail_main_fl ul li img{
	width: 48px;
	margin-right: 10px;
}
.detail_contact .detail_main_fr{
	overflow: hidden;
	float: right;
	width: 50%;
}

.detail_inquiry{
	overflow: hidden;
	background: #f5f5f5;
	padding: 0.5rem 0;
}
.detail_inquiry .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_main .detail_inquiry_fl{
	width: 49%;
	float: left;
	overflow: hidden;
}
.detail_main .detail_inquiry_fl img{
	width: 100%;
	display: block;
}
.detail_main .detail_inquiry_fr{
	overflow: hidden;
	float: right;
	width: 49%;
}
.detail_main .detail_inquiry_fr .form-row{
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.detail_main .detail_inquiry_fr .form-row input{
	border-radius: 0;
	padding: 10px;
	color: #999;
	height: auto;
}
.detail_main .detail_inquiry_fr .form-row .btn{
    overflow: hidden;
    background: #29136a;
    color: #fff;
    padding: 10px 50px;
}
@media (max-width:992px) {
	.contact_title h2{
		font-size: 0.48rem;
		margin-bottom: 0;
	}
	.contact_title p{
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl{
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.detail_contact .detail_main_fl h2{
		font-size: 0.36rem;
		text-align: center;
	}
	.detail_contact .detail_main_fl ul li{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl ul li img{
		width: 0.7rem;
	}
	.detail_contact .detail_main_fr{
		width: 100%;
	}
	.detail_main .detail_inquiry_fl{
		display: none;
	}
	.detail_main .detail_inquiry_fr{
		width: 100%;
	}
}