﻿/* @font-face{
    font-family: '思源黑体_bold';
    src : url('..//fonts/SourceHanSansCN-Bold_1.otf.otf');
}
@font-face{
    font-family: '思源黑体_extraLight';
    src : url('..//fonts/SourceHanSansCN-ExtraLight_1.otf');
}
@font-face{
    font-family: '思源黑体_heavy';
    src : url('..//fonts/SourceHanSansCN-Heavy_1.otf');
}
@font-face{
    font-family: '思源黑体_light';
    src : url('..//fonts/SourceHanSansCN-Light_1.otf');
}
@font-face{
    font-family: '思源黑体_medium';
    src : url('..//fonts/SourceHanSansCN-Medium_1.otf');
}
@font-face{
    font-family: '思源黑体_normal';
    src : url('..//fonts/SourceHanSansCN-Normal_1.otf');
}
@font-face{
    font-family: '思源黑体_regular';
    src : url('..//fonts/SourceHanSansCN-Regular_1.otf');
}
@font-face{
    font-family: '思源宋体_bold';
    src : url('..//fonts/SOURCEHANSERIFCN-BOLD.OTF');
}
@font-face{
    font-family: '思源宋体_extraLight';
    src : url('..//fonts/SOURCEHANSERIFCN-EXTRALIGHT.OTF');
}
@font-face{
    font-family: '思源宋体_heavy';
    src : url('..//fonts/SOURCEHANSERIFCN-HEAVY.OTF');
}
@font-face{
    font-family: '思源宋体_light';
    src : url('..//fonts/SOURCEHANSERIFCN-LIGHT.OTF');
}
@font-face{
    font-family: '思源宋体_medium';
    src : url('..//fonts/SOURCEHANSERIFCN-MEDIUM.OTF');
}
@font-face{
    font-family: '思源宋体_regular';
    src : url('..//fonts/SOURCEHANSERIFCN-REGULAR.OTF');
}
@font-face{
    font-family: '思源宋体_semibold';
    src : url('..//fonts/SOURCEHANSERIFCN-SEMIBOLD.OTF');
} */

