@charset "utf-8";

/* dunChong mobile css */

body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,
input,textarea,th,td,select { margin:0; padding:0; font-family: "寰蒋闆呴粦"; }
em{ font-style: normal;}
li{ list-style: none; }
a { text-decoration: none; }
img { border:none; vertical-align: top; }
table{ border-collapse: collapse; }
textarea{ resize: none; overflow:auto; }
input { border: 0; outline: none; }
em { font-style: normal; }

/*  public */

.fl { float: left; }
.fr { float: right; }
.clear { zoom: 1; }
.clear:after { content: ""; display: block; clear: both; }

/* header */

.hd-bar {
	height: 6px;
}
.hd-bar span {
	float: left;
	height: 6px;
}
.hd-bar span:nth-child(1) {
	width: 62%;
	background: #c82126;
}
.hd-bar span:nth-child(2) {
	width: 38%;
	background: #282828;
}
#header {
	height: 57px;
	box-shadow: 6px 0 6px rgba(174,173,173,0.75)
}
#header h1 {
	padding: 14px 0 0 3%;
	width: 27%;
	float: left;
}
#header h1 a {
	display: block;
	height: 30px;
}
#header h1 img {
	width: 80px;
	height: 26px;
}
#header .hd-menu {
	width: 38%;
	float: right;
}
#header .hd-menu p {
	padding-top: 24px;
	height: 20px;
}
#header .hd-menu a,#header .hd-menu span,#header .hd-menu b {
	float: left;
	background-size: auto 100% !important;
}
#header .hd-menu a {
	padding: 0 10% 0 22%;
	font: 12px/19px "寰蒋闆呴粦";
	color: #666;
	background: url(../img/hd-forum.png) no-repeat;
}
#header .hd-menu span,#header .hd-menu b {
	height: 0;
	padding-top: 20px;
	overflow: hidden;
}
#header .hd-menu span {
	width: 16%;
	margin-right: 10%;
	background: url(../img/hd-search.png) no-repeat;;
}
#header .hd-menu b {
	width: 19%;
	background: url(../img/hd-nav.png) no-repeat;
}

.hd-search,#header dl {
	position: absolute;
	top: 57px;
}
.hd-search {
	width: 100%;
	left: 0;
	height: 64px;
	background: #a0241c;
	z-index: 1;
	display: none;
}
.hd-search form {
	width: 94%;
	height: 40px;
	margin: 12px auto 0;
}
.hd-search input {
	float: left;
	height: 40px;
	line-height: 40px;
}
.hd-search input[type='text'] {
	width: 80%;
	padding: 0 2%;
	background: #fff;
	margin-right: 2%;
	border-radius: 1;
}
.hd-search input[type='submit'] {
	width: 14%;
	font-size: 22px;
	color: #fff;
	background: none;
}
#header dl {
	width: 60%;
	right: 0;
	background: #282828;
	z-index: 20;
	top: 64px;
	display: none;
}
#header dl dt,#header dl li {
	font: 16px/54px "寰蒋闆呴粦";
	border-top: 1px solid #434343;
	border-bottom: 1px solid #000;

}
#header dl dt {
	padding-left: 5%;
	color: #fff;
	position: relative;
}
#header dl dt a {
	color: #fff;
}
#header dl dt:nth-child(1) {
	border-top: none;
}

#header dt i {
	width: 10px;
	height: 6px;
	background: url(../img/hd-nav-dt.png) no-repeat;
	position: absolute;
	right: 7%;
	top: 26px;
	background-size: 100%;
	display: none;
}
#header .click i {
	display: block;
}
#header dd {
	display: none;
}
#header dl ul {
	background: #313131;
}
#header dl li {
	padding-left: 12%;
	position: relative;
}
#header dl li i{
	width: 6px;
	height: 6px;
	background: url(../img/hd-nav-li.png) no-repeat;
	position: absolute;
	left: 5%;
	top: 24px;
	background-size: 100%;
}
#header dl ul a {
	display: block;
	line-height: 54px;
	color: #fff;
}



