main { overflow: hidden; zoom: 1 }

/*slide*/
.slide { position: relative; width: 100%; height: 700px }
.slide-item { position: absolute; /*height: 100%;*/ height:700px; width: 100%; background-size: cover; background-position: 50%; background-color: #000; z-index: 99 }
.slide-prev, .slide-next { position: absolute; top: 50%; z-index: 9; width: 64px; height: 64px; margin-top: -30px; border-radius: 50%; cursor: pointer; transition: 0.3s }
.slide-prev:after, .slide-next:after { content: ''; position: absolute; left: 50%; top: 50%; width: 50%; height: 50%; border-top: 2px solid #fff; transition: .3s }
.slide-prev { left: 0; transform: translateX(-100%) }
.slide-prev:after { border-left: 2px solid #fff; transform: translate(-30%, -50%) rotate(-45deg) }
.slide-next { right: 0; transform: translateX(100%) }
.slide-next:after { border-right: 2px solid #fff; transform: translate(-70%, -50%) rotate(45deg) }
.slide-prev:hover:after, .slide-next:hover:after { border-color: #1c499e; filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, .3)) }
.slide:hover .slide-prev { transform: translateX(100%) }
.slide:hover .slide-next { transform: translateX(-100%) }
.slide-page { display: block; position: absolute; bottom: 20px; left: 0; z-index: 2; width: 100%; height: 20px; text-align: center }
.slide-page .swiper-pagination-bullet { display: inline-block; background: rgba(0, 0, 0, 0.2); position: relative; height: 20px; width: 20px; background: none; text-align: center; margin: 0 6px; cursor: pointer }
.slide-page .swiper-pagination-bullet:after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -3px; -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .3 }
.slide-page .swiper-pagination-bullet:before { content: ""; width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 0; opacity: .3 }
.slide-page .swiper-pagination-bullet svg circle { stroke-dasharray: 113px; stroke-dashoffset: 0px; stroke-linecap: round; stroke-width: 0; stroke: #fff; fill: none; animation: none; animation-play-state: paused; animation-fill-mode: none }
.slide-page .swiper-pagination-bullet-active { color: #fff; background: none }
.slide-page .swiper-pagination-bullet-active:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); background: #fff }
.slide-page .swiper-pagination-bullet svg { position: absolute; top: 0; right: 0; width: 20px; height: 20px; -webkit-transform: rotateY(-180deg) rotateZ(-90deg); transform: rotateY(-180deg) rotateZ(-90deg) }
.slide-page .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle { animation-play-state: running; stroke-width: 2px; -webkit-animation: countdown 7s linear forwards; animation: countdown 7s linear forwards }
@-webkit-keyframes countdown {
    from { -webkit-stroke-dashoffset: 113px; stroke-dashoffset: 113px }
    to { -webkit-stroke-dashoffset: 0; stroke-dashoffset: 0 }
}
@keyframes countdown {
    from { -webkit-stroke-dashoffset: 113px; stroke-dashoffset: 113px }
    to { -webkit-stroke-dashoffset: 0; stroke-dashoffset: 0 }
}

/*title*/
.title { padding-top: 10px; text-align: center }
.title h2 { display: inline-block; position: relative; padding:5px 50px; font-weight: bolder; font-size: 42px; color: #333 }
/*.title h2:before, .title h2:after { content: ""; position: absolute; top: 0; width: 50px; height: 40px; background: url(../images/title_bg.png) no-repeat }*/
.title h2:before { left: 0 }
.title h2:after { right: 0 }
.title p { margin-top: 10px; font-size: 18px; color: #626262 }

/*more*/
.more { position: relative; display: inline-block; width: 36px; height: 36px; border: 2px solid rgba(51, 51, 51, .65); border-radius: 100%; cursor: pointer; transition: 0.3s }
.more:after { content: ''; position: absolute; left: 50%; top: 50%; width: 38%; height: 38%; border-top: 2px solid rgba(51, 51, 51, .65); border-right: 2px solid rgba(51, 51, 51, .65); transform: translate(-70%, -50%) rotate(45deg) }
.more:hover { background-color: #1c499e; border-color: #1c499e; filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3)) }
.more:hover:after { border-color: #fff }

/*track*/
.track { padding: 24px 0; background: linear-gradient(90deg, #59b1e6, #fff); background: url(../images/track_bg.jpg) no-repeat top center/ cover }
.track .row { align-items: center }
.track ul { align-items: flex-end; justify-content: space-between; }
.track ul::after, .track ul::before { content: ""; display: block; }
.track ul li { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; line-height: 44px; font-weight: bolder; font-size: 18px; color: #1f1f1f }
.search-label { line-height: 22px; font-weight: bolder; color: #fff }
.search-control { display: block; width: 100%; flex: 1; padding: 4px 8px 4px 16px; border: 2px solid transparent; border-radius: 4px; background-color: #fff; background-clip: padding-box; font-size: 14px; line-height: 1.42858; color: #333 }
.search-control:focus { border-color: #ea8415; outline: 0 }
.search-control[disabled] { cursor: not-allowed }
.search-control:disabled, .search-control[readonly] { background-color: #e9ecef; opacity: 1 }
.search-btn { display: inline-block; width: 88px; height: 62px; line-height: 62px; margin-left: 10px; text-align: center; vertical-align: middle; line-height: 1.42858; font-size: 20px; border: 2px solid transparent; border-radius: 4px; cursor: pointer; outline: none; color: #fff; background-color: #ea8415 }
.search-btn:hover { background-color: #e38b2a }



/*product*/
.product { padding-top: 30px; background: url(../images/product_bg.png) no-repeat center 320px }

.column-title { margin-bottom: 17px; padding: 25px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid #898989 }
.column-title h3 { font-weight: bolder; font-size: 28px; color: #333 }
.column-title h3 i { display: inline-block; padding: 0 10px; color: #1c499e }
.column-title .more { margin-right: 10px }

.column { margin-top:5px }
.column ul li>a { display: block; position: relative; width: 100%; /*height: 480px */}
.column ul li.col-6>a{ height: 374px }
.column ul li>a { color: #fff }
.column ul li figure { width: 100%; /*height: 480px;*/ margin: 0; overflow: hidden }
.column ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.column ul li.col-6 figure{ height: 374px }
.column ul li>a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.column ul li .product-info { /*position: absolute;*/ bottom: 0; left: 0; right: 0; width: 100%; padding: 20px 0px 0px; height:32px;}
.column ul li .product-info h4 { font-weight: normal; font-size: 20px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color:#333;}
.column ul li>a:hover .product-info h4 { color: #0452a5 }
.column ul li .product-info p { height: 72px; margin-top: 10px; padding-right: 60px; line-height: 36px }
.column ul li .product-info p span { display: inline-block; position: relative; margin-right: 10px; padding-left: 18px }
.column ul li .product-info p span:before { content: ''; display: inline-block; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 100%; background: #fff; transform: translateY(-50%) }
.column ul li .product-info em { display: inline-block; position: relative; right:-100%; bottom:26px; width:26px; height:26px; border: 1px solid #333; border-radius: 100%;margin-left:-28px;}
.column ul li>a:hover .product-info em { background: #0452a5 }
.column ul li .product-info em:after { content: ''; width: 12px; height:1px; background: #333; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.column ul li .product-info em:before { content: ''; width: 12px; height: 1px;background: #333; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.column ul li .product-info em:after { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); -webkit-transition: all .4s ease; transition: all .4s ease }
.column ul li>a:hover .product-info em:after { -webkit-transform: translate(-50%, -50%) rotate(180deg); background: #fff;  transform: translate(-50%, -50%) rotate(180deg) }

.video { margin-top: 100px }
.video h3 { display: flex; align-items: center; justify-content: center; font-weight: bolder; font-size: 42px; color: #333 }
.video h3 img { margin-right: 12px }

.product-video{ width: 100%; max-height: 720px; margin-top: 70px }

/*good*/
.goodbox { margin-top: 0px; padding-bottom: 65px; overflow: hidden; background: url(../images/good_bg.jpg) no-repeat center/ cover }
.good { width: 100%; margin-top: 75px; background: url(../images/good_img.png) no-repeat center; justify-content: space-between }
.good ul { width: 360px }
.good ul.col-left { text-align: right }
.good ul li { display: flex; align-items: center; justify-content: space-between; width: 360px; padding: 20px 0 }
.good ul li .good-info { width: 280px }
.good ul li .good-info span { display: block; line-height: 42px; font-weight: 600; font-size: 24px; color: #000 }
.good ul li .good-info p { line-height: 26px; font-size: 14px; color: #444444 }
.good-flex { display: flex; align-items: center; justify-content: center; margin-top: 80px }
.good-tel { position: relative; height: 50px; padding-left: 74px; line-height: 50px; color: #fff; font-size: 18px; border-radius: 25px; background: #18459c }
.good-tel:before { content: ''; display: block; position: absolute; top: 9px; left: 27px; width: 32px; height: 32px; background: url(../images/tel.png) no-repeat center/ cover }
.good-tel span { font-size: 32px; font-family: "tel"; vertical-align: top }
.good-tel a { display: inline-block; height: 50px; margin-left: 80px; padding: 0 41px; color: #18459c; font-size: 20px; letter-spacing: 2px; border: 1px solid #18459c; border-radius: 25px; background: #fff; transition: .2s }
.good-tel a:hover { color: #fff; background: #ea8415 }

/*news*/
.news { margin-top: 60px; padding-bottom: 40px }
.news ul li { cursor: grab }
.news ul li figure { width: 100%; max-height: 396px; margin: 0; overflow: hidden }
.news ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.news ul li:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.news ul li .news-info { position: relative; max-height: 396px; padding: 40px 40px 30px !important; background: #f4f4f4; box-sizing: border-box }
.news ul li .news-info h4 { font-size: 20px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.news ul li .news-info p { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 5; text-overflow: ellipsis; margin-top: 30px; line-height: 28px; font-size: 14px; color: #838383 }
.news ul li .news-info time { display: block; margin-top: 60px; font-size: 14px; color: #505050 }
.news ul li .news-info .more { position: absolute; right: 40px; bottom: 30px }
.news-page { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 0; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 1 }
.news-page .swiper-pagination-bullet { display: inline-block; position: relative; width: 8px; height: 8px; margin: 0 5px; background-color: #e5e5e5; border-radius: 4px; cursor: pointer; opacity: 1; transition: 0.5s }
.news-page .swiper-pagination-bullet-active { width: 24px; background-color: #1c499e }

/*abouts*/
.aboutsbox { position: relative; width: 100%; margin-top:90px; padding-bottom: 60px; color: #fff; background: url(../images/abouts_bg.jpg) no-repeat top center; background-size: cover }

.aboutsbox .container { position: relative; z-index: 5 }
.abouts { flex-direction: column; align-items: center }
.abouts .title h2, .abouts .title p { color: #fff }
.abouts-info { width: 100%; margin-top: 30px; line-height: 40px; text-align: center }
.abouts-more { margin-top: 30px; border-color: rgba(255, 255, 255, .65) }
.abouts-more:after { border-top-color: rgba(255, 255, 255, .65); border-right-color: rgba(255, 255, 255, .65) }
.abouts-count { width: 100%; margin-top: 45px; align-content: center; justify-content: space-around; align-items: center }
.abouts-count li { flex: 1; text-align: center; border-right: 1px solid rgba(255, 255, 255, .34) }
.abouts-count li:last-child { border-right: none }
.abouts-count li b { position: relative; line-height: 72px; font-family: Arial-Black, Arial; font-weight: bold; font-size: 72px }
.abouts-count li b span { padding-right: 30px }
.abouts-count li b em { position: absolute; right: 0; font-style: normal; font-weight: 500; font-size: 36px }
.abouts-count li p { margin-top: 5px; line-height: 25px; letter-spacing: 1px; font-weight: bolder; font-size: 20px }
.abouts-sub { margin-top: 50px }
.abouts-sub a { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: flex-end; padding: 0 38px; font-size: 18px; color: #fff }
.abouts-sub a:hover { color: #e38b2a }
.abouts-sub a i { margin-bottom: 20px }
.abouts-sub a i.icon-culture { width: 46px; height: 46px; background: url(../images/about_icon_1.png) no-repeat }
.abouts-sub a i.icon-honor { width: 42px; height: 48px; background: url(../images/about_icon_2.png) no-repeat }
.abouts-sub a i.icon-rd { width: 50px; height: 43px; background: url(../images/about_icon_3.png) no-repeat }
.abouts-sub a:hover i.icon-culture { background: url(../images/about_icon_1_hover.png) no-repeat }
.abouts-sub a:hover i.icon-honor { background: url(../images/about_icon_2_hover.png) no-repeat }
.abouts-sub a:hover i.icon-rd { background: url(../images/about_icon_3_hover.png) no-repeat }

/*partner*/
.partner { position: relative; width: 100%; height: 100px; margin-top: 60px }
.partner-scrolling { width: 100%; height: 100px }
.partner-scrolling ul { height: 100px }
.partner-scrolling ul li { display: flex; justify-content: center; align-items: center; width: 20%; height: 100px; cursor: grab; background: #ffff; border: 2px solid #eaeaea; box-sizing: border-box; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.partner-scrolling ul li img { max-width: 100%; max-height: 100% }
.partner-scrolling ul li:hover { border-color: #1c499e; box-shadow: 0px 6px 16px 0px rgba(227, 227, 227, 0.5) }
.partner .partner-prev, .partner .partner-next { display: block; position: absolute; top: 50%; z-index: 1; width: 32px; height: 32px; line-height: 32px; text-align: center; margin-top: -15px; font-size: 30px; font-weight: 600; color: #c3c3c3 }
.partner .partner-prev { left: -42px }
.partner .partner-next { right: -42px }
.partner .partner-prev:hover, .partner .partner-next:hover { cursor: pointer; color: #1c499e }


.aboutgaodu {
    height: 580px;background: url(../images/nybanner.jpg) center no-repeat;
	    position: relative;
    top: 50px;
}
.abnr{
	text-align:left;
}
.yd{
	display:none;
}
section.syabout.aboutnr{margin: 0px auto 0px;}



@media only screen and (max-width:1200px){
	.pc{
	display:none;
}
.yd{
	display:block;
}
.aboutgaodua{
	 position: relative;
    top: 25px;
	height:auto;
	width:100%;
}
.aboutgaodua img{
	width:100%;
}
section.aboutsbox.padding100.aboutnr{
	padding-bottom:60px;
	padding-top:10px;
}
	
}



/*grid*/
@media only screen and (max-width:1400px){}
@media only screen and (max-width:1200px){}
@media only screen and (max-width:992px){
    /*slide*/
    .slide { height: 27rem }

    /*product*/
	.column ul li .product-info { padding: 20px 40px 20px 10px; box-sizing: border-box; }
	.column ul li .product-info h4 { font-size: 16px; }
	.column ul li .product-info em { right: 10px; bottom: 20px; width: 20px; height: 20px; }
}
@media only screen and (max-width:768px){
    /*slide*/
    .slide { height: 16.875rem }
}
@media only screen and (max-width:576px){
	/*title*/
	.title { padding-top: 40px }
	.title h2 { padding: 8px 36px; font-size: 32px }
	.title h2:before, .title h2:after { width: 32px; height: 26px; background: url(../images/title_bg.png) no-repeat center/ cover }
	.title p { margin-top: 10px; font-size: 16px }

	/*track*/
	.track ul { margin-top: 24px }

	/*product*/
	.product { padding-top: 20px }

	.column { margin-top: 20px }
	.column ul li>a { margin-top: 17px }
	.column ul li:first-child>a{ margin-top: 0 }

	.video { margin-top: 50px }
	.video h3 { display: flex; flex-direction: column; font-size: 18px }
	.video h3 img { margin-right: 0; margin-bottom: 20px }
	.product-video { margin-top: 40px }

	/*good*/
	.goodbox { margin-top:0px; padding-bottom: 50px }
	.good { margin-top: 40px; background: none }
	.good ul li { width: 100%; padding: 10px 0 }
	.good ul li .good-info { width: calc(100% - 80px) }
	.good ul li .good-info span { font-size: 22px }
	.good ul li .good-info p { line-height: 26px }
	.good-flex { margin-top: 40px }
	.good-tel { padding-left: 50px; padding-right: 20px; font-size: 14px }
	.good-tel:before { top: 12px; left: 17px; width: 26px; height: 26px }
	.good-tel span { font-size: 18px; font-family: "tel"; vertical-align: top }
	.good-tel a { display: none }

	/*news*/
	.news { margin-top: 40px }
	.news ul li .news-info { height: 340px; padding: 25px 25px 0 !important }
	.news ul li .news-info p { margin-top: 20px }
	.news ul li .news-info time { margin-top: 30px }

	/*abouts*/
	.aboutsbox { height: initial; margin-top: 50px; padding-bottom: 40px }
	.abouts-info { line-height: 36px; font-size: 15px }
	.abouts-count li:nth-child(2) { border-right: none }
	.abouts-count li:last-child { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .34) }
	.abouts-count li b { line-height: 50px; font-size: 50px }
	.abouts-sub a { padding: 0 10px }

	/*partner*/
	.partner { margin-top: 40px }
	.partner .partner-prev, .partner .partner-next{ display: none }

	/*footer*/
    footer { margin-top:0px }
}
.paddingabout{
	padding-top:50px;}
.padding50{
	padding-top:50px;
	padding-bottom:50px;}
	.padding100{
	padding-top:70px;
	padding-bottom:100px;}
.padding40{
	padding-top:60px;}
.yyalaa{

	margin:30px auto 10px;}
.yyalaa ul li{
	padding-bottom:10px;
	position:relative;}

.syabout{
	background-color:#f1f1f1;
	clear:both;
	overflow:hidden;
	margin:60px auto 0px;}

.abt_nr{
	clear:both;
	background-color:#fff;
	box-sizing:border-box;
	padding:60px;
	margin:60px auto;
	overflow:hidden;}
.abt_nr_l{
	float:left;
	width:48%;}
.abt_nr_r{
	float:right;
	width:47%;}
.abt_nr_r img{
	width:100%;}
.abt_nr_l01{
	margin-top:25px;
	color:#333;
	font-size:32px;}
.abt_nr_l02{
	color:#333;
	font-size:32px;}
.abt_nr_l03{
	margin-top:30px;
	font-size:16px;
	color:#666;
	line-height:32px;
	}
.abt_nr_l04{
	margin-top:60px;
	width:120px;
	text-align:center;
	line-height:40px;
	background-color:#0452a5;
}
.abt_nr_l04 a{
	color:#fff;}
.abt_nr_l04:hover{
	background-color:#e60013;}
@media only screen and (max-width:968px){
	.abt_nr_l{
	float:none;
	width:100%;}
.abt_nr_r{
	float:none;
	width:100%;}
.abt_nr{
	padding:30px;}
}

@media only screen and (max-width:500px){
.abt_nr_l04 {
    margin-top: 30px;
	margin-bottom:30px;
}

.abt_nr{
	padding:15px;}
}

.yqljaa{
	margin-top:50px;
	color:#333;
	line-height:32px;
	font-weight:bold;
}

.yqljaa a{
	padding-right:8px;color:#666;
	font-weight: normal;
	background-color:#f1f1f1;
	    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding: 5px 6px;
}
.yqljaa a:hover{
	color:#1c499e;
	
}
.news-page{
display:none;
}
.tpaa {
    color: #333;
    font-size: 14px;
}
.tpaa01{
	margin-top:20px;
}




section.syabout.aboutnr .abt_nr_l01{ margin-top:0px;}
.casenr .product-info{
	margin-bottom:30px;
}
.caseshow_nr{
	margin:60px auto;
}

.caseshow_nr01{
	text-align:center;
	font-size:18px;
	padding-bottom:15px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #dfdfdf;
}
.caseshow_nr02{
	margin-top:30px;
	font-size:15px;
	line-height:30px;
	color:#333;
}
.hzmain{
	margin-bottom:60px;
}

.contacta_a{
	margin:60px auto;
}
.contacta_a01{
	margin:60px auto 0;
}
.contacta_a01{
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:bold;
}
.contacta_a02{
	margin-top:10px;
	font-size:18px;
	font-weight:lighter;

}
.contacta_a03{
	background-color:#f1f1f1;
	margin:50px auto 0px;	padding:40px;
	box-sizing:border-box;
	clear:both;
	overflow: hidden;
}
.contacta_a03 .cca01{
	float:left;
	width:33.33%;
	padding-left:35px;
	overflow: hidden;
	border-right:1px solid #ccc;box-sizing:border-box;
}
.contacta_a03 li:nth-child(3).cca01{
	border-right:0px solid #ccc;
}
.tel01{
	font-size:14px;
	color:#333;
}
.tel02{
	font-size:16px;
	color:#333;
	margin-top:5px;
}

.index_01_btlaa {
    float: none;
}

.index_01_btlaatopa {
    padding-top:0px;
}

.index_01_btl01 {
    font-size: 46px;
    font-weight: bold;
    line-height: 70px;
    color: #333;
}

.c {
    overflow: hidden;
    clear: both;
}
.index_01_btl02 {
    font-size: 22px;
    font-weight: lighter;
    line-height: 40px;
}
.messageaa {
    margin-top: 35px;
}
.book_add li {
    float: left;
    width: 49.5%;
    margin-bottom: 30px;
    margin-right: 1%;
	clear:none;
}
.book_add li:nth-child(2),.book_add li:nth-child(4){
	margin-right:0px;
}
.book_add li:nth-child(5){
	width: 100%;
	float:none;
	
}
.book_add input {
    border: 1px solid #dfdfdf;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
}
.book_add textarea {
    border: 1px solid #dfdfdf;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
}
.book_add li:nth-child(7) {
    float: none;
    margin: 0 auto 120px;
    width: 220px;
}
.book_add li:nth-child(7) input {
    border-radius: 25px;
    background-color: #0a5ea4;
    color: #fff;
    border: 0px solid #dfdfdf;
}

@media only screen and (max-width:768px){
	.contacta_a03{
		padding:30px 20px;
	}
.contacta_a03 .cca01{
	    float: none;
    width: 100%;
	padding-left:0px;
	padding-right:0px;
	border-right: 0px solid #ccc;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
	margin-bottom:15px;
}
.book_add li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
}

}
.c_d2box{
	margin-top:50px;
}

.ys_imgbox_contain, .ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.c_d2list, .c_d2box {
    overflow: hidden;
}
.ys_imgbox_contain, .ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}
.ys_imgbox_contain img, .ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
	max-height:270px;
}
.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.c_d2fr {
    width: calc(100% - 320px);
    padding-left: 30px;
}
.c_d2fr_flex {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.c_d2fr_time {
    display: flex;
    align-items: center;
	padding-bottom:15px;
}
.c_tit5 {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}

.c_d2fr_h {
    /* font-weight: bold; */
    margin-bottom: 25px;
}
.c_text p{
	font-size:14px;
	color:#666;
	line-height:30px;
	font-weight:normal;
}
.c_text{
	font-size:14px;
	line-height:30px;
	font-weight:normal;    padding-top: 5px;
	    padding-left: 5px;
}
.c_d2fr_p p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 1680px) {
    .c_padd110B {
        padding-bottom: 90px;
    }
	    .c_d2fr {
        width: calc(100% - 300px);
        padding-left: 25px;
    }
	    .c_tit5 {
        font-size: 18px;
    }

	    .c_d2fr_p {
        padding-top: 15px;
    }
	    .c_d2fr_p {
        padding-top: 15px;
    }
	  
}
@media screen and (max-width: 1560px) {
    .c_d2ul {
        margin-bottom: 60px;
    }
	    .c_d2fl {
        width: 290px;
    }
	  .c_d2li {
        margin-bottom: 50px;
    }
	    .c_d2fr {
        width: calc(100% - 290px);
        padding-left: 25px;
    }
	    .c_d2fr_h {
        margin-bottom: 15px;
    }
	    .c_d2fr_h {
        margin-bottom: 10px;
    }
	    .c_d2fr_p {
        padding-top: 12px;
    }
	

	    .c_d2fr_p {
        padding-top: 12px;
    }
	
}


.c_d2clear {
    display: flex;
    flex-wrap: wrap;
}

/***************************/
.wz{
	line-height:30px;
	padding:10px 0;
	border-bottom:1px solid #dfdfdf;
	clear:both;
	overflow:hidden;
	position:relative;
}
.newsnr_a{
	margin:40px auto 60px;
}
.newsbt_a{
	padding-left:10px;
	font-size:18px;
	color:#333;
	margin-bottom:15px;
	
	line-height:20px;
	font-weight:bold;
	line-height:30px;
	    border-left:5px solid #333;
}
.newsbt_b{
	border-top:1px dashed #dfdfdf;
	margin-top:15px;
	padding:10px 0;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:20px;
}
.newsbt_c{
	font-size:15px;
	line-height:32px;
	color:#333;
}
.shangxia{
	margin-top:50px;
}
@media screen and (max-width:1200px) {
	.wz{
		top:20px;
	}
	
}

@media screen and (max-width: 660px) {
	.c_d2fl{
		width:100%;
	}
	.c_d2fr {
        width:100%;
        padding-left: 0;
    }
	.c_d2li{
		margin-bottom:25px;
		border-bottom:1px dashed #dfdfdf;
	}
	.c_d2fr_p{
		padding-top:0px;
	}
	.ys_imgbox_contain img, .ys_imgbox_cover img{
		max-height:100%;
	}
}

.jsnr{
	clear:both;
	overflow:hidden;
	margin:30px auto 60px;
}
.jsnr ul li{
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px dashed #dfdfdf;
}
.jsnra{
	font-size:16px;
	border-left:5px solid #333;
	line-height:20px;
	padding-left:10px;
	margin-bottom:10px;
}
.jsnrb{
	font-size:14px;
	line-height:20px;
	font-weight:normal
}

.downr{
	clear:both;
	overflow:hidden;
	margin:30px auto 60px;
}
.downr ul li{
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px dashed #dfdfdf;
}
.downrbt{
	font-size:18px;

	line-height:20px;
	
	margin-bottom:10px;
}
.downrbt img{
	width:32px;
	float:left;padding-right:10px;
}


/*************/
.productaa{
		clear:both;
	overflow:hidden;
	margin:30px auto 60px;
}
.pro_left{
	float:left;
	width:250px;
}
.pro_left01{
	    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
	background-color:#1c499e;
	text-align:center;
	padding:30px 10px;
}
.pro_left02a a{
	display:block;
	width:100%;
	font-size:18px;
	padding:20px 15px 20px 40px;
	line-height:40px;
	background-color:#f1f1f1;
	color:#333;
	margin-bottom:3px;
}

.pro_right{
	float:right;
	width:calc(100% - 280px);
}
.pro_right01{
	font-size:30px;
	color:#333;
	margin-bottom:20px;
}
.pro_right02 ul li{
	float:left;
	width:32%;
	margin-right:2%;
	overflow:hidden;
	margin-bottom:30px;
	
}
.pro_right02 ul li:nth-child(3n){
	margin-right:0px;
}
.pro_right02 ul li .pro_pic {
	height:auto;
	width:100%;
}
.pro_right02 ul li .pro_pic img{
	width:100%;
	 -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease 
}
.pro_right02 ul li:hover .pro_pic img{
 transform: scale3d(1.06, 1.06, 1)
}
.pro_name{
	margin-top:10px;
	font-size:18px;
}
.pro_jj{
	font-size:14px;
	margin-top:7px;
	color:#666;
	line-height:22px;
}

@media screen and (max-width:1200px) {
	.pro_left{
		float:none;
		width:100%;
	}
	.pro_right{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.pro_left02a a{
		padding:5px 15px 5px 40px;
	}
	.pro_left01{
		padding: 20px 10px 20px 40px;
		text-align:left;
	}
}
@media screen and (max-width:768px) {
	.pro_right02 ul li {
    width: 49%;
    margin-right: 2%;
 
}
	.pro_right02 ul li:nth-child(3n) {

    margin-right: 2%;
 
}
	.pro_right02 ul li:nth-child(2n) {
   
    margin-right: 0%;
 
}

}

@media screen and (max-width:500px) {
		.pro_right02 ul li {
    width: 100%;
    margin-right: 0%;
 
}
	
}

.proshow_a01{
	clear:both;
	overflow:hidden;
}
.proshow_a01_left{
	float:left;
	width:400px;
}
.proshow_a01_left img{
	width:100%;
}
.proshow_a01_right{
	float:right;
	width:calc(100% - 440px);
}
.proshow_a01_right01{
	font-size:26px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
}
.proshow_a01_right02{
	font-size:16px;
	color:#666;
	margin-top:15px;
}
.proshow_a01_right03{
	margin-top:40px;
	background-color:#1c499e;
	width:180px;
	height:60px;
	text-align:center;
	line-height:60px;
}
.proshow_a01_right03 a{
	color:#fff;
	font-size:20px;
}
.productbb{
	background-color:#f6f6f6;
	padding:60px 0;
	border-bottom:1px solid #dfdfdf;
}
.productbb_nr{
	background-color:#fff;
	padding:40px 40px 100px;
}
.productbb_nr01{
	font-size:20px;
	color:#1c499e;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #dfdfdf;
}
.productbb_nr02{
	font-size:16px;
	line-height:30px;
	width:100%;
}
.productbb_nr02 img{

	max-width:100%;
}

@media screen and (max-width:768px) {
	.proshow_a01_left{
		float:none;
		width:100%;
	}
	.proshow_a01_right{
		float:none;
		width:100%;
		margin-top:15px;
	}
	.proshow_a01_right01 {
    font-size: 20px;
    font-weight: bold;
  
}
}

@media screen and (max-width:500px) {
	.productaa{
		margin-bottom:40px;
	}
	.productbb{
		padding:35px 0 40px;
	}
	.productbb_nr{
		padding:20px 20px 100px;
	}
	.proshow_a01_right03{
		margin-top: 20px;
	}
}

#showmsg{
	margin-bottom:80px;
	font-size:15px;
}

/******产品分页*******/
.ny_news_page{
	margin:10px auto 100px;
	clear:both;
	padding-top:10px;
	width:1200px;}
.ny_news_page a,.ny_news_page span{
	display:block;
	float:left;
	line-height:40px;
	text-align:center;
	font-size:12px;
	width:70px;
	height:40px;
	color:#333;
	background-color:#f8f8f8;
	margin-right:10px}
.ny_news_page a:hover,.ny_news_page span{
	background-color:#0452a5;
	color:#fff;}
.ny_news_page a.page_aa{
	background-color:#0452a5;
	color:#fff;}
/**************************/