body {
	font-family: 思源黑体_light, "Open Sans", sans-serif;
	font-size: 14px;
}
input, select, textarea {
	font-family: 思源黑体_light, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 94%;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.p_15{
	padding: 0 15px;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/

.img:hover {
	background: #000
}
.img:hover img {
	/*opacity: .5;*/
	transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-moz-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
}
#message_mail{
	margin-right: 15px;}
.pos_cell {
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fp_modal {
	display: table;
}
.top50{
	margin-top: 150px;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	background: transparent;
	line-height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.fixed {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background: #fff;
    min-height: 60px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.logo{
	width: 70px;
	height: 100px;
	vertical-align: middle;
	display: inline-block;
    max-width: 100%;
	background: url(../images/logo.png) no-repeat center center;
	position: relative;
    z-index: 1;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -webkit-animation: slidetop 1.3s;
    animation: slidetop 1.3s;
}
.logo_a{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 100px;
}

.logo_a::after {
    display: table;
    content: "";
    clear: both;
    box-sizing: border-box;
}
.logo_a::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    box-sizing: border-box;
}
.fixed .logo{
	background: url(../images/logo2.png) no-repeat center center;
}

.logo img {
	vertical-align: middle;
}
.menu ul{
	margin-bottom: 0;
}
.menu li {
	width: 80px;
	float: left;
	text-align: center;
	margin: 0 25px;
	position: relative;

}
.menu li a {
	color: #fff;
	transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.typenameen{
	display: none;
}
.fixed .menu li a {
	color: #5b5b5b;
}

.menu li.on a, .menu li a:hover {
	color: #e50012;
	text-decoration: unset;
}
/*.menu li.on a .typenamecn, .menu li.on a:hover .typenamecn, .menu li a:hover .typenamecn {
	display: none;
}
.menu li.on a .typenameen, .menu li.on a:hover .typenameen, .menu li a:hover .typenameen {
	display: block;
}
*/
.fixed .menu li.on a, .fixed .menu li a:hover {
	color: #e50012;
	text-decoration: unset;
}

.down_menu{
	display: none;
	background-color: #e50012;
	position: absolute;
    top: 70px;
    z-index: -1;
}
.down_menu li{
	margin: 0;
    text-align: center;
    line-height: 40px;
}
.down_menu li a{
	height: 40px;
}
.menu li a:hover + .down_menu{
	display: block;
}
.menu li a:hover + .down_menu li a{
	color: #fff;
}



/* 全局 */

.header-v4 .main-nav .sf-menu a:hover { text-decoration:none; color:#24a900; }

.header-v4 .main-nav .sf-menu a { border:none; padding-top:0; padding-bottom:0; display:block; line-height:90px; font-size:14px; color:#333; font-weight:normal; }

.header-v4 .main-nav .sf-menu a strong { font-weight: normal;}

/* 一级 */

.header-v4 .main-nav .sf-menu li { margin-left:5px; background-color:transparent; }

.header-v4 .main-nav .sf-menu li:hover, 

.header-v4 .main-nav .sf-menu li.sfHover,

.header-v4 .main-nav .sf-menu li.sfHover > a,

.header-v4 .main-nav .sf-menu a:focus, 

.header-v4 .main-nav .sf-menu a:hover, 

.header-v4 .main-nav .sf-menu a:active { background-color:#fff; color:#24a900; }

.header-v4 .main-nav .sf-menu li.current, .header-v4 .main-nav .sf-menu li.current .first-level, .header-v4 .main-nav .sf-menu li.current .first-level:visited { background-color:#fff; color:#24a900; }

.header-v4 .main-nav .sf-sub-indicator { }

.header-v4 .main-nav .first-level { padding-right:1em; padding-left:1em; }

.header-v4 .main-nav .first-level .sf-sub-indicator { display:none; }

.header-v4 .main-nav .sf-menu li i { display:none; width:100%; _width:expression( (this.parentElement.clientWidth) +'px'); height:2px; overflow:hidden; background-color:#f90; position:absolute; top:0; left:0; }

.header-v4 .main-nav .sf-menu li:hover i, .header-v4 .main-nav .sf-menu .nav-hover i, .header-v4 .main-nav .sf-menu .current i, .header-v4 .main-nav .sf-menu .sfHover i { display:none; }

/* 二级以下 */

.header-v4 .main-nav .sf-menu li:hover ul, .header-v4 .main-nav .sf-menu li.sfHover ul { top:90px; }

.header-v4 .main-nav .sf-menu li li:hover ul, .header-v4 .main-nav .sf-menu li li.sfHover ul { top:0; left:13em; }

.header-v4 .main-nav .sf-menu li li { margin-left:0; background-color:#fff; }

.header-v4 .main-nav .sf-menu li li a, .header-v4 .main-nav .sf-menu li li a:visited { padding-top:3px; padding-bottom:3px; line-height:36px; font-weight:normal; font-size:13px; color:#666; }

.header-v4 .main-nav .sf-menu li li:hover, 

.header-v4 .main-nav .sf-menu li.sfHover li.sfHover,

.header-v4 .main-nav .sf-menu li.sfHover li.sfHover > a,

.header-v4 .main-nav .sf-menu li li a:focus, 

.header-v4 .main-nav .sf-menu li li a:hover, 

.header-v4 .main-nav .sf-menu li li a:active { background-color:#fff; color:#24a900; }

.header-v4 .main-nav .sf-menu li li .sf-sub-indicator { top:1em; display:block; }







/* ---------- header-v5 ---------- */

.header-v5 { position:absolute; top:40px; left:50%; margin-left:-560px; width:1120px; }

.header-v5 .page-width { width:auto; position:relative; box-shadow:0px 0px 3px rgba(0,0,0,0.2); }

.header-v5 .logo { height:85px; float:left; background-color:#ff3333; padding:0 20px; }

.header-v5 .logo a { display:block; margin-top:8px; }

.header-v5 .top-main { background-color:#fff; }

.header-v5 .top-main-content { margin-right:90px; }

/* language */

.header-v5 .language { position:absolute; top:28px; right:20px; }

.header-v5 .language em { display:none; }

.header-v5 .language a.first-level { padding:0 15px 0 10px; width:25px; height:28px; line-height:28px; background-color:#fff; border:1px solid #fff; }

.header-v5 .language .sfHover a.first-level { border-color:#ededed; }

.header-v5 .language .sf-menu li ul { top:30px; width:50px; background-color:#fafafa; border:1px solid #ededed; border-top:none; }

.header-v5 .language .sf-sub-indicator { width:9px; height:6px; top:1em; background:url(../images/lang-select.gif) no-repeat; }

.header-v5 .language .sf-menu li li a { padding:9px 12px 9px 17px; }

.language-tips { position:absolute; z-index:10001; border:1px solid #ccc; background:#ffffcc; padding:2px 10px; color:#333; font-size:12px; box-shadow:0px 0px 3px rgba(0,0,0,0.2); }





/* 全局 */

.header-v5 .nav, .header-v5 .main-nav { float:right; }

.header-v5 .main-nav .sf-menu a:hover { text-decoration:none; }

.header-v5 .main-nav .sf-menu a { border:none; padding-top:0; padding-bottom:0; display:block; line-height:85px; font-size:15px; color:#333; }

/* 一级 */

.header-v5 .main-nav .sf-menu li { margin-left:0; background-color:transparent; }

.header-v5 .main-nav .sf-menu li:hover, 

.header-v5 .main-nav .sf-menu li.sfHover,

.header-v5 .main-nav .sf-menu li.sfHover > a,

.header-v5 .main-nav .sf-menu a:focus, 

.header-v5 .main-nav .sf-menu a:hover, 

.header-v5 .main-nav .sf-menu a:active { background-color:#fafafa; color:#ff3333; }

.header-v5 .main-nav .sf-menu li.current, .header-v5 .main-nav .sf-menu li.current .first-level, .header-v5 .main-nav .sf-menu li.current .first-level:visited { background-color:#fafafa; color:#ff3333; }

.header-v5 .main-nav .sf-sub-indicator { background-image:url(../images/superfish-arrows-white.gif); }

.header-v5 .main-nav .sf-menu .first-level { padding-right:1.3em; padding-left:1.3em; border-right:1px solid #f2f2f2; text-align:center; }

.header-v5 .main-nav .sf-menu .first-level .sf-sub-indicator { display:none; }

.header-v5 .main-nav .sf-menu .first-level strong { font-weight:normal; }

.header-v5 .main-nav .sf-menu .first-level-min { display:block; line-height:71px; }

.header-v5 .main-nav .sf-menu .first-level em { display:block; line-height:14px; position:relative; top:-22px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#999; }

.header-v5 .main-nav .sf-menu .last .first-level { border-right:none; } 

.header-v5 .main-nav .sf-menu li i { display:none; width:100%; _width:expression( (this.parentElement.clientWidth) +'px'); height:3px; overflow:hidden; background-color:#ff3333; position:absolute; top:-3px; left:0; }

.header-v5 .main-nav .sf-menu li:hover i,.header-v5 .main-nav .sf-menu .nav-hover i, .header-v5 .main-nav .sf-menu .current i, .header-v5 .main-nav .sf-menu .sfHover i { display:block; } 

/* 二级以下 */

.header-v5 .main-nav .sf-menu li:hover ul, .header-v5 .main-nav .sf-menu li.sfHover ul { top:85px; box-shadow:2px 2px 2px 0 rgba(0, 0, 0, 0.1); }

.header-v5 .main-nav .sf-menu li li:hover ul, .header-v5 .main-nav .sf-menu li li.sfHover ul { top:0; left:13em; }

.header-v5 .main-nav .sf-menu li li { margin-left:0; background-color:rgba(1,175,62,0.95); background-color:#ff3333\9; }

.header-v5 .main-nav .sf-menu li li strong { font-weight:normal; }

.header-v5 .main-nav .sf-menu li li a, .header-v5 .main-nav .sf-menu li li a:visited { padding-top:0; padding-bottom:0; line-height:45px; font-weight:normal; font-size:13px; color:#fff; }

.header-v5 .main-nav .sf-menu li li:hover, 

.header-v5 .main-nav .sf-menu li.sfHover li.sfHover,

.header-v5 .main-nav .sf-menu li.sfHover li.sfHover > a,

.header-v5 .main-nav .sf-menu li li a:focus, 

.header-v5 .main-nav .sf-menu li li a:hover, 

.header-v5 .main-nav .sf-menu li li a:active { background-color:rgba(2,153,55,0.95); background-color:#029937\9; color:#fff; }

.header-v5 .main-nav .sf-menu li li .sf-sub-indicator { top:1em; display:block; }



.banner {
	position: relative;
}
.banner_cur {
	left: 10%;
	right: 10%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
}
.banner_cur span {
	cursor: pointer;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	border: 1px solid #fff;
	background-image: url(../images/cur1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner_cur span:hover {
	border-color: #fb3546;
	background-color: rgba(0,0,0,0.2);
}
.banner_cur span.next {
	background-image: url(../images/cur2.png);
}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .text {
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner .text h2 {
	font-size: 46px;
	font-weight: normal;
}
.banner .text p {
	font-size: 24px;
	margin: 2em 0;
}
.banner_search {
	max-width: 800px;
	margin: 0 auto;
	padding: 8px;
	background: rgba(0,0,0,0.15);
	border-radius: 3px;
	width: 90%;
	line-height: 48px;
}
.banner_search .box {
	background: #fff;
	border-radius: 2px;
	position: relative;
	padding-right: 147px;
}
.banner_search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 147px;
	text-align: center;
}
.banner_search .btn a {
	line-height: 48px;
	width: 100%;
	display: block;
	color: #fff;
	background: #be9a78;
	font-size: 16px;
}
.btn a:hover {
	background: #956d47;
}
.banner_search .btn span {
	display: inline-block;
	padding-right: 32px;
	background: url(../images/icon1.png) no-repeat right center;
}
.banner_search .span_tit {
	display: block;
	float: left;
	width: 72px;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.banner_search .div_input {
	padding-left: 20px;
	overflow: hidden;
}
.banner_text{
	position: absolute;
    width: 92%;
    height: 100%;
    top: 0px;
    left: 4%;
    line-height: 100vh;
    text-align: center;
}
.banner_text .banner_text_box{
	display: inline-block !important;
	margin-top: 15%;
	width: 1400px;
}
.banner_text .banner_text_box img{
	display: block;
	margin: 0 auto;
	width: auto!important;
}
.banner_text .banner_text_box h3{
	color: #fff;
    display: block;
    margin-top: 5%;
    font: 45px/56px "思源黑体_heavy";
    letter-spacing: 6px;
}
.banner_text .banner_text_box p{
	font: 30px/50px "思源黑体_light";
    color: #fff;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-top: 30px;
}
.index_banner{
	width: auto!important;
	max-width: 1400px!important;
}
.index_banner h3{
	font: 45px/56px "思源黑体_heavy"!important;
}

.form_label{
	margin: 0 0 15px;
	float: left;
}

@media (max-width: 1200px) {
.footer .list ul li .foot_ico a:hover .code {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 400%;
    width: 250px;
    height: 250px;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px #323436;
    margin-left: -110px;
    left: 50%;
}
.index_news .text p {
    font-size: 14px!important;
}
.banner_text {
    line-height: 60vh;
}
.banner_text .banner_text_box img{
	max-width: 200px;
}
.banner_text .banner_text_box h3 {
    color: #fff;
    display: block;
    margin-top: 2%;
    font: 30px/36px "思源黑体_heavy";
}
.banner_text .banner_text_box p {
    font: 20px/36px "思源黑体_light";
    line-height: 20px!important;
}
.index_banner h3 {
    font: 30px/36px "思源黑体_heavy"!important;
    letter-spacing: 2px!important;
}
}
.index_banner h3 {
    letter-spacing: 2px!important;
}
.index_banner p{
	font: 30px/50px "思源黑体_light"!important;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px; /*background: url(../images/dots.png) no-repeat center center;*/
	border-radius: 100%;
	background: none;
	margin-bottom: 15px;
	position: relative;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #fff;
	background: none;
}
.details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
}
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #be9a78;
}
.page1_text .img1 {
	text-align: right;
	width: 50%;
	float: right;
}
.page1_text .text {
	line-height: 30px;
	color: #878787;
	text-align: center;
	overflow: hidden;
}
.page1_text .text {
	padding: 80px 0;
}
.page_tit2 h3 {
	font-size: 48px;
	font-family: 'Times New Roman';
	font-weight: normal;
	color: #000;
	line-height: 58px;
}
.page_tit2 h2 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	line-height: 58px;
	margin-bottom: 30px;
}
.page1_text .text p {
	height: 120px;
	overflow: hidden;
	max-width: 425px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.btn a {
	color: #fff;
	display: block;
	line-height: 44px;
	width: 140px;
	text-align: center;
	background: #be9a78;
	margin: 0 auto;
}
.page {
	overflow: hidden;
	padding: 165px 0 165px 0;
}
.page:after {
	content: '';
	display: block;
	clear: both;
}
.page.on {
	background: #f9f9f9;
}
.page_tit {
	margin-bottom: 100px;
	text-align: center;
}
.page_tit h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.page_tit h2 {
	font-size: 28px;
}
.page_tit p {
	color: #999;
}
.page_tit p span:before, .page_tit p span:after {
	display: none;
	width: 30px;
	height: 1px;
	background: #999;
	vertical-align: middle;
	content: '';
	margin: 0 2px;
	margin-bottom: 2px;
}
.page_tag ul li {
	margin-left: -4px;
	display: inline-block;
}
.page_tag {
	text-align: center;
}
.page_tag a {
	display: block;
	line-height: 30px;
	padding: 0 23px;
	color: #7e7e7e;
	position: relative;
}
.page_tag .on a, .page_tag a:hover {
	background: #be9a78;
	color: #fff;
}
.page_tag .on a:before, .page_tag a:hover:before {
	color: #be9a78
}
.page_tag a:before {
	content: '|';
	display: block;
	position: absolute;
	left: -2px;
}
.page_tag li:first-child a:before {
	display: none;
}
.pro_list ul:after {
	content: '';
	display: block;
	clear: both;
}
/*
.pro_list li {
	width: 33.333%;
	float: left;
	text-align: center;
}
*/
.pro_list h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.pro_list p {
	padding: 10px 0 15px;
	color: #be9a78;
	background: no-repeat bottom center;
}
/*
.pro_list a:hover p {
	background: url(../images/icon2.png) no-repeat bottom center;
}
*/
.pro_list ul {
	margin-top: 20px;
	display: none;
}
.pro_list ul.on {
	display: block;
}
.pro_list ul.on li {
	animation-name: zoomIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.about_list2 {
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 30px;
}
.about_list2 ul li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
}
.about_list2 ul {
	margin: 0 -1%;
}
.about_list2 .img {
	position: relative;
}
.about_list2 img {
	display: block;
}
.about_list2 .img p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	height: 42px;
}
.about_list2 .img p span {
	display: block;
	height: 20px;
	border-bottom: 1px solid #000;
	margin: 0 14px;
}
.about_list2 .img p label {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.about_list2 .text {
	line-height: 28px;
	color: #333;
	margin-top: 10px;
}
.his_list {
	padding-top: 20px;
	position: relative;
}
.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	background: #d3d3d3
}
.his_list ul li {
	text-align: right;
	margin: 20px 0;
	width: 50%;
	padding-right: 50%;
	clear: both;
	position: relative;
}
.his_list ul li i {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 10px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #d3d3d3
}
.his_list ul li i:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 60px;
	height: 1px;
	background: #d3d3d3;
	top: 4px;
}
.his_list ul li:nth-child(2n) i:after {
	margin-left: 20px;
}
.his_list ul li:nth-child(2n) {
	padding-right: 0;
	padding-left: 50%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 100px;
	line-height: 28px;
	color: #262626;
}
.his_list ul li .text h3 {
	font-size: 20px;
	color: #a2774f;
	font-weight: normal;
	margin-bottom: 10px;
}
.ry_list {
	max-width: 1034px;
	margin: 0 auto;
}
.ry_list li {
	width: 30.3%;
	float: left;
	margin: 10px 1.5%;
	text-align: center;
	line-height: 40px;
}
.ry_list li .img {
	border: 10px solid #efefef;
	max-width: 270px;
	margin: 0 auto;
}
.ry_list li:nth-child(3n+1) {
	clear: both;
}
.ry_list li .img img {
	display: block;
}
.td_list {
	max-width: 1100px;
	margin: 0 auto;
}
.td_list li {
	width: 25%;
	float: left;
}
.td_list li:hover .tit p span {
	width: 100%;
}
.td_list li .box {
	margin: 17px;
}
.td_list li .img {
	position: relative;
}
.td_list li .img img {
	display: block;
}
.td_list li .tit p {
	line-height: 56px;
	background: #1c1c1c;
	padding: 0 16px;
	font-size: 16px;
	color: #c09874;
	position: relative;
}
.td_list li .tit p a{color: #c09874;}
.td_list li .tit p span {
	position: absolute;
	display: block;
	width: 48px;
	height: 4px;
	background: #be9a78;
	bottom: 0;
	right: 0;
}
.td_list li:nth-child(4n+1) {
	clear: both;
}
.td_list li .text {
	margin-top: 15px;
	line-height: 26px;
	color: #6c6c6c
}
.td_list li .text h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #000
}
.zp_p_list {
	max-width: 1120px;
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c
}
.zp_p_list a {
	color: #be9a78
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	border-bottom: 1px solid #ebefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.zp_p_list .list:last-child {
	border-bottom: 0
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .text>ul>li {
	list-style: decimal;
	margin-left: 20px;
}
.zp_list .text>ul {
	max-width: 514px;
}
.zp_p_list .title {
	cursor: pointer;
	margin: 10px 0;
	line-height: 54px;
	border: 1px solid #e3e9ec;
	background: url(../images/icon12.png) no-repeat 98% center #f9f9f9;
	padding: 0 20px;
}
.zp_p_list .title span {
	display: inline-block;
	width: 23%;
	color: #000
}
.zp_p_list .title span.span1 {
	font-size: 22px;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	background: url(../images/icon12-1.png) no-repeat 98% center #be9a78;
	border-color: #be9a78;
}
.zp_p_list .on .title span, .zp_p_list li:hover .title span {
	color: #fff;
}
@keyframes zoomIn {
 from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
 50% {
opacity: 1;
}
}
/*
.pro_list li:nth-child(3n+1) {
	clear: both;
}
*/
.pro_list li a {
	display: block;
	background: #fff;
	border-bottom: 2px solid #808080;
}
.pro_list li a:hover {

}
.pro_list li a:hover .img {
	background: #fff;
}
.page_pro {
	padding: 0;
	background: #1c1c1c;
	position: relative;
}
.pro_owl {
	width: 50%
}
.pro_owl .owl-theme .owl-controls {
	width: auto;
	right: -60px;
	left: auto;
	width: 120px;
}
.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../images/cur1.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	background-color: #1c1c1c
}
.pro_owl .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url(../images/cur2.png);
	background-color: #be9a78
}
.page_pro .text {
	position: absolute;
	left: 55%;
}
.page_pro .text .box {
	max-width: 410px;
}
.page_tit2.on h3 {
	color: #fff;
}
.page_tit2.on h2 {
	color: #c09874;
}
.page_pro .text p {
	line-height: 32px;
	color: #696969;
	height: 96px;
	overflow: hidden;
	margin-bottom: 30px;
}
.page_pro .btn a {
	margin-left: 0;
	background: #0b0b0b;
}
.btn2 a span {
	display: inline-block;
	padding-right: 17px;
	background: url(../images/icon3.png) no-repeat right center;
}
.btn2 a:hover span {
	padding-right: 27px;
}
.service_list:after {
	content: '';
	display: block;
	clear: both;
}
.service_list ul li {
	width: 25%;
	float: left;
}
.service_list a {
	display: block;
	margin: 7px;
	position: relative;
}
.service_list img {
	display: block;
}
.service_list .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}
.service_list .text h3 {
	font-size: 16px;
	font-weight: normal;
}
.service_list .text p {
	margin: 10px 0;
	background: bottom center no-repeat
}
.service_list .text .more {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/icon4.png) no-repeat right center;
}
.service_list a:hover .img:before {
	background: #fff;
	opacity: .95;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.service_list a:hover .text {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: #000;
	z-index: 100
}
.service_list a:hover .text h3 {
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 20px;
	padding-bottom: 15px;
}
.service_list a:hover .text p {
	color: #7f7f7f;
	padding-bottom: 20px;
	background: url(../images/icon5.png) bottom center no-repeat;
}
.service_list a:hover .text span {
	display: none;
}
.news_list ul li {
	width: 48%;
	padding: 25px 0;
	float: left;
}
.news_list ul li:nth-child(2n) {
	float: right;
}
.news_list a {
	display: block;
}
.news_list .img {
	width: 160px;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.news_list .text {
	overflow: hidden;
}
.news_list .p_time {
	height: auto;
	color: #a1a1a1
}
.news_list h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list p {
	line-height: 20px;
	color: #999;
	height: 40px;
	overflow: hidden;
}
.news_list .line {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 8px 0;
}
.news_list .line label {
	display: block;
	width: 13px;
	height: 1px;
	background: #000
}
.news_list a:hover .line label {
	width: 100%;
}

.mainer {
	overflow: hidden;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.btn_more {
	margin-top: 20px;
	text-align: center;
}
.btn_more a {
	display: inline-block;
	padding: 0 45px;
	line-height: 42px;
	border: 1px solid #b2b2b2;
	color: #999
}
.btn_more a:hover {
	border-color: #fb3546;
	color: #fb3546
}
.div_pos {
	line-height: 65px;
	color: #515151;
}
.div_pos a {
	color: #000;
}
.div_pos a:hover {
	color: #fb3546
}
.details .wrap {
	max-width: 1400px;
}
.details .tit {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 30px;
}
.details .tit h2 {
	font-size: 26px;
	font-weight: normal;
}
.details .tit p {
	color: #be9a78
}
.details .tit span {
	color: #717171;
	margin-right: 30px;
}
.details .text {
	line-height: 26px;
	color: #898989;
	padding: 50px 0;
}
.page_padd {
	padding-top: 0;
}
.page_tit3 {
	margin: 0 10px;
	padding-top: 30px;
}
.page_tit3 span {
	font-size: 20px;
}
.center {
	text-align: center;
}
.page_size {
	text-align: center;
	margin-top: 30px;
}
.page_size a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-color: #515151;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 2px;
	;
}
.page_size a.prev {
	background-image: url(../images/cur3.png);
}
.page_size a.next {
	background-image: url(../images/cur4.png);
}
.page_size a:hover, .page_size a.on {
	background-color: #be9a78;
}
/*----------footer----------*/
.footer {
	padding: 40px 0;
	color: #fff;
	line-height: 26px;
	background: #2d2d2d;
	background-size: cover;
}
.footer .wrap {
	max-width: 1400px;
	padding: 0 15px;
}
.footer .text {
	
}
.footer .ewm img {
	display: block;
	margin-bottom: 15px;
}
.footer .ewm {
	text-align: center;
	width: 170px;
}
.footer .list {
	padding-top: 10px;
}
.footer .list ul li {
	margin: 15px 0;
    padding-left: 0;
    padding-right: 0;
}
.footer .list ul li p{
	font-size: 16px;
}
.footer .list ul li span{
	font-family: 思源黑体_heavy;
	font-size: 1.5em;
}
.footer .list ul li .foot_ico{
	font-family: 思源黑体_normal;
	font-size: 1.2em;
	line-height: 1.8em;
	
}
.footer .list ul li .foot_ico a{
	position: relative;
	text-decoration: none;
	text-align: center;
	float: left;
	font-size: 14px;
}
.footer .list ul li .foot_ico a:hover .code{
	display: block;
    position: absolute;
    z-index: 9999;
    bottom: 400%;
    width: 250px;
    height: 250px;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px #323436;
    margin-left: -130px;
    left: 50%;
}
.footer .list ul li .foot_ico a:hover .code>img{
	border: 0;
}
.footer .list ul li .foot_ico .code:after {
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -4px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 100%;
    content: '';
}
.footer .list ul li .foot_ico a img{
	padding: 0 5%;
    border-left: 2px solid #efefef;
    margin-bottom: 20px;
}
.footer .list ul li span:after{
	display: block;
    width: 25px;
    height: 4px;
    background: #e50012;
    vertical-align: middle;
    content: '';
    margin: 40px 0;
}
.footer .list ul li .code{
	display: none;
}
.footer a {
	color: #fff;
}
.foot_by{
	border-top: 2px solid #e50012;
	margin-top: 30px;
	padding-top: 50px;

}.foot_by p{
	font-family: 思源黑体_light!important;
}
.news_tag {
	text-align: center;
	padding: 0 0 60px 0;
}
.news_tag ul{
	border-bottom: 2px solid #959595;
}
.news_tag ul li {
	display: inline-block;
	position: relative;
}
.news_tag a {
	display: block;
	padding: 0 80px;
	min-width: 72px;
	text-align: center;
	line-height: 65px;
	color: #5b5b5b;
	font-size: 20px;
}
.news_tag li.on a, .news_tag a:hover {
	color: #e50012;
	text-decoration: unset;
}
.news_tag li.on a:after, .news_tag a:hover:after {
	position: absolute;
    width: 0px;
    height: 0px;
    content: " ";
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #5b5b5b;
    text-decoration: unset;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-0%);
}
.page_news .list {
	max-width: 945px;
	margin: 0 auto;
}
.page_news .list .img {
	width: 471px;
	float: right;
	margin-left: 50px;
}
.page_news .list .text {
	border-top: 2px solid #000;
	padding-top: 30px;
	overflow: hidden;
}
.page_news .list li {
	margin-bottom: 40px;
}
.page_news .list li:after {
	content: '';
	display: block;
	clear: both;
}
.page_news h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.page_news .list a:hover {
	color: #be9a78
}
.page_news .time {
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/icon6.png) no-repeat left center;
	color: #a8a8a8
}
.page_news p {
	line-height: 27px;
	height: 81px;
	overflow: hidden;
	color: #737373;
	margin: 30px 0;
}
.page_news .btn a {
	background: none;
	border: 2px solid #000;
	color: #000;
	line-height: 34px;
	width: 120px;
	margin-left: 0
}
.page_news .btn a:hover {
	background: #333;
	color: #fff;
}
/*----------custom----------*/
.news_details {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.news_details .box {
	width: 90%;
	margin: 0 auto;
}
.news_details .tit {
	padding: 55px 0;
	text-align: center;
}
.news_details .tit h2 {
	font-family: 思源黑体_medium;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 25px;
}
.news_details .tit p {
	font-size: 18px;
	color: #333;
}
.news_details .text {
	font-size: 16px;
	color: #414141;
	line-height: 28px
}
.news_details .text h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.news_details .text img {
	margin-top: 10px;
}
.text_cur {
	line-height: 70px;
	border-top: 1px solid #e8e8e8
}
.text_cur span {
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text_cur a {
	color: #000;
}
.text_cur a:hover {
	color: #5b5b5b;
}
.pro_list2 ul li {
	width: 25%;
	float: left;
}
.pro_list2 a {
	display: block;
	margin: 7px;
	font-size: 16px;
}
.pro_list2 ul {
	margin: 0 3px;
	margin-top: 20px;
}
.pro_list2 img {
	display: block;
}
.pro_list2 .img {
	margin-bottom: 20px;
}
.cont_list ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.cont_list ul li .text {
	margin-top: 20px;
	color: #434343
}
.cont_list ul li .text h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
.message {
	max-width: 710px;
	margin: 0 auto;
}
.message ul li {
	width: 50%;
	float: left;
}
.message ul li:last-child {
	width: 100%;
}
.message ul {
	margin-bottom: 30px;
}
.message .div_input {
	margin: 5px;
	line-height: 40px;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0 15px;
}
.div_input textarea {
	width: 100%;
	height: 150px;
	border: 0;
	background: none;
	resize: none;
	padding: 10px 0;
}
.banner .item img {
	display: block;
	margin: 0 auto;
    width: 100%;
    min-height: 110px;
}
.about_tag {
	line-height: 80px;
	border-bottom: 1px solid #e8e8e8
}
.about_tag ul li {
	width: 20%;
	float: left;
	text-align: center;
}
.about_tag ul li a {
	margin-left: -1px;
	border-left: 1px solid #e8e8e8;
	font-size: 16px;
	color: #222;
	display: block;
}
.about_tag ul li:first-child a {
	border-left: 0;
}
.about_tag ul li span {
	display: inline-block;
	padding-left: 50px;
}
.about_tag ul li span.span1 {
	background: url(../images/icon7.png) no-repeat left center;
}
.about_tag ul li span.span2 {
	background: url(../images/icon8.png) no-repeat left center;
}
.about_tag ul li span.span3 {
	background: url(../images/icon9.png) no-repeat left center;
}
.about_tag ul li span.span4 {
	background: url(../images/icon10.png) no-repeat left center;
}
.about_tag ul li span.span5 {
	background: url(../images/icon11.png) no-repeat left center;
}
.about_tag ul li.on a, .about_tag ul li a:hover {
	background: #be9a78;
}
.about_tag ul li.on span, .about_tag ul li a:hover span {
	color: #fff;
}
.about_tag ul li.on span.span1, .about_tag ul li a:hover span.span1 {
	background: url(../images/icon7-1.png) no-repeat left center;
}
.about_tag ul li.on span.span2, .about_tag ul li a:hover span.span2 {
	background: url(../images/icon8-1.png) no-repeat left center;
}
.about_tag ul li.on span.span3, .about_tag ul li a:hover span.span3 {
	background: url(../images/icon9-1.png) no-repeat left center;
}
.about_tag ul li.on span.span4, .about_tag ul li a:hover span.span4 {
	background: url(../images/icon10-1.png) no-repeat left center;
}
.about_tag ul li.on span.span5, .about_tag ul li a:hover span.span5 {
	background: url(../images/icon11-1.png) no-repeat left center;
}
.about_d_text {

	line-height: 30px;
	color: #6d6d6d;

}
.about_list {
	max-width: 790px;
	margin: 0 auto;
}
.about_list ul li {
	width: 33.333%;
	float: left;
	margin: 35px 0
}
.about_list .box {
	margin: 10px;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 35px 0;
	color: #ababab;
}
.about_list .box h3 {
	font-size: 56px;
	color: #323232;
	font-weight: normal;
	margin-bottom: 20px;
}
 @media only screen and (max-width: 1400px) {
.banner_cur {
	left: 5%;
	right: 5%;
}
.page_tit2 h2 {
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 1200px) {
.page_tit2 h3 {
	font-size: 38px;
}
.page_tit2.on h2 {
	font-size: 30px;
}
.page_pro .text p {
	line-height: 25px;
	margin-bottom: 10px;
	height: 75px;
}
.his_list ul li .text {
	padding-left: 0
}
.his_list ul li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 0
}
}
 @media only screen and (max-width: 900px) {
 .down_menu{
 	display: none;
 }
 .menu li a:hover + .down_menu {
    display: none;
}
.sm_banner{
	display: none;
}
.menu {
	position: fixed;
	top: 80px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
	width: auto;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
	color: #333;
}
.menu ul {
	padding-top: 10px;
}
.logo_a {
	width: 70px;
    height: 80px;
}
.logo {
    width: 70px;
    height: 80px;
    background: url(../images/logo2.png) no-repeat center center;
    background-size: 85%;

}
.fixed .logo {
    background-size: 85%;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 80px;
}
.menu_wrap {
	position: absolute;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #5b5b5b;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #5b5b5b;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 80px;
}
.mainer {
	margin-top: 80px;
}
.menu li.on a, .menu li a:hover {
	
}
.banner .text h2 {
	font-size: 30px;
}
.banner .text p {
	font-size: 14px;
}
.banner_search {
	max-width: 500px;
}
.page1_text .text {
	padding: 20px 0;
}
.pro_owl {
	width: 80%;
	margin: 0 auto;
}
.page_pro {
	padding: 50px 0;
}
.page_pro .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.page_pro .text .box {
	max-width: 100%;
}
.pro_owl .owl-theme .owl-controls {
	right: 0
}
.service_list ul li {
	width: 50%;
}
.service_list ul li:nth-child(2n+1) {
	clear: both;
}
.service_list ul li img {
	width: 100%;
}
.about_tag ul li span {
	padding-left: 0;
	background: none !important
}
.about_tag {
	line-height: 60px;
}
.td_list li .box {
	margin: 5px;
}
.td_list li {
	width: 50%;
}
.td_list li:nth-child(2n+1) {
	clear: both;
}
.td_list li img {
	width: 100%;
}
.ry_list li {
	width: 47%;
}
.ry_list li:nth-child(3n+1) {
	clear: none;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.page_news .list .img {
	width: 300px;
	margin-left: 20px;
}
.page_news .list .text {
	padding-top: 20px;
}
.page_news p {
	margin-top: 0;
	height: 54px;
	margin-bottom: 10px
}
.page_news .time {
	margin-bottom: 0
}
.page_news .list li {
	margin-bottom: 20px;
}
.news_tag a {
    padding: 0 10px;
    line-height: 35px;
    font-size: 16px;
}

}
 @media only screen and (max-width: 800px) {
.news_list ul li {
	width: 100%;
	padding: 10px 0;
}
}
 @media only screen and (max-width: 768px) {
 .index_news .index_news_content {
    padding: 0 15px!important;
}
.index_news .time {
    padding: 30px 0!important;
}
.index_news .text {
    padding: 5px 10px!important;
}
.index_news .text h3 {
    font-size: 16px!important;
    margin-top: 0px!important;
}
.index_news .page {
    padding: 0px 0 30px 0!important;
}
.index_news .text p {
    font-size: 12px!important;
}
.index_news .index_news_content li {
    margin-bottom: 30px!important;
}
.index_news .time p {
    font: 18px/1.2em "思源黑体_medium"!important;
}
.index_news .time span {
    font-size: 12px!important;
}
.banner .text h2 {
	font-size: 20px;
}
.banner .text p {
	margin: 1em;
}
.banner_cur {
	display: none;
}
.banner_search .btn {
	width: 100px;
}
.banner_search .box {
	padding-right: 100px;
}
.banner_search .span_tit {
	width: 50px;
}
.banner_search .div_input {
	padding-left: 10px;
}
.banner img {
	width: 150%;
	margin-left: -25%;
	max-width: initial;
}
.banner .img1 {
	overflow: hidden;
}
.page1_text .img1 {
	float: none;
	width: 100%;
}
/*
.pro_list li:nth-child(3n+1) {
	clear: none;
}
.pro_list li {
	width: 50%;
}
.pro_list li:nth-child(2n+1) {
	clear: both;
}

.pro_list li a {
	padding: 15px;
	margin: 5px;
}
*/
.footer .ewm {
	float: none;
	text-align: center;
	margin-bottom: 20px;
	display: none;
}
.footer .list ul li {
	margin: 5px 0;
}
.footer .ewm img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer {
	text-align: left;
}
.footer .list ul li p img {
    padding: 0 4%;
}
.page {
	padding: 60px 0;
}
.about_list ul li {
	margin: 20px 0;
}
.page_tit2 h3 {
	font-size: 25px;
	line-height: 20px;
}
.page_tit2 h2 {
	font-size: 30px;
}
.about_tag ul li a {
	font-size: 14px;
}
.about_tag {
	line-height: 40px;
}
.about_tag .wrap {
	width: 100%;
}
.about_list .box h3 {
	font-size: 30px;
}
.about_list .box {
	margin: 5px;
}
.page_tit h2 {
	font-size: 20px;
}
.about_list2 ul li {
	margin: 0 auto;
	width: 95%;
	margin-bottom: 15px;
	float: none;
}
.about_list2 img {
	width: 100%;
}
.about .about_text p {
    font-size: 1.0em!important;
}
.his_list ul {
	padding-left: 50px;
}
.his_list ul li i {
	left: -40px
}
.his_list ul li {
	padding: 0 !important;
	width: 100%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 !important
}
.his_list .line {
	left: 10px;
	right: auto;
}
.his_list ul li i:after {
	margin-left: 10px !important;
	width: 20px !important;
}
.zp_p_list .title span {
	min-width: 47%;
	width: auto;
}
.zp_p_list .title {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_news .list .img {
	width: 150px;
	float: left;
	margin: 0 auto;
	margin-right: 10px;
}
.page_news p {
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_news .list .text {
	padding-top: 10px;
}
.page_news .list .time {
	display: none;
	;
}
.page_news .list .text {
	border-top: 0
}
.page_news .btn a {
	border: 0;
	line-height: 20px;
	text-align: left;
}
.page_news .time {
	margin-bottom: 10px;
}
.page_news p {
	margin-bottom: 5px
}
.news_details .tit h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.news_details .tit {
	padding: 30px 0;
}
.pro_list2 ul li {
	width: 50%;
}
.page_news h3 {
	margin-bottom: 5px;
}
.pro_list2 .img {
	margin-bottom: 10px
}
.text_cur span {
	max-width: 100%;
	float: none;
}
.text_cur {
	line-height: 35px;
	padding: 10px 0;
}
.cont_list ul li {
	float: none;
	width: 100%;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}
.cont_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.cont_list ul li .img1 {
	float: left;
	width: 60px;
	margin-right: 20px;
}
.cont_list ul li .text {
	margin-top: 0;
	padding-top: 10px;
	overflow: hidden;
}
.map {
	overflow: hidden;
}
.map img {
	width: 200%;
	margin-left: -50%;
	max-width: initial;
}
.full {
	display: none;
}
.page_tag a {
	padding: 0 15px;
}
.news_tag {
	padding: 0;
}
.page_tit h3 {
	font-size: 24px;
	margin-bottom: 10px;
    font-size: 1.9em!important;
}
.page_tit {
	margin-bottom: 50px;
}
.index_case .page {
    padding: 0 0 20px 0!important;
}
}


.pro_list2 ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5b5b5b;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #be9a78 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}


.dede_pages{height:28px;padding:20px 0;font-size:14px;text-align:center}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

#maximg{ max-width:100% !important; height:auto !important}

.index_about h2{
	font-family: 思源黑体_heavy;
	max-width: 88%;
	margin: 0 auto 30px auto;
	font-size: 3.2em;
	color: #5b5b5b;
	text-align: center;
	letter-spacing:3px;
}
.index_about h4{
	font-family: 思源黑体_normal;
	max-width: 88%;
	font-size: 2.0em;
	color: #5b5b5b;
	text-align: center;
	margin: 0 auto 60px auto;
	letter-spacing:8px;
}
.index_about p{
	font-family: 思源黑体_light;
    color: #5b5b5b;
    font-size: 1.3em;
    display: block;
    padding: 0 15px;
    margin: 0 auto 20px auto;
    letter-spacing:2px;
    text-align: justify;
}
.index_about_en{
	letter-spacing:1px!important;
	font-size: 1.1em!important;
	margin-bottom: 80px!important;
}
.index_about li{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	padding-right: 0;
}

.index_about_bg{
	display: none;
}

.index_about li:hover .index_about_bg{
	background: url(../images/red_bg.jpg) repeat 0 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    margin-right: 15px;
    overflow: hidden;
}

.index_about li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.index_about li img::before{

}
.index_about_text{
	display: none;
}

.index_about a{
	transition: .9s;
}
.index_about a:hover .index_about_tit{
	display: none;
}
.index_about a:hover .index_about_text{
	display: block;

}
.index_about_tit{
	position: absolute;
    top: 40%;
    width: 50%;
    left: 25%;
    text-align: center;
}
.index_about_tit h5{
	color: #fff;
	font-size: 19px;
	line-height: 30px;
}
.index_about_tit h5::after{
	display: table;
    content: '';
    width: 25px;
    height: 4px;
    background-color: #fff;
    margin: 10px auto;
}
.index_about_text{
	position: absolute;
    top: 30%;
    width: 50%;
    left: 25%;
    text-align: center;


}
.index_about_text h5{
	color: #fff;
	font-size: 19px;
	line-height: 30px;
}
.index_about_text span{
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
}
.menu_contact{
	display: none;
	padding: 30px 0!important;
}
.menu_contact p{
	line-height: 20px;
}
.h_menu .menu_contact{
	display: block;
}
.index_event{
	padding:0!important;
	background-color: #fff!important;
}
.index_event .page_tit h3{
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
	margin-top: 0;
}
.index_event .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.index_event .pro_list ul li{
	margin-bottom: 100px;
}
.index_event .page_tit p span:before, .index_event .page_tit p span:after {
    display: none;
    width: 30px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    content: '';
    margin: 0 2px;
    margin-bottom: 2px;
}
.index_event .text{
	height: 120px;
	overflow: hidden;
}
.index_event .text h3{
	margin-top: 40px;
	color: #5b5b5b;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-family: 思源黑体_medium;
}
.index_event .text p{
	color: #5b5b5b;
	font-size: 1.2em;
	margin-bottom: 60px;
	letter-spacing: 1px;
}
.index_event .pro_list li a:hover{
	text-decoration: none;
}
.index_event .pro_list li a img{
	width: 100%;
}
.index_event .pro_list .text span{
	display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding-top: 50px;
    color: #5b5b5b;
    letter-spacing: 2px;
}
.index_event_but{
	font-family: 思源黑体_heavy;
    color: #5b5b5b!important;
    font-size: 3.2em;
    line-height: 86px;
    margin: 0 auto;
    letter-spacing: 2px;
    border: 2px solid #868686;
    text-align: center;
    width: 380px;
    height: 86px;
    display: block;
    margin-top: 80px;
    margin-bottom: 120px;
}
.index_event_but:hover{
	text-decoration: unset;
	background-color: #5b5b5b;
	color: #fff!important;
}
.index_case .page{
	padding: 0 0 50px 0;
}
.index_case .pro_list ul{
	padding: 0 15px;
}
.index_case .page_tit h3{
	margin-top: 0px;
}
.index_case .page{
	padding: 0 0 60px 0!important;
}
.case .page{
	padding: 155px 0 170px 0;
}
.case .page_tit h3{
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
	margin-top: 0px;
}
.case .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.case .pro_list ul.on li::befor{
	display: table;
	content: ' ';
}
.case .pro_list ul.on li::after{
	display: table;
	content: ' ';
	clear: both;
}
.case .pro_list ul.on li{
	background-color: #232326;
	margin-bottom: 40px;
	position: relative;
}
.case .pro_list ul.on li .text{
	padding: 50px;
}
.case .pro_list ul.on li .text h3{
	font-size: 26px;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #fff;
}
.case .pro_list ul.on li .text p{
	font-family: "Microsoft YaHei","Heiti SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial","sans-serif";
    color: #C9CACA;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 100;
    line-height: 2rem;
	letter-spacing: 1px;
}
.case .pro_list ul.on li .text_bottom{
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.case .pro_list ul.on li .text_bottom span{
	margin-right: 30px;
	color: #9FA0A0;
	font-size: 9px;
	font-family: "Microsoft YaHei","Heiti SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial","sans-serif";
}

.fa-txt {
    font-size: 1.6rem;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fdd000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0.1;
    transition: all .4s;
    text-align: center;
    font-weight: bold;
}

.fa-txtover {
    display: none;
}

.icon-view {
    background: url(../images/logo.png) no-repeat center center;
    width: 174px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 100px;
    margin: 0 auto;
    display: block;
    clear: both;
    transform: scale(0.8,0.8);
}

.pro_list li a:hover .fa-txt {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-size: 0.9rem;
    font-family: "ITCAvantGardeStd-Bold";
}

.pro_list li a:hover .fa-txtover {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 0.6;
    font-size: 0.9rem;
    font-family: "ITCAvantGardeStd-Bold";
}

.case .pro_list ul.on li .img{
	padding: 0;
}
.case .pro_list ul.on li .img img{
	width: 100%;
}
.case .pro_list li a{
	border-bottom: 0;
	padding: 0;
}
.load-more__btn{
	font-family: 思源黑体_heavy;
    color: #5b5b5b!important;
    font-size: 1.2em;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 2px;
    border: 2px solid #e60b1c;
    text-align: center;
    width: 180px;
    height: 50px;
    display: block;
    margin-top: 160px;
    margin-bottom: 0px;
}
.load-more__btn:hover {
    text-decoration: unset;
    background-color: #e60b1c;
    color: #fff!important;
}

.event .page_tit h3{
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
}
.event .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.event .pro_list ul li{
	margin-bottom: 100px;
}
.event .page_tit p span:before, .event .page_tit p span:after {
    display: none;
    width: 30px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    content: '';
    margin: 0 2px;
    margin-bottom: 2px;
}
.event .text{
	height: 120px;
	overflow: hidden;
}
.event .text h3{
	margin-top: 40px;
	color: #5b5b5b;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-family: 思源黑体_medium;
}
.event .text p{
	color: #5b5b5b;
	font-size: 1.2em;
	margin-bottom: 60px;
	letter-spacing: 1px;
}
.event .pro_list li a{
	background-color: unset;
}
.event .pro_list li a:hover{
	text-decoration: none;
}
.event .pro_list li a img{
	width: 100%;
}
.event .pro_list .text span{
	display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding-top: 50px;
    color: #5b5b5b;
    letter-spacing: 2px;
}
.index_event_but{
	font-family: 思源黑体_heavy;
    color: #5b5b5b!important;
    font-size: 1.2em;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 2px;
    border: 2px solid #868686;
    text-align: center;
    width: 180px;
    height: 50px;
    display: block;
    margin-top: 50px;
    margin-bottom: 120px;
}
.index_event_but:hover{
	text-decoration: unset;
	background-color: #5b5b5b;
	color: #fff!important;
}

.service .page_tit h3{
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
	margin-top: 0px;
}
.service .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.service .border-r{
	border-right: 1px solid #a0a0a0;
}
.service .items li{
	padding:10px 40px;
	margin-bottom: 50px;
}
.service .items li h1{
	font-family: 思源黑体_heavy;
	font-size: 8.0em;
	color: #e9e9e9;
	position: relative;
	text-align: center;
}
.service .items li h1 span{
	font-family: 思源黑体_heavy;
	font-size: 0.19em!important;
	color: #323233;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	letter-spacing: 1px;
	vertical-align: middle;
    line-height: 1.2em;
    text-align: center;

}
.service .items li h5{
	font-family: 思源黑体_normal;
	font-size: 1.1em;
	color: #5b5b5b;
	line-height: 1.4em;
	text-align: justify;
}
.service .items li h6{
	font-family: 思源黑体_normal;
	font-size: 1.0em;
	color: #5b5b5b;
	line-height: 1.4em;
	text-align: justify;
	min-height: 80px;
}
.service .items li p{
	font-size: 0.8em;
	color: #5b5b5b;
	margin-top: 10px;
	text-align: justify;
    word-spacing: 0.1px;
}
.service_event{
	padding: 120px 0;
	margin-left: 15px;
    margin-right: 15px;
}
.service_event h4{
	font-family: "思源黑体_medium";
	color: #5b5b5b;
	text-align: right;
	padding: 15px;
	font-size: 0.8em;
}
.service_event h4 a{
	color: #5b5b5b;
}
.service_event h4 a:hover{
	text-decoration: unset;
}
.service_event h4 span{
	margin-left: 30px;
	line-height: 1.5em;
	letter-spacing: 2px;
}
.service_event h4 span:hover{
	color: #e50012;
	text-decoration: unset;
}
.service_event_content{
	border: 2px solid #6e6e6e;
	padding: 30px 30px 0 30px;
}
.service_event_content::before{
	display: table;
	content: " "
}
.service_event_content::after{
	display: table;
	content: " ";
	clear: both;
}
.service_event_content .text{
	padding: 0 0 20px 0;
}
.service_event_content .text small{
	display: none;
}
.service_event_content .text span{
	display: none;
}
.service_event_content .item .img img{
	width: 100%;
}
.service_event_content .carousel-inner{
	overflow: unset;
}
.service_event_content .carousel-caption{
	left: 0;
	position: absolute;
    bottom: -70px;
    z-index: 10;
    color: #5b5b5b;
    text-align: left;
    text-shadow:unset; 
}
.service_event_content .carousel-caption h3{
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.service_event_content .service_carousel{
	overflow: hidden;
	padding-bottom: 60px;
	padding-left: 0;
    padding-right: 0;
}
.service .partner{
	padding-top: 50px;
	padding-bottom: 220px;
}
.service .partner ul{
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
}
.service .partner ul li{
	height: 160px;
	border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
.service .partner ul li>div{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.service .partner ul li img{
	display: block;
	margin: 0 auto;
}
.service .partner ul li img:hover{
	-webkit-transition: all 1000ms ease 0s;
    -moz-transition: all 1000ms ease 0s;
    -ms-transition: all 1000ms ease 0s;
    -o-transition: all 1000ms ease 0s;
    transition: all 1000ms ease 0s;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.service .partner ul li>span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.qianmo_about{
	background-color: #e50012;
	margin-top: -100px;
	position: relative;
}
.qianmo_about_centent{
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.qianmo_about_centent h3{
    font-family: 思源黑体_normal;
    margin-top: 230px;
    color: #fff;
    font-size: 16.7px;
    display: block;
    line-height: 2.0em;
    letter-spacing: 1px;
}
.qianmo_about_centent p{
	font-size: 13.3px;
	line-height: 1.5em;
    letter-spacing: 1px;
    max-width: 500px;
    margin-top: 50px;
    color: #fff;
}
.qianmo_about_centent small{
	display: inline-block;
	font-size: 13.3px;
	letter-spacing: 1px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
	position: absolute;
	right: 5%;
	bottom: 45%;
	color: #fff;
}
.qianmo_about_centent small:before{
	display: inline-block;
	width: 200px;
	height: 1px;
	background-color: #fff;
	content: " ";
	vertical-align: middle;
	margin-right: 20px;
}
.bgfff{
	background-color: #fff!important;
}
.about .page_tit h3 {
    font-size: 3.2em;
    color: #5b5b5b;
    font-family: 思源黑体_heavy;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-top: 0px;
}
.about .page_tit p span {
    color: #5b5b5b;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.about .text{
	padding: 12% 14%;
}
.about .about_text p{
	font-family: 思源黑体_light;
    color: #5b5b5b;
    font-size: 1.3em;
    display: block;
    padding: 0 0px;
    margin: 0 auto 20px auto;
    letter-spacing:2px;
    text-align: justify;
}
.about .about_img{
	padding: 10px 0px;
}
.about .about_img img{
	display: block;
	margin: 0 auto;
}
.about .pro_list ul li{
	background-color: #2d2d2d;
	margin-bottom: 10px;
    max-height: 460px;
    overflow: hidden;
}
.about .pro_list ul li h3{
	font-family: 思源黑体_medium;
	font-size: 3.0em;
	float: left;
	color: #fff;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid #fff;
}
.about .pro_list ul li h2{
	font-family: 思源黑体_normal;
	font-size: 2.6em;
	float: left;
	color: #fff;
}
.about .pro_list ul li h2 span{
    display: block;
    font-size: 0.5em;
    margin-top: 20px;
}
.about .pro_list li a{
	border-bottom:none;
}
.about .pro_list li a:hover .img{
	background-color: unset;
}
.about .about_text_content{
	display: none;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 2px;
}
.about .pro_list li a:hover .text h3,.about .pro_list li a:hover .text h2{
	display: none;
}
.about .pro_list li a:hover .about_text_content{
	display: block;
}
.w_foot,.w_foot a{
	color:#2d2d2d;
}



.news .page_tit h3{
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
	margin-top: 0px;
}
.news .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.news .pro_list li:before{
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #5b5b5b;
    left: 16.66666667%;
}
.news .pro_list li:after{
	display: table;
	content: ' ';
	clear: both;
}
.news .pro_list li a:before{
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 0px;
	bottom: -100px;
	background-color: #5b5b5b;
    left: 16.66666667%;
}
.news .pro_list li{
	margin-bottom: 20px;
	position: relative;
}

.news .pro_list li:hover:before{
	position: absolute;
	display: block;
	content: '';
	width: 3px;
    margin-left: -1px;
	height: 100%;
	background-color: #fff;
    left: 16.66666667%;
}
.news .pro_list li:hover{
	background-color: #e50012;
}
.news .pro_list li:hover .time p,.news .pro_list li:hover .time span,.news .pro_list li:hover .text h3,.news .pro_list li:hover .text p{
	color: #fff;
}
.news .pro_list li a{
	border: unset;
}
.news .pro_list li a:hover .img {
    background: unset;
}
.news .time{
	padding: 20px 50px;
}
.news .time p{
	font: 35px/1.2em "思源黑体_medium";
	color: #5b5b5b;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 10px;
}
.news .time span{
	color: #5b5b5b;
	font-size: 22px;
	letter-spacing: 2px;
	font-family: 思源黑体_medium;
}
.news .text{
	padding: 20px 80px;
}
.news .text h3{
	font-family: 思源黑体_medium;
	color: #5b5b5b;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.news .text p{
	font-family: 思源黑体_normal;
	color: #5b5b5b;
	font-size: 14px;
	letter-spacing: 1px;
}
.news .img{
	padding: 0;
	max-width: 410px;
	float: right;
}
.news .img img{
	width: 100%;
	max-width: 410px;
}

.index_news .page{
	padding: 0 0 50px 0;
}
.index_news .page_tit h3{
	margin-top: 0px;
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
}
.index_news .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.index_news .index_news_content{
	padding: 0 0px;
}
.index_news .index_news_content li::befor{
	display: table;
	content: ' ';
}
.index_news .index_news_content li::after{
	display: table;
	content: ' ';
	clear: both;
}
.index_news .index_news_content li{
	margin-bottom: 100px;
	height: 115px;
	overflow: hidden;
}
.index_news .index_news_content li:hover .text {
    background-color: #e50012;
    height: 100%;
}
.index_news .index_news_content li:hover .text h3,.index_news .index_news_content li:hover .text p{
	color: #fff;
}
.index_news .index_news_content li a{
	border: unset;
}
.index_news .index_news_content li a:hover .img {
    background: unset;
}
.index_news .time{
	padding: 25px 0;
	background-color: #2d2d2d;
	height: 100%;
	max-width: 115px;
}
.index_news .time p{
	font: 23px/1.2em "思源黑体_medium";
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 10px;
}
.index_news .time span{
	color: #fff;
	text-align: center;
	display: block;
	font-size: 16px;
	letter-spacing: 2px;

}
.index_news .text{
	padding:10px 35px;
}
.index_news .text h3{
	font-family: 思源黑体_medium;
	color: #5b5b5b;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.index_news .text p{
	line-height: 23px;
	color: #5b5b5b;
	font-size: 14px;
	letter-spacing: 1px;
}
.index_news .img{
	padding: 0;
}
.index_news .img img{
	width: 100%;
}
.index_news_but{
	font-family: 思源黑体_heavy;
    color: #5b5b5b!important;
    font-size: 1.2em;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 2px;
    border: 2px solid #e60b1c;
    text-align: center;
    width: 180px;
    height: 50px;
    display: block;
    margin-top: 50px;
    margin-bottom: 120px;
}
.index_news_but:hover{
	text-decoration: unset;
	background-color: #e60b1c;
	color: #fff!important;
}
.three_items::before{
	display: table;
	content: " "
}
.three_items::after{
	display: table;
	content: " ";
	clear: both;
}
.three_items img{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.three_items .items_text{
	position: absolute;
	top: 20%;
	left: 12%;
}

.three_items .items_a h4,.three_items .items_b h4,.three_items .items_c h4{
	font-size: 20px;
	color: #fff;
}
.three_items .items_a p,.three_items .items_b p,.three_items .items_c p{
	font-size: 12.5px;
	color: #fff;
}
.three_items .items_a{
	margin-bottom: 20px;
	height: 115px;
	padding-left: 0;
	padding-right: 15px;
}
.three_items .items_b{
	margin-bottom: 20px;
	height: 115px;
	padding-right: 7.5px;
	padding-left: 7.5px;

}
.three_items .items_c{
	margin-bottom: 20px;
	height: 115px;
	padding-right: 0;
	padding-left: 15px;
}
.brand .pro_list{
	margin-top: 60px;
}
.brand .pro_list h3{
	font-size: 22px;
	font-family: 思源黑体_heavy;
	color: #323233;
	line-height: 60px;

}
.brand .pro_list ul li{
	padding: 0;
	position: relative;
}
.brand .pro_list ul li a{
	border: 0;
}
.brand .pro_list ul li a img{
	width: 100%;
}
.brand .pro_list ul li .text{
	display: none;
}
.brand .pro_list ul li .text h3{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 0px;
}
.brand .pro_list ul li .text span{
	display: block;
	font-size: 16px;
	line-height: 1.5em;
}
.brand .pro_list ul li a:hover .bg000{
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.5;
}
.brand .pro_list ul li a:hover .text{
	display: block;
    position: absolute;
    bottom: 12%;
    left: 10%;
    color: #fff;
}

.stage_design .page_tit h3{
	font-size: 3.2em;
	color: #5b5b5b;
	font-family: 思源黑体_heavy;
	letter-spacing: 3px;
	margin-top: 0px;
}
.stage_design .page_tit p span{
	color: #5b5b5b;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.stage_design .page_tit h4{
	font-size: 1.3em;
	max-width: 1100px;
	display: block;
	margin: 50px auto;
	line-height: 40px;
	text-align: left;
	text-align: justify;
	color: #5b5b5b;
}
.stage_design .pro_list ul li{
	padding: 5px;
	
}
.stage_design .pro_list ul li a{
	border: 0;
	position: relative;
}
.stage_design .pro_list ul li a img{
	width: 100%;
}
.stage_design .pro_list ul li .text{
	display: none;
}
.stage_design .pro_list ul li .text h3{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 0px;
}
.stage_design .pro_list ul li .text span{
	display: block;
	font-size: 16px;
	line-height: 1.5em;
}
.stage_design .pro_list ul li a:hover .bg000{
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.5;
}
.stage_design .pro_list ul li a:hover .text{
	display: block;
    position: absolute;
    color: #fff;
    left: 10%;
    bottom: 12%;
    /*transform: translate(-50%,-50%);*/
    
}
.stage_design .pro_list ul li a:hover .text span{
	font-size: 14px;
}
@media (max-width: 768px) {
.banner_text {
    line-height: 30vh;
}
.banner_text .banner_text_box img {
    max-width: 60px;
}
.index_banner h3 {
    font: 16px/20px "思源黑体_heavy"!important;
}
.index_banner p {
    font: 14px/20px "思源黑体_heavy"!important;
}
.banner_text .banner_text_box {
    width: 92%;
    margin-top: 10%;
}
.banner_text .banner_text_box h3 {
    font: 16px/20px "思源黑体_heavy";
    letter-spacing: 1px;
}
.banner_text .banner_text_box p {
    font: 12px/20px "思源黑体_light";
    line-height: 20px!important;
    margin-top: 10px;
}
.index_about h2{
	font-size: 1.9em;
	line-height: 1.4em;
	letter-spacing:1px;
}
.index_about h4{
	font-family: 思源黑体_normal;
	max-width: 88%;
	font-size: 1.3em;
}
.index_about p {
    font-size: 1.0em;
}
.index_about_en {
    letter-spacing: 1px!important;
    font-size: 1.0em!important;
    margin-bottom: 50px!important;
}
.index_event .page_tit p span{
	display: block;
    max-width: 88%;
    margin: 0 auto;
}
.index_event .page_tit h3{
	font-size: 1.9em;
}
.index_event .text h3 {
    font-size: 1.2em;
}
.index_event .text p {
    font-size: 1.0em;
    margin-bottom: 30px;
}
.index_event_but{
	font-family: 思源黑体_heavy;
    color: #5b5b5b!important;
    font-size: 1.2em;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 2px;
    border: 2px solid #e60b1c;
    text-align: center;
    width: 180px;
    height: 50px;
    display: block;
    margin-top: 0px;
    margin-bottom: 80px;
}
.case .page_tit h3 {
    font-size: 1.9em;
}
.index_case .load-more__btn{
    margin-top: 0px;
}

.load-more__btn{
    font-family: 思源黑体_heavy;
    color: #5b5b5b!important;
    font-size: 1.2em;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 2px;
    border: 2px solid #e60b1c;
    text-align: center;
    width: 180px;
    height: 50px;
    display: block;
    margin-top: 160px;
    margin-bottom: 0px;
}
.footer .list ul li p {
    font-size: 1.0em;
}
.service .page_tit p span{
	display: block;
    max-width: 88%;
    margin: 0 auto;
}
.service .page_tit h3{
	font-size: 1.9em;
}
.about .page_tit p span{
	display: block;
    max-width: 88%;
    margin: 0 auto;
}
.about .page_tit h3{
	font-size: 1.9em;
}
.about .about_img{
	padding: 20px 0;
}
.about .text {
    padding: 2%;
}
.about .pro_list ul li h3 {
    font-size: 1.3em;
    padding-right: 5px;
    margin-right: 5px;
    border-right: unset;
    clear: both;
}
.about .pro_list ul li h2 {
    font-size: 1.8em;
	clear: both;
}
.about .pro_list ul li h2 span {
    display: block;
    font-size: 0.3em;
    margin-top: 10px;
}
.about .pro_list ul li {
    margin-bottom: 20px;
}
.about .pro_list li a:hover .about_text_content{
	display: none;
}
.about .pro_list li a:hover .text h3,.about .pro_list li a:hover .text h2{
	display: block;
}
.news .time p {
    font: 1.0em/1.2em "思源黑体_medium"!important;
}
.news .page_tit h3 {
    font-size: 1.9em;
}
.news .page_tit p span {
    color: #5b5b5b;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.service .partner ul li{
	height: 80px;
}
.index_about_tit {
    top: 30%;
}
.index_about_tit>img{
	width: 45px;
}
.news .text {
    padding: 20px 10px;
}
.news .pro_list li a:before {
    left: 25%;
}
.news .pro_list li:before {
    left: 25%;
}
.news .pro_list li:hover:before {
    left: 25%;
}
.three_items .items_a,.three_items .items_b,.three_items .items_c{
	padding: 0;
}
.brand .pro_list ul li .text{
	display: block;
	position: absolute;
    bottom: 12%;
    left: 10%;
    color: #fff;
}
.stage_design .page_tit h4{
	font-size: 14px;
	width: 100%;
	margin: 30px auto;
	line-height: 30px;
}
.service .partner {
    padding-top: 50px;
    padding-bottom: 50px;
}

}
@media (max-width: 992px) {
.case .pro_list li a{
	background-color: unset;
}
.case .pro_list ul.on li .text_bottom{
	position: unset;
	display: block;
	margin-left: 30px;
}
.case .pro_list ul.on li .text_bottom span{
	display: block;
	float: left;
	margin-right: 30px;
	clear: none!important;
	margin-bottom: 30px;
}
.service .items .no-border-992{
	
}
.service .items li{
	border: 1px solid #a0a0a0!important;
}
.service .items .no-border-1200{
	border-right: 1px solid #a0a0a0!important;
}
.qianmo_about{
	margin-top:0;
}
.qianmo_about_centent h3{
	margin-top: 100px;
	font-size: 1.3em;
}
.qianmo_about_centent small{
	display: none;
}
.qq_code{
	left: 150%!important;
}
.zk_code{
	left: -30%!important;
}
.footer .list ul li .foot_ico .code:after {
	display: none;
}
.news .img{
	max-width: 100%;
}
.news .img img{
	max-width: 100%;
}
}
@media (max-width: 1200px) {
.case .pro_list ul.on li .text{
	padding: 30px;
}
.case .pro_list ul.on li .text_bottom{
	bottom: 20px;
	left: 30px;
}
.case .pro_list ul.on li .text_bottom span{
	display: block;
	clear: both;
}
.service .items .no-border-1200{
	border-right: unset;
}
.footer .list ul li .foot_ico a img {
    padding: 0 4%;
}
.news .time p {
    font: 2.2em/1.2em "思源黑体_medium";
}
.news .time span {
    font-size: 1.0em;
}
.news .text h3 {
    font-size: 1.3em;
}
.news .text p {
    font-size: 0.8em;
}
}
@media (min-width: 992px) {
.service_event_content .text{
	padding-right: 15px;
	position: relative;
}
.service_event_content .text p{
	letter-spacing: 1px;
	font-size: 17px;
}
.service_event_content .text small{
	display: block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
	position: absolute;
	top: 420px;
    left: -16px;
}
.service_event_content .text p:after{
	display:block;
	width: 200px;
	height: 1px;
	background-color: #5b5b5b;
    vertical-align: middle;
    content: '';
    transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
	position: absolute;
    left: -98px;
    bottom: -150px;
}
.service_event_content .text span{
	display: none;
	width: 10px;
	height:10px;
	border: 1px solid #5b5b5b;
	border-radius: 50%;
	position: absolute;
    bottom: -340px;
}
.service_event h4{
	font-size: 1.2em;
}
}

