﻿/*  产品列表  */
.leftNav{
	width: 20%;
}
.leftNavTop{
	background-color: #30408f;
	color: #fff;
	position: relative;
	padding: 16px 10px 14px 14px;
}
.leftNavTop h2{
	font-size: 22px;
	font-weight: normal;
}
.leftNavTop h3{
	font-size: 20px;
	font-weight: normal;
	margin: auto;
	line-height: 40px;
}
.leftNavTop i{
	background: url(../images/leftnavicons.png) 0 0;
	width: 20px;
	height: 16px;
	position: absolute;
	right: 14px;
	bottom: 14px;
}
.leftNav_cp h3{
	height: 56px;
	line-height: 56px;
	background-color: #e0e4ef;
	position: relative;
	font-weight: normal;
}
.leftNav_cp h3 a{
	color: #325da1;
	font-size: 16px;
	padding-left: 18px;
	display: block;
}
.leftNav_cp h3 a i{
	background: url(../images/leftnavicons.png) -32px -11px;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 16px;
	height: 10px;
	margin-top: -5px;
}
.leftNav_cp h3 a i.arrowAct{
	background: url(../images/leftnavicons.png) -32px 0;
}
.leftNav_cp .leftNav_cpLi{
	display: none;
}
.leftNav_cp .leftNav_cpLi a{
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	color: #292929;
	font-size: 16px;
	padding-left: 50px;
	display: block;
	overflow: hidden;
}
.leftNav_cp .leftNav_cpLi a i{
	background: url(../images/leftnavicons.png) 0 -38px;
	position: absolute;
	left: 14px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -8px;
}
.leftNav_cp .leftNav_cpLi a:hover{
	color: #315ca0;
}
.leftNav_cp .leftNav_cpLi a:hover i{
	background: url(../images/leftnavicons.png) 0 -19px;
}
.leftNav_cp .leftNav_cpLi a.leftNavLiAct{
	color: #315ca0;
}
.leftNav_cp .leftNav_cpLi a.leftNavLiAct i{
	background: url(../images/leftnavicons.png) 0 -19px;
}
.leftNavRxzx{
	width: 100%;
	background-color: #325da1;
	color: #fff;
	margin-top: 50px;
}
.leftNavRxzx{
	padding: 24px 0 10px;
}
.leftNavRxzx i{
	background: url(../images/leftnavicons.png) 0 -60px;
	width: 54px;
	height: 48px;
	display: block;
	margin: 0 auto;
}
.leftNavRxzx h3{
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	text-align: center;
}
.leftNavRxzx h2{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.cplists{
	width: 76%;
}
.cplistLine{
	width: 100%;
	border-bottom: 1px dashed #e2e2e2;
	margin: 30px 0;
}
.cplistsBot{
	margin-right: -2%;	
}
.cplistsBot ul li{
	border: 1px solid #eaeaea;
	width: 31%;
	float: left;
	margin: 0 2% 2% 0;
}
.cplistsBot ul li a{
	display: block;
	width: 100%;
}
.cplistsBig img{
	display: block;
	width: 100%;
}
.cplistsSm{
	text-align: center;
    padding-left: 3%;	
    margin: 10px 0 4px;
}
.cplistsSm img{
	width: 31%;
	margin-right: 2%;
	height: 69px;
	float: left;
}
.cplistsBot ul li h3{
	font-size: 16px;
	font-weight: normal;
	color: #292929;
	text-align: center;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cplistsBot ul li:hover h3{
	color: #315ca0;
}
.cplistPage{
	text-align: center;
	margin-bottom: 60px;
}
.cplistPage a{
	display: inline-block;
	padding: 8px 12px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #cacaca;
	margin-right: 6px;
}
.cplistPage a:hover{
	background-color: #ff9104;
	color: #fff;
}
.cplistPage a.cpPageAct{
	background-color: #ff9104;
	color: #fff;
}
.cplistsTop{
	background-color: #f3f4f6;
	padding: 10px 0;
	margin-bottom: 26px;
}
.cplistsTop ul li{
	float: left;
	width: 23%;
	text-align: center;	
	margin: 0 1%;
}
.cplistsTop ul li a{
	width: 100%;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.cplistsTop ul li a:hover{
	color: #325da1;
}

/* sm-leftNav */
.sm-leftNav{
	width: 25%;
	border: 1px solid #d8d8d8;
	display: none;
	position: fixed;
	top: 145px;
	left: 1%;
}
.sm-leftNav ul li{
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff;
}
.sm-leftNav ul li a{
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;	
	overflow: hidden;
}
.sm-leftNav ul li.smLNavAct{
	background-color: #028fe1;
}
.sm-leftNav ul li.smLNavAct a{
	color: #fff;
}
.sm-leftNav .smLNavAll a{
	font-size: 16px;
}

/* sm-cplists */
.sm-cplists{
	width: 72%;
	display: none;
}
/* sm-seach */
.sm-seachDiv{
	width: 100%;
	display: none;
}
.video-js{
	width: 100%;
}
#trump_main_unique_1{
	width: 100%!important;
    height: 100%!important;
}
/* 产品详情 */
.cpMain{
	width: 100%;
}
.cpMainTop {
	margin-bottom: 40px;
}
.cpMainTop h2{
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 20px 0;	
}
.cpMainTopL{
	width: 54%;
}
.cpMBigImg{
	width: 465px;
	height: 310px;
	
}
.cpMBigImg img{
	display: block;
	width: 100%;
	border:1px solid #ccc;
	overflow: hidden;
	height: 100%;
	object-fit: contain;
}
.cpMsmUlWrap{
	position: relative;
	margin-top: 10px;
	padding: 0 18px;
}
.cpMsmUl{
	overflow: hidden;
}
.cpMsmUl ul{
	width: 99999999px;
}
.cpMsmUl ul li{
	float: left;
	width: 108px;
	margin: 0 3px;
	cursor: pointer;
}
.cpMsmUl ul li img{
	display: block;
	width: 106px;
	height: 68px;
	border: 1px solid #e6e6e6;
}
.cpMsmUl ul li.cpMsmliAct img{
	border: 1px solid #029aee;
}
.cpMbuts a{
	width: 18px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	background-color: #eaeaea;
	text-align: center;
}
.cpMbuts .cpMbutsL{
	left: -2px;
	
}
.cpMbuts .cpMbutsR{
	right: -4px;
}
.cpMbuts .cpMbutsL img,.cpMbuts .cpMbutsR img{
	margin-top: 25px;
	text-align: center;
}
.cpMainTopR{
	width: 42%;
}
.cpMainTopR p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.cpMainTopR a{
	display:inline-block;
	width: 124px;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #fead3a;
	margin-top: 30px;
	float: right;
}
.cpMainTopR a:hover{
	background-color: #f7a32d;
	transition: all .3s; 
}
.cpMainTable{
/*	border: 1px solid #eaeaea;
	border-top:none;*/
}
.cpMainTabUl{
	border-bottom: 1px solid #eaeaea;
}
.cpMainTabUl li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.cpMainTabUl li.cpMTabLiAct{
	color:#325da1;
	border:1px solid #325da1;
	border-bottom:none;
	background:#e0e4ef;
}
.cpMainTabDiv{
	padding: 16px;
	display: none;
	line-height: 28px;
	overflow: hidden;
}
.cpMainTabDiv tr{ text-indent: 10px;}
.cpMainTabDiv a{
	color: #354fdc;
    text-decoration: underline;
}
.cpMainTabDiv h2 a,.cpMainTabDiv h3 a{
	color: #292929;
    text-decoration: none;
}
.cpMainTabDiv h2 span,.cpMainTabDiv h3 span{
	font-size: 16px !important;
}
.cpMainTabDiv h2,.cpMainTabDiv h3{
	font-size: 16px;
	margin: 10px 0 4px;
}
.cpMainTabDiv p{
	font-size: 16px;
}
.cpMainTabDiv img{
	display: block;
	width: 100%;
}
.cpMainTabDiv .viov{
	width: 100%;
	height: 450px;
}
.cpMainTabBut{
	background-color: #eaeaea;
}
.cpMainTabBut span{
	float: left;
	width: 48%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cpMainTabBut span a{
	font-size: 14px;
	padding-left: 10px;
}
.cpMainTabBut span a:hover{
	text-decoration: underline;
    color: #ff0000;
}

/* 相关案例 */
.cpxgCase{
	margin-top: 30px;	
}
.cpxgCaseTop{
	border-bottom: 1px solid #eaeaea;
}
.cpxgCaseTop h3{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	position: relative;
	width: 70px;
	border-bottom: 2px solid #292929;
	margin-bottom: -1px;
}

.cpxgCaseLi{
	margin-right: -3%;
	padding-top: 14px;
}
.cpxgCaseLi a{
	float: left;
	width: 28%;
	margin-right: 2%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cpxgCaseLi a i{
	font-size: 0;
    width: 5px;
    height: 5px;
    background: #e8632a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

/* 相关产品推荐 */
.cpxgItro{
	margin: 70px 0 30px;
}
.cpItroTop{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.cpxgItroUlWrap{
	box-shadow: 0px 0px 10px #dfdfdf;
	padding: 30px 20px 10px 20px;
	position: relative;
}
.cpxgItroUl{
	overflow: hidden;
}
.cpxgItroUl ul{
	width: 99999999px;
}
.cpxgItroUl ul li{
	float: left;
	width: 198px;
	margin: 0 10px;
}
.cpxgItroUl ul li a{
	display: block;
}
.cpxgItroUl ul li a img{
	width: 198px;
}
.cpxgItroUl ul li a h3{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.cpxgItroUl ul li a:hover h3{
	color: #029aee;
}
.cpItroBut a{
	width: 18px;
	height: 53px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
}
.cpItroBut .cpItroButL{
	background: url(../images/cpxgcpbutl.jpg) no-repeat center;
	left: 0;
}
.cpItroBut .cpItroButR{
	background: url(../images/cpxgcpbutr.jpg) no-repeat center;
	right: 0;
}

/*手机Page*/
.sm-cpMainTabBut{
	display: none;
	background-color: #fff;
    padding: 20px 2% 10px;
    border-top: 1px solid #eaeaea;
}
.sm-cpMainTabBut a {
	display: block;
    font-size: 14px;
    width: 98%;
    height: 36px;
    line-height: 36px;
    padding-left: 2%;
    background-color: #eaeaea;
    margin-bottom: 10px;
    border-radius: 4px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sm-cpMainTabBut a span{
	margin-left: 4px;
}

@media only screen and (max-width: 1200px) {
	.leftNav_cp .leftNav_cpLi a{
		font-size: 14px;
	    line-height: 54px;
	    padding-left: 46px;
	}
}

@media only screen and (max-width: 1024px) {
	.leftNav{
		width: 22%;
	}
	.cpMainTopL{
		width: 100%;
	}
	.cpMainTopR{
		width: 100%;
	}
	.cpMainTabUl li {
	    height: 46px;
	    line-height: 46px;
	    width: 120px;
	    font-size: 16px;
	}
	.cpMainTabDiv p {
	    font-size: 15px;
	}
}

@media only screen and (max-width: 850px) {
	.leftNav,.cplistPath,.mCSbanner,.cplists{
		display: none;
	}
	.sm-navPath,.sm-cplists,.sm-leftNav,.sm-seachDiv{
		display: block;
	}
	.cplistsBot{
		margin-right: -4%;
	}
	.cplistWrap {
		padding: 0%;	
		margin-top: 20px;
		width: 100%;
	}
	.cplistsBot ul li {
	    border: 1px solid #eaeaea;
	    width: 47%;
	    float: left;
	    margin: 0 2% 2% 0;
	    background-color: #fff;
	}
	.cpMsmUlWrap,.cpxgCase,.cpxgItro{
		display: none;
	}
	.cpMain {
		width: 96%;
		background-color: #fff;
		padding: 20px 2%;
	}
}
@media only screen and (max-width: 530px) {
	.sm-navPathWrap {
	    margin-top: 52px;
	}
	.cplistWrap {
	    margin-top: 10px;
	}
	.sm-navPath {
    	line-height: 50px;
    }
    .sm-leftNav{
    	top: 112px;
    }
	.sm-leftNav ul li a {
	    font-size: 13px;
	    padding: 0 2px 0 8px;
	}
	.sm-leftNav .smLNavAll a {
	    font-size: 15px;
	}
	.cplistsBot ul li h3{
		font-size: 14px;
	}
	.cpMainTop h2 {
	    font-size: 20px;
	    font-weight: normal;
	    text-align: center;
	    margin: 10px 0;
	}
	.cpMainTabBut{
		display: none;
	} 
	.sm-cpMainTabBut{
		display: block;
	}
	.cpMainTabDiv .viov{
		height: 320px;
	}
	.cpMainTabDiv h2, .cpMainTabDiv h3{
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.sm-leftNav ul li a {
	    font-size: 12px;
	    height: 34px;
    	line-height: 34px;
	}
	.cpMainTabDiv {
	    line-height: 26px;
	}
	.sm-leftNav .smLNavAll a {
	    font-size: 14px;
	}
	.cplistsBot ul li h3{
		font-size: 14px;
		height: 34px;
    	line-height: 34px;
	}
	.cpMainTopR a {
	    width: 100px;
	    font-size: 14px;
	    height: 34px;
	    line-height: 34px;
	    margin-top: 20px;
	}
	.cpMainTabUl li {
	    height: 40px;
	    line-height: 40px;
	    width: 90px;
	    font-size: 15px;
	}
}
@media only screen and (max-width: 420px) {
	.cplistsBot ul li h3{
		font-size: 13px;
	}
	.cpMainTop h2 {
	    font-size: 18px;
	    margin: 6px 0;
	}
	.cpMainTabUl li {
	    height: 40px;
	    line-height: 40px;
	    width: 80px;
	    font-size: 14px;
	}
	.sm-cpMainTabBut a{
		font-size: 13px;
	}
	.cpMainTop {
	    margin-bottom: 40px;
	}
	.cpMainTopR p {
	    padding: 0 4px;
	}
	.cpMainTabDiv {
	    padding: 6px 8px;
	}
	.cpMainTabDiv .viov{
		height: 210px;
	}
}
@media only screen and (max-width: 370px) {
	.cplistsBot ul li h3{
		font-size: 12px;
	}
	.cpMainTopR p {
	    font-size: 16px;
	    line-height: 28px;
	    margin-top: 28px;
	    padding: 0 6px;
	}
	.cpMainTabDiv h3 {
	    font-size: 15px;
	    margin-bottom: 4px;
	}
	.cpMainTabDiv p {
	    font-size: 14px;
	}
	.cpMainTabDiv .viov{
		height: 200px;
	}
}