﻿@charset "UTF-8";

body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}
a:hover{
	color:#e70012;
}
img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "LET";
	src: url("../fonts/LET.TTF"); 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "goodmu";
	src: url("../fonts/GOODMU.TTF");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #d61519;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.swiper-pagination-bullet-active{
	background: #0050a0;
}
.container.index{
	width: 86%;
	max-width: 1480px;
}

/* head */
.head{
	width: 100%;
	padding: 18px 0 17px;
	background: rgba(255,255,255,1);
	z-index: 1009; 
	position: relative;
	transition: all .5s ease;
}
.head::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 23%;
	max-width: 438px;
	background: #e70012;
	left: 0;
	top: 0;
	z-index: 22;
	transition: all .5s ease;
}
.head .container{
	width: 96%;
	max-width: 1740px; 
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.98);
	padding: 12px 0;
	border-bottom: 3px solid #e70012;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.head .Logo{
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 33;
	position: absolute;
	left: 3%;
	width:20%;
}
.head .WebLink{
	float: right;
	margin-top: 9px;
	margin-right: 80px;
}
.head .WebLink li{
	float: left;
	margin-right: 60px;
}
.head .WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
}
.head .WebLink li:hover > a,
.head .WebLink li.on > a{
	color: #e70012;
}
.head-lan{
	float: right;
	line-height: 41px;
	border: 1px solid #eaeaea;
	text-align: center;
	width: 139px;
	border-radius: 43px;
	font-size: 14px;
	color: #666;
	font-family: "思源黑体 CN";
	margin-right: 80px;
}
.head-lan span{
	font-size: 12px;
	position: relative;
	top: -1px;
}
.head-lan a{
	color: #666;
}
.head-lan a:hover,
.head-lan a.on{
	color: #d61519;
}
.head-lan .en{
	font-family: arial;
}
.head-search{
	position: absolute;
	right: 5%;
	top: 19px;
	z-index: 33;
	border-radius: 42px;
	overflow: hidden;
	border: 1px solid #e12638; 
	width: 42px;
	background: #fff;
	transition: all .5s ease;
}
.head.fixedbg .head-search{
	top: 14px;
}
.head-search:hover{
	width: 240px;
	transition: all .5s ease;
}
.head-search input{
	float: left;
	height: 40px;
	text-indent: 12px;
	border: none;
	width: 0;   
	position: absolute;
	left: 0;
	top: 0;
	outline: none;
	line-height: 38px;
	font-size: 14px;
	padding: 0 !important; 
	background: rgba(255,255,255,0);
	transition: all .5s ease;
}
.head-search:hover input{
	width: 195px;   
	background: rgba(255,255,255,1);
	transition: all .5s ease;
}
.head-search span{
	display: block;
	width: 40px;
	height: 40px;
	background: #e12638;
	float: right;
	border-radius: 42px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

.head-sub-menu-warp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}
.head .WebLink li:hover .head-sub-menu-warp{
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	transition: all .5s ease;
}
.head-sub-menu-warp .container{
	max-width: 1600px;
}
.head-sub-menu-warp .top-line{
	width: 100%;
	height: 28px;
}
.head.fixedbg .head-sub-menu-warp .top-line{
	height: 20px;
}
.head-sub-menu{
	padding: 65px 0 0 0;
	background: #f4f4f4;
/*
	height: 500px;
	overflow-y: auto; 
*/
}
.head-sub-menu2{
	line-height: 65px;
	background: #f4f4f4;
	text-align: center;
}
.head-sub-menu2 a{
	display: inline-block;
	font-size: 15px;
	padding: 0 25px;
}
.head-sub-menu2 a:hover{
	color: #d61519;
}
.head-sub-menu .isClass{
	width: 100%;
	float: left;
	overflow: hidden;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.head-sub-menu .isClass .item{
	width: 16.6%;
	float: left;
	margin-bottom: 15px;
}
.head-sub-menu .isClass .item h4{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
}
.head-sub-menu .isClass .item .link{
	margin-top: 16px;
	
}
.head-sub-menu .isClass .item .link a{
	display: block;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	padding-right: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.head-sub-menu .isClass .item .link a:hover{
	color: #d61519;
}
.head-sub-menu .isInfo{
	width: 24.375%;
	float: right;
	display: none;
	margin-bottom: 25px;
}
.head-sub-menu .isInfo .pic img{
	display: block;
	width: 100%;
}
.head-sub-menu .isInfo .info{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 38px;
}

/*indexbanner*/
.indexBanner{
	width: 100%;
	position: relative;
}
.banner-icon{
	position: absolute;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
	z-index: 999;
}
.banner-icon i{
	font-size: 30px;
	color: #fff;
}
.index_banner::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	margin: 0 auto;
	height: 20%;
}
#pagination1 .swiper-pagination-bullet-active {
	background: rgba(12, 108, 179, 1);
}
#pagination1 .swiper-pagination-bullet {
	opacity: 0.8;
}
#banner1 .swiper-slide img {
	max-width: 100%;
	height: auto;
	/*object-fit: cover;*/
}
#banner1 .swiper-slide .pc {
	display: block;
}
#banner1 .swiper-slide .mobile {
	display: none;
}
#bannerbp{
	left: 8.4%;
	text-align: left;
	bottom: 20%;
}
#bannerbp .swiper-pagination-bullet{
	background: url(../images/bannerPA2.png) no-repeat;
	margin: 0 9px !important;
	width: 17px;
	height: 17px;
}
#bannerbp .swiper-pagination-bullet-active{
	background: url(../images/bannerPA1.png) no-repeat;
	width: 17px;
	height: 17px;
}
#sltpa{
	width: auto;
    bottom: 20%;
    right: 0;
    color: #fff;
	font-size: 20px;
	right: 120px;
    font-family: "goodmu";
}
#sltpa ul{
	width: 130px;
    position: relative;
    top: 0px;
}
#sltpa ul li{
	position: absolute;
	left: 0;
	top: -22px;
	font-size: 42px;
}
#sltpa .total{
	font-size: 20px;
	position: relative;
	top: 1px;
}
.index_yuan{width: 39px;height: 57px;position: absolute;left: 50%;bottom: 15%;background: url(../images/index1_yuan.png) 0 0 no-repeat;z-index: 30}
.index_yuan span{width: 3px;height: 15px;background-color: #fff; margin: 8px auto;display: block;position: relative;border-radius: 30%}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 20%;
	left: 50%;
	margin-left: -11.5px;
	z-index: 2;
	margin-top: 50px;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}
