* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	position: relative;
	font: 14px Microsoft YaHei, arial, å¾®è½¯é›…é»‘, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

i,
em {
	font-style: normal;
	font-family: 'Siyuan';
}

a {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
	font-weight: normal;
}

img {
	border: none \9;
	display: inline-block;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.row {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rows {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.clearfix:after,
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.search-list{
	width: 95%;
	height: auto;
	margin: 10px auto;
	display: table;
}

.search-list .sl{
	width: 31%;
	height: auto;
	float: left;
	margin: 10px 0.95%;
	border: 1px solid #666666;
}

.search-list .sl a{
	display: table;
}

.search-list .sl img{
	width: 100%;
	display: table;
}

.search-list .sl p{
	font: 400 14px/28px "Siyuan";
	text-align: center;
	color: #666666;
	padding: 10px 0;
}

@font-face {
	font-family: 'PINGFANG REGULAR';
	src: url('../fonts/PINGFANG REGULAR.TTF');
	font-weight: normal;
	font-style: normal;
}

.tywidth {
	width: 1200px;
	margin: 0 auto;
}

.more_topic {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.more_topic h3 {
	color: #222;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}

.more_topic h4 {
	color: #666;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2px;
}
/*header*/

.cur{
	background: url(../image/navbs.png) no-repeat center;
	width: 100%;
	height: 68px;
	transition: all ease-in .3s;
	opacity: 1;
	z-index: 6;
	background-size: cover;
	color: #e2cd9c !important;
}

.header {
	width: 100%;
	height: 222px;
	font-size: 0;
	position: relative;
}

.header_fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 999999;
}

.header_tags{
	width: 100%;
	height: 30px;
	background-color: #ff8c00;
}

.header_tags_content{
	width: 1354px;
	margin: 0 auto;
	display: table;
}

.header_tags_content p{
	font: 400 12px/30px "Siyuan";
	color: #FFFFFF;
}

.header_tags_content p:first-child{
	float: left;
}

.header_tags_content p:last-child{
	float: right;
}

.header .logo{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
	padding: 15px 0;
	border-bottom: 1px solid #EEEEEE;
}

.header .logo img{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}

.header .header_slogan {
	width: 1354px;
	margin: 0 auto;
}

.header .header_slogan>div {
	display: inline-block;
	vertical-align: top;
}

.header .header_slogan .phone img {
	margin-right: 10px;
}

.header .header_slogan .phone {
	margin-top: 50px;
	color: #0c322e;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.header .nav .nav-content nav .xz {
	cursor: pointer;
	width: 135px;
	height: 68px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.header .nav .nav-content nav .xz a {
	position: relative;
	z-index: 7;
	padding: 0 0;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 68px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.header .nav .nav-content nav .xz:before {
	content: "";
	position: absolute;
	background: #ff8c00;
	background: url(../image/navbs.png)no-repeat center;
	width: 100%;
	bottom: 0;
	height: 0;
	transform: translateX(-50%);
	transition: all ease-in .3s;
	left: 50%;
	opacity: 0;
	z-index: 6;
	background-size: cover;
}

.header .nav .nav-content nav .xz.on:before,
.header .nav .nav-content nav .xz:hover:before {
	height: 68px;
	opacity: 1;
}

.header .nav .nav-content nav .xz.on a,
.header .nav .nav-content nav .xz:hover a {
	color: #e2cd9c;
}


.header .nav .nav-content nav .xz .second li a{
	color: #333333;
	line-height: 54px;
}

.header .nav .nav-content nav .xz .second li ul li a{
	color: #333333 !important;
}

.header .nav .nav-content nav .xz .second li:hover a{
	color: #E2CD9C;
}

.header .nav .nav-content nav .xz .second li ul li:hover a{
	color: #E2CD9C !important;
}

.header .nav .nav-content nav .xz:last-child {
	margin-right: 0;
}

.header .nav .nav-content nav .xz ul {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 999;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #eee;
}

.header .nav .nav-content nav .xz ul li {
	font-size: 16px;
	color: #666;
	line-height: 16px;
	position: relative;
	border-bottom: 1px dashed #E3E3E3;
}

.header .nav .nav-content nav .xz ul li:first-child {
	margin-top: 0;
}

.header .nav .nav-content nav .xz ul li:hover {
	color: #fff;
}

.header .nav .nav-content nav .xz ul li:hover {
	background: -webkit-linear-gradient(left, #ff8c00, #ff8c00) no-repeat;
	background: linear-gradient(to right, #ff8c00, #ff8c00) no-repeat;
	background-size: 100% 100%;
}

.header .nav .nav-content nav .xz ul li i {
	padding: 10px 0;
	display: block;
	background: -webkit-linear-gradient(left, #e2cd9c, #e2cd9c) no-repeat;
	background: linear-gradient(to right, #e2cd9c, #e2cd9c) no-repeat;
	background-size: 0% 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .nav .nav-content nav .xz ul li i:hover {
	background: -webkit-linear-gradient(left, #e2cd9c, #e2cd9c) no-repeat;
	background: linear-gradient(to right, #e2cd9c, #e2cd9c) no-repeat;
	background-size: 100% 100%;
}

.header .nav .nav-content nav .xz ul li:hover ul{
	display: block;
	position: absolute;
	top: -1px;
	left: 200px;
}

@media only screen and (max-width: 1600px) {
	.header .header_slogan {
		width: 1400px;
	}

	.header .header_slogan .logo {
		width: 260px;
	}

	.header .nav .nav-content nav .xz {
		margin-right: 22px;
	}
}

@media only screen and (max-width: 1415px) {
	.header .header_slogan {
		width: 1200px;
	}

	.header .header_slogan .logo {
		width: 225px;
	}

	.header .nav .nav-content nav .xz {
		margin-right: 0;
		width: 105px;
	}

	.header .header_slogan .phone {
		font-size: 23px;
		line-height: 23px;
	}
}
/*banner*/

.banner {
	width: 100%;
	line-height: 0;
	position: relative;
}

.banner img {
	width: 100%;
}

.null{
	width: 100%;
	height: 222px;
	position: absolute;
	bottom: 0;
}

/*product-main*/

.product-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*product-main pro-left*/

.product-main .product-content .pro-left {
	width: 280px;
	font-size: 0;
	margin-right: 20px;
}

.product-main .product-content .pro-left .kk {
	background: #efefef;
	padding: 5px;
}

.product-main .product-content .pro-left .kkbg {
	background: #ff8c00;
	padding: 7px;
}

.product-main .product-content .pro-left .top h3 {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}

.product-main .product-content .pro-left .top {
	text-align: center;
	padding: 15px 0;
}

.top em{
	font-size: 14px;
	color: #999;
	display: table;
	margin: 6px auto;
}

.product-main .product-content .pro-left .top p {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.product-main .product-content .pro-left .top p:before {
	content: "";
	background: #fff;
	width: 45px;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	margin-right: 5px;
}

.product-main .product-content .pro-left .top p:after {
	content: "";
	background: #fff;
	width: 45px;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	margin-left: 5px;
}

.product-main .product-content .pro-left .sideMenu {
	background: #fff;
	padding: 22px 15px 30px;
}

.product-main .product-content .pro-left .sideMenu h3:first-child {
	margin-top: 0;
}

.product-main .product-content .pro-left .sideMenu h3 {
	background: #ff8c00;
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin: 20px auto 0;
	text-align: center;
}

.product-main .product-content .pro-left .sideMenu h3 a {
	display: block;
	color: #fff;
	font-size: 18px;
}

.product-main .product-content .pro-left .sideMenu ul li a {
	color: #474747;
	font-size: 16px;
}

/*.product-main .product-content .pro-left .sideMenu ul li a i{ background: url(../image/cpicon1.png)no-repeat; width: 6px; height: 6px; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0;}*/

.product-main .product-content .pro-left .sideMenu ul li {
	position: relative;
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 15px;
}

.product-main .product-content .pro-left .sideMenu ul li a:hover {
	color: #ff8c00;
}

/*.product-main .product-content .pro-left .sideMenu ul li a:hover i{ background: url(../image/cpicon2.png)no-repeat;}*/

.product-main .product-content .pro-left .sideMenu ul li:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*.product-main .product-content .pro-left .sideMenu ul{ display: none; overflow: hidden;}*/

.product-main .product-content .pro-left .bottom {
	background: url(../image/cplistbottom.png)no-repeat;
	width: 270px;
	height: 230px;
	overflow: hidden;
	padding: 45px 30px 0;
	margin-top: -5px;
}

.product-main .product-content .pro-left .bottom h5 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.502);
}

.product-main .product-content .pro-left .bottom h6 {
	margin-left: 40px;
	color: #fff;
	font-size: 25px;
	font-family: arial;
	line-height: 25px;
}

.product-main .product-content .pro-left .bottom .more>a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	width: 94px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #fff;
	text-align: center;
}

.product-main .product-content .pro-left .bottom .rx {
	margin: 20px 0;
	background: url(../image/phone.png)no-repeat left 7px;
}

.product-main .product-content .pro-left .bottom .more>a:hover {
	text-decoration: underline;
}

/*product-main recommend*/

.product-main .product-content .pro-left .recommend {
	border: 1px solid #ccc;
	margin: 20px 0 0;
}

.product-main .product-content .pro-left .recommend h6 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ff8c00;
	;
}

.product-main .product-content .pro-left .recommend dl dd {
	text-align: center;
	margin: 10px 0;
}

.product-main .product-content .pro-left .recommend dl dd .pic {
	width: 240px;
	height: 164px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #D8D8D8;
}

.product-main .product-content .pro-left .recommend dl dd .pic:hover {
	border: 1px solid #ff8c00;
	;
}

.product-main .product-content .pro-left .recommend dl dd .pic img {
	width: 100%;
}

.product-main .product-content .pro-left .recommend dl dd p:hover a {
	color: #ff8c00;
	;
}

.product-main .product-content .pro-left .recommend dl dd p a {
	color: #494949;
	font-size: 14px;
}

/*product-main phoneus*/

.product-main .product-content .pro-left .phoneus {
	border: 1px solid rgb(220, 220, 220);
	margin-top: 20px;
}

.product-main .product-content .pro-left .phoneus h6 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ff8c00;
	;
}

.product-main .product-content .pro-left .phoneus p {
	color: #333;
	font-size: 14px;
	margin: 10px 0 10px 10px;
}

.product-main .product-content .pro-left .phoneus p a {
	color: #fff;
	font-size: 14px;
	background: #ff8c00;
	;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 10px;
	text-align: center;
	width: 98px;
	height: 30px;
	line-height: 30px;
}

.product-main .product-content .pro-left .phoneus p a:hover {
	text-decoration: underline;
}

/*product-main right*/

.product-main .product-content .right {
	float: left;
	width: 900px;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

.product-main .product-content .right .title-top {
	border-bottom: 1px dashed #c2c2c2;
	padding-bottom: 5px;
	overflow: hidden;
}

.product-main .product-content .right .title-top img {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 15px;
	width: 13px;
	height: 22px;
}

.product-main .product-content .right .title-top span {
	color: #292929;
	font-size: 16px;
	display: inline-block;
}

.product-main .product-content .right .title-top>div {
	display: inline-block;
}

.product-main .product-content .right .title-top>div>a {
	color: #292929;
	font-size: 16px;
}

.product-main .product-content .right .title-top>div>a:hover {
	color: #ff8c00;
	;
}

.product-main .product-content .right .cp-zl {
	margin-top: 35px;
	overflow: hidden;
}

.product-main .product-content .right .cp-zl ul li {
	width: 286px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
}

.product-main .product-content .right .cp-zl .cp-img {
	border: 1px solid #eee;
	border-bottom: none;
	opacity: 1;
	transition: all .5s;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.product-main .product-content .right ul li .cp-img img {
	width: 100%;
	transition: all .5s;
}

.product-main .product-content .right ul li:hover .cp-img {
	border: 1px solid #ff8c00;
	border-bottom: none;
}

.product-main .product-content .right ul li:hover .cp-img img {
	transform: scale(1.1, 1.1);
}

.product-main .product-content .right ul li .db-title {
	background: #eee;
	color: #666;
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	transition: all .5s;
}

.product-main .product-content .right ul li:hover .db-title {
	background: #ff8c00;
	color: #fff;
}

/*product-main right advantage-nr*/

.product-main .product-content .right .content .about-zx .down-up {
	height: 50px;
	margin-top: 50px;
}

.product-main .product-content .right .content .about-zx .down-up>div {
	width: 45%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.product-main .product-content .right .content .about-zx .down-up .down {
	text-align: right;
}

.product-main .product-content .right .advantage-nr {
	overflow: hidden;
	margin-top: 35px;
}

.product-main .product-content .right .process-nr {
	overflow: hidden;
	margin-top: 35px;
	font-size: 14px;
}

/*pages start*/

.pages {
	margin: 40px auto 0;
	display: table;
}

.pages span {
	color: #9a9a9a;
	vertical-align: middle;
}

.pages .pgbtn {
	border: 1px solid #ccc;
	color: #999;
}

.pages a,
.pages li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #ff8c00;
	font-size: 15px;
	vertical-align: middle;
}

.pages li{
	width: auto !important;
	margin: 0 auto !important;
}

.active{
	margin: 0 !important;
}

.pages .current {
	background: #666;
	color: #fff;
	border-color: #444;
	box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, .3) inset;
	cursor: default;
}

.pages a,
.pages span {
	float: left;
	color: #666;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400;
	text-align: center;
	border: 1px solid #bbb;
	min-width: 14px;
	padding: 0 10px !important;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #efefef;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}

.pages a:hover {
	background: #fcfcfc
}

/*pages end*/

.product-main .product-content .right .nr {
	margin-top: 35px;
	overflow: hidden;
}

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

.product-basic {
	width: auto;
	float: left;
}

.product-basic .product-img .big-img img {
	width: 100%;
}

/*.product-basic .product-img .big-img .prev{ background: url(../image/pro3_btnl.png) no-repeat; top: 0;}*/


/*.product-basic .product-img .big-img .next{ background: url(../image/pro3_btnr.png) no-repeat; bottom: 0;}*/


/*.product-basic .product-img .big-img .prev,.product-basic .product-img .big-img .next{ left: 50%; transform: translateX(-50%); position: absolute; display: block; width: 41px; height: 41px; cursor: pointer;}*/

.jiathis_style {
	margin: 5px 0 0 15px;
}

#jiathis_webchat img {
	display: inline-block;
}

.product-border {
	float: left;
	overflow: hidden;
	width: 670px;
	margin-left: 30px;
}

.product-basic-info-item b {
	vertical-align: top;
}

.product-basic-info-item {
	line-height: 35px;
	margin: 10px 0;
	font-size: 16px;
}

.product-basic-info-item span {
	border-bottom: 1px solid #dfdfdf;
	display: inline-block;
	width: 100%;
}

.product-border .product-basic-info .clearfix {
	zoom: 1;
	padding-top: 5px;
	margin: 0 20px;
}

.more-case-button {
	width: 200px;
	height: 50px;
	background: #ff8c00;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	margin-top: 22px;
	font-size: 16px;
}

#a-djzx {
	color: #fff;
}

/* æ”¾å¤§åŽç»“æŸ */

.product-main .product-content .right .cpxq {
	margin-top: 25px;
	overflow: hidden;
	text-align: center;
}

.product-main .product-content .right .cpxq .top {
	font-size: 18px;
	background: #ff8c00;
	display: inline-block;
	width: 160px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0 5px;
}

.product-xq-id {
	margin-top: 50px;
}

.product-xq-id-top span {
	width: 15px;
	height: 15px;
	background: #03a0e5;
}

.product-xq-id-top p {
	display: inline-block;
	margin-left: 5px;
}

.product-xq-id-top {
	border-bottom: 2px solid #999;
	padding-bottom: 3px;
}

.Related-products {
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 10px;
}

.Related-products .top {
	color: #666;
	font-size: 18px;
	padding-bottom: 20px;
}

.Related-products hr {
	border: none;
	height: 1px;
	border-top: 2px solid #ff8c00;
}

.Related-products .list-ul {
	margin-top: 25px;
	overflow: hidden;
}

.Related-products ul li {
	display: inline-block;
	vertical-align: top;
	width: 281px;
	margin: 0 25px 20px 0;
	text-align: center;
}

.Related-products ul li .xg-img {
	width: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 10px;
}

.Related-products ul li .xg-img img {
	width: 100%
}

.Related-products ul li .db-wb {
	font-size: 16px;
	line-height: 16px;
}

.Related-products>.list-ul>ul>li>a:hover .db-wb {
	color: #ff8c00;
}

.Related-news {
	margin-top: 10px;
	overflow: hidden;
}

.Related-news .top {
	color: #666;
	font-size: 18px;
	padding-bottom: 3px;
}

.Related-news hr {
	border: none;
	height: 1px;
	border-top: 2px solid #ff8c00;
}

.Related-news .top-one,
.Related-news .top-two {
	color: #666;
	font-size: 18px;
	float: left;
	width: 48%;
	overflow: hidden;
}

.Related-news .top-two {
	margin-left: 4%;
}

.Related-news .top a .bh {
	margin-left: 5px;
	display: inline-block;
}

.Related-news>.top:hover a {
	color: #ff8c00;
}

.Related-news .list-ul {
	margin-top: 25px;
	overflow: hidden;
}

.Related-news>.list-ul>ul {
	display: inline-block;
}

.Related-news .list-ul ul li {
	padding-bottom: 15px;
}

.Related-news .list-ul ul li a {
	font-size: 14px;
	color: #666;
}

.Related-news .list-ul ul li a:hover {
	color: #ff8c00;
}

.new-cp-dc {
	margin-top: 35px;
	overflow: hidden;
}

.new-cp-dc>.content {
	position: relative;
	height: 450px;
}

.new-cp-dc>.content>.left {
	display: inline-block;
	width: 565px;
}

.new-cp-dc>.content>.left .nr-1 {
	margin-top: 20px;
}

.new-cp-dc>.content>.left .nr-1 .checkboxSpan {
	margin-right: 15px;
}

.new-cp-dc>.content>.left .nr-1 .bt {
	text-align: right;
	width: 100px;
	display: inline-block;
}

.new-cp-dc>.content>.left .nr-1 label {
	margin-right: 20px;
}

.new-cp-dc>.content>.left .nr-1 form {
	padding-bottom: 30px;
}

.new-cp-dc .content .top {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.new-cp-dc>.content>.right {
	display: inline-block;
	width: 290px;
	vertical-align: top;
	margin-left: 28px;
}

.new-cp-dc>.content>.right .bd-pl ul li {
	font-size: 14px;
	color: #000;
	padding-bottom: 30px;
}

.new-cp-dc>.content>.db-jy {
	margin-top: 20px;
}

.new-cp-dc>.content .db-jy .db-bt {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 12px;
}

.new-cp-dc>.content .jy-hz {
	height: 195px;
}

#jySpan {
	display: block;
}

#mzSpan {
	position: absolute;
	left: 74px;
	top: 36px;
}

#dhSpan {
	position: absolute;
	left: 74px;
	top: 36px;
}

.new-cp-dc>.content .db-jy .zh input {
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}

.new-cp-dc>.content .db-jy .hz {
	height: 79px;
}

.new-cp-dc>.content .db-jy .zh {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}

.new-cp-dc>.content>.db-jy .zh span font {
	position: absolute;
	left: 140px;
	top: 40px;
	display: block;
	border-radius: 14px;
	width: 145px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.new-cp-dc .an-btn {
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 365px;
}

.new-cp-dc .tj-btn {
	border-width: 0px;
	width: 100px;
	height: 35px;
	background: inherit;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(121, 121, 121, 1);
	border-radius: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	margin-left: 10px;
}

.new-cp-dc .ct-btn {
	border-width: 0px;
	width: 100px;
	height: 35px;
	background: inherit;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(121, 121, 121, 1);
	border-radius: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	margin-left: 10px;
}

.new-cp-dc .ct-btn:hover {
	border-color: #fb5f08;
	background: #fb5f08;
	transition-duration: 0.2s;
	color: #fff;
}

.new-cp-dc .tj-btn:hover {
	border-color: #fb5f08;
	background: #fb5f08;
	transition-duration: 0.2s;
	color: #fff;
}

.user-content .container-right #sub {
	width: 302px;
	height: 40px;
	border: 1px solid #ccc;
	background: #313334;
	color: #fff;
	font-size: 18px;
	text-indent: 0;
}

.user-content .container-right .spa {
	height: 36px;
	line-height: 36px;
	width: 204px;
	display: inline-block;
	float: left;
	font-size: 12px;
	text-indent: 10px;
	margin-top: 10px;
	color: red;
}

.user-content .container-right label {
	width: 64px;
	float: left;
	clear: left;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	font-size: 15px;
}

.user-content .container-right label,
.user-content .container-right input {
	margin-bottom: 25px;
}

.user-content .container-right input {
	width: 300px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	text-indent: 8px;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	border: 1px solid #ccc;
	float: left;
}

.user-content .container-right .feedback-zb {
	height: 270px;
	overflow: hidden;
}

.user-content .container-right textarea {
	width: 300px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	text-indent: 8px;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	border: 1px solid #ccc;
	float: left;
}

.user-content {
	width: 900px;
	display: inline-block;
	margin-left: 50px;
}

.user-content .container-right .feedback-item {
	margin: 25px 0 0 0;
}

.user-content .container-right .feedback-item .feedback-item-left {
	width: 60px;
	display: inline-block;
}

.user-content .container-right .feedback-item .feedback-item-right {
	display: inline-block;
}

.user-content .container-right .feedback-item .feedback-item-right input {
	border: 1px solid #c9c9c9;
	outline: none;
	border-radius: 4px;
	height: 35px;
	padding-left: 5px;
}

.user-content .container-right .feedback-item .feedback-submit {
	border: 0;
	color: #fff;
	background-color: #e83711;
	width: 170px;
	height: 45px;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
}

.user-content .container-right .feedback-item input[type=submit]:hover {
	background: #ff8c00;
	color: #fff;
}

.join-zx {
	margin-top: 35px;
}

/* æ–°é—»  start*/

.new-list {
	margin-top: 35px;
	overflow: hidden;
}

.new-list .download-info .a {
	width: 26%;
	float: left;
	margin-right: 4.8%;
}

.new-list .download-info .a img {
	width: 100%;
	display: block;
}

.new-list .download-info .download-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.new-list .download-info .download-discription {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.new-list .download-info .a h3 {
	transition: all .3s ease-out 0s;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.new-list .download-info .a b {
	transition: all .3s ease-out 0s;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	font-size: 16px;
}

.new-list ul li {
	border: 1px solid #dedede;
	margin-bottom: 25px;
	padding: 22px 50px 22px 22px;
	background: #fff;
	overflow: hidden;
}

.new-list ul li:hover {
	border: 1px solid #ff8c00;
}

.new-list ul li:hover .download-title a {
	color: #ff8c00;
}

.new-list .download-info .morea {
	margin-top: 20px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #ff8c00;
	color: #fff;
}

.new-list ul li:hover .download-info .morea {
	background: #b6b6b6;
}

.casetsnr .new-list .download-info .a {
	width: 20%;
	float: left;
	overflow: hidden;
	margin-right: 5.8%;
}

.casetsnr .new-list .download-info .morea {
	margin-top: 10% !important;
}

.casetsnr .new-list ul li {
	padding: 20px 50px 20px 20px;
}

/* æ–°é—»  end*/

.service-list {
	width: 900px;
	overflow: hidden;
	margin-top: 35px;
}

.service-list .download-info {
	padding: 15px;
}

.service-list .download-info .download-img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}

.service-list .download-info .download-img img {
	width: 80%;
}

.service-list .download-info .download-basic {
	display: inline-block;
	vertical-align: middle;
	width: 78%;
}

.service-list .download-info .download-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.service-list .download-info .download-discription {
	color: #666;
	font-size: 14px;
}

.service-list ul li {
	margin-bottom: 25px;
	border: 1px dashed #e4e4e4;
}

.company-honor-list {
	margin-top: 35px;
}

.company-honor-list ul li img {
	width: 100%;
	height: 100%;
}

.company-honor-list ul {
	margin-left: 0px;
}

.company-honor-list ul li {
	float: left;
	width: 280px;
	text-align: center;
	font-size: 16px;
	margin: 0 20px 20px 0;
}

.company-honor-list ul li .power-img {
	display: inline-block;
	width: 142px;
	height: 158px;
	overflow: hidden;
}

.company-honor-list ul li:hover .Company-title {
	color: #ff8c00;
}

.model-matching-list {
	width: 943px;
	overflow: hidden;
	margin-top: 35px;
}

.model-matching-list .download-info {
	padding: 15px;
}

.model-matching-list .download-info .download-img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}

.model-matching-list .download-info .download-img img {
	width: 80%;
}

.model-matching-list .download-info .download-basic {
	display: inline-block;
	vertical-align: middle;
	width: 78%;
}

.model-matching-list .download-info .download-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.model-matching-list .download-info .download-discription {
	color: #666;
	font-size: 14px;
}

.model-matching-list ul li {
	margin-bottom: 25px;
	border: 1px dashed #e4e4e4;
}

/* æ¡ˆä¾‹ç‰ˆæœ¬1  start*/

.case-list {
	overflow: hidden;
	margin-top: 35px;
}

.case-list ul li {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 22px 50px 22px 22px;
	background: #fff;
	overflow: hidden;
}

.case-list ul li:hover {
	border: 1px solid #ff8c00;
}

.case-list ul li:hover .download-title a {
	color: #ff8c00;
}

.case-list .download-info .download-img {
	width: 33%;
	float: left;
	margin-right: 4.8%;
}

.case-list .download-info .download-img img {
	width: 100%;
	display: block;
}

.case-list .download-info .download-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.case-list .download-info .download-discription {
	color: #666;
	font-size: 14px;
}

.case-list .download-info .more {
	margin-top: 20px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff;
}

.case-list ul li:hover .download-info .more {
	background: #ff8c00;
}

/* æ¡ˆä¾‹ç‰ˆæœ¬1  end*/


/* æ¡ˆä¾‹ç‰ˆæœ¬2  start*/

.casetwo-list {
	overflow: hidden;
	margin-top: 35px;
}

.casetwo-list ul li {
	height: 146px;
	border: 1px solid transparent;
	position: relative;
	background: #f7f7f7;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	margin-bottom: 20px;
}

.casetwo-list ul li .download-info .download-img {
	width: 194px;
	height: 145px;
	display: inline-block;
	vertical-align: top;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.casetwo-list ul li .download-info .download-img img {
	width: 164px;
	height: 111px;
	margin: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.casetwo-list ul li:hover .download-info .download-img {
	background: #ccc;
}

.casetwo-list .download-info .download-basic {
	margin: 15px 0 28px 15px;
	transition: all .3s ease-out 0s;
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.casetwo-list ul li:hover .download-basic {
	margin: 15px 0 28px 35px;
}

.casetwo-list .download-info .download-title {
	font-size: 20px;
}

.casetwo-list .download-info .download-title:hover a {
	color: #ff8c00;
}

.casetwo-list .download-info .download-discription i {
	color: #666;
	font-size: 16px;
}

.casetwo-list .download-info .fbsj {
	color: #666;
	font-size: 14px;
	margin: 10px 0 5px;
}

.casetwo-list .download-info .download-discription a:hover {
	color: #ff8c00;
}

/* æ¡ˆä¾‹ç‰ˆæœ¬2  end*/

.company-power-list {
	overflow: hidden;
	margin-top: 30px;
}

.company-power-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 285px;
	margin: 0 20px 20px 0;
}

.company-power-list>ul>li>a:hover .Company-title {
	color: #ff8c00;
}

.company-power-list .power-img {
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.company-power-list .power-img img {
	width: 100%;
	transition: all .8s;
}

/*.company-power-list > ul > li:hover .power-img img{ transform: scale(1.1);}*/

.company-power-list .Company-title {
	text-align: center;
	width: inherit;
	background: #fff;
	line-height: 40px;
	height: 40px;
	color: #666;
	font-size: 14px;
}

.company-power-list .big-img li {
	margin-right: 65px;
}

#company-honor {
	margin-top: 35px;
	overflow: hidden;
}

#company-honor .ry-nr {
	overflow: hidden;
}

#company-honor .ry-nr ul li {
	float: left;
	text-align: center;
	width: 212px;
	margin: 0 23px 20px 0;
}

#company-honor .ry-nr ul li .pic {
	width: 212px !important;
	height: 276px !important;
	border: 1px solid #ccc;
	padding: 10px 10px 5px 10px;
	text-align: center;
	line-height: 0;
}

#company-honor .ry-nr ul li .pic img {
	width: 190px;
	height: 255px;
}

#company-honor .ry-nr ul li .mc {
	font-size: 14px;
	color: #666;
	margin: 5px 0 0;
}

#company-honor .ry-nr ul li:hover .mc {
	color: #ff8c00;
}

.about-zx {
	margin: 35px 0;
}

.about-zx img {
	max-width: 100% !important;
	height: auto !important;
}

#about-us .nr {
	margin-top: 35px;
	overflow: hidden;
}

#about-us .nr p {
	line-height: 40px;
	font-size: 16px;
	height: 40px;
}

.support_zx {
	margin: 35px 0 0;
	overflow: hidden;
}

.about-zx h1{
	font: 400 22px/22px "Siyuan";
	padding: 10px 0 0;
}

.about-zx span{
	font: 400 16px/16px "Siyuan";
	padding: 10px 0 5px;
	display: table;
}

@media only screen and (max-width: 1200px) {

	.model1 .nr,
	.model2 .nr,
	.about .nr .right,
	.team .nr .team_b .text dd,
	.news .bd ul li .right {
		padding-right: 10px;
	}

	.foot .content .zxly {
		margin-right: 9px;
	}

	.about .nr .right ul li+li {
		margin-left: 25px;
	}

	.case .bottom li+li {
		margin-left: 26px;
	}

	.model3 .nr ul li+li {
		margin-left: 24px;
	}

	.foot .top .nav dl {
		margin-right: 97px;
	}

	.header .header_slogan .phone {
		font-size: 20px;
		line-height: 20px;
		padding-right: 10px;
	}
}


@media (max-width:1605px) {
	.header .nav .nav-content nav .xz {
		width: 92px;
		/*.header .header_slogan .phone{display: none;}*/
	}



}

/*group*/

.list-container {
	width: 1200px;
	margin: 30px auto;
}

.list-container .map-produt {
	border-bottom: solid 1px #CCCCCC;
}

.list-container .group {
	margin: 60px 0 30px 0;
}

.list-container .group .title {
	font-size: 24px;
}

.list-container .group .top-group {
	margin-top: 40px;
}

.list-container .group .groups {
	margin-top: 20px;
}

.list-container .group .title a {
	font-size: 16px;
	float: right;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ffc700;
	text-align: center;
}

.list-container .group .top-group ul li {
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 25px;
}

.list-container .group .top-group a {
	padding: 10px 10px;
	background: #e8e8e8;
	font-size: 16px;
	color: #333;
}

.list-container .group .groups ul li {
	border-bottom: 1px dashed #999;
	margin-bottom: 25px;
}

.list-container .group .groups .k {
	display: inline-block;
	font-size: 18px;
	margin: 0 30px 0 20px;
}

.list-container .group .groups .v {
	display: inline-block;
	vertical-align: top;
	width: 1100px;
}

.list-container .group .groups .v a {
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
	color: #666666;
}

/*wraper*/

#wraper {
	margin: 0 auto;
	width: 1200px;
}

