@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li {
	list-style: none;
}


/*流程开始*/

.step {
	width: 100%;
	height: 374px;
	/*box-shadow: 0px 5px 7px 0px #666;*/
	padding-top: 60px;
	box-sizing: border-box;
}

.comtitle {
	width: 240px;
	height: 103px;
	margin: 0 auto;
	background: url(../images/tibg.jpg) no-repeat center left;
	padding-left: 112px;
	position: relative;
}

.comtitle p:nth-child(1) {
	font-size: 30px;
	color: #222;
	padding-top: 10px;
	letter-spacing: 2px;
}

.comtitle p:nth-child(2) {
	width: 300px;
	font-size: 18px;
	font-family: arial;
	position: absolute;
	bottom: 25px;
}

.stepBox {
	width: 1100px;
	height: 130px;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
}

.stepOne {
	width: 120px;
	height: 120px;
	border: 1px solid #666;
	border-radius: 50%;
	float: left;
	margin-right: 41px;
	color: #666;
	cursor: pointer;
}

.stepOne:nth-child(7) {
	margin-right: 0;
}

.stepNum {
	width: 40px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #666;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}

.stepP {
	text-align: center;
	margin-top: 10PX;
}

.stepOne:hover {
	border-color: #3E9E3D;
	color: #3E9E3D;
	font-weight: bold;
}

.stepOne:hover .stepNum {
	background: #3E9E3D;
}


/*流程结束*/


/*定制服务开始*/

.service {
	width: 100%;
	height: 337px;
	background: #fc505c;
}

.serviceBox {
	width: 1100px;
	height: 337px;
	margin: 0 auto;
	background: #fc505c;
}

.serviceL {
	width: 232px;
	height: 100%;
	float: left;
}

.serviceImg {
	padding-top: 45px;
	width: 230px;
	height: 73px;
	margin-left: 3px;
}

.serviceLineBox {
	width: 85px;
	height: 20px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
}

.serviceLTitle {
	font-size: 48px;
	color: #fff;
	text-shadow: 3px 3px 3px #333;
	color: #fff;
	transition: .3s;
}

.serviceLTitle a {
	color: #fff;
}

.serviceLTitle:hover {
	transform: translateX(5px);
}

.serviceLineOne {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.serviceR {
	width: 778px;
	height: 100%;
	float: right;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

.serviceLP1 {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.serviceLP1:after {
	content: '———';
	margin-left: 10px;
}

.serviceLP2 {
	color: #fff;
	font-size: 30px;
}

.serviceROne {
	float: left;
	width: 259px;
	height: 169px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}

.serviceOneImg {
	width: 100%;
	height: 103px;
	position: relative;
}

.serviceOneImg img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.serviceOneP {
	width: 100%;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
}

.serviceOneNum {
	color: #ffcccc;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.serviceOneNum:before {
	content: "—";
	margin-right: 10px;
}

.serviceOneNum:after {
	content: "—";
	margin-left: 10px;
}

.serviceROne:hover .serviceOneP {
	transform: translateX(5px);
}


/*定制服务结束*/


/*关于我们开始*/

.gywm {
	width: 1100px;
	height: 480px;
	margin: 70px auto;
}

.gywmL {
	width: 650px;
	height: 100%;
	float: left;
}

.gywmLtop {
	width: 100%;
	height: 84px;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}

.gywmLtopP1 {
	font-size: 30px;
	color: #333;
}

.gywmLtopP1 span {
	font-size: 14px;
	color: #666;
	margin-left: 10PX;
}

.gywmLtopP2 {
	font-size: 12px;
	color: #333;
	letter-spacing: 13px;
}

.gywmLtopLine {
	width: 350px;
	height: 1px;
	background: #ccc;
	margin-top: 8px;
}

.gywmR {
	width: 356px;
	height: 100%;
	float: right;
	overflow: hidden;
}

.gywmR img {
	height: 100%;
	cursor: pointer;
	transition: .3s;
}

.gywmR:hover img {
	transform: scale(1.1);
}

.gywmLtopMore {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	color: #333;
	transition: .3s;
}

.gywmLtop:hover .gywmLtopMore {
	color: #333;
	transform: translateX(5px);
}

.gywmLtopMore:after {
	content: url(../images/more.png);
	margin-left: 5px;
}

.gywmLCont {
	width: 100%;
	height: 360px;
	margin-top: 36px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}


/*关于我们结束*/

.title {
	text-align: center;
	line-height: 30px;
	color: #333;
	font-size: 30px;
}

.title:after {
	content: '';
	display: block;
	clear: both;
}

.title span {
	font-size: 30px;
	font-family: georgia;
	color: #666;
}


/*产品中心开始*/

.product {
	width: 100%;
	height: 993px;
	margin: 0 auto;
	background: url(../images/probg.jpg) no-repeat center;
	padding-top: 70px;
	box-sizing: border-box;
}


/**/

.proNav {
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 40px 0;
}

.proNavBox {
	width: 685px;
	height: 47px;
	margin: 0 auto;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.proNavBox a {
	display: block;
	width: 170px;
	height: 47px;
	line-height: 47px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	color: #666;
	float: left;
	font-size: 14px;
	text-align: center;
}

.proNavBox a:hover {
	background:  #339dd1;
	color: #fff;
}

.proNavBox .proNavBoxA {
	background:  #339dd1;
	color: #fff;
}


/**/

.proList {
	width: 1100px;
	height: 610px;
	margin: 0 auto;
}

.proList li {
	width: 345px;
	height: 290px;
	background: #fff;
	float: left;
	text-align: center;
	margin-right: 32px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 0px #ccc;
}

.proList li:nth-child(3n) {
	margin-right: 0;
}

.proList li img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.proList li:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.proList li a:last-child {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, .3);
	line-height: 50px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.proList li:hover a:last-child {
	background: rgba(51, 157, 209, 0.74);
}

.proList li:nth-child(3) {
	margin-right: 0;
}

.proImg {
	width: 100%;
	height: 320px;
	position: relative;
	background: #999;
	margin-bottom: 10px;
	box-shadow: 0 0 10px 0 #999;
}

.proImgBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.proImgBox img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.proMask {
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	padding-top: 120px;
	box-sizing: border-box;
	opacity: 0;
	transition: .3s;
}

.proMask:hover {
	opacity: 1;
}

.proMask p {
	margin-top: 10px;
}

.proMask:hover {
	color: #fff;
}

.proA {
	text-align: center;
	color: #333;
	margin-top: 10px;
}

.proList li:hover .proA {
	color: #6fba2c;
}

.proMA {
	width: 230px;
	height: 36px;
	display: block;
	margin: 50px auto;
	background: url(../images/vm.png) no-repeat center;
}

.proMA:hover {
	border: 1px solid skyblue;
}


/*产品中心结束*/


/*优势开始*/

.youshi {
	width: 100%;
	height: 700px;
	background: #F8F8F8;
}

.ysTitle {
	text-align: center;
	color: #333;
	padding-top: 40px;
	box-sizing: border-box;
}

.ysTitle p:nth-child(1) {
	font-size: 48px;
	font-family: arial;
}

.ysTitle p:nth-child(2) {
	font-size: 24px;
	line-height: 30px;
}

.ysTitle p:nth-child(2) span {
	line-height: 30px;
	font-size: 30px;
}

.ysTitle p:nth-child(3) {
	font-size: 12px;
	margin-top: 5px;
}


/**/

.ysList {
	width: 1100px;
	height: 400px;
	margin: 0 auto;
	margin-top: 60px;
}

.ysone {
	width: 265px;
	height: 400px;
	box-shadow: 0 0 10px 0px #999;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	color: #333;
}

.ysoneOn {
	background: #1b6896;
	color: #fff;
}

.ysone:nth-child(4n) {
	margin-right: 0;
}

.ysone img {
	width: 76px;
	height: 76px;
	margin: 0 auto;
	background: #333;
	border-radius: 50%;
}

.ysoneOn img {
	background: #1B6896;
}

.ysone p:nth-child(2) {
	font-size: 18px;
	margin-top: 40px;
	position: relative;
}

.ysline {
	width: 40px;
	height: 2px;
	background: #1b6896;
	margin: 25px auto;
}

.ysoneOn .ysline {
	background: #fff;
}

.ysone p:nth-child(4) {
	padding: 0 25px;
	font-size: 14px;
	line-height: 22px;
}


/*优势结束*/


/*视频开始*/

.video {
	width: 1100px;
	height: 533px;
	margin: 0 auto;
	position: relative;
}

.videoLine {
	width: 209px;
	height: 100%;
	background: #3485b5;
	background: #3181b1;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-80%);
}

.videoLine img {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.videoCont {
	padding-top: 120px;
	box-sizing: border-box;
	margin-left: 200px;
	width: 240px;
	height: 10px;
	float: left;
}

.videoCont p:nth-child(1) {
	color: #1B6896;
	font-size: 24px;
}

.videoCont p:nth-child(2) {
	color: #333;
	font-size: 16px;
	margin-bottom: 30px;
}

.videoCont p:nth-child(4) {
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}

.videoContTel {
	font-size: 24px;
	color: #1B6896;
}

.videoContLine {
	width: 40px;
	height: 1px;
	background: #999;
	margin-bottom: 1px;
}

.videoContLineT {
	margin-top: 30px;
}

.videoR {
	width: 638px;
	height: 100%;
	float: right;
}

.videoRT {
	font-size: 24px;
	color: #1B6896;
	padding-bottom: 13px;
	padding-top: 41px;
	box-sizing: border-box;
}

.videoShow {
	overflow: hidden;
	position: relative
}

.videoShow img {
	height: 100%;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}


/*视频结束*/


/*关于开始*/

.about {
	width: 100%;
	height: 520px;
}

.aboutBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.aboutCont {
	width: 1100px;
	height: 350px;
	margin: 0 auto;
	margin-top: 40px;
}

.aboutL {
	width: 500px;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}

.aboutL img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.aboutL img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.aboutR {
	width: 544px;
	height: 100%;
	float: right;
	padding: 20px 0;
	box-sizing: border-box;
}

.aboutR p:nth-child(1) {
	font-size: 20px;
	letter-spacing: 2px;
	color:  #339dd1;
}

.aboutR p:nth-child(2) {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.aboutR p:nth-child(3) {
	font-size: 14px;
	line-height: 35px;
	color: #333;
	height: 180px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.abjt {
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #999;
	box-sizing: border-box;
	background: url(../images/abjt.png) no-repeat center;
	margin-top: 20px;
}


/*关于结束*/


/*联系方式结束*/

.contact {
	width: 100%;
	height: 300px;
	background: url(../images/telbg.jpg) no-repeat center;
	color: #fff;
	padding-top: 20px;
	box-sizing: border-box;
}


/*联系方式结束*/


/*应用领域和案例展示开始 */

.lyal {
	width: 100%;
	height: 730px;
	margin-top: 60px;
}

.lyalBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.yyly {
	width: 260px;
	height: 100%;
	background: #166fae;
	float: left;
	padding-top: 35px;
	box-sizing: border-box;
}

.yyly p:nth-child(1) {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.yyly p:nth-child(2) {
	font-size: 18px;
	color: #bacde0;
	text-align: center;
}

.yylyList {
	width: 250px;
	height: 605px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	padding: 40px 30px 0 30px;
	box-sizing: border-box;
}

.yylyOne {
	margin-bottom: 15px;
	position: relative;
}

.yylyOne a {
	font-size: 14px;
	color: #333;
	position: relative;
}

.yylyOne a:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #aaa;
	box-sizing: border-box;
	position: absolute;
	left: -16px;
	top: 6px;
}

.yylyOne a:hover {
	color: #166fae;
}

.yylyOne a:hover:before {
	border-color: #166fae;
}

.yylyOne:after {
	content: '+';
	color: #999;
	position: absolute;
	right: -17px;
	top: 0px;
}


/**/

.alzs {
	width: 800px;
	height: 100%;
	float: right;
}

.alzsT {
	height: 45px;
	border-bottom: 2px solid #666;
	box-sizing: border-box;
	line-height: 45px;
	color: #333;
	font-size: 24px;
}

.alzsT p {
	float: left;
}

.alzsT span {
	color: #a4a4a4;
	font-size: 14px;
}

.alzsT a {
	float: right;
	font-size: 14px;
	color: #333;
	text-align: right;
}

.alzsT a:hover {
	color: #166FAE;
}

.alzsList {
	margin-top: 20px;
}

.alzsList li {
	width: 250px;
	height: 225px;
	overflow: hidden;
	margin-right: 25px;
	text-align: center;
	float: left;
}

.alzsList li:nth-child(3n) {
	margin-right: 0;
}

.alzsOneImg {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}

.alzsOneImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.alzsOneImg img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.alzsList p {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.alzsList li:hover p {
	color: #166FAE;
}

.alzsList a {
	color: #333;
}

.alzsList li:hover a {
	color: #166FAE;
}


/*应用领域和案例展示结束 */


/*理由开始*/

.ly {
	width: 100%;
	height: 610px;
	margin-top: 100px;
	background: url(../images/ysbg.jpg) no-repeat center;
}

.lyBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.lyimg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}

.ly5 {
	font-family: fantasy;
	color:  #339dd1;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: 68px;
}

.lylo {
	font-size: 18px;
	color: #999999;
	position: absolute;
	left: 50px;
	top: 86px;
}

.lycn {
	font-size: 30px;
	color:  #339dd1;
	position: absolute;
	left: 50px;
	top: 110px;
}


/**/

.lyList {
	position: absolute;
	left: 0;
	top: 220px;
}

.lyOne {
	float: left;
}

.lyCir {
	width: 120px;
	height: 120px;
	background: #999;
	margin-right: 25px;
	float: left;
	cursor: pointer;
	transition: .3s;
	position: relative;
}

.lyOne:hover .lyCir {
	background:  #339dd1;
}

.lyCir img {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%, -50%);
}

.lyCir p {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 78px;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.lyCont {
	position: absolute;
	left: 0;
	top: 150px;
	width: 700px;
	height: 200px;
	transform: rotateX(90deg);
	transition: .3s;
	MARGIN-TOP: 40PX;
}

.lyOne:hover .lyCont {
	transform: rotateX(0deg);
}

.lyContNum {
	font-family: fantasy;
	font-size: 65px;
	color:  #339dd1;
	position: relative;
}

.lyContNum:after {
	content: '';
	display: block;
	width: 20px;
	height: 50px;
	border-left: 5px solid  #339dd1;
	background: #f5f5f5;
	transform: rotateZ(44deg);
	position: absolute;
	left: 52px;
	top: 39px;
}

.lyContTil {
	position: absolute;
	left: 100px;
	top: 10px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}

.lyContP {
	position: absolute;
	left: 100px;
	top: 45px;
	font-size: 16px;
	color: #434343;
	letter-spacing: 1px;
}

.lyOneOn .lyCir {
	background:  #339dd1;
}

.lyOneOn .lyCir:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background:  #339dd1;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%) rotateZ(45deg);
}

.lyOneOn .lyCont {
	transform: rotateX(0deg);
}


/*理由结束*/


/*客户案例开始*/

.khjz {
	width: 100%;
	height: 460px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}


/*滚动开始*/

.caseMask {
	width: 1110px;
	height: 220px;
	height: 360px;
	margin: 40px auto;
	position: relative;
}

.caseMaskT {
	cursor: pointer;
	width: 40px;
	height: 43px;
	position: absolute;
	top: 25%;
	background: url(../images/tl.png) no-repeat;
}

.caseMaskT:hover {
	cursor: pointer;
	width: 40px;
	height: 43px;
	position: absolute;
	top: 25%;
	background: url(../images/tr.png) no-repeat;
}


/*.caseMaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #000;
	transform: rotate(-45deg) translate(-5px, 5px);
}

.caseMaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #000;
	transform: rotate(-135deg) translate(-16px, -18px);
}*/

.caseMaskT:hover::before {
	background: #999;
}

.caseMaskT:hover::after {
	background: #999;
}

.caseMaskTL {
	left: 0;
	transform: translate(-300%, -50%);
}

.caseMaskTR {
	right: 0;
	transform: translate(300%, -50%) rotate(180deg);
}

.caseShow {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.caseBox {
	height: 100%;
	width: 2000px;
}

.caseBox li {
	cursor: pointer;
	width: 250px;
	/* height: 100%; */
	/*height: 330px;*/
	/*background: rgba(0, 0, 0, .5);*/
	overflow: hidden;
	float: left;
	margin-right: 30px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	/* border-radius: 20px; */
}

.caseBox li img {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.caseBox li .caseBoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}

.caseBoxImg {
	width: 100%;
	height: 193px;
	/* height: 300px; */
	overflow: hidden;
	position: relative;
	/* background: rebeccapurple; */
}

.caseBoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}

.caseBox li:hover .caseBoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}

.caseBox li:hover .caseBoxTitle {
	color: #339dd1;
}


/*结束滚动*/


/*客户案例结束*/


/*荣誉资质开始*/

.honor {
	width: 100%;
	height: 500px;
}


/*荣誉资质结束*/


/*产品优势开始*/

.cpys {
	width: 100%;
	height: 550px;
	padding-top: 40px;
	box-sizing: border-box;
}

.cpysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.pcysT {
	width: 916px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/cpys.png) no-repeat center;
	position: relative;
}

.pcysT p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 18px;
	color: #333;
}

.pcysT p span {
	color: #6fba2c;
}

.cpList {
	margin-top: 60px;
}

.cpList li {
	box-sizing: border-box;
	width: 275px;
	height: 290px;
	float: left;
	border-right: 1px dashed #999;
	position: relative;
	text-align: center;
}

.cpList li:last-child {
	border: none;
}

.ysOneImg {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.ysOneImg img {
	width: 100%;
	cursor: pointer;
	transition: .3s;
}

.cpList li:hover img {
	transform: scale(1.1);
}

.cpysTitke {
	font-size: 18px;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}

.cpysP {
	width: 185px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px dashed #999;
	color: #666;
}


/*产品优势结束*/


/*tel开始*/

.tel {
	width: 100%;
	height: 205px;
	background: url(../images/telbg.png) no-repeat center;
}

.telBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.telico {
	position: absolute;
	left: 0;
	top: 50px;
}

.telp1 {
	position: absolute;
	left: 65px;
	top: 50px;
	color: #fff;
	font-size: 14px;
}

.telp2 {
	position: absolute;
	left: 66px;
	top: 70px;
	font-family: georgia;
	font-weight: bold;
	color: #6fba2c;
	font-size: 24px;
}

.telA {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	background: url(../images/telabg.jpg) no-repeat;
	box-sizing: border-box;
	color: #333;
}

.telA:hover {
	text-decoration: underline;
	color: #333;
}

.telA1 {
	position: absolute;
	left: 0;
	top: 120px;
}

.telA2 {
	position: absolute;
	left: 150px;
	top: 120px;
}

.telTP1 {
	width: 510px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	color: #ece8e6;
	font-family: "宋体";
	font-size: 24px;
	text-align: center;
}

.telTP2 {
	width: 510px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 110px;
	transform: translateX(-50%);
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	text-align: center;
}


/*tel结束*/


/*客户见证开始*/


/*客户见证结束*/


/*定制开始*/

.order {
	width: 100%;
	height: 350px;
	padding-top: 80px;
	box-sizing: border-box;
}

.orderBox {
	width: 1100px;
	margin: 0 auto;
}

.orTitlteImg {
	text-align: center;
}

.orTitlteImg img {
	text-align: center;
}

.orTName {
	font-family: "宋体";
	font-size: 20px;
	color: #000;
	margin: 10px;
	text-align: center;
}

.orTName2 {
	font-size: 14px;
	color: #666;
	text-align: center;
	letter-spacing: 2px;
}

.orTName2 span {
	margin: 0 20px;
}

.orderList {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
}

.orderListOne {
	display: block;
	width: 500px;
	height: 150px;
	border: 5px solid #666;
	float: left;
	margin: 40px 0;
	position: relative;
	box-sizing: border-box;
}

.orderListOne:nth-child(2n) {
	float: right;
}

.orderListOneImg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #666;
}

.orderListOneImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.orderListOneCont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: #333;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
	letter-spacing: 2px;
}

.orderListOneCont p:nth-child(1) {
	width: 90px;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
}

.orderListOneCont p:nth-child(1):before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: -80%;
	top: 10px;
	opacity: .5;
}

.orderListOneCont p:nth-child(1):after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: -80%;
	opacity: .5;
	top: 10px;
}

.orderListOneCont p:nth-child(2) {
	font-size: 14px;
	letter-spacing: 10px;
	margin-top: 10px;
}

.orderListOne:hover .orderListOneImg img {
	transform: translate(-50%, -50%) scale(1.1);
	transition: .3s;
}


/*定制结束*/


/*选择*/

.chose {
	width: 1100px;
	margin: 10px auto;
	text-align: center;
}


}