/* indexScx */
.indexScx{
	width: 100%;
	padding: 42px 0 80px;
}
.indexScx .pdg{
	padding: 0 16px;
}
.sy-scx-list{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sy-scx-list .Pic{
	width: 100%;
	overflow: hidden;
}
.sy-scx-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-scx-list:hover .Pic img{ ;
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-scx-list .Info{
	position: relative;
	width: 100%;
	padding: 15px;
	transition: all .5s ease;
	border-top:1px solid #ccc;
}
.sy-scx-list:hover .Info{
	background: rgba(214,21,25,0.8);
	text-align: left;
	transition: all .5s ease;
}
.sy-scx-list .Info .number{
	font-family: arial;
	font-size: 16px;
	position: relative;
	line-height: 20px;
	display: inline-block;
}
.sy-scx-list .Info .number::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	background: #fff;
	top: -28px;
	left: 50%;
	margin-left: -0.5px;
}
.sy-scx-list .Info .tit-cn{
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	margin-top: 0px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-scx-list .Info .tit-en{
	font-size: 14px;
	font-family: arial;
	color: #919391;
	line-height: 30px;
	background: rgba(0,0,0,0.6);
	border-radius: 30px;
	display: inline-block;
	padding: 0 28px;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.sy-scx-list:hover .Info .tit-cn{
	color:#fff;
}
.sy-scx-list:hover .Info .tit-en{
	background: rgba(255,255,255,0.9);
	color: #0579cb;
	transition: all .5s ease;
}
.sy-scx-list .Info .more{
	position: absolute;
	color: #82bce5; 
	bottom: 20px;
	right: -105px;
	transition: all .5s ease;
}
.sy-scx-list:hover .more{
	right: 25px;
	transition: all .5s ease;
}
.sy-scx-list .Info .more i{
	font-size: 28px;
}

/* indexCase */
.indexCase{
	width: 100%;
	padding: 42px 0 95px;
	background: #f5f5f5;
	position: relative;
}
.sy-case-top{ 
	margin-top: 52px;
	width: 67.5%;
	float: left;
	position: relative;
} 
.sy-case-top::after{
	content: "";
	width: 1px;
	height: 100%;
	background: #dddcdc;
	top: 0;
	right: -95px;
	position: absolute;
}
.sy-case-list{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sy-case-list .Pic{
	width: 100%;
	overflow: hidden;
}
.sy-case-list .Pic img{
	display: block;
	width: 100%;
}
.sy-case-list .Info{ 
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 38px 28px 42px;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.8) url(../images/sy-c-jt1.png) no-repeat right 38px center;
	overflow: hidden;
}
.sy-case-list .Info .tit{
	width: 40%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-right: 80px;
	margin-top: 22px;
}
.sy-case-list .Info .sub{
	width: 29.5%;
	float: left;
	font-size: 15px;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-case-thumbs{
	width: 28%;
	max-width: 500px;
	position: absolute;
	right: 0;
	bottom: 95px;
} 
.sy-case-thumbs .swiper-slide{
	position: relative;
}
.sy-case-thumbs .swiper-slide::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(248,248,248,0.71);
	left: 0;
	top: 0;
}
#syAlN,#syAlP{
	width: 64px;
	height: 64px;
	border: 1px solid #bfbfbf;
	border-radius: 100%;
	opacity: 1;
	margin-top: 0;
	top: -140px;
}
#syAlN{
	border: 1px solid #d61519;
	background: #d61519 url(../images/sy-al-n-bs.png) no-repeat center center;
	right: 35%;
	transition: all .5s ease;
}
#syAlN.swiper-button-disabled{
	border: 1px solid #bfbfbf;
	background:  url(../images/sy-al-n.png) no-repeat center center;
	transition: all .5s ease;
}
#syAlP{
	left: 35%;
	border: 1px solid #d61519;
	background: #d61519 url(../images/sy-al-p-bs.png) no-repeat center center;
	transition: all .5s ease;
}
#syAlP.swiper-button-disabled{
	border: 1px solid #bfbfbf;
	background:  url(../images/sy-al-p.png) no-repeat center center;
	transition: all .5s ease;
}
#syAlPag{ 
	color: #222222;
	font-size: 16px;
	bottom: auto;
	top: -290px;
}
#syAlPag span{
	font-family: arial;
}
#syAlPag .swiper-pagination-current{
	font-size: 36px;
}
#sy-al-titl{
	position: absolute;
	right: 0;
	top: -320px;
}

/* indexService */
.indexService{
	width: 100%;
	padding: 44px 0 0 0;
}
.index-service-show{
	width: 100%;
	/* height: 623px; */
	margin-top: 40px;
	position: relative;
	transition: all .5s ease;
}
.index-service-show .container{
	position: relative;
	z-index: 44;
}
.index-service-show::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 11;
	top: 0;
	left: 0;
}
.index-service-show::before{
	content: "";
	width: 30px;
	height: 13px;
	background: url(../images/bs-dsj.png) no-repeat center center;
	top: 0;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	z-index: 322;
}
.index-service-show .sy-fw-item{
	width: 33.33%;
	float: left;
	border-right: 1px solid #6f6e6e; 
	padding: 140px 104px 134px 104px;
	transition: all .5s ease;
}
.sy-fw-item:hover,
.sy-fw-item.on{
	background: rgba(0,0,0,0.4);
	transition: all .5s ease;
}
.sy-fw-item .ico{
	width: 111px;
	height: 111px;
	background: #efefef;
	border-radius: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 111px;
	color: #d61519;
	transition: all .5s ease;
}
.sy-fw-item:hover .ico,
.sy-fw-item.on .ico{
	background: #d61519;
	color: #fff;
	transition: all .5s ease;
}
.sy-fw-item .ico i{
	font-size: 54px;
}
.sy-fw-item .tit{
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	margin: 20px 0 25px 0;
}
.sy-fw-item .sub{
	font-size: 15px;
	color: #ffffff;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: center;
}
.sy-fw-item .more{
	width: 146px;
	line-height: 42px;
	height: 48px;
	margin: 65px auto 0;
	font-size: 16px;
	text-align: center; 
	border-radius: 48px;
	color: #fff;
	transition: all .5s ease;
}
.sy-fw-item:hover .more,
.sy-fw-item.on .more{
	background: #d61519;
	transition: all .5s ease;
}
.sy-fw-item .more span{
	display: none;
	transition: all .5s ease;
}
.sy-fw-item:hover .more span,
.sy-fw-item.on .more span{
	display: inline-block;
	transition: all .5s ease;
}
.sy-fw-item .more i{
	margin-left: 8px;
	font-size: 24px;
	position: relative;
	top: 3px;
}