/* footer */

#footer {
	background: #282828;
}
.foot-share {
	padding: 14px 0 4px 0;
	text-align: center;
}
.foot-share a {
	display: inline-block;
	width: 30px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background: url(../img/footer-share.png) no-repeat;
	margin: 0 5px;
	background-size: 100%;
}
.foot-share a:nth-child(1) {
	background-position: 0 0;
}
.foot-share a:nth-child(2) {
	background-position: 0 -30px;
}
.foot-share a:nth-child(3) {
	background-position: 0 -60px;
}
.foot-share a:nth-child(4) {
	background-position: 0 -90px;
}
#footer p {
	text-align: center;
	font: 12px/24px "寰蒋闆呴粦";
	color: #b1b1b1;
	padding-bottom: 28px;
}

.banner {
	width: 100%;
	overflow: hidden;
}
.banner a {
	display: block;
}
.banner img {
	width: 100%;
}


.quick-nav {
	display:-moz-box; /* Firefox */
	display:-webkit-box; /* Safari and Chrome */
	display: box;
}

.quick-nav a {
	display: block;
	padding-top: 22%;
	font: 12px/36px "寰蒋闆呴粦";
	color: #fff;
	text-align: center;
	background-size: 50% !important;
	box-flex: 1;
	position: relative;
}
.quick-nav i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 40%;
	background: url(../img/quick-nav-bg.png) no-repeat right bottom;
	background-size: 100%;
}
.quick-nav a:nth-child(1) {
	background: #afafaf url(../img/quick-nav-01.png) no-repeat center;
}
.quick-nav a:nth-child(2) {
	background: #ea5504 url(../img/quick-nav-02.png) no-repeat center;
}
.quick-nav a:nth-child(3) {
	background: #c82226 url(../img/quick-nav-03.png) no-repeat center;
}
.solution {
	padding-bottom: 20px;
}
.solution .solution_tit {
	padding: 5% 0;
	height: 22px;
}
.solution .solution_tit h2 {
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	background: url(../img/solution_tit.png) no-repeat center;
	margin: 0 auto;
	background-size: auto 80%;
}


/* about */

.mod_tit {
	padding-left: 3%;
	margin-bottom: 24px;
}
.mod_tit h2 {
	padding-top: 20px;
	font: bold 16px/30px "寰蒋闆呴粦";
	color: #555;
	border-bottom: 1px solid #c2c2c2;
}

.about_con {
	width: 95%;
	padding: 0 2% 0 3%;
}
.about_con .about_intro {
	padding-bottom: 26px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}
.about_con .about_intro img {
	width: 42%;
	float: left;
}
.about_con .about_intro div {
	width: 54%;
	float: right;
}
.about_con .about_intro h3 {
	font: 12px/16px "寰蒋闆呴粦";
	color: #b10005;
}
.about_con .about_intro p:nth-of-type(1) {
	font: 6px/1 "arial";
	color: #adabab;
	margin-bottom: 10px;
}
.about_con .about_intro span {
	display: block;
	width: 14px;
	height: 1px;
	background: #b10005;
	margin-bottom: 8px;
}
.about_con .about_intro p:nth-of-type(2) {
	font: 10px/14px "寰蒋闆呴粦";
	color: #666;
}
.about_con .about_details {
	margin-bottom: 30px;
}
.about_con .about_details {
	color: #666;
}


/* process */