#wraper .map_cate_title {
	margin: 20px 0;
	font-size: 16px;
	color: #ff8c00;
	padding-left: 20px;
	border-left: 5px solid #ff8c00;
	font-weight: bold;
}

.map_cate_list {
	font-size: 0;
	overflow: hidden;
}

.map_cate_list ul dl {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	padding: 10px;
	overflow: hidden;
}

.map_cate_list ul dl:last-child {
	border-bottom: 1px solid #c1c1c1;
}

.map_cate_list ul dl dt {
	margin-bottom: 5px;
}

.map_cate_list ul dl dt a {
	color: #222;
	font-size: 16px;
	font-weight: bold;
}

.map_cate_list ul dl dt a:hover {
	color: #ff8c00;
}

.map_cate_list ul dl ol dd a {
	color: #333;
	font-size: 14px;
}

.map_cate_list ul dl ol li em a {
	color: #333;
	font-size: 14px;
}

.map_cp_cate_list dl {
	padding-bottom: 0 !important;
}

.map_cate_list ul dl ol li {
	margin: 5px 0 0 -10px;
	padding: 10px;
	border-top: 1px solid #c1c1c1;
	width: 102%;
	padding-bottom: 5px;
}

.map_cate_list ul dl ol dd a:hover,
.map_cate_list ul dl ol li em a:hover {
	color: #ff8c00;
	text-decoration: underline;
}