/*应用领域头部开始*/
.application {
	width: 100%;
	height: 227px;
	background: #00A2FF;
}
.applicationBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/yyly.png) right center no-repeat;
	position: relative;
}
.applicationBor {
	width: 400px;
	height: 60px;
	border: 5px solid #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationBox P {
	text-align: center;
}
.applicationjt {
	position: absolute;
	top: 185px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationP1 {
	padding-top: 35px;
	color: #fff;
	font-size: 24px;
}
.applicationP2 {
	width: 234px;
	margin: 0 auto;
	margin-top: 10px;
	color: #fff;
	background: #00A2FF;
	font-size: 48px;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationP3 {
	position: absolute;
	top: 133px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationP4 {
	position: absolute;
	top: 84px;
	left: 913px;
	color: #fff;
}
.applicationP5 {
	position: absolute;
	left: 913px;
	top: 113px;
	color: #fff;
	font-size: 24px;
}
.applicationList {
	height: 610px;
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}
.applicationOne {
	width: 537px;
	height: 260px;
	margin-right: 26px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.applicationOne:nth-child(2n) {
	margin-right: 0;
}
.applicationOneCont {
	width: 426px;
	height: 242px;
	background: #fff;
	float: left;
	padding: 20px 125px 20px 30px;
	box-sizing: border-box;
}
.applicationOneContTitle {
	color: #00A2FF;
	font-size: 23px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.applicationOneContWord {
	color: #333333;
	font-size: 13px;
	line-height: 23px;
	text-align: justify;
}
.applicationOneImg {
	width: 218px;
	height: 218px;
	border: 2px solid #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 10px;
}
.applicationOneImg img {
	width: 100%;
}
.applicationOneA {
	display: block;
	background: url(../images/appmoreA.png) no-repeat;
	width: 123px;
	height: 41px;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 30px;
}

/*应用领域头部结束*/

/*公司优势开始*/
.ys {
	width: 100%;
	height: 810px;
	background: url(../images/ysbg.jpg) no-repeat center;
	position: relative;
	transform: translateY(-60px);
	color: #333;
}
.ysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.yst {
	font-size: 22px;
}
.yst:hover {
	color: #ED1B24;
}
.ysp {
	font-size: 14px;
	width: 260px;
	height: 140px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 28px;
}
.yst1 {
	position: absolute;
	left: 40px;
	top: 140px;
}
.yst1 {
	position: absolute;
	left: 40px;
	top: 140px;
}
.yst2 {
	position: absolute;
	left: 855px;
	top: 132px;
}
.yst3 {
	position: absolute;
	left: 40px;
	top: 640px;
}
.yst4 {
	position: absolute;
	left: 855px;
	top: 640px;
}
.ysp1 {
	position: absolute;
	left: 40px;
	top: 200px;
}
.ysp2 {
	position: absolute;
	left: 855px;
	top: 200px;
}
.ysp3 {
	position: absolute;
	left: 40px;
	top: 450px;
}
.ysp4 {
	position: absolute;
	left: 855px;
	top: 450px;
}
.ysBox img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*公司优势结束*/

/*服务支持开始*/
.server {
	width: 100%;
	height: 500px;
	background: url(../images/serverBg.jpg) no-repeat center;
	transform: translateY(-60px);
	text-align: center;
	color: #fff;
}
.server a {
	width: 80px;
	height: 30px;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
.server a img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.server a:hover img {
	transform: translate(50%, -50%);
}
.serverTEN {
	font-size: 30px;
	padding-top: 60px;
	box-sizing: border-box;
}
.serverTCN {
	font-size: 24px;
	margin-top: 10px;
}
.serverP {
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}

/*服务支持结束*/

/*客户见证开始*/
.partner {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
.parTitle {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.parTitle p {
	color: #0096FF;
	font-size: 38px;
	margin-bottom: 5px;
}
.parTitle img {
	text-align: center;
}
.partnerList {
	height: 610px;
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}
.partnerOne {
	width: 537px;
	height: 260px;
	margin-right: 26px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.partnerOne:nth-child(2n) {
	margin-right: 0;
}
.partnerOneCont {
	width: 426px;
	height: 242px;
	background: #0096ff;
	float: left;
	padding: 20px 125px 20px 30px;
	box-sizing: border-box;
}
.partnerOneContTitle {
	color: #fff;
	font-size: 23px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.partnerOneContWord {
	color: #000;
	font-size: 13px;
	line-height: 23px;
	text-align: justify;
}
.partnerOneImg {
	width: 218px;
	height: 218px;
	border: 2px solid #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 10px;
}
.partnerOneImg img {
	width: 100%;
}
.partnerOneA {
	display: block;
	background: url(../images/appmoreA.png) no-repeat;
	width: 123px;
	height: 41px;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 30px;
	text-align: left;
}

/*客户见证结束*/

/**/
.mainTitleEng {
	text-align: center;
}
.mainTitleIco {
	text-align: center;
}
.mainTitleCN {
	font-size: 24px;
	color: #333;
	text-align: center;
	transform: translateY(-20px);
}

/**/
.mainNavUl {
	margin: 0 auto;
	margin-top: 40px;
}
.mainNavUl li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	text-align: center;
}
.mainNavUl li {
	float: left;
	margin-right: 40px;
}
.mainNavUl li:last-child {
	margin-right: 0;
}
.mainNavUl li:last-child:hover img {
	transform: translateX(10px);
	transition: .3s;
}
.mainNavUl li a {
	color: #333;
}
.mainNavUl li a:hover {
	color: #BE0200;
}
.mainBox {
	margin-top: 30px;
	width: 1100px;
	height: 325px;
	position: relative;
	overflow: hidden;
	position: relative;
}
.mainOne {
	width: 1100px;
	height: 325px;
	transform: translateX(100%);
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
}
.mainOne:first-child {
	transform: translateX(0);
}
.mainOneImg {
	float: left;
}
.mainOneCont {
	transition: .3s;
}
.mainOneCont2 {
	transition: .3s;
}
.mainOneContMask {
	width: 575px;
	height: 262px;
	float: left;
	overflow: hidden;
}
.mainOneNum {
	margin-bottom: 20px;
	margin-top: 34px;
	margin-left: 28px;
}
.mainOneContOne {
	float: left;
	width: 575px;
	height: 262px;
	box-sizing: border-box;
	overflow: hidden;
}
.mainOneLoacateCN {
	margin-left: 28px;
}
.mainOneLoacateENG {
	padding: 0;
	margin: 0;
	transform: translateY(-8px);
}
.mainOneLoacateENG img {
	margin-left: 28px;
}
.mainOneP {
	margin-left: 28px;
	margin-top: 35px;
	font-size: 18px;
	color: #333;
}
.mainOneP1 {
	float: left;
}
.mainOneP2 {
	float: left;
}
.mainOneCont2One {
	float: left;
	width: 575px;
	height: 262px;
}
.qiehuan {
	width: 50px;
	height: 40px;
	line-height: 44px;
	background: #BE0200;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 600px;
}
.qiehuan img {
	text-align: center;
}
.qiehuan:hover {
	background: #222222;
}
.toLft {
	left: 560px;
}
.toright {
	transform: rotate(180deg);
	left: 630px;
}
.toLft2 {
	left: 560px;
}
.toright2 {
	transform: rotate(180deg);
	left: 630px;
}

/*理由开始*/
.liyou {
	width: 100%;
	height: 690px;
}
.liyouBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.liyoup1 {
	text-align: center;
	color: #8d8d8d;
	font-size: 18px;
	font-family: arial;
	padding-top: 60px;
}
.liyoup2 {
	color: #333;
	font-size: 30px;
	text-align: center;
}
.liyoup3 {
	color: #333;
	font-size: 14px;
	text-align: center;
}

/*理由结束*/

/*合作伙伴开始*/
.hzhb {
	width: 100%;
	height: 664px;
	background: #f9f9f9;
	padding-top: 40px;
	box-sizing: border-box;
}
.hzhbBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.hzhbTitleCN {
	font-size: 36px;
	color: #111;
	text-align: center;
}
.hzhbTitleEN {
	font-size: 14px;
	color: #333;
	font-family: "宋体";
	text-align: center;
	margin: 10px 0;
}
.hzhbList {
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}
.hzhbOne {
	width: 260px;
	height: 160px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 4px 4px 8px 1px #9c9898;
}
.hzhbOne:hover {
	box-shadow: 8px 8px 8px 1px #9c9898;
	transition: .3s;
}
.hzhbOne:nth-child(4n) {
	margin-right: 0;
}
.hzhbOne img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/**/
.proMoreBox {
	width: 350px;
	height: 50px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.proMoreBox a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 30px;
	float: left;
	background: #6fba2c;
	color: #fff;
}
.proMoreBox a:last-child {
	margin-right: 0;
	background: #111;
}
.proMoreBox a:hover {
	animation: proMoreBox .3s ease-in;
}
@keyframes proMoreBox {
	from {
		transform: rotateZ(9deg);
	}
	
	to {
		transform: rotateZ(0deg);
	}
}

/*合作伙伴结束*/

/*案例开始*/
.case {
	width: 1100px;
	height: 700px;
	margin: 0 auto;
}
.caseTEN {
	font-size: 30px;
	color: #ED1B24;
	text-align: center;
}
.caseTCN {
	font-size: 24px;
	text-align: center;
	color: #333;
}
.caseList {
	margin-top: 40px;
}
.caseOne {
	width: 360px;
	height: 225px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.caseOne:nth-child(3n) {
	margin-right: 0;
}
.caseImg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.caseImg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.caseA {
	width: 100%;
	height: 100%;
	background: rgba(237, 27, 36, 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	transition: .3s;
}
.caseA:hover {
	opacity: 1;
}
.caseA p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	text-align: center;
}
.caseA img {
	margin-top: 20px;
}
.caseMore {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 40px;
	padding-left: 40px;
	color: #fff;
	border: 1px solid red;
	background: #ED1B24;
	box-sizing: border-box;
	position: relative;
}
.caseMore:hover {
	color: #fff;
}
.caseMore:after {
	content: url(../images/moreicoright.png);
	position: absolute;
	left: 118px;
	top: 2px;
	transition: .3s;
}
.caseMore:hover::after {
	left: 128px;
}

/*案例结束*/

/*滚动*/
.cpysList {
	width: 1100px;
	height: 308px;
	margin: 0 auto;
	padding-top: 40px;
}
.cpysList .cpysListUl {
	height: 160px;
	width: 1760px;
}
.cpysList .cpysLIcon {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
.cpysList .cpysRIcon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.cpysList ul li {
	position: relative;
	margin-right: 10px;
	width: 210px;
	height: 280px;
	float: left;
	transition: .3s;
	border: 10px solid #fff;
	box-sizing: border-box;
	background: #fff;
}
.cpysList ul li:hover {
	transform: translateY(-10px);
}
.cpysList ul li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cpysList ul li:hover img {
	animation: cpzsMore 1.5s infinite;
}
.cpysList ul li .cpysListPCN {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.cpysList ul li .cpysListPENG {
	font-size: 14px;
	color: #999;
}

/**/

/*滚动1*/
.cpysList1 {
	width: 1100px;
	height: 308px;
	margin: 0 auto;
	padding-top: 40px;
}
.cpysList1 .cpysList1Ul {
	height: 160px;
	width: 1760px;
}
.cpysList1 .cpysLIcon {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
.cpysList1 .cpysRIcon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.cpysList1 ul li {
	position: relative;
	margin-right: 10px;
	width: 210px;
	height: 130px;
	float: left;
	transition: .3s;
	/*border: 10px solid #fff;*/
	
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.cpysList1 ul li:hover {
	transform: translateY(-10px);
}
.cpysList1 ul li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cpysList1 ul li:hover img {
	animation: cpzsMore 1.5s infinite;
}
.cpysList1 ul li .cpysList1PCN {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.cpysList1 ul li .cpysList1PENG {
	font-size: 14px;
	color: #999;
}

/**/

/*联系2开始*/
.tel2bg {
	width: 100%;
	height: 300px;
	background: url(../images/tel2bg.jpg);
	color: #fff;
}
.tel2bg:hover a img {
	transform: translateY(5px);
	transition: .3S;
}

/*联系2结束*/

/*新闻中心开始*/
.news {
	width: 100%;
	height: 650px;
	padding-top: 50px;
	box-sizing: border-box;
}
.newsTitle {
	margin: 0 auto;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
	position: relative;
}
.newsTitle:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background:  #339dd1;
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
}
.newTitle2 {
	width: 400px;
	margin: 0 auto;
	transform: translateY(-12px);
	color: #666;
	font-size: 15px;
	background: #fff;
	text-align: center;
}
.newsNav {
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
}
.newsNav span {
	margin: 0 10px;
	color: #666;
}
.newsNav a {
	color: #666;
}
.newsNav a:hover {
	color:  #339dd1;
}
.newsList {
	width: 1100px;
	height: 350px;
	margin: 20px auto;
	position: relative;
}
.newsList img {
	border-radius: 10px;
	cursor: pointer;
}
.newL {
	width: 322px;
	height: 100%;
	float: left;
}
.newLImg {
	width: 100%;
	height: 204px;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.newLImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.newLImg img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.newsTe1 p:nth-child(1) {
	font-size: 15px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsTe1 p:nth-child(1):hover {
	color:  #339dd1;
}
.newsTe1 p:nth-child(1) a {
	color: #333;
	font-size: 16px;
}
.newsTe1 p:nth-child(1) a:hover {
	color:  #339dd1;
}
.newsTe1 p:nth-child(2) {
	font-size: 13px;
	color: #666;
	line-height: 32px;
	height: 89px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newR {
	width: 725px;
	height: 100%;
	float: right;
}
.newTe2 {
	width: 336px;
	height: 234px;
	float: left;
	margin-right: 40px;
}
.newTe2L {
	width: 104px;
	height: 234px;
	float: left;
}
.newTe2LImg {
	width: 104px;
	height: 88px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.newTe2LImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.newTe2LImg img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.newTe2R {
	width: 210px;
	height: 234px;
	float: right;
}
.newTe2LOne {
	width: 100%;
	height: 88px;
	overflow: hidden;
	margin-bottom: 30px;
}
.newTe2LOne p:nth-child(1) {
	font-size: 12px;
	color: #000;
	font-family: arial;
}
.newTe2LOne p:nth-child(2):hover {
	color:  #339dd1;
}
.newTe2LOne p:nth-child(2) a {
	color: #000;
}
.newTe2LOne p:nth-child(2) a:hover {
	color:  #339dd1;
}
.newTe2LOne p:nth-child(2) {
	font-size: 15px;
	color: #333;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}
.newTe2LOne p:nth-child(3) {
	display: -webkit-box;
	height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666;
	font-size: 13px;
}

/**/
.newsUl {
	width: 336px;
	height: 100%;
	position: absolute;
	right: 0;
}
.newsLi {
	display: block;
	width: 336px;
	height: 62px;
	line-height: 60PX;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	font-size: 15px;
	float: left;
	color: #333;
	padding-right: 46px;
	box-sizing: border-box;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsLi:hover {
	color:  #339dd1;
}
.newsLi span {
	position: absolute;
	right: 0;
	color: #999;
	font-size: 12px;
}
.newsLi:nth-child(6) {
	position: absolute;
	right: 388px;
	top: 215px;
}
.newsLi:nth-child(7) {
	position: absolute;
	right: 388px;
	top: 287px;
}

/**/
.question {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
	margin-top: 50px;
}
.questionL {
	width: 190px;
	height: 120px;
	background:  #339dd1;
	color: #fff;
	float: left;
	text-align: center;
	padding-top: 33px;
	box-sizing: border-box;
}
.questionL:hover {
	color: #fff;
}
.questionL p:nth-child(1) {
	font-size: 24px;
}
.questionL p:nth-child(2) {
	font-size: 13px;
	text-decoration: underline;
}
.questionR {
	width: 880px;
	height: 100%;
	float: right;
}
.questionR li {
	position: relative;
	width: 390px;
	float: left;
	padding-left: 40px;
	padding-top: 14px;
	box-sizing: border-box;
}
.questionR li:first-child {
	margin-right: 100px;
}
.questionR li a {
	font-size: 15px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.questionR li a:hover {
	color:  #339dd1;
}
.questionR li:before {
	content: '问';
	display: block;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background:  #339dd1;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 14px;
}
.questionR li:after {
	content: '答';
	display: block;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 54px;
}
.questionR li p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 28px;
	height: 60px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*新闻中心结束