.mod_con {
	width: 94%;
	margin: 0 auto;
}
.mc-year {
	height: 43px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	position: relative;
	margin-bottom: 30px;
}
.mc-year a {
	width: 9%;
	height: 0;
	padding-top: 42px;
	overflow: hidden;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: absolute;
	top: 0;
	background-size: auto 50% !important;
}
.mc-year a:nth-child(1){
	left: 0;
	background: url(../img/last-year-btn.png) no-repeat center;
}
.mc-year a:nth-child(2){
	right: 0;
	background: url(../img/next-year-btn.png) no-repeat center;
}
.mc-year-wrap {
	width: calc(82% - 2px);
	height: 43px;
	position: relative;
	left: 9%;
	overflow: hidden;
}
.mc-year ol {
	height: 43px;
	position: absolute;
	left: 0;
}
.mc-year ol li {
	float: left;
	text-align: center;
	line-height: 42px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.mc-year .cur {
	background: #c82126;
	color: #fff;
}
.process p {
	margin-bottom: 26px;
}
.process p img {
	width: 100%;
}
.process ol {
	margin-bottom: 30px;
}
.process ol li {
	color: #666;
}
.process ol span {
	color: #b10005;
	padding-right: 6px;
}

.process .con {
	min-height: 240px;
}

/* home-made */

.home-made {
	padding-bottom: 100px;
	position: relative;
	min-height: 340px;
}
.home-made li {
	overflow: hidden;
	margin-bottom: 20px;
}
.home-made li div {
	width: 12%;
	float: left;
}
.home-made li h3 {
	font: bold 16px/24px "arial";
	color: #333;
	border-bottom: 1px solid #d2d2d2;
}
.home-made li ol {
	width: 84%;
	float: right;
}
.home-made li ol li {
	margin-bottom: 0;
}
.home-made li ol em {
	width: 6%;
	float: left;
	color: #b10005;
}
.home-made li ol span {
	width: 90%;
	float: right;
}
.home-made .honor_btn {
	width: 44px;
	height: 65px;
	position: absolute;
	left: 14%;
	bottom: 5%;
}
.home-made .honor_btn img {
	width: 100%;
}

/* honor */

.honor {
	min-height: 320px;
}
.honor ul {
	margin-bottom: 40px;
}
.honor li {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.honor li a {
	display: block;
	padding: 4%;
	border: 1px solid #e7e7e7;
	box-shadow: 4px 4px 0 #e5e5e5;
}
.honor li img {
	width: 100%;
}
.honor li h3 {
	font: 10px/42px "寰蒋闆呴粦";
	text-align: center;
}
.honor li h3 a {
	padding: 0;
	border: none;
	box-shadow: none;
	color: #333;
}
/* culture */

.culture_text {
	padding-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 14px;
}
.culture_text h3 {
	height: 140px;
	background: url(../img/culture_bg.png) no-repeat center;
	background-size: auto 100%;
}
.culture_slogan {
	margin-bottom: 20px;
}
.culture_slogan p {
	text-align: center;
}
.culture_slogan p:nth-child(1) {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin-bottom: 6px;
}
.culture_slogan p:nth-child(2) {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	font-family: "arial";
}

/* contact */

.contact .area_index {
	height: 54px;
	border: 1px solid #eee;
	padding: 2%;
	background: #fafafa;
	margin-bottom: 12px;
}
.contact .area_index span {
	width: 9%;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #666;
}
.contact .area_index p {
	width: 88%;
	float: right;
}
.contact .area_index a {
	float: left;
	line-height: 26px;
	padding: 0 2%;
	color: #666;
}
.contact .area_index .click {
	color: #b10005;
	text-decoration: underline;
}
.contact .area_index i {
	float: left;
	font-style: normal;
	color: #d9d9d9;
}
.contact .area_map {
	padding: 1px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.contact .area_map img {
	width: 100%;
}
.contact .area_address {
	margin-bottom: 30px;
}
.contact .area_address h3 {
	margin-bottom: 6px;
}
.contact .area_address li {
	float: left;
	line-height: 22px;
	padding-left: 8%;
	background-size: auto 72% !important;
}
.contact .area_address li:nth-child(1) {
	background: url(../img/contact_address.png) no-repeat left center;
}
.contact .area_address li:nth-child(2) {
	background: url(../img/contact_ear.png) no-repeat left center;
	padding-right: 24%;
}
.contact .area_address li:nth-child(3) {
	background: url(../img/contact_phone.png) no-repeat left center;
 	padding-left: 6%;
}
.contact .area_address li:nth-child(4) {
	background: url(../img/contact_emial.png) no-repeat left center;
	padding-right: 12%;
}
.contact .area_address li:nth-child(5) {
	background: url(../img/contact_fax.png) no-repeat;
	
}

.contact .con {
	display: none;
}

/* friends */

.friends_list {
	margin-bottom: 24px;
}
.friends_list li {
	width: 30%;
	float: left;
	margin: 0 5% 5% 0;
}
.friends_list li:nth-child(3n) {
	margin-right: 0;
}
.friends_list li img {
	width: 100%;
	border: 1px solid #f7f7f8;
	box-shadow: 0 0 1px #e9e9ec;
}

/* solution */

.solution_list {
	position: relative;
	padding-top: 8px;
	margin-bottom: 20px;
}

.solution_list .prev,.solution_list .next {
	width: 20px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	background-size: auto 100% !important;
}
.solution_list .prev {
	left: -5px;
	background: url(../img/solution_btnL.png) no-repeat;
}
.solution_list .next {
	right: -5px;
	background: url(../img/solution_btnR.png) no-repeat;
}
.solution_list .sl-wrap {
	width: 88%;
	overflow: hidden;
	position: relative;
/*	left: 7%*/;
}
.solution_list .sl-wrap ul {
	position: relative;
}

.solution_list .sl-wrap li {
	width: 19%;
	float: left;
/*	margin: 0 3%;*/
}
.solution_list .sl-wrap li a {
	display: block;

}
.solution_list .sl-wrap img {
	width: 84%;
	padding: calc(12% - 2px);
	border: 1px solid #e4e4e7;
	border-radius: 50%;
}
.solution_list .sl-wrap h3 {
	line-height: 38px;
	text-align: center;
}
.solution_list .sl-wrap h3 a {
	display: block;
	font-size: 12px;
	color: #333;
}
.case_intro {
	margin-bottom: 20px;
}
.case_intro h3 {
	font: bold 14px/40px "寰蒋闆呴粦";
	color: #c82126;
}
.case_intro p:nth-of-type(1) {
	margin-bottom: 14px;
}
.case_intro p:nth-of-type(1) img {
	width: 100%;
}
.case_intro p:nth-of-type(2) {
	color: #8b8b8;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.case_list li {
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	overflow: hidden;
}
.case_list .img {
	width: 30%;
	float: left;
}
.case_list .img img {
	width: 100%;
}
.case_list li div {
	width: 64%;
	float: right;
}
.case_list li h4 {
	font-weight: normal;
	margin-bottom: 1%;
}
.case_list li h4 a,.case_list li p {
	font-size: 10px;
	line-height: 14px;
}
.case_list li h4 a {
	display: block;
	color: #666;
}
.case_list li p {
	color: #8b8b8b;
}
.case_list .read_more {
	color: #a80005;
	font-size: 10px;
}
.case_list li span {
	display: block;
	color: #989898;
	font-family: "arial";
	font-size: 10px;
}
.search_index {
	height: 32px;
	padding-bottom: 27px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.search_index div {
	width: 30%;
	float: left;
	margin-right: 5%;
	position: relative;
}
.search_index div:last-child {
	margin-right: 0;
}
.search_index div h3 {
	height: 32px;
	line-height: 32px;
	padding-left: 8%;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	color: #666;
	font-size: 10px;
	position: relative;
}
.search_index div i {
	width: 10px;
	height: 6px;
	background: url(../img/arrow_nor.png) no-repeat;
	background-size: 100% !important;
	position: absolute;
	right: 5%;
	top: 14px;
}
.search_index .click h3 {
	background: #c82126; 
	color: #fff;
	border: 1px solid #c82126;
}
.search_index .click i {
	background: url(../img/arrow_cur.png) no-repeat;
}
.search_index div ul {
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	display: none;
}
.search_index div li {
	line-height: 32px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.search_index div li a {
	display: block;
	color: #666; 
}

/* install */

.install .con dl {
	display: none;
}
.install dl {

}

.install dt {
	font-size: 14px;
	color: #b10005;
	margin-bottom: 4px;
}
.install dd ul {
	margin-bottom: 4px;
}
.install dd ul i {
	display: inline-block;
	width: 5%;
	height: 10px;
	background: url(../img/squire_gray.png) no-repeat;
	background-size: auto 100%;
}
.install dd:nth-of-type(2) p {
	padding: 10px 0 20px 0;
	text-align: center;
}
.install dd:nth-of-type(2) p img {
	width: 100%;
}
.install dd ol {
	padding-bottom: 32px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}
.install .guide_btn {
	height: 32px;
	margin-bottom: 30px;
}
.install .guide_btn a {
	width: 45%;
	float: left;
	margin-right: 10%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 2px;
}
.install .guide_btn a:nth-child(1) {
	background: #b10005;
}
.install .guide_btn a:nth-child(2) {
	margin-right: 0;
	background: #b17500;
}

/* pro_guide */

.pro_type {
	padding: 4% 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.pro_type a {
	padding: 0 3%;
	font-size: 12px;
	color: #555;
}
.pro_type .click {
	font-weight: bold;
	color: #b10005;
}
.install table {
	width: 100%;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.install table th {
	font-weight: normal;
	font-size: 10px;
	background: #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.install table th:nth-child(1) {
	text-align: left;
	line-height: 30px;
	padding-left: 3%;
}
.install table td {
	padding: 2px 0;
	line-height: 16px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 10px;
}
.install table td:nth-child(1) {
	padding-left: 3%;
}
.install table td a {
	display: block;
	text-align: center;
	padding-top: 4px;
}
.install table td img {
	width: 12px;
	height: 12px;
}

/* question */

.question_list ul {
	margin-bottom: 30px;
	display: none;
}
.question_list li {
	border-top: 1px solid #e4e3e2;
}
.question_list li:nth-last-child(1) {
	border-bottom: 1px solid #e4e3e2;
}
.question_list h3 {
	font-size: 12px;
	color: #818181;
	font-weight: normal;
	padding: 4px 7% 4px 8%;

	position: relative;
}
.question_list li i {
	position: absolute;
	background-size: auto 100% !important;
}
.question_list h3 i:nth-of-type(1) {
	width: 14px;
	height: 16px;
	background: url(../img/question_tit_nor.png) no-repeat;
	top: 10px;	
	left: 2%;
}
.question_list h3 i:nth-of-type(2) {
	width: 6px;
	height: 5px;
	background: url(../img/question_tit_arrow.png) no-repeat;
	top: 12px;
	right: 3%;
} 
.question_list .click {
	background: #bcbcbc;
	color: #fff;
}
.question_list .click i:nth-of-type(1) {
	background: url(../img/question_tit_cur.png) no-repeat;	
}
.question_list .click i:nth-of-type(2) {
	display: none;
}
.question_list li div {
	padding: 4px 7% 8px 8%;
	position: relative;
	display: none;
}
.question_list li div i {
	width: 18px;
	height: 16px;
	background: url(../img/question_text.png) no-repeat;
	left: 1%;
	top: 8px;
}

/* join */

.serach_work {
	padding:8px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.serach_work li {
	height: 22px;
	margin-bottom: 10px;
}
.serach_work li:last-child input {
	margin-left: 20%;
	width: 24%;
	height: 26px;
	line-height: 24px;
	background: #cc0106;
	color: #fff;
	text-align: center;
}
.serach_work li span {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #555;
}
.serach_work li input {
	width: 70%;
	float: left;
	line-height: 22px;
	padding: 0 2%;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: inset  1px 2px 6px rgba(0,0,0,0.1);
}
.work-list ul {
	margin-bottom: 36px;
}
.work-list li {
	padding: 0 3%;
	border: 1px solid #e1e1e5;
	margin-bottom: 20px;
}
.work-list li p:nth-of-type(2) span {
	padding-right: 12%;
}
.work-list li p:last-child {
	padding: 16px 0;
	height: 14px;
}
.work-list li p:last-child a {
	float: right;
	padding-left: 9%;
	background: url(../img/apply-photo.png) no-repeat left center;
	line-height: 16px;
	background-size: auto 92%;
	color: #666;
}
.work-list li h3 {
	padding-top: 4px;
	line-height: 30px;
	font-size: 14px;
	color: #b10005;
	position: relative;
	border-bottom: 1px solid #e1e1e5;
	margin-bottom: 20px;
}
.work-list li em {
	position: absolute;
	top: 14px;
	right: 0;
	padding-left: 8%;
	background: url(../img/date.png) no-repeat;
	background-size: auto 94%; 
	font: 12px/14px "arial";
	color: #8b8b8b;
}
.work-list li span {
	color: #666;
}
.work-list li b {
	color: #b10005;
	font-weight: normal;
	padding-right: 2%;
}

/* product */

.pro_search {
	height: 140px;
	padding: 0 4%;
	background: url(../img/pro_search_bg.jpg) no-repeat;
	margin-bottom: 28px;
}
.pro_search dl {
	margin-bottom: 10px;
}
.pro_search dt {
	padding-top: 6px;
	font: bold 14px/36px "寰蒋闆呴粦";
	color: #fff;
}
.pro_search dd {
	width: 49%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.pro_search dd:last-child {
	margin-right: 0;
}
.pro_search dd h3,.pro_search .search_btn {
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	background: #fff;
	box-shadow: inset 1px 0 1px rgba(0,0,0,0.3);
}
.pro_search dd h3 {
	color: #777;
	padding-left: 6%;
	font: 12px/30px "寰蒋闆呴粦";
}
.pro_search dd i {
	width: 8px;
	height: 6px;
	background: url(../img/pro_search_arrow) no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 12px;
	right: 8%;
}
.pro_search dd ul {
	width: calc(100% - 2px);
	background: #fff;
	border: 1px solid #c5c5c5;
	position: absolute;
	left: 0;
	top: 30px;
	display: none;
	z-index: 30;
}
.pro_search dd li {
	line-height: 30px;
	text-align: center;
}
.pro_search dd li a {
	display: block;
	color: #777;
}
.pro_search .search_btn {
	height: 30px;
	text-align: center;
}
.pro_search .search_btn a {
	line-height: 30px;
	color: #cd1e23;
}
.pro_list {
	min-height: 60px;
}
.pro_list ul {
	border-left: 1px solid #e1e1e5;
	border-top: 1px solid #e1e1e5;
	margin-bottom: 34px;
}
.pro_list li {
	/*width: -webkit-calc(50% - 1px);*/
	width: 50%;
	float: left;
	
}
.pro_list li a {
	display: block;
	border-right: 1px solid #e1e1e5;
	border-bottom: 1px solid #e1e1e5;	
	text-align: center;
	height: 180px;
	position: relative;
}
.pro_list li img {
	width: 70%;
	position: relative;
	top: 50px;
}
.pro_list li strong,.pro_list li span {
	text-align: center;
	position: absolute;
}
.pro_list li strong {
	/*width: -webkit-calc(100% - 8px);*/
	width: 90%;
	font: 10px/14px "寰蒋闆呴粦";
	padding: 14px 4px 0;
	color: #666;
	left: 0;
	top: 0;
}
.pro_list li span {
	width: 42%;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #666;
	margin: 0 auto;
	border: 1px solid #e1e1e5;
	border-radius: 10px;
	left: 50%;
	margin-left: -21%;
	bottom: 8px;
}

/* product_details */

.pro-details {

}
.pro-details .img-show {
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	position: relative;
}
.pro-details .big-img {
	text-align: center;
	min-height: 230px;
}
.pro-details .big-img img {
	width: 50%;
	padding: 5% 0 22% 0;
}
.pro-details .small-img {
	width: 100%;
	height: 37px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 6%;
}
.pro-details .small-img a {
	display: inline-block;
	width: 11%;
	height: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 3%;
}
.pro-details .small-img .click {
	border: 1px solid #d90030;
}
.pro-details .small-img img {
	width: 100%;
	height: 100%;
}
.pro-details .text-info {
	border: 1px solid #dcdcdc;
	padding: 5% 0 0 5%;
	margin-bottom: 20px;
}
.pro-details .text-info dl {
	margin-bottom: 10px;
}
.pro-details .text-info dt {
	padding-left: 4%;
	font: bold 14px/30px "寰蒋闆呴粦";
	color: #000;
}
.pro-details .text-info dd {
	padding-left: 4%;
	color: #666;
	background: url(../img/squire_black.png) no-repeat left 10px;
}
.pro-details .relate-link {
	height: 66px;
}
.pro-details .relate-link a {
	float: left;
	padding-top: 34px;
	line-height: 30px;
	margin-right: 8%;
	color: #666;
	background: url(../img/squire_red.png) no-repeat center top;
	background-size: auto 60%;
}

.pro-details .con {
	display: none;
}
.pro_nav {
	height: 30px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #d90030;
	display: box;
}
.pro_nav a {
	float: left;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	position: relative;
	box-flex: 1;
}
.pro_nav a i {
	width: 5px;
	height: 3px;
	background: url(../img/tranigle_white.png) no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 50%;
	bottom: -3px;
	display: none;
}
.pro_nav .click i {
	display: block;
}
.pro-details h3 {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.pro-details table {
	border-top: 1px solid #e1e1e5;
	border-bottom: 1px solid #e1e1e5;
	margin-bottom: 30px;
}
.pro-details table td {
	padding: 2% 0;
	text-align: left;
	color: #666;
	border-bottom: 1px solid #e1e1e5;
}
.pro-details table tr td:first-child {
	border-right: 1px solid #e1e1e5;
	text-align: center;
	font-weight: bold;
}
.pro-details table p {
	padding: 0 8%;
	color: #666;
	background: url(../img/squire_black.png) no-repeat 10px 8px;
}

/* news_details */

.news_details .news_tit h3 {
	margin-bottom: 4px;
}
.news_details .news_tit p {
	margin-bottom: 4px;
}
.news_details .news_con {
	margin-bottom: 20px;
}
.news_details .news_con p {
	text-indent: 2em;
}
.news_details .news_con p img{
	width: 100%;
	height: 100%;
}
.news_details .tab {
	margin-bottom: 48px;
}
.news_details .tab a {
	color: #666;
}
.news_details .return {
	padding: 0 18px;
	float: right;
	border: 1px solid #ccc;
}

/* report */

.report-list ul {
	padding-bottom: 60px;
}
.report-list li {
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dashed #ddd;
	font-size: 12px;
}
.report-list li a {
	float: left;
	color: #666;
}
.report-list li span {
	float: right;
}

/* lab */

.lab {
	padding-bottom: 10px;
}
.lab p {
	text-align: center;
	margin-bottom: 20px;
	color: #666;
}


/* pro-center */

#pro-center img {
	width: 70%;
	height: 40%;
	position: relative;
	top: 70px;
}
#pro-center strong {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#pro-center em {
	/*width: calc(100% - 10px);*/
	width: 88%;
	line-height: 20px;
	padding: 0 5px;
	left: 0;
	position: absolute;
	top: 40px;
	color: #666;
	text-indent: 6px;
}

/* apply */

.apply tr {
	height: 42px;
}
.apply input {
	width: calc(100% - 24px);
	padding: 0 5px;
	border: 1px solid #ccc;
}
.apply select {
	width: 80%;
}
.apply .apply-btn {
	text-align: center;
}
.apply .apply-btn input {
	width: auto;
	padding: 0;
}

/*澧炲姞*/
.list-paddingleft-2 img{
	width: 100%;
	margin-left: -7%;
}
.news_con img{
	width: 100%;
	margin-left: -7%;
}