/* indexAbout */
.indexAbout{
	width: 100%;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 80px 0 175px;
	position: relative;
}
.indexAbout .sy-jp-more{
	color: #e12638;
}
.sy-about-left{
	width: 35.625%;
	float: left;
}
.sy-about-left .tit-cn{
	font-size: 42px;
	color: #333333;
	line-height: 45px;
}
.sy-about-left .tit-en{
	font-family: arial;
	font-size: 18px;
	color: #999999;
	margin-top: 18px;
}
.sy-about-left .sub-cn{
	font-size: 30px;
	color: #d61519;
	margin-top: 34px;
}
.sy-about-left .sub-en{
	font-size: 16px;
	color: #555555;  
}
.sy-about-left .sub{
	font-size: 16px;
	margin-top: 32px;
	color: #666666;
	line-height: 26px;
}
.sy-about-left .sub p{
	padding-left: 16px;
	background: url(../images/dot-hs.png) no-repeat top 8px left;
}
.sy-about-left .num-info{
	overflow: hidden;
	margin-top: 68px;
}
.sy-about-left .num-info .item{
	float: left;
	text-align: center;
	border-right: 1px solid #ececec;
	padding-right: 15px;
	margin-right: 15px;
}
.sy-about-left .num-info .item:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.sy-about-left .num-info .item .num{
	font-family: "goodmu";
	font-size: 28px;
	color: #d61519;
	line-height: 50px;
}
.sy-about-left .num-info .item .num sup{
	font-family: arial;
	font-size: 16px;
	position: relative;
	top: -20px;
}
.sy-about-left .num-info .item .tit{
	font-size: 16px;
	color: #666666;
}
.sy-abt-right{
	width: 20.9375%;
	float: right;
	position: relative;
	z-index: 55;
	right: -60px;
}
.sy-abt-right .more{
	display: block;
	width: 138px;
	line-height: 42px;
	background: #fff;
	border-radius: 42px;
	margin: 54px auto 0;
	text-align: center;
	font-size: 16px;
	color: #d61519;
}
.sy-abt-right .more i{
	font-size: 16px;
	margin-left: 8px;
	transition: all .5s ease;
}
.sy-abt-right .more:hover i{
	margin-left: 22px;
	transition: all .5s ease;
}
.sy-abt-right .row{
	margin-top: 58px;
}
.sy-abt-right .row .pdg{
	padding: 0 9.5px;
	margin-bottom: 18px;
}
.sy-abt-r-back{
	position: absolute;
	right: 0;
	top: 84px;
	z-index: 22;
}
.sy-abt-r-back::after{
	content: "";
	width: 105px;
	height: 108px;
	background: url(../images/yezi-ico.png) no-repeat center center;
	position: absolute;
	left: -105px;
	top: 85px;
}

/* indexNews */
.indexNews{
	width: 100%;
	padding: 58px 0 58px;
	background: #f1f1f1;
}
#syNewsSwiper{
	margin-top: 50px;
}
#syNewsSwiper .swiper-slide{
	position: relative;
}
#syNewsSwiper .swiper-slide::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 75%;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
    transition: all .5s ease;
}
#syNewsSwiper .swiper-slide:hover::after{
	background: #0274c6;
    transition: all .5s ease;
}
.sy-news-list{
	width: 100%;
	max-width: 400px;
	background: #fff;
	position: relative;
	z-index: 33;
}
.sy-news-list .pic{
	width: 100%;
	overflow: hidden;
}
.sy-news-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-news-list:hover .pic img{ 
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-news-list .info{
	padding: 20px 22px 25px 22px;
}
.sy-news-list .time{
	font-family: arial;
	font-size: 14px;
	color: #888888;
}
.sy-news-list .tit{
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 14px 0 18px;
	transition: all .5s ease;
}
.sy-news-list:hover .tit{
	color: #0274c6;
	transition: all .5s ease;
}
.sy-news-list .sub{
	font-size: 15px;
	color: #888888;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .more{
	font-size: 14px;
	color: #999999;
	padding-left: 60px;
	position: relative;
	margin-top: 35px;
	transition: all .5s ease;
}
.sy-news-list:hover .more{
	color: #0274c6;
	transition: all .5s ease;
}
.sy-news-list .more::after{
	content: "";
	position: absolute;
	width: 52px;
	height: 1px;
	background: #e4e4e4;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	transition: all .5s ease;
}
.sy-news-list:hover .more::after{
	background: #0274c6;
	transition: all .5s ease;
}
.indexNews .sy-jp-more{
	border: 1px solid #0274c6;
	color: #0274c6;
	margin: 60px auto 0;
}
.indexNews .sy-jp-more:hover{
	background: #0274c6;
	color: #fff;
}

/* 公用 */
.container.index{
	max-width: 1600px;
}
.sy-jp-titCn{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #222222;
}
.sy-jp-titEn{
	font-size: 18px;
	font-family: arial;
	line-height: 25px;
	text-align: center;
	color: #888888;
	margin-top: 14px;
}
.sy-jp-more{
	width: 140px;
	line-height: 43px;
	border: 1px solid #e12638;
	border-radius: 45px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #e12638;
	margin: 80px 0 0 0;
	transition: all .5s ease;
}
.sy-jp-more:hover{
	background: #e12638;
	color: #fff;
	transition: all .5s ease;
}
.sy-jp-more i{
	margin-left: 10px;
	transition: all .5s ease;
}
.sy-jp-more:hover i{
	margin-left: 18px;
	transition: all .5s ease;
}

/* about */
.about{
	width: 100%;
	padding: 70px 0 68px;
}
.sub-about-left{
	width: 43.75%;
	float: left;
}
.sub-about-left .gs-name{
	font-size: 22px;
	color: #555555;
	line-height: 25px;
}
.sub-about-left .title{
	font-size: 46px;
	line-height: 50px;
	color: #111111;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 38px;
	margin-top: 21px;
}
.sub-about-left .content{
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	margin-top: 38px;
}
.sub-about-right{
	width: 45.6875%;
	float: right;
	margin-top: 45px;
}
.sub-about-right .video-box{
	width: 100%;
	height: 410px;
	background: #fff;
}
.sub-about-right .cont{
	background: #d61519;
	padding: 25px 18px 25px 26px;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.sub-about-right .num-info{
	text-align: center;
	margin-top: 118px;
}
.sub-about-right .num-info .item{
	display: inline-block;
	text-align: center;
	border-right: 1px solid #d4d4d4;
	padding-right: 25px;
	margin-right: 25px;
}
.sub-about-right .num-info .item:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.sub-about-right .num-info .item .num{
	font-family: "goodmu";
	font-size: 28px;
	color: #d61519;
	line-height: 52px;
}
.sub-about-right .num-info .item .num sup{
	font-family: arial;
	font-size: 16px;
	position: relative;
	top: -24px;
}
.sub-about-right .num-info .item .tit{
	font-size: 16px;
	color: #666666;
	margin-top: 12px;
}

/* culture */
.culture{
	width: 100%;
	padding: 75px 0 138px;
	background: url(../images/culture-bg.jpg) no-repeat top center;
	background-size: cover; 
}
.culture .sy-jp-titCn{
	color: #fff;
}
.culture .sy-jp-titEn{
	color: #fff;
}
#qywhSwiper{
	margin-top: 65px;
}
.qywh-list{
	border-left: 1px solid rgba(255,255,255,0.3);
	padding-left: 44px;
	position: relative;
	color: #fff;
}
.qywh-list::after{
	content: "";
	width: 2px;
	height: 21px;
	background: #fff;
	left: -1px;
	top: 64px;
	position: absolute;
	transition: all .5s ease;
}
.qywh-list:hover::after{
	height: 100%;
	top: 0;
	transition: all .5s ease;
}
.qywh-list .ico i{
	font-size: 38px;
	color: #1c95ec;
}
.qywh-list .tit{
	font-weight: bold;
	font-size: 22px;
	margin-top: 16px;
}
.qywh-list .sub{
	font-size: 16px;
	margin-top: 14px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qywh-list .pic{
	margin-top: 30px;
}

/* honor */
.honor{
	width: 100%;
	padding: 58px 0 90px;
}
.honor-show{
	position: relative;
	margin-top: 60px;
	background: url(../images/honor-bottom-back.jpg) no-repeat bottom center;
	padding-bottom: 52px;
}
#honorSwiper{
	width: 83.9375%;
	margin: 0 auto;
}
#honorSwiper .pic img{
	display: block;
	width: 100%;
}
#honorN,
#honorP{
	margin-top: 0;
	top: 35%;
	width: 59px;
	height: 59px;
	border: 1px solid #bfbfbf;
	border-radius: 100%;
	background: url(../images/sy-al-n.png) no-repeat center center;
}
#honorP{
	background: url(../images/sy-al-p.png) no-repeat center center;
}