.map_cate_list ul dl ol dd,
.map_cate_list ul dl ol li em {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*searchqy*/

.product-main .product-content .container-right .search-products ul li {
	display: inline-block;
	margin: 0 20px 20px 0;
}

.product-main .product-content .container-right .search-products ul li {
	display: inline-block;
	margin: 0 20px 20px 0;
}

.product-main .product-content .container-right .search-products .products-title {
	text-align: center;
}

.product-main .product-content .container-right .search-products .product-img img {
	width: 150px;
}

.product-main .product-content .container-right .search-news ul li {
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.product-main .product-content .container-right .search-news .search-news-title {
	font-size: 16px;
}

.product-main .product-content .container-right .search-news .search-news-discription {
	margin-top: 10px;
}

.product-main .product-content .container-right .search-news .search-news-basic {
	color: #999999;
}

.product-main .product-content .container-right .search-news .search-news-basic span {
	margin-right: 20px;
}

/*æ”¾å¤§å…¼å®¹æ•ˆæžœ*/

.imgdet {
	position: relative;
}

.imgdet .imglist {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 140px;
	overflow: hidden;
}

.imgdet .imglist ul li {
	display: block;
	width: 120px !important;
	height: 120px !important;
	line-height: 0;
	margin-bottom: 5px;
	overflow: hidden;
}

.imgdet .imglist ul .active {
	border: 2px solid #ff8c00
}

.imgdet .imglist ul li img {
	width: 100%;
	height: 100%
}

.imgdet .imgpart {
	overflow: visible;
	vertical-align: top;
	position: relative;
	border: 1px solid #9a9b9b;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 540px;
	line-height: 0;
}

.imgdet .imgpart .pic {
	position: relative;
	width: 100%;
	height: 100%
}

.imgdet .imgpart .pic .magnify {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	cursor: move;
	background-color: rgba(254, 128, 4, .2);
	filter: alpha(opacity=30);
}

.imgdet .imgpart .pic img {
	width: 100%;
	height: 100%
}

.imgdet .imgpart .bigpic {
	display: none;
	width: 600px;
	height: 600px;
	border: 5px solid #eee;
	background: #fff;
	color: #333;
	position: absolute;
	top: 0;
	left: 600px;
	overflow: hidden;
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
	line-height: 400px;
	text-align: center;
	z-index: 999;
}

.imgdet .imgpart .bigpic>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 1200px;
}

.product-basic .imglist .prev:before,
.product-basic .imglist .next:before {
	height: 15px;
	width: 15px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: absolute;
	left: 50px;
	top: 13px;
	content: '';
	transform: rotate(135deg);
}

.product-basic .imglist .next:before {
	transform: rotate(-45deg);
	top: -5px;
}

.product-basic .imglist .prev,
.product-basic .imglist .next {
	width: 100%;
	height: 35px;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.product-basic .imglist .big-img {
	display: inline-block;
}

.product-border .product-basic-info .down-up>div a:hover {
	color: #ff8c00;
}

/* å®šè¯­  start*/

.tab-wrap {
	margin-top: 20px;
}

.tab-wrap .nav_bar {
	width: 100%;
	border-bottom: 2px solid #999;
	color: #202020;
}

.tab-wrap .nav_bar i {
	background: url(../image/cp-top-title.png);
	width: 13px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.tab-wrap .nav_bar p.nav_bar_name {
	width: 300px;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.tab-wrap .nav_bar ul.breadcrumb {
	float: right;
	color: #9a9a9a;
	line-height: 48px;
}

.tab-wrap .nav_bar ul.breadcrumb>a {
	color: inherit;
	transition: 0.3s;
}

.tab-wrap .nav_bar ul.breadcrumb>a:hover {
	color: #ff8c00;
}

/* å¼€å§‹åˆ‡æ¢  start*/

.tab-wrap .tab-title {
	margin-top: 30px;
}

.tab-wrap .tab-title li {
	width: 16.6679%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	background: #000;
	color: #fff;
	float: left;
	border-right: 1px solid #fff;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tab-wrap .tab-title li.active,
.tab-wrap .tab-title li:hover {
	background: url(../image/custom.png) no-repeat bottom center #ff8c00;
	border-color: #fff;
	color: #fff;
}

.tab-wrap .tab-content {
	margin-top: 30px;
}

.tab-wrap .tab-content .content-item {
	display: none;
}

.tab-wrap .tab-content .content-item.active {
	display: block;
}

/* åŒ…å«1  start*/

.tab-wrap .tab-content .scsl li {
	width: 24%;
	float: left;
	margin: 0 1.3% 13px 0;
	text-align: center;
}

.tab-wrap .tab-content .scsl li .pic {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 9px;
	overflow: hidden;
}

.tab-wrap .tab-content .scsl li img {
	display: block;
	width: 100%;
}

.tab-wrap .tab-content .scsl li .title {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
}

.tab-wrap .tab-content .scsl li:hover .title {
	color: #ff8c00;
}

.tab-wrap .tab-content .scsl li:hover .pic {
	border: 1px solid #ff8c00;
}

/* åŒ…å«2  start*/

.tab-wrap .tab-content .tdsl li {
	width: 24%;
	float: left;
	padding: 10px 9px;
	margin: 0 1.3% 13px 0;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.tab-wrap .tab-content .tdsl li .pic {
	width: 268px;
	height: 210px;
	background: #fff;
	overflow: hidden;
}

.tab-wrap .tab-content .tdsl li img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.tab-wrap .tab-content .tdsl li .title {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
}

.tab-wrap .tab-content .tdsl li:hover .title {
	color: #ff8c00;
}

.tab-wrap .tab-content .tdsl li:hover .pic img {
	transform: scale(1.5);
}

/* åŒ…å«3  start*/

.tab-wrap .tab-content .mtzl li {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 22px 50px 22px 22px;
	background: #fff;
	overflow: hidden;
}

.tab-wrap .tab-content .mtzl li .title dt {
	font-size: 18px;
	margin-bottom: 10px;
}

.tab-wrap .tab-content .mtzl li:hover {
	border: 1px solid #ff8c00;
}

.tab-wrap .tab-content .mtzl li:hover .title dt a {
	color: #ff8c00;
}

.tab-wrap .tab-content .mtzl li .pic {
	width: 29.5%;
	float: left;
	margin-right: 5.8%;
}

.tab-wrap .tab-content .mtzl li .pic img {
	width: 100%;
	display: block;
	transition: all .5s;
}

.tab-wrap .tab-content .mtzl li:hover .pic img {
	transform: scale(1.1);
}

.tab-wrap .tab-content .mtzl li .title dd {
	color: #666;
	font-size: 14px;
}

.tab-wrap .tab-content .mtzl li .morea {
	margin-top: 20px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff;
}

.tab-wrap .tab-content .mtzl li:hover .morea {
	background: #ff8c00;
}

/* åŒ…å«4  start*/

.tab-wrap .tab-content .sczz li {
	width: 24%;
	float: left;
	padding: 10px 9px;
	margin: 0 1.3% 13px 0;
	text-align: center;
	border: 1px solid #ccc;
}

.tab-wrap .tab-content .sczz li .pic {
	width: 268px;
	line-height: 0;
	height: 383px;
	background: #fff;
	overflow: hidden;
}

.tab-wrap .tab-content .sczz li img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.tab-wrap .tab-content .sczz li .title {
	border: 1px solid #ccc;
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
}

.tab-wrap .tab-content .sczz li:hover .title {
	background: #ff8c00;
	color: #fff;
}

/*advantage*/

.advantage {
	background: url(../image/ysbg.png)no-repeat center top;
	width: 100%;
	height: 1610px;
	overflow: hidden;
	padding-top: 60px;
	font-size: 0;
}

.advantage .more-title {
	text-align: center;
	margin: 0 auto 60px;
}

.advantage .more-title h5 {
	color: #474747;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.advantage .more-title h6 {
	color: #666;
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
}

.advantage .more-title h5 img {
	vertical-align: middle;
	margin: 0 5px;
}

.advantage ul li {
	position: relative;
	height: 380px;
	margin-bottom: 65px;
}

.advantage ul li:last-child {
	margin-bottom: 0;
}

.advantage ul li .bjy {
	width: 122px;
	height: 122px;
	position: absolute;
	top: -38px;
}

.advantage ul li .bjy_z {
	left: -1px;
}

.advantage ul li .bjy_y {
	right: -1px;
}

.advantage ul li>div {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	height: 380px;
	overflow: hidden;
}

.advantage ul li .pic img {
	width: 100%;
}

.advantage ul li .text {
	background: #fff;
	padding: 35px 0 0 30px;
}

.advantage ul li .text dt>div {
	display: inline-block;
	vertical-align: middle;
}

.advantage ul li .text dt .bj {
	color: #999;
	font-size: 48px;
	width: 80px;
	height: 80px;
	border: 1px solid #999;
	text-align: center;
	line-height: 80px;
	font-family: arial;
}

.advantage ul li .text dt .by {
	margin-left: 15px;
	color: #474747;
	font-size: 28px;
	line-height: 28px;
}

.advantage ul li .text dt .by i {
	margin-top: 15px;
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.advantage ul li .text dl {
	padding: 20px 15px 0 0;
}

.advantage ul li .text dl dd {
	padding-left: 100px;
	background: url(../image/yslicon.png)no-repeat 73px 10px;
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.advantage ul li .text ol>div {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}

.advantage ul li .text ol>div {
	color: #474747;
	font-size: 16px;
}

.advantage ul li .text ol>div span {
	display: block;
	color: #474747;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

.advantage ul li .text ol>div span i {
	color: #0890e1;
	font-size: 36px;
	font-family: arial;
}

.advantage ul li .text ol {
	padding: 30px 0 0 100px;
}

.advantage ul .li1 .text ol div {
	margin-right: 70px;
}

.advantage ul .li2 .text ol div {
	margin-right: 58px;
}

.advantage ul li .text ol .kn3 {
	margin-right: 0;
}

/*contact_nr*/

.contact_nr {
	padding: 50px 0 30px;
}

.contact_p p{
	font: 400 16px/38px "Siyuan";
	color: #666666;
}

.contact_nr .feedbacklx {
	background-color: rgb(255, 255, 255);
	box-shadow: 2px 0px 12.48px 0.52px rgba(0, 0, 0, 0.1);
	width: 1200px;
	height: 796px;
	overflow: hidden;
}

.contact_nr .top {
	margin: 110px auto 70px;
	color: #000;
	font-size: 28px;
	text-align: center;
}

.contact_nr .top:after {
	margin: 35px auto 0;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	background-color: rgb(0, 0, 0);
}

.contact_nr .feedbacklx .top {
	margin: 45px 0 70px;
}

.contact_nr .feedbacklx .top:after {
	margin: 30px auto 0;
}

.contact_nr .feedbacklx form {
	margin: 0 37px 0 55px;
	font-size: 0;
}

.contact_nr .feedbacklx form .input>div {
	width: 503px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.contact_nr .feedbacklx form .input>div:nth-child(2n) {
	margin-left: 102px;
}

.contact_nr .feedbacklx form input,
.contact_nr .feedbacklx form .textarea textarea {
	color: #666;
	font-style: italic;
	font-size: 18px;
	outline: none;
	border: none;
	width: 100%;
}

.contact_nr .feedbacklx form .textarea {
	border-bottom: 1px solid rgb(225, 225, 225);
}

.contact_nr .feedbacklx form .sub {
	position: relative;
	border-radius: 25px;
	width: 217px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	margin: 85px auto 0;
	background: #ff8c00;
	overflow: hidden;
}

.contact_nr .feedbacklx form .sub input {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	background: none;
}

.contact_nr .feedbacklx form .sub {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}

.contact_nr .feedbacklx form .sub:before {
	content: '';
	display: block;
	width: 120%;
	height: 0;
	padding: 60% 0;
	background: #c7c7c7;
	border-radius: 50%;
	position: absolute;
	left: -10%;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	z-index: -1;
	transition: all .5s;
}

.contact_nr .feedbacklx form .sub:hover:before {
	height: 100%;
	transform: translateY(-50%) scale(1);
}

.contact_nr .feedbacklx form .sub:hover {
	background: none;
	transition: all 1.5s;
}

.contact_nr .feedbacklx form input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-style: italic;
	color: #666;
}

.contact_nr .feedbacklx form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-style: italic;
	color: #666;
}

.contact_nr .feedbacklx form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-style: italic;
	color: #666;
}

.contact_nr .feedbacklx form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-style: italic;
	color: #666;
}

.contact_nr .feedbacklx form .textarea textarea {
	width: 100%;
	height: 180px;
	resize: none;
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
	font-size: 18px;
	font-style: italic;
}

.contact_nr .feedbacklx form .textarea textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
	font-style: italic;
}

.contact_nr .feedbacklx form .textarea textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
	font-style: italic;
}

.contact_nr .feedbacklx form .textarea textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
	font-style: italic;
}

.contact_nr .feedbacklx form .textarea textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
	font-style: italic;
}

.contact_nr .lxgw ul li {
	float: left;
	width: 31%;
	height: 228px;
	background-color: rgb(250, 250, 250);
	overflow: hidden;
	margin-right: 37px;
	text-align: center;
}

.contact_nr .lxgw ul li .icon {
	line-height: 0;
}

.contact_nr .lxgw ul li dt {
	line-height: 20px;
	color: #666;
	font-size: 20px;
	margin-bottom: 20px;
}

.contact_nr .lxgw ul li dd {
	line-height: 14px;
	color: #666;
	font-size: 14px;
}

.contact_nr .lxgw ul li:nth-child(1) .icon {
	padding: 70px 0 18px 0;
}

.contact_nr .lxgw ul li:nth-child(2) .icon {
	padding: 60px 0 18px 0;
}

.contact_nr .lxgw ul li:nth-child(3) .icon {
	padding: 60px 0 24px 0;
}

.contact_nr .lxgw ul li:last-child {
	margin-right: 0;
}

/*case_tabnr*/

.case_tabnr {
	background: #f1f1f1;
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
}

.case_tabnr .hd {
	overflow: hidden;
	margin: 30px 0;
}

.case_tabnr .hd ul li {
	cursor: pointer;
	border-right: 1px solid #ccc;
	width: 50%;
	float: left;
	background: #222;
	text-align: center;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	color: #fff;
}

.case_tabnr .hd ul li.on {
	background: #ff8c00;
}

.case_tabnr .bd ul li {
	padding: 15px;
	font-size: 16px;
	color: #000;
	background: #fff;
	overflow: hidden;
}

.case_tabnr .bd ul li h3 {
	line-height: 38px;
	color: #000;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 20px;
}

.case_tabnr .bd ul li .ms {
	padding-bottom: 20px;
}

/*product_tabnr*/

.product_tabnr {
	background: #f1f1f1;
	padding: 30px 0 40px;
}

.product_tabnr .top {
	color: #333;
	font-size: 24px;
	text-align: center;
}

.product_tabnr .hd {
	margin: 30px auto 15px;
	text-align: center;
}

.product_tabnr .hd ul li {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	margin-right: 18px;
	cursor: pointer;
	font-family: "Siyuan";
	font-weight: bolder;
}

.product_tabnr .hd ul li:last-child {
	margin-right: 0;
}

.product_tabnr .hd ul li a {
	display: block;
	padding: 0 30px;
}

.product_tabnr .hd ul li.on,
.product_tabnr .hd ul li:hover {
	background: #ff8c00;
	color: #fff;
}

.product_tabnr .hd ul li.on a,
.product_tabnr .hd ul li:hover a {
	color: #fff;
}

.product_tabnr .list_nav {
	overflow: hidden;
	text-align: center;
}

.product_tabnr .list_nav ul li dd {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.product_tabnr .list_nav a {
	background: url(../image/cpicon1.png)no-repeat left center;
	padding-left: 20px;
	display: block;
	color: #666;
	font-size: 16px;
}

.product_tabnr .list_nav .on {
	color: #ff8c00;
	background: url(../image/cpicon2.png)no-repeat left center;
}

.product_tabnr .list_nav a:hover {
	color: #ff8c00;
}

.product_tabnr .cp-list ul li,
.product_tabnr .bd ul li dd {
	display: inline-block;
	vertical-align: top;
	width: 390px;
	margin: 0 15px 20px 0;
	text-align: center;
}

.product_tabnr .cp-list ul li .img,
.product_tabnr .bd ul li dd .img {
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.product_tabnr .cp-list ul li .img img,
.product_tabnr .bd ul li dd .img img {
	width: 100%;
	transition: all .3s ease-in;
}

.product_tabnr .cp-list ul li:hover .img img,
.product_tabnr .bd ul li dd:hover .img img {
	transform: scale(1.1);
}

.product_tabnr .cp-list ul li .title,
.product_tabnr .bd ul li dd .title {
	width: 100%;
	height: 35px;
	padding-top: 13px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}

.product_tabnr .cp-list ul li .title {
	text-align: left;
	background: #fff;
	height: 100px;
	padding: 10px 15px 0;
	box-shadow: 4px 4px 20px #e4e4e4;
}

.product_tabnr .cp-list ul li .title p {
	margin-bottom: 10px;
	overflow: hidden;
}

.product_tabnr .cp-list ul li .title p em {
	float: right;
}

.product_tabnr .cp-list ul li .title p em img {
	width: 15px;
	margin-right: 5px;
}

.product_tabnr .cp-list ul li .title .zz img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	vertical-align: middle;
}

.product_tabnr .cp-list ul li .title .zz i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.product_tabnr .bd ul li dd .title i {
	display: block;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.product_tabnr .cp-list ul li:hover .title,
.product_tabnr .bd ul li dd:hover .title {
	color: #ff8c00;
}

.product_tabnr .cp-list ul li:nth-child(3n) {
	margin-right: 0;
}

.new_tabnr .top:after {
	display: block;
	content: "news";
	color: #999;
	font-size: 14px;
}

.solutiontsnr .top:after {
	display: block;
	content: "solution";
	color: #999;
	font-size: 14px;
}

.new_tabnr .hd ul li {
	background: #fff;
}

.new_tabnr .hd ul li.on,
.new_tabnr .hd ul li:hover {
	background: #ff8c00;
	color: #fff;
}

.new_tabnr .hd ul li.on a,
.new_tabnr .hd ul li:hover a {
	color: #fff;
}

.gsdq_tabnr .top:after {
	display: block;
	content: "company";
	color: #999;
	font-size: 14px;
}

.gsdq_tabnr .hd ul li {
	background: #fff;
}

.gsdq_tabnr .hd ul li.on,
.gsdq_tabnr .hd ul li:hover {
	background: #ff8c00;
	color: #fff;
}

.gsdq_tabnr .hd ul li.on a,
.gsdq_tabnr .hd ul li:hover a {
	color: #fff;
}

.product_tabnr .hda {
	margin: 45px auto 0;
	text-align: center;
	border-bottom: 1px solid #BFBFBF;
}

.product_tabnr .hda ul li {
	/* border-radius: 20px;*/
	height: 40px;
	line-height: 25px;
	/*margin-bottom: 20px;*/
	text-align: center;
	display: inline-block;
	vertical-align: top;
	/*background: #fff; */
	overflow: hidden;
	color: #999;
	font-size: 18px;
	margin-right: 84px;
	cursor: pointer;
}

.product_tabnr .hda ul li:last-child {
	margin-right: 0;
}

.product_tabnr .hda ul li a {
	display: block;
	padding: 0 15px;
}

.product_tabnr .hda ul li.on,
.product_tabnr .hda ul li:hover {
	/* background: #ff8c00; */
	/*color: #fff;*/
}

/*.product_tabnr .hd ul li.on a,.product_tabnr .hd ul li:hover a{ color: #fff;}*/

.product_tabnr .list_nav {
	overflow: hidden;
	text-align: center;
}

.product_tabnr .list_nav ul li dd {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.product_tabnr .list_nav a {
	background: url(../image/cpicon1.png)no-repeat left center;
	padding-left: 20px;
	display: block;
	color: #666;
	font-size: 16px;
}

.product_tabnr .list_nav .on {
	color: #ff8c00;
	background: url(../image/cpicon2.png)no-repeat left center;
}

.product_tabnr .list_nav a:hover {
	color: #ff8c00;
}

.product_tabnr .cp-list ul li,
.product_tabnr .bd ul li dd {
	display: inline-block;
	vertical-align: top;
	width: 382px;
	margin: 0 15px 20px 0;
	text-align: center;
}

.product_tabnr .cp-list ul li .img,
.product_tabnr .bd ul li dd .img {
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.product_tabnr .cp-list ul li .img img,
.product_tabnr .bd ul li dd .img img {
	width: 100%;
	transition: all .3s ease-in;
}

.product_tabnr .cp-list ul li:hover .img img,
.product_tabnr .bd ul li dd:hover .img img {
	transform: scale(1.1);
}

.product_tabnr .cp-list ul li .title,
.product_tabnr .bd ul li dd .title {
	width: 100%;
	height: 35px;
	padding-top: 13px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}

.product_tabnr .cp-list ul li .title {
	background: #999999;
	height: 68px;
	box-shadow: 4px 4px 20px #e4e4e4;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 36px;
}

.product_tabnr .cp-list ul li .title p {
	overflow: hidden;
	color: #FFFFFF;
}

.product_tabnr .cp-list ul li .title p em {
	float: right;
}

.product_tabnr .cp-list ul li .title p em img {
	width: 15px;
	margin-right: 5px;
}

.product_tabnr .cp-list ul li .title .zz img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	vertical-align: middle;
}

.product_tabnr .cp-list ul li .title .zz i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.product_tabnr .bd ul li dd .title i {
	display: block;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.product_tabnr .cp-list ul li:hover .title,
.product_tabnr .bd ul li dd:hover .title {
	color: #ff8c00;
}

.product_tabnr .cp-list ul li:nth-child(3n) {
	margin-right: 0;
}

.new_tabnr .top:after {
	display: block;
	content: "news";
	color: #999;
	font-size: 14px;
}

.solutiontsnr .top:after {
	display: block;
	content: "solution";
	color: #999;
	font-size: 14px;
}

.new_tabnr .hda ul li {
	background: #fff;
}

.new_tabnr .hda ul li.on,
.new_tabnr .hda ul li:hover {
	background: #ff8c00;
	color: #fff;
}

.new_tabnr .hda ul li.on a,
.new_tabnr .hda ul li:hover a {
	color: #fff;
}

.gsdq_tabnr .top:after {
	display: block;
	content: "company";
	color: #999;
	font-size: 14px;
}

/*.gsdq_tabnr .hd ul li{ background: #fff;}*/

.gsdq_tabnr .hda ul li.on,
.gsdq_tabnr .hda ul li:hover {
	/*background: #ff8c00;*/
	/*color: #fff;*/
	border-bottom: 3px solid #ff8c00;
}

/*.gsdq_tabnr .hd ul li.on a,.gsdq_tabnr .hd ul li:hover a{ color: #fff;}*/

.yysp {
	position: relative;
}

.content{
	margin: 0 0 45px;
}

.qfaxsb {
	display: block;
	width: 59px;
	position: fixed;
	left: 50%;
	top: 82%;
	cursor: pointer;
	background-color: #ccc;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: -659px;
	z-index: 6;
}

.qfaxsb:hover {
	background: #ff8c00;
}

.qfaxsb a {
	display: block;
	padding: 12px 0;
}

.qfaxsb:hover a {
	color: #fff;
}

.yysp .about-zx {
	background: #fff;
	width: 75%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px;
}

.yysp .about-zx h1,h2,h3,h4,h5,h6{
	font: 400 28px/46px "Siyuan";
}

.yysp .right .title-top {
	border-bottom: 1px dashed #c2c2c2;
	padding-bottom: 5px;
	overflow: hidden;
	margin-top: 20px;
}

.yysp .newlistnav {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-top: 35px;
	margin-left: 20px;
}

.yysp .newlistnav h3 {
	position: relative;
	color: #222;
	font-size: 18px;
	height: 40px;
	border-bottom: 1px solid #e7e7e7;
}

.yysp .newlistnav h3:before {
	content: "";
	width: 72px;
	height: 1px;
	background: #ff8c00;
	position: relative;
	display: block;
	top: 38px;
}

.yysp .newlistnav h3 i {
	color: #ff8c00;
	font-weight: bold;
}

.yysp .newlistnav dl dd {
	border-bottom: 1px solid #fff;
	font-size: 14px;
	margin-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e3e3e3;
}

.yysp .newlistnav .news_news {
	margin-bottom: 20px;
	background: #fff;
	padding: 20px
}

.yysp .newlistnav .news_news li{
	width: 100%;
	height: auto;
	margin: 10px 0 0;
}

.yysp .newlistnav .news_news li img{
	width: 90%;
	margin: 0 auto;
	display: table;
}

.yysp .newlistnav .news_news li p{
	font: 400 14px/28px "Siyuan";
	text-align: center;
}

.yysp .newlistnav .news_hot {
	background: #fff;
	padding: 20px
}

.yysp .newlistnav dl dd:hover {
	border-bottom: 1px solid #ff8c00;
}

.yysp .newlistnav dl dd:hover a {
	color: #ff8c00;
}

.yysp .newlistnav dl {
	padding-top: 20px;
}

.casetsnr .top:after {
	display: block;
	content: "cases";
	color: #999;
	font-size: 14px;
}

.casetsnr .hd ul li {
	width: auto;
	padding: 0;
}

.casetsnr .hd ul li a {
	width: auto;
	padding: 0 30px;
}

.new_tabnr .hd ul li a {
	width: auto;
	padding: 0 20px;
}

.xpxqnr2 .xpxqnrr {
	width: 900px;
}

.xpxqnrr img {
	max-width: 100% !important;
	height: auto !important;
}

/*xiazai*/

.xiazai {
	width: 1200px;
}

.xiazai ol li {
	width: 1200px;
	height: 51px;
	border-bottom: 1px dashed #CCCCCC;
}

.xiazai ol li .t1 {
	width: 75%;
	float: left;
	line-height: 50px;
	font-size: 17px;
	color: #666666;
}

.xiazai ol li .t2 {
	width: 100px;
	float: right;
	font-size: 16px;
	color: #333;
	padding-top: 20px;
	line-height: 5px;
}

.xiazai ol li .t2 img {
	width: 15px;
	vertical-align: sub;
	margin-right: 10px;
}

.xiazai ol li .t2:hover {
	color: #ff8c00;
}

.xiazai .x_xian {
	width: 1075px;
	height: 3px;
}

.xiazai .x_xian img {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.foot .content .zxly {
		margin-right: 9px;
	}

	.foot .top .nav dl {
		margin-right: 97px;
	}

	.header .header_slogan .phone {
		font-size: 20px;
		line-height: 20px;
		padding-right: 10px;
	}
}

/*xgal_list*/

.xgal_list {
	font-size: 0;
	background: url(../image/sjfadzxgalbg.png)no-repeat right top;
	width: 100%;
	height: 662px;
	overflow: hidden;
}

.xgal_list .nr {
	padding: 110px 0 0 115px;
}

.xgal_list .nr .hd {
	overflow: hidden;
	margin-bottom: 70px;
}

.xgal_list .nr .bd {
	overflow: hidden;
	width: 1085px;
}

.xgal_list .nr .hd .zbtop dt {
	color: #ff8c00;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 26px;
}

.xgal_list .nr .hd .zbtop dt em {
	width: 73px;
	height: 1px;
	margin-right: 25px;
	background: #ff8c00;
	display: inline-block;
	vertical-align: middle;
}

.xgal_list .nr .hd .zbtop p {
	margin: 10px 0 65px 100px;
	color: #ff8c00;
	line-height: 20px;
	font-size: 20px;
}

.xgal_list .nr .bd ul li {
	width: 330px;
	margin-right: 45px;
	display: inline-block;
	vertical-align: top;
}

.xgal_list .nr .bd ul li .img {
	width: 330px;
	height: 234px;
	overflow: hidden;
}

.xgal_list .nr .bd ul li .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.xgal_list .nr .bd ul li:hover .img img {
	transform: scale(1.1, 1.1);
}

.xgal_list .nr .bd ul li .title {
	padding: 30px 25px 20px 15px;
	color: #333;
	transition: all .5s;
	line-height: 20px;
	font-size: 20px;
	border-bottom: 1px solid #ff8c00;
}

.xgal_list .nr .bd ul li .title em {
	color: #333;
	line-height: 20px;
	font-size: 20px;
	float: right;
}

.xgal_list .nr .bd ul li:hover .title {
	padding: 30px 20px 20px 10px;
	color: #ff8c00;
}

.xgal_list .nr .hd .btnr {
	margin-top: 10px;
}

.xgal_list .nr .hd .btnr .btn {
	display: inline-block;
	vertical-align: top;
	width: 58px;
	height: 32px;
	cursor: pointer;
	transition: all .3s ease-in;
}

.xgal_list .nr .hd .btnr .btn.prev {
	background: url(../image/jjfadzxgalbtn1.png)no-repeat center #ff8c00;
}

.xgal_list .nr .hd .btnr .btn.next {
	background: url(../image/jjfadzxgalbtn2.png)no-repeat center #d9b985;
	margin-left: 5px;
}

.xgal_list .nr .hd .btnr .btn.prev:hover {
	background: url(../image/jjfadzxgalbtn1.png)no-repeat 20px center #ff8c00;
}

.xgal_list .nr .hd .btnr .btn.next:hover {
	background: url(../image/jjfadzxgalbtn2.png)no-repeat 30px center #d9b985;
}

/*about_customized*/

.about_customized {
	padding: 60px 0;
}

.about_customized .about_nr1>div {
	display: inline-block;
	vertical-align: top;
}

.about_customized .about_nr1 .left {
	width: 345px;
	line-height: 0;
}

.about_customized .about_nr1 .left img {
	margin-left: -65px;
}

.about_customized .about_nr1 .right {
	margin-top: 50px;
	width: 850px;
}

.about_customized .zbtop dt,
.power_customized .zbtop dt {
	color: #ff8c00;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 26px;
}

.about_customized .zbtop dt em,
.power_customized .zbtop dt em {
	width: 73px;
	height: 1px;
	margin-right: 25px;
	background: #ff8c00;
	display: inline-block;
	vertical-align: middle;
}

.about_customized .zbtop p,
.power_customized .zbtop p {
	margin: 10px 0 65px 100px;
	color: #ff8c00;
	line-height: 20px;
	font-size: 20px;
}

.about_customized .about_nr1 .right dl dd {
	color: #666;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 40px;
}

.about_customized .about_nr2 {
	margin-top: 40px;
}

.about_customized .about_nr2>div {
	display: inline-block;
	vertical-align: top;
}

.about_customized .about_nr2 .left {
	margin-top: 25px;
	width: 500px;
}

.about_customized .about_nr2 .zbtop {
	padding: 70px 0 55px;
	position: relative;
}

.about_customized .about_nr2 .zbtop:before {
	content: "";
	position: absolute;
	left: -354px;
	top: 0;
	width: 854px;
	height: 1px;
	background: #e5e5e5;
}

.about_customized .about_nr2 .zbtop:after {
	content: "";
	position: absolute;
	left: -354px;
	bottom: 0;
	width: 854px;
	height: 1px;
	background: #e5e5e5;
}

.about_customized .about_nr2 dl {
	padding-left: 85px;
	margin-top: 60px;
}

.about_customized .about_nr2 dl dd {
	color: #666;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 10px;
	height: 50px;
}

.about_customized .about_nr2 dl dd i {
	width: 96px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	background: #ff8c00;
	margin-right: 10px;
	float: left;
}

.about_customized .about_nr2 dl dd p{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}

.about_customized .about_nr2 .right {
	width: 585px;
}

.about_customized .about_nr2 .video {
	width: 540px;
	height: auto;
	background: url(../image/aboutdzpic2.png)no-repeat;
	margin-left: 111px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.about_customized .about_nr2 .video img{
	margin: 160px 0 0;
	width: 100%;
}

.about_customized .about_nr2 .video video {
	width: 100%;
	height: 100%;
}

.about_customized .about_nr3 {
	margin-top: 90px;
	position: relative;
	z-index: 2;
}

.about_customized .about_nr3 {
	background: url(../image/aboutdzpic3.png)no-repeat center;
	width: 100%;
	height: 701px;
}

.about_customized .about_nr3 .text {
	width: 680px;
	padding-top: 170px;
}

.about_customized .about_nr3 .text .zbtop dt,
.about_customized .about_nr3 .text .zbtop p {
	color: #d9b985;
}

.about_customized .about_nr3 .text .zbtop dt em {
	background: #d9b985;
}

.about_customized .about_nr3 .text dl dd {
	color: rgba(255, 255, 255, 0.722);
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}

.about_customized .about_nr3 .text .more {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.471);
	border-radius: 13px;
	width: 176px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.451);
	text-transform: uppercase;
}

.about_customized .about_nr3 .text .more:hover {
	text-decoration: underline;
	color: #fff;
}

.about_customized .about_nr4 {
	background: #f5f5f5;
	padding: 100px 0 65px;
	font-size: 0;
	margin-top: -66px;
}

.about_customized .about_nr4 .nr ul li {
	position: relative;
	width: 349px;
	height: 518px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.about_customized .about_nr4 .nr ul li+li {
	margin-left: 28px;
}

.about_customized .about_nr4 .nr ul li .mr {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.04);
	padding: 20px 18px 23px;
}

.about_customized .about_nr4 .nr ul li .mr .mpic {
	width: 312px;
	height: 361px;
	overflow: hidden;
}

.about_customized .about_nr4 .nr ul li .mr .mpic img,
.about_customized .about_nr4 .nr ul li .ho .hpic img {
	width: 100%;
	height: 100%;
}

.about_customized .about_nr4 .nr ul li .mr .mtxt {
	margin-top: 27px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
}

.about_customized .about_nr4 .nr ul li .mr .mtxt dt {
	line-height: 0;
}

.about_customized .about_nr4 .nr ul li .mr .mtxt dd {
	background: url(../image/model3icon.png)no-repeat right top;
	color: #222;
	font-size: 28px;
	line-height: 40px;
	padding-top: 5px;
}

.about_customized .about_nr4 .nr ul li .mr .mtxt dd i {
	color: #666;
	font-size: 18px;
}

.about_customized .about_nr4 .nr ul li .ho {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.about_customized .about_nr4 .nr ul li .ho .htxt dt {
	line-height: 0;
	padding-top: 5px;
}

.about_customized .about_nr4 .nr ul li .ho .htxt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 190px;
	overflow: hidden;
	background-color: rgba(83, 103, 91, 0.949);
	padding: 43px 48px 0 38px;
}

.about_customized .about_nr4 .nr ul li .ho .htxt .left {
	border-right: 1px solid rgba(255, 255, 255, 0.322);
	width: 160px;
	height: 108px;
}

.about_customized .about_nr4 .nr ul li .ho .htxt .left p {
	font-size: 28px;
	color: #fff;
	margin-top: 10px;
}

.about_customized .about_nr4 .nr ul li .ho .htxt .left p i {
	margin-top: 10px;
	display: block;
	line-height: 18px;
	font-size: 18px;
}

.about_customized .about_nr4 .nr ul li .ho .htxt .right p {
	margin-bottom: 17px;
	color: #fff;
	line-height: 14px;
	font-size: 14px;
}

.about_customized .about_nr4 .nr ul li.on {
	width: 445px;
}

.about_customized .about_nr4 .nr ul li.on .mr {
	opacity: 0;
	left: -100%;
	visibility: hidden;
}

.about_customized .about_nr4 .nr ul li.on .ho {
	opacity: 1;
}

.about_customized .about_nr5 {
	background: url(../image/aboutdzpic5.png)no-repeat center 101px;
	padding: 95px 0 0;
	width: 100%;
	height: 1480px;
}

.about_customized .about_nr5 .by p {
	float: right;
	text-align: right;
	width: 16px;
	color: #666;
	line-height: 18px;
	font-size: 16px;
	margin-top: 400px;
}

.about_customized .about_nr6 {
	margin-top: -430px;
	padding-bottom: 130px;
}

.about_customized .about_nr6 .nr {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.about_customized .about_nr6 .nr .bd {
	width: 371px;
	height: 300px;
	overflow: hidden;
}

.about_customized .about_nr6 .nr .bd ul li {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.about_customized .about_nr6 .nr .bd ul li img {
	width: 100%;
	transition: all ease-in .5s;
}

.about_customized .about_nr6 .nr .bd ul li:hover img {
	transform: scale(1.1);
}

.about_customized .about_nr6 .nr .bd ul li:after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
}

.about_customized .about_nr6 .nr .bd ul li:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

.about_customized .about_nr6 .nr .hd {
	width: 760px;
}

.about_customized .about_nr6 .nr .hd ul {
	border-bottom: 1px solid rgb(191, 191, 191);
}

.about_customized .about_nr6 .nr .hd ul li {
	float: left;
	position: relative;
	text-align: center;
	width: 190px;
	height: 105px;
	line-height: 106px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	transition: all ease-in .3s;
	border: 1px solid rgb(191, 191, 191);
	border-right: none;
	border-bottom: none;
}

.about_customized .about_nr6 .nr .hd ul li .icon {
	position: relative;
}

.about_customized .about_nr6 .nr .hd ul li:nth-child(4n) {
	border-right: 1px solid rgb(191, 191, 191);
}

.about_customized .about_nr6 .nr .hd ul li img {
	vertical-align: middle;
}

.about_customized .about_nr6 .nr .hd ul li .yc {
	display: none;
}

.about_customized .about_nr6 .nr .hd ul li.on {
	background: #ff8c00;
}

.about_customized .about_nr6 .nr .hd ul li.on .yc {
	display: inline-block;
}

.about_customized .about_nr6 .nr .hd ul li.on .xs {
	display: none;
}

/*power_customized*/

.power_customized .zbby {
	color: #333;
	line-height: 31px;
	font-size: 18px;
	font-weight: bold;
}

.power_customized .zbby span {
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	width: 40px;
	height: 31px;
	background: #ff8c00;
	text-align: center;
	color: #fff;
	line-height: 31px;
	font-size: 18px;
	margin-right: 15px;
}

.power_customized .power_nr1 {
	margin: 120px auto 70px;
	font-size: 0;
}

.power_customized .power_nr1 .left {
	padding-top: 30px;
	width: 515px;
}

.power_customized .power_nr1 .left dl dd,
.power_customized .power_nr2 .right dl dd,
.power_customized .power_nr4 .right dl dd,
.power_customized .power_nr3 .nr .text dl dd {
	color: #666;
	line-height: 28px;
	font-size: 16px;
}

.power_customized .power_nr1 .right {
	position: relative;
	width: 621px;
}

.power_customized .power_nr1 .right>div {
	display: inline-block;
	vertical-align: top;
}

.power_customized .power_nr1 .right .zz {
	background: url(../image/powerdzby1.png)no-repeat 0 bottom;
	width: 23px;
	height: 611px;
	margin-right: 20px;
}

.power_customized .power_nr1 .right .rr {
	width: 578px;
	height: 611px;
	overflow: hidden;
}

.power_customized .pic img {
	width: 100%;
	transition: all ease-in .5s;
}

.power_customized .pic:hover img {
	transform: scale(1.1);
}

.power_customized .power_nr1 .right .zzz {
	position: absolute;
	right: -62px;
	top: 0;
	background: url(../image/powerdzby2.png)no-repeat;
	width: 42px;
	height: 721px;
	margin-left: 20px;
}

.power_customized .power_nr2 .left {
	width: 420px;
	line-height: 0;
}

.power_customized .power_nr2 .left .pic {
	width: 420px;
	height: 587px;
	overflow: hidden;
	margin-bottom: 65px;
}

.power_customized .power_nr2 .right {
	width: 707px;
	padding-top: 110px;
}

.power_customized .power_nr2 .right .pic {
	border-radius: 8px;
	width: 707px;
	height: 227px;
	overflow: hidden;
}

.power_customized .power_nr3 {
	margin-top: 85px;
	padding-top: 550px;
	position: relative;
}

.power_customized .power_nr3 .bd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 550px;
	overflow: hidden;
}

.power_customized .power_nr3 .bd ul {
	width: 100%;
	height: 550px;
}

.power_customized .power_nr3 .bd ul li {
	width: 100%;
	height: 100%;
	line-height: 0;
}

.power_customized .power_nr3 .bd ul li img {
	width: 100%;
	height: 100%;
}

.power_customized .power_nr3 .nr {
	position: relative;
	z-index: 2;
	margin-top: -50px;
}

.power_customized .power_nr3 .nr>div {
	display: inline-block;
	vertical-align: top;
}

.power_customized .power_nr3 .nr .text {
	padding: 65px 35px 0 40px;
	width: 808px;
	height: 406px;
	background-color: rgb(238, 238, 238);
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.14);
	margin-left: -40px;
}

.power_customized .power_nr3 .nr .btnr {
	margin-top: 10px;
	position: relative;
	right: 4px;
}

.power_customized .power_nr3 .nr .btnr .btn {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 40px;
	cursor: pointer;
	transition: all .3s ease-in;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}

.power_customized .power_nr3 .nr .btnr .btn.prev {
	background: #00000069;
}

.power_customized .power_nr3 .nr .btnr .btn.next {
	background: #00000069;
}

/*.power_customized .power_nr3 .nr .btnr .btn.prev:hover{ background: url(../image/powerdzbtn1s.png)no-repeat 25px center #ff8c00;}*/
/*.power_customized .power_nr3 .nr .btnr .btn.next:hover{ background: url(../image/powerdzbtn2s.png)no-repeat 40px center #425a4c;}*/

.power_customized .power_nr3 .nr .zb {
	margin-top: 40px;
}

.power_customized .power_nr4 {
	margin: 65px auto 0;
	background: url(../image/powerdzpic4bg.png)no-repeat;
	width: 1274px;
	height: 428px;
}

.power_customized .power_nr4 .left {
	width: 576px;
	height: 428px;
	overflow: hidden;
	margin: 2px 0 0 2px;
}

.power_customized .power_nr4 .right {
	padding-top: 65px;
	width: 515px;
}

.power_customized .power_nr5 {
	margin-top: 50px;
	background: url(../image/powerdzpic5bg.png)no-repeat;
	width: 100%;
	height: 897px;
	padding-top: 45px;
	font-size: 0;
}

.power_customized .power_nr5 .nrs {
	padding: 95px 0;
	margin-bottom: 65px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.power_customized .power_nr5 .nrs .nr b {
	display: block;
}

.power_customized .power_nr5 .nrs .nr p {
	margin: 40px auto 20px;
	width: 905px;
	text-align: center;
	color: #555;
	line-height: 28px;
	font-size: 16px;
}

.power_customized .power_nr5 .bottom dl dd {
	display: inline-block;
	vertical-align: top;
	width: 369px;
	height: 221px;
	overflow: hidden;
}

.power_customized .power_nr5 .bottom dl dd+dd {
	margin-left: 46px;
}

.power_customized .power_nr6 {
	background: url(../image/powerdzpic6bg.png)no-repeat;
	width: 100%;
	height: 1054px;
	overflow: hidden;
	padding-top: 150px;
}

.power_customized .power_nr6 .nr {
	position: relative;
	font-size: 0;
}

.power_customized .power_nr6 .nr .hd {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 140px;
}

.power_customized .power_nr6 .nr .hd ul li {
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	width: 148px;
	height: 91px;
	line-height: 91px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	border-right: none;
	border-bottom: none;
}

.power_customized .power_nr6 .nr .hd ul {
	width: 592px;
	border-bottom: 1px solid #d2d2d2;
}

.power_customized .power_nr6 .nr .hd ul li:nth-child(4n) {
	border-right: 1px solid rgb(191, 191, 191);
}

.power_customized .power_nr6 .nr .hd ul li.on {
	background: #ff8c00;
	color: #cbad73;
}

.power_customized .power_nr6 .nr .bd {
	position: relative;
	z-index: 2;
}

.power_customized .power_nr6 .nr .bd ul li {
	overflow: hidden;
}

.power_customized .power_nr6 .nr .bd ul li .pic {
	float: right;
	width: 515px;
	height: 671px;
	overflow: hidden;
}

.power_customized .power_nr6 .nr .bd ul li .text {
	margin-top: 631px;
	width: 595px;
	float: left;
}

.power_customized .power_nr6 .nr .bd ul li .text>div {
	display: inline-block;
	vertical-align: middle;
}

.power_customized .power_nr6 .nr .bd ul li .text .mc {
	color: #ff8c00;
	line-height: 24px;
	font-weight: bold;
	font-size: 24px;
}

.power_customized .power_nr6 .nr .bd ul li .text .hr {
	width: 1px;
	height: 40px;
	margin: 0 20px;
	background-color: rgb(210, 210, 210);
}

.power_customized .power_nr6 .nr .bd ul li .text .js {
	width: 505px;
	color: #555;
	font-size: 14px;
}

.power_customized .power_nr6 .nr .btnr {
	position: absolute;
	right: 465px;
	bottom: 0;
	z-index: 3;
}

.power_customized .power_nr6 .nr .btnr .btn {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 40px;
	cursor: pointer;
	transition: all .3s ease-in;
}

.power_customized .power_nr6 .nr .btnr .btn.prev {
	background: url(../image/powerdzbtn1.png)no-repeat center #ff8c00;
}

.power_customized .power_nr6 .nr .btnr .btn.next {
	background: url(../image/powerdzbtn2.png)no-repeat center #cfa972;
}

.power_customized .power_nr6 .nr .btnr .btn.prev:hover {
	background: url(../image/powerdzbtn1.png)no-repeat 15px center #ff8c00;
}

.power_customized .power_nr6 .nr .btnr .btn.next:hover {
	background: url(../image/powerdzbtn2.png)no-repeat 25px center #cfa972;
}

/*team_customized*/

.team_customized .pic img {
	width: 100%;
	transition: all .3s ease-out;
}

.team_customized .pic:hover img {
	transform: scale(1.1);
}

.team_customized .zbtop dt {
	color: #ff8c00;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 26px;
}

.team_customized .zbtop dt em {
	width: 73px;
	height: 1px;
	margin-right: 25px;
	background: #ff8c00;
	display: inline-block;
	vertical-align: middle;
}

.team_customized .zbtop p {
	margin: 10px 0 65px 100px;
	color: #ff8c00;
	line-height: 20px;
	font-size: 20px;
}

.team_customized .team_nr1 {
	padding-top: 110px;
	background: url(../image/teamdzpic1bg.png)no-repeat;
	width: 100%;
	height: 939px;
	overflow: hidden;
}

.team_customized .team_nr1 .nr {
	position: relative;
	font-size: 0;
}

.team_customized .team_nr1 .nr .left .bottom>div {
	display: inline-block;
	vertical-align: top;
}

.team_customized .team_nr1 .nr .left .bottom .by {
	background: url(../image/teamdzby1.png)no-repeat;
	width: 220px;
	height: 430px;
	margin-top: 95px;
}

.team_customized .team_nr1 .nr .hd {
	position: absolute;
	left: 0;
	bottom: 35px;
	z-index: 3;
}

.team_customized .team_nr1 .nr .hd ul li {
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #a6afaa;
}

.team_customized .team_nr1 .nr .hd ul li.on {
	background: #ff8c00;
}

.team_customized .team_nr1 .nr .btnr {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 165px;
	height: 95px;
	background: #fff;
	padding: 50px 15px 0 50px;
}

.team_customized .team_nr1 .nr .btn {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	font-family: é»‘ä½“;
	cursor: pointer;
}

.team_customized .team_nr1 .nr .btnhr {
	margin: 0 38px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 13px;
	background-color: rgb(0, 0, 0);
	opacity: 0.251;
}

.team_customized .team_nr1 .nr .bd {
	height: 623px;
	overflow: hidden;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li>div {
	display: inline-block;
	vertical-align: top;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .text {
	margin-top: 95px;
	width: 421px;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .text dt {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	margin-bottom: 25px;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .text dt b {
	margin-right: 15px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .text p {
	margin-bottom: 55px;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .text dd {
	color: #666;
	font-size: 16px;
	-webkit-line-clamp: 7;
	line-height: 32px;
	width: 340px;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .text em {
	margin-top: 35px;
	display: block;
	background: url(../image/teamdzjt.png)no-repeat;
	width: 83px;
	height: 9px;
}

.team_customized .team_nr1 .nr .left .bottom .bd ul li .pic {
	position: relative;
	z-index: 2;
	width: 550px;
	height: 623px;
	overflow: hidden;
}

.team_customized .team_nr1 .nr .right {
	position: absolute;
	top: 335px;
	right: -110px;
	background: url(../image/teamdzby2.png)no-repeat;
	width: 158px;
	height: 77px;
	z-index: 1;
}

.team_customized .team_nr2 {
	padding-top: 80px;
	background: url(../image/teamdzpic2bg.png)no-repeat;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.team_customized .team_nr2 .nr .left .hr {
	width: 70px;
	height: 1px;
	background: #ff8c00;
	margin-bottom: 50px;
}

.team_customized .team_nr2 .nr .left .img {
	background: url(../image/teamdzby3.png)no-repeat;
	width: 585px;
	height: 148px;
	margin-left: -170px;
}

.team_customized .team_nr2 .nr .text {
	margin-top: 20px;
	width: 640px;
	border-left: 1px solid #d2d2d2;
	padding-left: 100px;
}

.team_customized .team_nr2 .nr .text dt {
	margin-bottom: 25px;
	color: #ff8c00;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
}

.team_customized .team_nr2 .nr .text dl dd {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

.team_customized .team_nr3 {
	position: relative;
	font-size: 0;
	padding-top: 40px;
}

.team_customized .team_nr3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #ff8c00;
	width: 100%;
	height: 259px;
}

.team_customized .team_nr3 .hd {
	position: relative;
	z-index: 2;
	height: 297px
}

.team_customized .team_nr3 .hd ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: all .3s ease;
	width: 319px;
	height: 216px;
}

.team_customized .team_nr3 .hd ul li+li {
	margin-left: 50px;
}

.team_customized .team_nr3 .hd ul li .mr {
	padding: 70px 0 0 35px;
	border: 1px solid rgb(217, 185, 133, 0.102);
	width: 319px;
	height: 216px;
}

.team_customized .team_nr3 .hd ul li .mr dt,
.team_customized .team_nr3 .hd ul li .ho dt {
	font-size: 28px;
	font-family: "DFPSongW7";
	color: rgba(217, 185, 133, 0.302);
	text-transform: uppercase;
}

.team_customized .team_nr3 .hd ul li .mr dd,
.team_customized .team_nr3 .hd ul li .ho dd {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.team_customized .team_nr3 .hd ul li .mr em {
	position: absolute;
	right: 48px;
	bottom: -25px;
	font-size: 68px;
	font-size: 68px;
	color: rgba(255, 255, 255, 0.2);
	-moz-transform: matrix(1.57611843937097, 0, 0, 1.57611843937096, 0, 0);
	-webkit-transform: matrix(1.57611843937097, 0, 0, 1.57611843937096, 0, 0);
	-ms-transform: matrix(1.57611843937097, 0, 0, 1.57611843937096, 0, 0);
}

.team_customized .team_nr3 .hd ul li .ho {
	display: none;
	transition: all .3s ease;
}

.team_customized .team_nr3 .hd ul li.on {
	width: 461px;
	height: 297px;
	border: none;
}

.team_customized .team_nr3 .hd ul li.on .ho {
	background: url(../image/teamdzpic3hd1.png)no-repeat;
	display: block;
	padding: 45px 0 0 35px;
	width: 461px;
	height: 297px;
}

.team_customized .team_nr3 .hd ul li:first-child+li.on .ho {
	background: url(../image/teamdzpic3hd2.png)no-repeat;
}

.team_customized .team_nr3 .hd ul li:first-child+li+li.on .ho {
	background: url(../image/teamdzpic3hd3.png)no-repeat;
}

.team_customized .team_nr3 .hd ul li.on .mr {
	display: none;
}

.team_customized .team_nr3 .bd {
	position: relative;
	margin-top: 40px;
	background: url(../image/teamdzpic3bg.png)no-repeat;
	height: 559px;
	overflow: hidden;
}

.team_customized .team_nr3 .bd ul li .pic {
	width: 1079px;
	height: 479px;
	overflow: hidden;
}

.team_customized .team_nr3 .hd ul li .ho em {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.22);
	display: block;
	line-height: 14px;
	margin-bottom: 20px;
}

.team_customized .team_nr3 .hd ul li.on .ho dt {
	color: #d9b985;
}

.team_customized .team_nr3 .hd ul li.on .ho dd {
	color: #fff;
}

.team_customized .team_nr3 .hd ul li .more {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	font-family: "DFPSongW7";
	text-decoration: underline;
	text-transform: uppercase;
	color: #d9b985;
}

.team_customized .team_nr3 .btnr {
	position: absolute;
	right: 70px;
	bottom: 115px;
	background: url(../image/teamdzpic3btn.png)no-repeat;
	width: 140px;
	height: 48px;
	z-index: 4;
}

.team_customized .team_nr3 .btnr .btn {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 48px;
	cursor: pointer;
}

.team_customized .teamtytext dt {
	line-height: 0;
}

.team_customized .teamtytext p {
	color: #fff;
	font-size: 22px;
	width: 230px;
	height: 42px;
	margin: 50px 0 20px;
	background: #ff8c00;
	text-align: center;
	line-height: 42px;
}

.team_customized .teamtytext dd {
	color: #666;
	width: 400px;
	font-size: 14px;
	line-height: 28px;
}

.team_customized .team_nr4 .top {
	margin-top: 25px;
	background: url(../image/teamdzpic4bg.png)no-repeat;
	width: 100%;
	height: 215px;
}

.team_customized .team_nr4 .nr .text {
	position: relative;
	z-index: 2;
	margin: 40px 0 0 -20px;
	padding: 80px 0 0 80px;
	background: url(../image/teamdzpic4bg2.png)no-repeat;
	width: 549px;
	height: 460px;
}

.team_customized .team_nr4 .nr {
	position: relative;
	z-index: 2;
	margin-top: -140px;
}

.team_customized .team_nr4 .nr .pic {
	margin-left: -122px;
	width: 793px;
	height: 539px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
	overflow: hidden;
}

.team_customized .team_nr5 {
	background: url(../image/teamdzpic5bg.png)no-repeat;
	width: 1251px;
	height: 531px;
	margin: 90px auto 0;
}

.team_customized .team_nr5 .nr .pic {
	width: 762px;
	height: 439px;
	overflow: hidden;
	margin: 46px 0 0 22px;
}

.team_customized .team_nr5 .nr .text {
	width: 325px;
	padding-top: 95px;
}

.team_customized .team_nr5 .nr .text p {
	width: 124px;
	margin: 45px 0 20px;
}

.team_customized .team_nr6 {
	margin-top: 80px;
	margin-bottom: 100px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 65px 0 45px;
}

.team_customized .team_nr6 .nr .text>div {
	display: inline-block;
	vertical-align: top;
}

.team_customized .team_nr6 .nr .text .em {
	margin: 0 35px 0 45px;
}

.team_customized .team_nr6 .nr .text .txt em {
	display: block;
	background: url(../image/teamdzpic6hr.png)no-repeat;
	width: 51px;
	height: 7px;
	margin-top: 30px;
}

.team_customized .team_nr6 .nr .right>div {
	display: inline-block;
	vertical-align: bottom;
}

.team_customized .team_nr6 .nr .right .pic {
	width: 498px;
	height: 258px;
	overflow: hidden;
}

.team_customized .team_nr6 .nr .right .em {
	margin: 0 25px 0 80px;
}



@media (max-width:1605px) {
	.header .nav .nav-content nav .xz {
		width: 92px;
	}

	/*.header .header_slogan .phone{display: none;}*/

}

.common {
	width: 1100px;
	height: auto;
	margin: 30px auto;
}

.common-page{
	width: 75%;
	height: auto;
	float: right;
	margin: 35px 0;
}

.blk_t2 {
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 30px 0 20px 0;
	font: 400 18px/18px "Siyuan";
	margin: 0 auto;
	display: table;
}

.blk_t2 p {
	display: block;
	float: right;
	font-size: 14px;
	color: #e1e1e1e;
	font: 400 14px/18px "Siyuan";
}

.blk_t2 a {
	color: #000000;
	padding: 0 10px;
}

.blk_t2 a:hover {
	color: #1059a1;
}

.pro {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.pro-content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
	padding: 0 0 80px;
}

.pro-content h1 {
	font: 400 40px/60px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 70px 140px 40px 140px;
}

.pro-content p {
	font: 400 20px/40px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 150px;
}

.pro-list {
	width: 100%;
	height: auto;
	display: table;
}

.pro-list li {
	width: 100%;
	height: auto;
	display: table;
	background-color: #ea5b31;
	margin: 0 0 18px;
	padding: 25px 0;
	border-radius: 10px;
	overflow: hidden;
}

.pro-list li .list-style{
	width: 1400px;
	margin: 0 auto;
	display: table;
}

.pro-list li:first-child .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:first-child .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:first-child .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:first-child .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:first-child .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:first-child .pro-list-img img {
	margin: 0 auto;
	display: table;
	width: 100%;
}

.pro-list li:nth-child(2) .pro-list-content {
	width: 400px;
	float: right;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(2) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(2) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(2) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(2) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
	background: #000000;
}

.pro-list li:nth-child(2) .pro-list-img img {
	margin: 0 auto;
	display: table;
	width: 100%;
}

.pro-list li:nth-child(3) .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(3) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(3) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(3) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(3) .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:nth-child(3) .pro-list-img img {
	margin: 0 auto;
	display: table;
	width: 100%;
}

.pro-list li:nth-child(4) .pro-list-content {
	width: 400px;
	float: right;
	height: 250px;
}

.pro-list li:nth-child(4) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(4) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(4) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(4) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
}

.pro-list li:nth-child(4) .pro-list-img img {
	margin: 0 auto;
	display: table;
	width: 100%;
}

.pro-list li:nth-child(5) .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(5) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(5) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(5) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(5) .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:nth-child(5) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(6) .pro-list-content {
	width: 400px;
	float: right;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(6) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(6) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(6) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(6) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
}

.pro-list li:nth-child(6) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(7) .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(7) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(7) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(7) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(7) .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:nth-child(7) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(8) .pro-list-content {
	width: 400px;
	float: right;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(8) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(8) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(8) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(8) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
}

.pro-list li:nth-child(8) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(9) .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(9) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(9) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(9) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(9) .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:nth-child(9) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(10) .pro-list-content {
	width: 400px;
	float: right;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(10) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(10) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(10) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(10) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
}

.pro-list li:nth-child(10) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(11) .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(11) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(11) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(11) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(11) .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:nth-child(11) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(12) .pro-list-content {
	width: 400px;
	float: right;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(12) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(12) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(12) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(12) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
}

.pro-list li:nth-child(12) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(13) .pro-list-content {
	width: 400px;
	float: left;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(13) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(13) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 40px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(13) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(13) .pro-list-img {
	width:1000px;
	height: auto;
	float: right;
}

.pro-list li:nth-child(13) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.pro-list li:nth-child(14) .pro-list-content {
	width: 400px;
	float: right;
	display: table;
	height: 250px;
}

.pro-list li:nth-child(14) .pro-list-content h1 {
	font: bolder 38px/76px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 0 80px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 2px;
}

.pro-list li:nth-child(14) .pro-list-content p {
	font: 400 20px/40px "Siyuan";
	color: #FF0000;
	display: table;
	padding: 0 0px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 120px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pro-list li:nth-child(14) .pro-list-content a {
	font: 400 20px/40px "Siyuan";
	color: #FFED00;
	float: right;
	margin: 28px 64px 0 0;
}

.pro-list li:nth-child(14) .pro-list-img {
	width:1000px;
	height: auto;
	float: left;
}

.pro-list li:nth-child(14) .pro-list-img img {
	max-height: 312px;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}

.common-page-left{
	width: 50%;
	height: auto;
	float: left;
	border-right: 1px solid #E3E3E3;
}

.common-page-left .swiper-slide img{
	width: 100%;
	margin: 0 auto;
}

.common-page-left h1{
	font: bolder 34px/68px "Siyuan";
	color: #ff8c00;
	padding: 0 0 30px;
}

.common-page-left p{
	font: 400 14px/28px "Siyuan";
	color: #666666;
}

.common-page-left b{
	width: 90%;
	height: auto;
	display: table;
	background: #ff8c00;
	font: 400 14px/28px "Siyuan";
	color: #FFFFFF;
	padding: 10px 25px;
	margin: 15px 0;
}

.common-page-right{
	width: 50%;
	height: auto;
	float: right;
	margin: 0 0 30px 0;
	position: relative;
	overflow: hidden;
}

.common-page-right p{
	font: 400 16px/32px "Siyuan";
	color: #000000;
	padding: 6.5px 0 0 30px;
}

.common-page-right p span{
	color: #ff8c00;
	font-weight: bolder;
}

.common-page-right img{
	width: 100%;
	height: 424px;
	float: right;
	margin: 20px auto;
}

.common-page-more{
	width: 1200px;
	height: auto;
	display: table;
	margin: 30px 0;
}

.common-page-more img{
	width: 332px;
	margin: 0;
}

.common-page-more .pro-list-img{
	width: 1200px;
	height: 300px;
}

.common-page-more .pro-list-img .swiper-pagination-bullet{
	background: rgba( 0, 0, 0, 0.3 );
}

.common-page-more .pro-list-img .swiper-pagination-bullet-active{
	background: #000000;
}

.common-page-descinfo{
	width: 100%;
	height: auto;
	display: table;
}

.common-page-descinfo table{
	margin: 20px auto !important;
	width: 100% !important;
	border: none !important;
}

.common-page-descinfo td{
	padding: 10px 24px !important;
}

.common-page-descinfo h1{
	font: bolder 34px/68px "Siyuan";
	color: #ff8c00;
	text-align: center;
	margin: 20px 0;
	border-bottom: 1px solid #ff8c00;
}

.common-page-descinfo p{
	font: 400 14px/28px "Siyuan";
	color: #666666;
}

.page_message{
	width: 100%;
	height: auto;
	display: table;
}

.page_message h1{
	font: 400 22px/44px "Siyuan";
	color: #000000;
	letter-spacing: 2px;
}

.page_message p{
	font: 400 14px/44px "Siyuan";
	color: #FFFFFF;
	background-color: #ff8c00;
	text-indent: 24px;
}

.page_message li{
	width: 100%;
	height: auto;
	margin: 12px 0;
}

.page_message li input{
	font: 400 14px/40px "Siyuan";
	color: #666666;
	text-indent: 24px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
}

.page_message .msgname{
	width: 49.5%;
	float: left;
	height: 40px;
}

.page_message .msgphone{
	width: 49.5%;
	float: right;
	height: 40px;
}

.page_message li textarea{
	width: 100%;
	border: 1px solid #E3E3E3;
	padding: 12px 24px;
	height: 200px;
	font: 400 14px/40px "Siyuan";
	color: #666666;
}

.page_message button{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
	background-color: #333333;
	font: 400 14px/44px "Siyuan";
	padding: 0 20px;
	color: #FFFFFF;
	border-radius: 5px;
}