/*框架*/
body,html{
	color:#222;
	-webkit-text-size-adjust:none;
	font-family: "Arial",
	"Microsoft YaHei",
	"Helvetica Neue",
	"Helvetica",
	"黑体",
	"宋体",
	sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe {
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
a {
	text-decoration: none !important;
}
.section-wrap {
	width:100%;
	height:100%;
	overflow:visible;
	transition:transform 1s cubic-bezier(0.86,0,0.03,1);
	-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);
}
.section-wrap .section {
	position:relative;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.section-wrap .section .title {
	width:100%;
	position:absolute;
	top:10%;
	color:#fff;
	font-size:2.4em;
	text-align:center;
}
.section-wrap .section .title p {
	padding:0 4%;
	opacity:0
}
.section-wrap .section .title.active .tit {
	opacity:1;
	transform:translateY(-25px);
	-webkit-transform:translateY(-25px);
	transition:all 2s cubic-bezier(0.86,0,0.8,1);
	-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);
}
.section-wrap .section-1 {
	background-color:#fff;
}
.section-wrap .section-2 {
	background:url("../images/bg.jpg") no-repeat center;
	padding-top:100px;
}
.section-wrap .section-3 {
	background:url("../images/bg3.jpg") no-repeat center;
	padding-top:100px;
}
.section-wrap .section-4 {
	background:url("../images/bg2.jpg") no-repeat center;
	padding-top:100px;
}
/*.section-wrap .section-5 {
	background:url("../images/bg4.jpg") no-repeat center;
	padding-top:150px;
	background-size:cover;
}*/
.section-wrap .section-6 {
	background:url("../images/bg6.jpg") no-repeat center;
	background-size:cover;
	position:relative
}
.section-wrap .section-6>.bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* background:rgba(0,0,0,.1); */
}
.put-section-0 {
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.put-section-1 {
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.put-section-2 {
	transform:translateY(-200%);
	-webkit-transform:translateY(-200%);
}
.put-section-3 {
	transform:translateY(-300%);
	-webkit-transform:translateY(-300%);
}
.put-section-4 {
	transform:translateY(-400%);
	-webkit-transform:translateY(-400%);
}
.put-section-5 {
	transform:translateY(-500%);
	-webkit-transform:translateY(-500%);
}
.section-btn {
	width:14px;
	position:fixed;
	right:4%;
	top:50%;
}
.section-btn li {
	width:14px;
	height:14px;
	cursor:pointer;
	text-indent:-9999px;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom:12px;
	text-align:center;
	color:#fff;
	background: #606060;
	border: 1px solid #606060;
}
.section-btn li.on {
	background:#ef262d;
	border: 1px solid #ef262d;
}
.arrow {
	opacity:1;
	animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
	-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:60px;
	border-radius:100%;
	-webkit-border-radius:100%;
	line-height:50px;
	text-align:center;
	font-size:35px;
	color:#111;
	background: #fff;
	border:1px solid #fff;
	cursor:pointer;
	overflow:hidden;
}
.arrow:hover {
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

@keyframes arrow {
	0%,100% {
	bottom:10px;
	opacity:1;
}
50% {
	bottom:50px;
	opacity:.8
}
}@-webkit-keyframes arrow {
	0%,100% {
	bottom:10px;
	opacity:1;
}
50% {
	bottom:50px;
	opacity:.8
}
}/*banner*/
@media all and (max-width:768px) {
	.focus {
	display:block;
}
.focus .hd {
	position:absolute;
	bottom:0!important;
	height:10px!important;
}
.focus .hd ul {
	bottom:0!important;
}
.prev,.next {
	display:none!important;
}
}.carousel,.carousel-inner {
	height:100%;
}
.item {
	height:100%;
	/*display:flex!important;
	*/
    /*align-items:center;
	*/
    /*justify-content:center;
	*/
    /*flex-direction:column;
	*/
    /*flex-wrap:nowrap;
	*/
}
.item>img {
	width:auto!important;
	max-width:none!important;
	height:100% !important;
	margin:0 auto;
}
.focus {
	height:100%;
	position:relative;
	overflow:hidden;
	background-color:#fff;
	margin-right:auto;
	margin-left:auto;
	z-index:0;
	display:none;
}
.focus .hd {
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;
	text-align:center;
}
.focus .hd ul {
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
	display:inline-block;
	height:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:0;
	vertical-align:top;
}
.focus .hd ul li {
	display:inline-block;
	width:30px;
	height:5px;
	background-color:rgba(255,0,0,0.5);
	vertical-align:top;
	overflow:hidden;
	margin-right:.08rem;
	margin-left:.08rem;
}
.focus .hd ul .on {
	background-color:#FFFFFF;
}
.focus .bd {
	position:relative;
	z-index:0;
	height:100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	/* 取消链接高亮 */
}
.focus .bd li {
	position:relative;
}
.focus .bd li img {
	width:100%;
	height:100%;
}
.focus .bd li .one {
	width:100%;
	position:absolute;
	top:1.6rem;
	text-align:center;
	color:#fff;
}
.focus .bd li .one>h2 {
	font-size:.45rem;
	font-weight:bold;
}
.focus .bd li .one>p {
	font-size:.1rem;
}
.prev {
	position:absolute;
	top:50%;
	left:10%;
	display:inline-block;
	font-size:30px;
	cursor:pointer;
}
.next {
	position:absolute;
	top:50%;
	right:10%;
	font-size:30px;
	cursor:pointer;
}
/*about*/

.about {
	width:78%;
	margin: 5% auto 0;
}
.about>h4 {
	font-size:60px;
	line-height:80px;
	color:#ddd;
	font-weight:bold;
}
.about>h5 {
	font-size:24px;
	color:#000;
	font-weight:bold;
	line-height:40px;
}
.about>p {
	width:48%;
	color:#111;
	font-size:14px;
	line-height: 24px;
	text-align:justify;
	text-indent: 2em;
}
.amore {
	padding:5px 30px;
	border:solid 1px #ef262d;
	background:#fff;
	color: #ef262d;
	display:inline-block;
	margin: 30px 30px 0;
	transition: all 300ms ease;
}
.amore:hover {
	background:#ef262d;
	border:solid 1px #ef262d;
	color:#fff;
}
.absp{
	width: 520px;
	height: auto;
	margin-bottom: 20px;
}
.ableft{ float: left; width: 48%; }
.ableft h1 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	margin-top: -48px;
	padding-left: 30px;
}
.ableft h5{ font-size: 80px; color: #e9e9e9; font-weight: 800; margin-bottom: 5px;}
.ableft p{ font-size: 15px; line-height: 28px; padding: 0 30px; letter-spacing: 1px;}
.abright{ float: left; margin-left: 12%; width: 40%;}
.abicon{ width: 100%; height: auto; text-align: center; padding: 22px 0; text-shadow:5px 1px 6px #111;}
.abcou{ font-size: 50px;color: #fff; font-weight: 600; position: relative;}
.abcou::after{ content: ""; position: absolute; bottom: 0; left: 0; background: #fff; height: 2px; width: 6%; display: block; margin: 0 47%;}
.abicon h4{ margin-top: 15px; font-size: 18px; color: #fff;}
.right{ border-right: 1px dotted #ddd; }
.bottom{ border-bottom: 1px dotted #ddd;}
@media (min-width:1500px) {
	.absp {
		width: 720px !important;
		height: auto;
		margin-bottom: 20px;
	}
	/* .gongyi {
		margin-top: 120px !important;
	} */
	.product-show {
		margin-top: 100px !important;
	}
	.plist {
		padding-bottom: 78px !important;
	}
	.partner{
		top: 168px !important;
	}
	.ableft{ margin-top: 42px !important; width: 44%;}
	.syfooter{ padding: 240px 118px 150px 68px !important;}
}
.col_half {
	width:49%;
}
.col_third {
	width:32%;
}
.col_fourth {
	width:60%;
	margin:0 auto;
}
.col_fifth {
	width:18.4%;
}
.col_sixth {
	width:15%;
}
.col_three_fourth {
	width:74.5%;
}
.col_twothird {
	width:66%;
}
.col_half,.col_third,.col_twothird,.col_fourth,.col_three_fourth,.col_fifth {
	position:relative;
	display:inline;
	display:inline-block;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}
.end {
	margin-right:0 !important;
}
/* Column Grids End */

.wrapper {
	width:50%;
	margin:30px auto;
	position:relative;
}
.counter {
	background-color:#ffffff;
	padding:20px 0;
	border-radius:5px;
	width:90%
}
.count-title {
	font-size:40px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:0;
	text-align:center;
}
.count-text {
	font-size:13px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:0;
	text-align:center;
}
.fa-2x {
	margin:0 auto;
	float:none;
	display:table;
	color:#4ad1e5;
}
.section-2>p {
	width:50%;
	margin:0 auto;
}
.section-2>p>a {
	padding:5px 20px;
	border:solid 1px #999;
	color:#999;
}
.section-2>p>a:hover {
	background:#ef262d;
	color:#fff;
}
/*product*/
.product>div {
	text-align:right;
}
.product>div>p {
	text-align:center;
	margin-top:10px;
	display:inline-block;
}
.product>div>p>a {
	padding:5px 20px;
	border:solid 1px #ef262d;
	color:#ef262d;
	margin-top:20px;
}
.product>div>p>a:hover {
	background:#ef262d;
	color:#fff;
}
.box{
	height: auto;
	position: relative;
	float: left;
}
.pro{
	width: 96%;
	overflow: hidden;
	margin: 15px 2%;
	padding: 15px 0;	
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;/* Firefox 4 */
	-webkit-transition: all 1s ease 0s; /* Safari å’Œ Chrome */
	-o-transition: all 1s ease 0s; /* Opera */
}
.pro img{
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;/* Firefox 4 */
	-webkit-transition: all 1s ease 0s; /* Safari å’Œ Chrome */
	-o-transition: all 1s ease 0s; /* Opera */
}
.pro:hover p{
	color: #478c39;
}
.pro:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform:scale(1.1);
}
.gytit{
	background: #171717;
	color: #fff !important;
	padding: 20px 0 10px;
    height: 60px;
	position: relative;
	line-height: 30px;
	transition: padding 2s;
    -moz-transition: padding 2s;  /* Firefox 4 */
    -webkit-transition: padding 2s;   /* Safari 和 Chrome */
    -o-transition: padding 2s;
}
.box .pro:hover .gytit{
	padding: 0 !important;
}
.gytit::before{
	position:absolute;
	content:'';
	width:10%;
	height:2px;
	background-color:#ef262d;
	left:0;
	top:28;
	margin:0 45% 12px;
}

.pro>p {
	color:#eee;
	text-align:center;
	padding:10px 0;
	display:none;
}
.pro:hover>.flip_wrap {
	opacity:1;
}
.flip_wrap {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:1s;
	width:100%;
	height:50%;
	padding:12px 12px 10px;
	perspective:800px;
	/*perspective属性定义3D元素距视图的距离,以像素计。该属性允许您改变 3D 元素查看 3D 元素的视图。*/
    -webkit-perspective:800px;
	-moz-perspective:800px;
	-ms-perspective:800px;
	-o-perspective:800px;
	box-sizing:border-box;
}
.flip {
	width:100%;
	height:200%;
	backface-visibility:hidden;
	/*背对屏幕时隐藏*/
    -webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	transition:all 1s linear;
	/*为翻牌添加过渡效果*/
    -webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transform-style:preserve-3d;
	/*子元素将保留其 3D 位置。*/
}
.side {
	width:100%;
	height:98%;
	position:absolute;
	/*让背面和正面重叠*/
    left:0;
	top:20;
	margin: 3.5% 0 0;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:table;
	font-size:18px;
	border: 2px solid #ef262d;
}

.back {
	backface-visibility:hidden;
	/*背对屏幕时隐藏*/
    -webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	background:rgba(0,0,0,.76);
	padding:0 36px;
	box-sizing:border-box;
}
.back span {
	display:block;
	margin:40px 0px;
	font-size:18px;
	color:#00c1DE
}
.back p {
	display:block;
	margin:4px 0;
}





/*peoduct-show*/
.cplist{ margin: 50px auto 30px;}
.product-show {
	margin-top:28px;
}
.pro-s {
	padding:10px;
	position:relative;
	transition:.3s;
	text-align: center;
	/* border: 1px solid rgba(0,0,0,.1); */
}
.pro-s:hover {
	/* border: 1px solid #ef262d; */
	transform:translateY(-10px);
	transition: 1s;
}
.pro-s img {
	width:100%;
	border: 1px solid #ddd;
}
.pro-s>a {
	width:100%;
	height:100%;
}
.pro-s p {
    color:#fff;
	margin-top: 12px;
    font-size:16px;
}
.pro-s small {
	color: #fff;
	font-size: 14px;
}
/*news*/
.par {
	width: 100%;
	height: auto;
	margin:5px;
	
}

.par>img {
	width:90%;
	display: block;
	margin: 0 5%;
	border: 1px solid #999;
}

.par img:hover {
	cursor: pointer;
	border: 1px solid #ef262d;
}
.partner {
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top:100px;
	margin:0 auto;
	z-index:9999;
	padding-top: 100px;
}
.partner>h4 {
	font-size:60px;
	line-height:80px;
	color:#ddd;
	font-weight:bold;
}
.partner>h5 {
	font-size:24px;
	color:#000;
	font-weight:bold;
	line-height:40px;
}
.news_list h2{ color: #333; font-size: 18px; padding: 15px 0 10px 5px;}
/* index-logo */
.cus {
	bottom: 30px;
	right: 20px;
	overflow: hidden;
	width: 100%;
	height: 150px;
	float: left;
}

.logo {
	width: 80%;
	margin: 20px 10% 0;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 24px;
}

.squ {
	background: rgba(255, 255, 255, 0);
}

.squ img {
	width: 222px;
	height: 300px;
	display: block;
	margin: 0 auto;
}

.squ:hover {
	transition: all 0.5s;
	overflow: hidden;
	transform: translateY(-150px);
	opacity: 1;
	text-align: center;
}

.logo .right {
	border-right: 1px solid #ddd;
}

.logo .bottom {
	border-bottom: 1px solid #ddd;
}

.pa0 {
	padding: 0;
}

.pbox {
	width: 100%;
	height: auto;
}

.pbox img {
	width: 100%;
	height: auto;
	display: block;
}

.pbox p {
	line-height: 36px;
}

.logo .right {
	border-right: 1px solid #ddd;
}

.logo .bottom {
	border-bottom: 1px solid #ddd;
}
.slideshow {
	position:absolute;
	width:100vw;
	height:100vh;
	overflow:hidden;
}
.slideshow-image {
	position:absolute;
	width:100%;
	height:100%;
	background:no-repeat 50% 50%;
	background-size:cover;
	-webkit-animation-name:kenburns;
	animation-name:kenburns;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-duration:16s;
	animation-duration:16s;
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.slideshow-image:nth-child(1) {
	-webkit-animation-name:kenburns-1;
	animation-name:kenburns-1;
	z-index:3;
}
.slideshow-image:nth-child(2) {
	-webkit-animation-name:kenburns-2;
	animation-name:kenburns-2;
	z-index:2;
}
.slideshow-image:nth-child(3) {
	-webkit-animation-name:kenburns-3;
	animation-name:kenburns-3;
	z-index:1;
}
.slideshow-image:nth-child(4) {
	-webkit-animation-name:kenburns-4;
	animation-name:kenburns-4;
	z-index:0;
}
@-webkit-keyframes kenburns-1 {
	0% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
1.5625% {
	opacity:1;
}
23.4375% {
	opacity:1;
}
26.5625% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
98.4375% {
	opacity:0;
	-webkit-transform:scale(1.21176);
	transform:scale(1.21176);
}
100% {
	opacity:1;
}
}@keyframes kenburns-1 {
	0% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
1.5625% {
	opacity:1;
}
23.4375% {
	opacity:1;
}
26.5625% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
98.4375% {
	opacity:0;
	-webkit-transform:scale(1.21176);
	transform:scale(1.21176);
}
100% {
	opacity:1;
}
}@-webkit-keyframes kenburns-2 {
	23.4375% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
26.5625% {
	opacity:1;
}
48.4375% {
	opacity:1;
}
51.5625% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
}@keyframes kenburns-2 {
	23.4375% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
26.5625% {
	opacity:1;
}
48.4375% {
	opacity:1;
}
51.5625% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
}@-webkit-keyframes kenburns-3 {
	48.4375% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
51.5625% {
	opacity:1;
}
73.4375% {
	opacity:1;
}
76.5625% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
}@keyframes kenburns-3 {
	48.4375% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
51.5625% {
	opacity:1;
}
73.4375% {
	opacity:1;
}
76.5625% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
}@-webkit-keyframes kenburns-4 {
	73.4375% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
76.5625% {
	opacity:1;
}
98.4375% {
	opacity:1;
}
100% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
}@keyframes kenburns-4 {
	73.4375% {
	opacity:1;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
76.5625% {
	opacity:1;
}
98.4375% {
	opacity:1;
}
100% {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1);
}
}
.section-6>.bq {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	/* background:#232323; */
	color:#fff;
	padding:20px 0;
	font-size:14px;
	text-align:center;
}
.section-6>p>a {
	color:#fff;
	font-size:14px;
}
.contact {
	z-index:2;
	height:100%;
	padding: 132px 0 0;
}
.contact h3 {
	font-size:24px;
	color:#fff;
	margin-bottom:35px;
	font-weight: 600;
}
.contact h5 {
	font-size:16px;
	color:#fff;
	font-weight: 600;
	margin-bottom: 12px;
}
.syfooter{
	width: 50%;
	height: 100%;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(93,162,199,.86);
	padding: 150px 100px 150px 52px; 
	color: #fff;
}
.syfooter h2{
	line-height: 52px;
	margin-bottom: 20px;
	padding: 0 16px;
	background: rgba(102,102,102,.76);
	font-size: 26px;
	border-left: 5px solid #ef262d;
}
.syfooter ul{
	width: 100%;
	height: auto;
	display: inline-block;
}
.syfooter ul li{
	line-height: 42px;
	border-bottom: 1px dashed #c4c3c3;
	padding: 0 20px;
}
.syfooter ul li:nth-of-type(5) {
	border-bottom: none !important;
}
.syfooter ul li span:nth-of-type(1){
	margin-top: -6px;
}
.syfooter ul li span{
	display: block;
	margin-left: 65px;
	line-height: 28px !important; 
}
.bq{
	position: absolute;
	bottom: 24px;
	color: #ddd !important;
}
.bq a{
	color: #ddd !important;
}

/*ab-line*/
.leftit	{
	overflow:hidden;
	width:100px;
	max-width:130px;
	border-bottom:1px solid #7b7b7b;
	overflow:inherit;
	margin-left:0px;
	position: relative;
	cursor: pointer;
	z-index: 99;
}
.leftit .sytit{
	margin: 0 0 5px 40px;
}
.leftit h3{
	font-size: 22px;
	color: #111;
}
.leftit:hover h3{
	font-size: 22px;
	color: #ef262d;
	cursor: pointer;
}
.leftit h4{
	margin-bottom: 12px !important;
	color: #7a7b7b;
}
.leftit .line-bottom::before {
	position:absolute;
	content:'';
	width:40px;
	height:2px;
	background-color:#ef262d;
	left:0;
	top:28;
	margin:0;
}
.about img{
	/* border: 1px solid #ddd; */
	padding: 5px;
	margin-bottom: 20px;
}
.contact-us{
	background: #444;
	margin-top: 142px;
	height: 320px;
	padding: 50px 70px;
}
.footright{
	background: #999;
	margin-top: 142px;
	height: 320px;
}
.form-control{
	background: none;
	border-bottom: 1px solid #999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.news-img{margin-top:22px; margin-bottom:18px;}
.news-img img{ width: 100%; height: auto;}
.news h1{font-size:35px; text-align: center; margin:70px 0 0 0;}
.news h4{text-align: center; color: #444;}
.news ul {
	margin-top: 20px;
	padding-left: 0;
	text-align: left;
}
.news li h2{font-size: 20px;}
.news li h2 span{font-size:16px; margin-right:6px;}
.news li h2 a{color: #ef262d; font-size: 16px;}
.news li a:hover{color:#000; text-decoration: none;}
.news li p{color:#555; margin-top:10px; text-indent: 2em; font-size: 13px;}
.nleft{ width: 100%; height: auto; padding: 5px 20px 30px;}
.nright{ width: 100%; margin-left: 5%; padding: 28px 34px; background: rgba(255,255,255,.86);}
.nright li {
	border-bottom: 1px dotted #b3b3b3;
	margin: 0 0 21px;
	padding: 0 0 15px;
}
.nerbtn{ float: left;}
.news-img img{ margin-top: 20px;}
.news-img h3{ font-size: 18px;}
.nright li h2 a {
	color: #333;
	font-size: 16px;
}
.nright li p {
	color: #999;
	font-size: 13px;
}
.nt {
	font-size: 18px;
	color: #111;
}
.plist{ width: 70%; height: auto; display: block; margin: 0 auto; padding-left: 72px;}
.plist .active{ background: #ef262d;}
.plist li{ float: left; padding: 10px 40px; background: #666; margin: 0 15px 24px; font-size: 14px;}
.plist li a{ color: #fff;}

/* 优势 */
.adv {
	text-align: center;
	color: #333;
	margin: 0 20px;
	display: inline-block;
	height: 100%;
	padding: 262px 20px;
	border-left: 1px solid rgba(255,255,255,.05);
	border-right: 1px solid rgba(255, 255, 255, .05);
	transform: 0.6s;
}

.adv:hover {
	background: rgba(0,0,0, .1);
	color: #333 !important;
}

.adv>img {
	margin: 20px auto;
	display: block;
	width: 100px;
	transition: 1s;
}

.adv>img:hover {
	transform: rotateZ(360deg);
}

.adv>h4 {
	font-size: 18px;
	margin-bottom: 12px;
}

.adv>p {
	/* text-align: justify; */
	/* text-indent: 2em; */
	font-size: 14px;
	height: 140px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.gongyi{
	margin-top: -160px;
}


/* add-sypro */
.pro-del-js-xq{
	display: block;
	margin: 0 18%;
}
.pro-del-js-xq span {
	background: #333;
	color: #fff;
	padding: 10px 0;
	width: 24%;
	display: inline-block;
	text-align: center;
	margin-bottom: 28px;
}

.but {
	background: #ef262d !important;
}

.xq-box{
	color: #fff;
}
@media all and (max-width:768px) {
	.tu1 {width:80%;display:block;margin:0 auto;}
	.tu2 {width:100% !important;display:block;margin:0 auto;}
	.navbar-default .navbar-nav>li>a {color:#111 !important;height:40px !important;line-height:40px !important;text-align:center;}
	.navbar {height:68px !important;}
	.caret {display:none;}
	.dropdown-menu {display:none !important;}
	.leftit {display:none;}
	.ableft {width:100% !important;height:auto;}
	.absp {width:100% !important;}
	.abright {display:none !important;}
	.section-wrap .section-2 {background:none !important;}
	.sj {display:none !important;}
	.section-wrap .section-3 {padding-top:32px;}
	.adv>img {margin:14px auto;}
	.adv>p {font-size:12px;height:124px;}
	.adv>h4 {font-size:16px;margin-bottom:8px;}
	
}
@media all and (max-width:768px) {
    /* index */
    .sjtu{ display: block !important;}
    .pctu{ display: none !important;}
    .item>img{ width: 100% !important;}
    .ableft h5{ font-size: 52px; margin-bottom: 20px;}
    /* .adv>p{ display: none;} */
    .gongyi{ margin-top: 32px;}
    .adv{ padding: 0; margin: 0;}
    .cpjs {padding:50px 22px !important;}
	.pro-s{ padding: 0 0 5px 0;}
    .syfooter{ width: 100%; padding: 60px 0 0;}
    .sylinkbox{ padding: 20px;}
    .nybq p{ width: 100%;}
    .nybanright{ padding-left: 15px;}
    .nynews .ntu{ margin: 20px 0 0;}
    .nynav ul li{ margin: 0;}
    .pagination{ margin: 20px 0 15px 0;}
    .pagination span>a{ font-size: 12px;}
}