/* partner */
.partner{
	width: 100%;
	padding: 62px 0 80px;
	background: #f5f5f5;
}
#hzhbSwiper{
	margin-top: 42px;
	padding-bottom: 50px;
}
#hzhbSwiper .swiper-slide{
	margin-top: 0 !important;
	margin-bottom: 16px;
}
#hzhbSwiper .pic{
	border: 1px solid #dcdcdc;
	transition: all .5s ease;
}
#hzhbSwiper .pic:hover{
	border: 1px solid #d61519;
	transition: all .5s ease;
}
#hzhbSwiper .pic img{
	display: block;
	width: 100%;
}

/* contact */
.contact{
	width: 100%;
	padding: 85px 0 88px;
}
.sub-contact-left{
	width: 30.3125%;
	float: left;
}
.sub-contact-left .gs-name{
	font-size: 28px;
	line-height: 32px;
	color: #d61519;
}
.sub-contact-left .info{
	margin-top: 36px;
}
.sub-contact-left .info p{
	font-size: 16px;
	color: #555555; 
	border-bottom: 1px solid #dddcdc;
	padding-left: 35px;
	line-height: 25px;
	padding: 14px 0 14px 35px;
}
.sub-contact-left .info p.dz{
	background: url(../images/c-dz.png) no-repeat left center;
}
.sub-contact-left .info p.dh{
	background: url(../images/c-dh.png) no-repeat left center;
}
.sub-contact-left .info p.sj{
	background: url(../images/c-sj.png) no-repeat left center;
}
.sub-contact-left .info p.yx{
	background: url(../images/c-yx.png) no-repeat left center;
}
.sub-contact-left .info p.wz{
	background: url(../images/c-wz.png) no-repeat left center;
}
.sub-contact-left .info p a{
	color: #555;
	font-family: arial;
}
.sub-contact-left .info p a:hover{
	color: #d61519;
}
.sub-contact-right{
	width: 58%;
	float: right;
	border: 1px solid #e5e5e5;
	padding: 13px;
	overflow: hidden;
}
.message{
	width: 100%;
	padding: 55px 0 80px;
	background: #f5f5f5;
}
.alone-lxwm .message{
	background: none;
	padding: 55px 0;
}
.lineDe .message{
	background: none;
	padding: 55px 0;
}
.msg-sub{
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 25px;
}
.message .container{
	max-width: 1185px;
}
.message .row{
	margin-top: 46px;
}
.message .row input[type=text]{
	width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	height: 56px; 
	text-indent: 16px;
	font-size: 16px;
	color: #7c7b7b;
	padding: 0;
	font-size: 15px;
}
.message .row .bt{
	background: url(../images/bt.png) no-repeat top 15px left 5px;
}
.message .row input[type=text]:focus{
	border: 1px solid #0054ae;
	box-shadow: 0px 0px 13px 0 rgba(0, 84, 174, .2);
	transition: all .5s ease;
}
.message .row textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background: none;
	min-height: 227px;
	max-height: 227px;
	margin-top: 15px;
	padding: 16px 16px;
	font-size: 15px;
	transition: all .5s ease;
}
.message .row textarea:focus{
	border: 1px solid #0054ae;
	box-shadow: 0px 0px 13px 0 rgba(0, 84, 174, .2);
	transition: all .5s ease;
}
.message .row input[type=button]{
	width: 415px;
	height: 55px;
	border-radius: 5px;
	background: #0054ae;
	border: none;
	outline: none;
	margin: 52px auto 0;
	display: block;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.message .row input[type=button]:hover{ 
	box-shadow: inset 0 0 25px 0 rgba(255, 255, 255, .5);
	transition: all .5s ease;
}

/* case */
.case{
	width: 100%;
	padding: 70px 0 75px;
}
.case-list{
	background: #f5f5f5;
	padding: 32px 36px 40px 36px;
	overflow: hidden;
	margin-bottom: 40px;
    transition: all .5s ease;
}
.case-list:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.case-list .pic{
	width: 52.118644067%;
	float: left;
	overflow: hidden;
}
.case-list .pic img{
	display: block;
	width: 100%;
}
.case-list .info{
	width: 42.09039548%;
	float: right;
}
.case-list .info .tit{
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 8px;
    transition: all .5s ease;
}
.case-list:hover .info .tit{
	color: #d61519;
    transition: all .5s ease;
}
.case-list .info .line{
	width: 20px;
	height: 2px;
	background: #d61519;
	margin: 18px 0 20px;
    transition: all .5s ease;
}
.case-list:hover .info .line{
	width: 100%;
    transition: all .5s ease;
}
.case-list .info .sub{
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-list .info .more{
	font-size: 14px;
	color: #d61519;
	margin-top: 25px;
}
.caseDe{
	width: 100%;
	padding: 80px 0 80px;
}
.caseDe .container{
	max-width: 1200px;
}
.caseDe .title{
	border-bottom: 1px solid #e7e7e8;
	padding-bottom: 32px;
	text-align: center;
	font-size: 32px;
	color: #222222;
}
.caseDe .content{
	font-size: 16px;
	color: #555555;
	line-height: 27px;
	margin-top: 30px;
}
.case-return{
	display: block;
	width: 158px;
	line-height: 45px;
	border: 1px solid #d61519;
	text-align: center;
	font-size: 16px;
	color: #d61519;
	margin: 65px auto 0;
	border-radius: 45px;
}
.case-return:hover{
	background: #d61519;
	color: #fff;
}

/* product */
.product{
	width: 100%;
	padding: 64px 0 80px;
}
.product .product-class{
	width: 17.375%;
	float: left;
}
.product .product-class h4{
	margin: 0;
	line-height: 50px;
	background: url(../images/pro-jiahao.png) no-repeat left 18px center;
	padding-left: 40px;
	font-size: 16px;
	color: #262626;
	cursor: pointer;
}
.product-class h4:hover{
	color: #d61519;
}
.product-class .item{
	border: 1px solid #dcdcdc;
	margin-bottom: 14px;
    transition: all .5s ease;
}
.product-class .item.on{
	/*border: 1px solid #d61519;*/
	margin-bottom: 14px;
    transition: all .5s ease;
}
.product-class .item.on h4{
	background: #d61519 url(../images/pro-jianhao.jpg) no-repeat left 18px center;
	color: #fff;
}
.product-class ul{
	padding: 15px 0;
	border-top: 1px solid #b5b5b5;
	display: none;
    transition: all .5s ease;
}
.product-class .item.on ul{
	display: block;
}
.product-class .item h4.on ul{ 
	/*border-top: 1px solid #d61519;*/
    transition: all .5s ease;
}
.product-class ul li{
	line-height: 50px;
	padding-left: 38px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.product-class ul li:hover,
.product-class ul li.on{
	background: #eff0f1;
    transition: all .5s ease;
}
.product-class ul li span{
	position: relative;
	display: block;
	height: 50px;
}
.product-class ul li a{
	font-size: 15px;
	display: block;
	color: #262626;
    transition: all .5s ease;
}
.product-class ul li:hover a{
	color: #d61519;
}
.product-class ul li span::after{
	content: "";
	position: absolute;
	width: 11px;
	height: 1px;
	background: #9a9999;
	left: -18px;
	top: 50%; 
	margin-top: -0.5px;
    transition: all .5s ease;
}
.product-class ul li:hover span::after{
	background: #d61519;
    transition: all .5s ease;
}
.product-class ul li:hover{
	background: #eff0f1;
}
.product-list-warp{
	width: 75.25%;
	float: right;
	position: relative;
}
.product-list-warp.ss{
	width: 100%;
}
.product-list-warp::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e7e6e6;
	left: -57px;
	top: 0;
}
.product-list-warp.ss::after{
	display: none;
}
.product-list-warp .list{
	
}
.product-list-warp .list li{
	margin-bottom: 20px;
}
.product-list-warp .list .class-name{
	font-weight: bold;
	font-size: 26px;
	color: #262626;
	line-height: 30px;
	background: url(../images/pro-dot.png) no-repeat left center;
	padding-left: 37px;
}
.product-list-warp .list .row{
	margin-top: 36px;
}
.product-list-warp .list .pdg{
	padding: 0 17px;
}
.pro-list{
	border: 1px solid #dcdcdc;
	margin-bottom: 35px;
	transition: all .5s ease;
}
.pro-list:hover{
	border: 1px solid #d61519;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
}
.pro-list .pic{
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
    transition: all .5s ease;
}
.pro-list:hover .pic{
	border-bottom: 1px solid #d61519;
    transition: all .5s ease;
}
.pro-list .pic img{
	display: block;
	width: 100%;
}
.pro-list .info{
	height: 68px;
	line-height: 68px;
	padding: 0 22px 0;
}
.pro-list .info .tit{
	float: left;
	width: 70%;
	font-size: 20px;
	color: #111111;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-list .info .more{
	float: right;
	font-size: 15px;
	color: #d61519;
}
.pro-list-scx{
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 28px;
	margin-bottom: 50px;
    transition: all .5s ease;
}
.pro-list-scx:hover{
	border-bottom: 1px solid #d61519;
    transition: all .5s ease;
}
.pro-list-scx .pic{
	width: 100%;
	overflow: hidden;
}
.pro-list-scx .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list-scx:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.pro-list-scx .tit{
	font-size: 24px;
	color: #111111;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 22px 0 ;
}
.pro-list-scx .more{
	font-size: 15px;
	color: #d61519;
}

/* lineDe */
.lineDe{
	width: 100%;
	float: none;
}
.line-content{
	
}
.line-content .imgShow{
	width: 56%;
	float: left;
}
.line-content .line-thumbs{
	margin-top: 12px;
	position: relative;
}
.line-content .line-thumbs .pic img{
	cursor:hand;
	cursor:pointer;
}
.line-gallery-thumbs{
	width: 87.2%;
	margin: 0 auto;
}
#lineN,#lineP{
	height: 100%;
	margin-top: 0;
	top: 0;
	width: 30px;
}
#lineN{
	right: 0;
	background: #e8e7e7 url(../images/line-jt-n.png) no-repeat center center;
}
#lineP{
	left: 0;
	background: #e8e7e7 url(../images/line-jt-p.png) no-repeat center center;
}
.contentShow{
	width: 41.33334%;
	float: right;
	border-top: 5px solid #d61519;
}
.contentShow .title{
	font-size: 32px;
	line-height: 36px;
	color: #222222;
	margin-top: 24px;
}
.contentShow .cont{
	height: 301px;
	overflow-y: auto;
	margin-top: 28px;
	padding-right: 15px;
}
.contentShow .cont .tit{
	font-size: 20px;
	color: #222222;
	border-bottom: 1px solid #eae9ea;
	padding-bottom: 16px;
}
.contentShow .cont .sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 14px;
}
.contentShow .ljzx{
	display: block;
	width: 100%;
	line-height: 39px;
	height: 50px;
	border: 1px solid #e12638;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	color: #e12638;
	margin-top: 24px;
}
.contentShow .ljzx:hover{
	background: #e12638;
	color: #fff;
}
.contentShow .ljzx i{
	font-size: 30px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.lineTab{
	margin-top: 55px;
}
.lineTab .hd{
	border-bottom: 1px solid #dddcdc; 
}
.lineTab .hd ul{
	
}
.lineTab .hd ul li{
	font-size: 18px;
	color: #222222;
	float: left;
	margin-right: 50px;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
    transition: all .5s ease;
}
.lineTab .hd ul li.on{
	color: #d61519;
    transition: all .5s ease;
}
.lineTab .hd ul li::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px; 
	background: #d61519;
	left: 0;
	bottom: -1px;
    transition: all .5s ease;
}
.lineTab .hd ul li.on::after{
	width: 100%;
	transition: all .5s ease;
}
.lineTab .bd{
	margin-top: 58px;
}
.lineTab .bd ul{
	
}
.lineTab .bd ul li{
	
}
.lineTab .bd ul li .title{
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #222222;
}
.lineTab .bd ul li .lct{
	text-align: unset;
}
#zysbSwiper{
	padding-bottom: 50px;
}
.line-zysb{
	border-bottom: 1px solid #dadada;
	padding-bottom: 16px;
    transition: all .5s ease;
}
.line-zysb:hover{
	border-bottom: 1px solid #d61519;
    transition: all .5s ease;
}
.line-zysb .pic img{
	display: block;
	margin: 0 auto;
	transform: scale(1);
    transition: all .5s ease;
}
.line-zysb:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.line-zysb .tit{
	font-size: 16px;
	text-align: center;
	color: #222222;
	margin-top: 14px;
    transition: all .5s ease;
}
.line-zysb:hover .tit{
	color: #d61519;
    transition: all .5s ease;
}
.line-video .row{
	margin-top: 38px;
}
.line-video .row .pdg{
	padding: 0 11px;
}
.line-v-list{
	margin-bottom: 20px;
	cursor: pointer;
}
.line-v-list .pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.line-v-list .pic::after{
	font-family: iconfont;
	content: "\e61e";
	position: absolute;
	font-size: 44px;
	top: 50%;
	margin-top: -22px;
	color: #fff;
	left: 50%;
	margin-left: -22px;
	line-height: 44px;
}
.line-v-list .pic img{
	display: block;
	width: 100%;
}
.line-v-list p{
	text-align: center;
	font-size: 18px;
	color: #222222;
	margin-top: 22px;
}
.line-zdcp{
	background-color: #f5f5f5;
	padding: 40px 45px 60px 48px;
}
.line-zdcp .row{
	margin-top: 30px;
}
.line-zdcp .row .pdg{
	margin-bottom: 16px;
	padding: 0 8px;
}

/* alone */
.alone-top-lm{
	height: 68px;
}
.alone-top-lm .title{
	float: left;
	line-height: 68px;
	font-size: 24px;
	color: #333333;
	position: relative;
}
.alone-top-lm .title::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	background: #dbdada;
	right: -26px;
	top: 50%;
	margin-top: -12px;
}
.alone-top-lm .sub-lm{
	float: left;
	margin-left: 54px;
}
.alone-top-lm .sub-lm a{
	display: block;
	float: left;
	line-height: 68px;
	font-size: 16px;
	color: #666666;
	position: relative;
	margin-right: 50px;
}
.alone-top-lm .sub-lm a.on{
	color: #000;
}
.alone-top-lm .sub-lm a.on::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #d61519;
	left: 0;
	bottom: 0;
}
.alone-miaoshu{
	width: 100%;
	background: #f1f1f1;
	padding: 74px 0 78px;
}
.alone-miaoshu .content{
	width: 42.8125%;
	float: left;
	margin-top: 55px;
}
.alone-miaoshu .content .tit{
	font-size: 36px;
	color: #111111;
	line-height: 40px;
}
.alone-miaoshu .content .line{
	width: 32px;
	height: 2px;
	background: #e12638;
	margin-top: 35px;
}
.alone-miaoshu .content .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 42px;
}
.alone-miaoshu .pic{
	width: 41.9375%;
	float: right;
}
.alone-tab-warp{
	
}
.alone-tab{
	padding: 70px 0 120px;
	background: url(../images/dasb-tab1-bg.jpg) no-repeat bottom center;
	background-size: 100%;
}
.alone-tab:nth-of-type(2n+2){
	background: #dee9f4;
}
.alone-tab-warp .container{
	max-width: 1380px;
}
.alone-top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #111111;
}
.alone-top-line{
	width: 32px;
	height: 2px;
	background-color: #e12638;
	margin: 22px auto 0;
}
.alone-top-sub{
	text-align: center;
	font-size: 15px;
	color: #555555;
	margin-top: 20px;
}
.alone-tab .content{
	margin-top: 32px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.alone-tab .content table{
	width: 100%;
	border: 1px solid #bce0f9;
}
.alone-tab .content table tr{ 
	border: 1px solid #bce0f9;
}
.alone-tab .content table th{ 
	border: 1px solid #bce0f9;
}
.alone-tab .content table td{ 
	border: 1px solid #bce0f9;
	height: 53px;
	font-size: 16px;
	color: #555555;
	background: #e0f1fe;
	text-indent: 36px;
}
.alone-tab .content table td:nth-child(1){
	text-align: center;
	color: #fff;
	background: #d61519;
	width: 20%;
	text-indent: 0;
}
.alone-tab .content table tr:nth-child(2n+2) td:nth-child(1){ 
	background: #3fa5ee;
}
.alone-tab .content table tr:nth-child(2n+2) td:nth-child(2n+2){ 
	background: #fff;
}
.alone-tedian{
	padding: 60px 0 70px;
}
.alone-tedian .container{
	max-width: 1380px;
}
.alone-tedian .row{
	margin-top: 52px;
}
.alone-tedian .row .pdg{
	padding: 0 40px;
}
.alone-tedian .list{
	border-bottom: 1px solid #cacaca;
	background: url(../images/djsb-dot.png) no-repeat left top 25px;
	padding-left: 22px;
	line-height: 25px;
	padding: 18px 0 18px 22px;
	height: 87px;
}
.alone-cpzs{
	padding: 52px 0 90px;
	background: #f5f5f5;
}
#cpzsSwiper{
	margin-top: 54px;
	padding-bottom: 57px;
}
.alone-lxwm{
	padding: 55px 0 65px;
}
.alone-lxwm .cont{
	text-align: center;
	margin-top: 50px;
	color: #555555;
	font-size: 18px;
}
.alone-lxwm .cont a{
	font-family: arial;
}
.alone-lxwm .cont a.wz,
.alone-lxwm .cont a.yx{
	color: #d61519;
}

/* idea */
.idea{
	width: 100%;
	padding: 75px 0 80px;
}
.idea .content{
	width: 49.5%;
	float: left;
}
.idea .content .title{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.idea .content .title i{
	font-size: 38px;
	color: #005bac;
	margin-right: 15px;
}
.idea .content .cont{
	font-size: 15px;
	color: #666666;
	line-height: 27px;
	margin-top: 44px;
}
.idea .pic{
	width: 40.1875%;
	float: right;
	margin-top: 55px;
}
.human{
	padding: 65px 0 80px;
	background: #efeeee;
}
.human .top-title{
	text-align: center;
	font-size: 36px;
	color: #333333;
}
.human .top-title i{
	font-size: 42px;
	color: #005bac;
	position: relative;
	top: 3px;
	margin-right: 18px;
}
.recruit{
	margin-top: 42px;
}
.recruit .top{
	overflow: hidden;
	line-height: 58px;
	background: #005bac;
}
.recruit .top span{
	display: block;
	width: 25%;
	float: left;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.recruit .top span:nth-child(1){
	text-align: left;
	text-indent: 75px;
}
.recruit h3{
	line-height: 54px;
	border-bottom: dashed 1px #d3d3d3;
	overflow: hidden;
	cursor: pointer;
	color: #333333;
}
.recruit h3 span{
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 15px;
}
.recruit h3 span:nth-child(1){
	text-align: left;
	text-indent: 75px;
	font-size: 17px;
	font-weight: bold;
}
.recruit h3.on span:nth-child(1){
	color: #005bac;
}
.recruit ul{
	display: none;
}
.recruit ul li{
	background: #fff;
	padding: 30px 75px 38px 75px;
	position: relative;
}
.rczp-wx-ewm{
	position: absolute;
	right: 0;
	top: 25px;
	width: 300px;
}
.recruit ul li .content{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	margin-bottom: 28px;
}
.recruit ul li .content .tit{
	font-size: 18px;
	margin-bottom: 8px;
}
.recruit ul li .yp{
	display: block;
	width: 150px;
	line-height: 48px;
	background: #005bac;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	margin-top: 45px;
}

/* video */
.video{
	width: 100%;
	padding: 85px 0;
}
.video .pdg{
	padding: 0 10.5px;
}
.video-list{
	width: 100%;
	margin-bottom: 60px;
	cursor: pointer;
}
.video-list .pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.video-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.video-list .pic::after{
	font-family: iconfont;
	content: "\e61e";
	position: absolute;
	font-size: 30px; 
	margin-top: -22px;
	color: #fff; 
	line-height: 30px;
	bottom: 14px;
	right: 18px;
}
.video-list p{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 22px;
	transition: all .5s ease;
}
.video-list:hover p{
	color: #005bac;
	transition: all .5s ease;
}

/* news */
.news{
	width: 100%;
	padding: 25px 0 60px;
}
.news ul{
	
}
.news ul li{
	padding: 40px 0;
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f5f5f5;
	transition: all .5s ease;
}
.news ul li .pic{
	width: 21.75%;
	float: left;
	overflow: hidden;
}
.news ul li .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.news ul li:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news ul li .info{
	width: 75.625%;
	float: right;
}
.news ul li .info .tit{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 8px;
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #d61519;
	transition: all .5s ease;
}
.news ul li .info .time{
	font-size: 14px;
	color: #999999;
	margin: 16px 0 20px;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news ul li .info .more{
	width: 127px;
	line-height: 44px;
	border: 1px solid #d61519;
	text-align: center;
	font-size: 14px;
	color: #d61519;
	border-radius: 45px;
	margin-top: 38px;
	transition: all .5s ease;
}
.news ul li .info .more:hover{
	background: #d61519;
	color: #fff;
}
.news ul li .info .more i{
	margin-left: 9px;
}
.newsDe{
	padding: 80px 0;
}
.newsDe .container{
	max-width: 1200px;
}
.news-title{
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	text-align: center;
}
.news-time{
	text-align: center;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 28px;
	margin-top: 24px;
}
.newsDe .content{
	margin-top: 25px;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
}
.dePage{
	overflow: hidden;
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 30px;
}
.dePage .sxy{
	float: left;
	width: 75%;
}
.dePage .sxy a{
	display: inline;
	line-height: 28px;
	font-size: 16px;
	color: #555555;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #d61519;
}
.dePage .return{
	display: block;
	float: right;
	text-align: center;
	width: 132px;
	line-height: 40px;
	color: #d61519;
	font-size: 16px;
	border: 1px solid #d61519;
	border-radius: 50px;
	margin-top: 5px;
}
.dePage .return:hover{
	background: #d61519;
	color: #fff;
}

/* Nybanner */
.Nybanner{
	width: 100%;
	overlow: hidden;
	position: relative;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.NyTop{
	position: absolute;
	width: 100%;
	top: 36%;
	left: 0;
	color: #fff;
}
.NyTop .h4Cn{
	font-size: 48px;
	line-height: 50px;
}
.NyTop .h4En{
	font-family: helev;
	font-size: 22px;
	line-height: 25px;
	margin-top: 16px;
}
.NyLoction{
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,0.5);
	margin-top: -70px;
	position: relative;
	z-index: 998;
}
.NyLoction .now-lm{
	float: left;
}
.NyLoction .now-lm a{
	display: block;
	float: left;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.NyLoction .now-lm a:hover{
	color: #fff;
	background: #d61519;
}
.NyLoction .now-lm a.on{
	color: #fff;
	background: #d61519;
}
.NyLoction .now-wz{
	float: right;
	line-height: 68px;
	color: #fff;
	font-size: 15px;
	height: 70px;
}
.NyLoction .now-wz.pro{
	float: left;
}
.NyLoction .now-wz a{
	color: #fff;
}
.NyLoction .now-wz a:hover{
	color: #d61519;
}
.NyLoction .now-wz i{
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

/* footer */
footer{
	background: #3f3f3f;
	padding: 52px 0 0 0;
}
.foot-top{
	padding: 0 0 80px 0;
}
.foot-top .foot-lm{
	float: left;
	border-right: 1px solid #4d4d4d;
	padding-right: 80px;
	margin-right: 80px;
	min-height: 356px;
}
.foot-top .foot-lm:nth-child(4){
	margin-right: 0;
}
.foot-top h4{
	font-size: 18px;
	color: #fff;
	line-height: 25px;
}
.foot-top h4 a{
	color:#fff;
}
.foot-top .foot-lm .link-a{
	margin-top: 16px;
}
.foot-top .foot-lm .link-a a{
	display: block;
	font-size: 15px;
	color: #b0b0b0;
	line-height: 35px;
}
.foot-top .foot-lm .link-a a:hover{
	color: #fff;
}
.foot-top .foot-lm .link-a.on{
	width: 160px;
	overflow: hidden;
}
.foot-top .foot-lm .link-a.on a{
	float: left;
}
.foot-top .foot-lm .link-a.on a:nth-of-type(2n+2){
	float: right;
}
.foot-lx{
	float: right;
}
.foot-lx .info{
	margin-top: 16px;
	font-size: 15px;
	color: #b0b0b0;
	line-height: 35px;
}
.foot-lx .info a{
	color: #b0b0b0;
}
.foot-lx .info a:hover{
	color: #fff;
}
.foot-share{
	margin-top: 35px;
}
.foot-share a{
	padding: 0 !important;
	width: 34px !important;
	height: 33px !important;
	background: url(../images/f-fx.png) !important;
}
.foot-share a.bshare-sinaminiblog{
	background-position: -46px 0 !important;
}
.foot-copy{
	border-top: 1px solid #4d4d4d;
	text-align: center;
	line-height: 28px;
	padding: 22px 0 25px;
	font-size: 15px;
	color: #8a8a8a;
}
.foot-copy a{
	color: #8a8a8a;
}
.foot-copy a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile {
	display: none;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page {
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}  
.Page A {
	BORDER-RIGHT: #c7c7c7 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c7c7c7 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c7c7c7 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c7c7c7 1px solid;
	TEXT-DECORATION: none;
	background: #c7c7c7;
}

.Page A:hover {
	BORDER-RIGHT: #2877c6 1px solid;
	BORDER-TOP: #2877c6 1px solid;
	BORDER-LEFT: #2877c6 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #2877c6 1px solid
}

.Page A:active {
	BORDER-RIGHT: #c7c7c7 1px solid;
	BORDER-TOP: #c7c7c7 1px solid;
	BORDER-LEFT: #c7c7c7 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #c7c7c7 1px solid
}

.Page SPAN.current {
	BORDER-RIGHT: #d61519 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #d61519 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #d61519 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #d61519 1px solid;
	background: #d61519;
}

.Page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
	display: none;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #1054a0;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #1054a0;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 8px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); */
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(16, 84, 160, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(16, 84, 160, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(16, 84, 160, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
.promask{
	position: fixed;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.prodebox{
	width: 50%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	border-radius: 20px;
	top:20%; 
	background: #fff;
/*	overflow: hidden;*/
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
	position: relative;
    right: -64px;
    top: -29px;
	color: #fff;
}
.prodebox .prodeclose i{
	color: #fff;
}
.prodebox .content{
	width:95%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.prodebox .people{
	overflow: hidden;
	margin-top: 24px;
}
.prodebox .people img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	border-radius: 100%;
	margin-right: 25px;
}
.prodebox .people .name{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	padding-top: 38px;
}
.prodebox .people .class{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1d1d1d;
	line-height: 20px;
	padding-top: 12px;
}
.prodebox .contNr{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3f3e3e;
	line-height: 36px;
	margin-top: 20px;
	height: 400px;
}
.prodebox .contNr video{
	height: 400px;
}
.icon-close:before { content: "\e634"; font-size: 32px; color: #fff; }

/*service*/
.service-item{
	padding: 80px 0;
}
.service-item:nth-of-type(2n+2){
	background: #f1f1f1;
}
.service-item .Pic{
	width: 44.375%;
	float: left;
}
.service-item:nth-of-type(2n+2) .Pic{
	float: right;
}
.service-item .Info{
	width: 44.6875%;
	float: right;
	margin-top: 50px;
}
.service-item:nth-of-type(2n+2) .Info{
	float: left;
}
.service-item:nth-child(3) .Info{
	width: 46%;
	margin-top: 0;
}
.service-item .Info .tit{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.service-item .Info .line{
	width: 33px;
	height: 2px;
	background: #e12638;
	margin: 22px 0 25px;
}
.service-item .Info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}

/* customer */
.customer{width: 70px;position:fixed;right:0; top:50%; margin-top: -177px; z-index:99;}
.customer dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.customer dl dt{width: 70px;height: 70px; box-sizing: border-box; padding: 7px 0; color:#FFFFFF;background-color: #666;cursor: pointer;position: relative; z-index: 5;transition: all 0.6s ease; text-align: center; }
.customer dl dt i{ display: inline-block; font-size:24px;font-weight: normal;}
.customer dl dt p{ font-size: 12px; margin-top: 3px;font-weight: normal;}
.customer dl:hover dt{background-color: #d61519;}
.customer dl.icon1 dd{width: 280px;background-color:#2386ce;padding: 10px 0;position: absolute; top: 0;right:-280px;z-index: 1;transition: all 0.6s ease; }
.customer dl.icon1 dd a{display: block; color: #fff; width: 265px; margin: 10px auto; border-radius: 17px;text-align: center; line-height: 34px; border: solid 1px #fff; background: url(../images/fdqq.gif) center left 15px no-repeat;}
.customer dl.icon1 dd a:hover{ background-color: #ff4229; border-color: #ff4229; color: #fff;}
.customer dl.icon2 dd{width: 150px; height: 150px;position: absolute; top: 0; right: -300px; z-index: 1; transition: all 0.6s ease; }
.customer dl.icon2 dd img{ width: 100%; display: block;  border: solid 1px #eee;box-sizing: border-box;}
.customer dl.icon3 dd{width: 260px;height: 70px;padding: 10px 15px;box-sizing: border-box; color: #fff;font-size: 14px; line-height: 24px;background-color:#2386ce; position: absolute; top: 0;right: -300px; z-index: 1; transition: all 0.5s ease;}
.customer dl:hover dd{right: 70px;}

.index-pro-twomenu{
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 40px;
}
.index-pro-twomenu div{
	text-align: center;
}
.index-pro-twomenu a{
	color:#999999;
	display: inline-block;
	padding: 5px 15px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.index-pro-twomenu a:hover{
	background: #d61519;
	color:#fff;
}

/*产品中心列表页*/

.pro-list-menu{
	margin: 25px auto;
}
.pro-list-menu .item{
	line-height: 30px;
}
.pro-list-menu .erji{
	font-size: 16px;
	font-weight: bold;
}
.pro-list-menu .erji a:hover{
	color:#d61519;
}
.pro-list-menu .sanji{
	display: inline-block;
}
.pro-list-menu .sanji a{
	padding: 5px 10px;
}
.pro-list-menu .sanji a:hover{
	background-color: #d61519;
	color:#fff;
}

.proservice{
	margin: 40px auto;
}
.proservice .info{
	line-height: 35px;
}
.proservice .info .right{
	float: right;
}

.head-search button{
	background: none;
	border: none;
}