@charset "utf-8";
html, body, div,h1, h2, h3, h4, h5, h6,hr, p, blockquote,dl, dt, dd, ul, ol, li,pre, form, fieldset, object, code,legend, button, input, textarea, label,th, td, a, img {margin: 0;padding: 0;border: 0;outline: 0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin:0;padding:0; }
th,td {vertical-align:top; text-align:left; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit; }
del,ins{text-decoration:none; }
ul,li{list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{ border:0; font-variant:normal;}
legend{color:#333;}
em {font-style:normal;}
img{display: block;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
input,button,textarea,select{ *font-size:100%;}
input {vertical-align:middle;}
a * {cursor:pointer; }
a:hover{text-decoration:none;}
body{
	font:'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';color:#333;cursor:default;
}
/*网页滚动条*/
body::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: rgba(246, 248, 249, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*公共*/
.background-color-fff{
	background-color: #fff;
}
.overflow-hidden{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
/*首页标题*/
.titile_box{
	margin-top:50px;
}
.titile_box h1{
	font-size:28px;
	text-align:center;
	text-transform:uppercase;
}
.titile_box p{
	font-size: 16px;
	text-align:center;
	color:#666666;
	margin-top:10px;
}
/*顶部*/
.header{
	
}
.header .logo{
	float:left;
	height: 80px;
	display: flex;
	align-items: center;/*垂直居中*/
}
.header .logo img{
	width:100%;
	display:block;
}
/*导航*/
.header {

	/* position: absolute;
	top: 44px;
	z-index: 9999; */
	height: 80px;
}
.header .nav-pc {
	float: left;
}
.header .nav-pc .yyui_menu1 li a.more:after {
	content: "  »";
}
.header .nav-pc .yyui_menu1 li {
	float: left;
	position: relative;
	text-align: center;
	width: 140px;
}
.header .nav-pc .yyui_menu1 li .first_class {
	display: block;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	line-height: 80px;
}
.header .nav-pc .yyui_menu1 li .first_class:hover {
	background-color: #0F4D83;
	color: #fff;
}
.header .nav-pc .yyui_menu1 li ul {
	position: absolute;
	float: left;
	width: 180px;
	display: none;
	z-index: 9999;
	background-color: rgba(15,77,131,0.8);
}
.header .nav-pc .yyui_menu1 .nav-one li a:hover {
	background: #d0f1f8;
	color: #0F4D83;
}
.header .nav-pc .yyui_menu1 .nav-one li a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
}
.header .nav-pc .yyui_menu1 .nav-one li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #0F4D83;
}
.header .nav-pc .yyui_menu1 .nav-one li a {
	font-size: 12px;
	padding-left: 2rem;
	line-height: 30px;
	text-decoration: none
}
.header .nav-pc .yyui_menu1 .nav-one .nav-two {
	top: 0;
	left: 180px;
	background-color: rgba(3,65,102,0.8);
	color: #fff;
	line-height: 22px;
	width: 180px;
}
.header .nav-pc .yyui_menu1 .nav-one .nav-two li {
	border-bottom: 1px solid #0F4D83;
}
.header .nav-pc .yyui_menu1 .nav-one .nav-two li a {
	padding-left: 2rem;
	padding-right: 2rem;
	text-decoration: none
}
.header .nav-pc .yyui_menu1 .nav-one .nav-two li a:hover {
	background: #d0f1f8;
	color: #0F4D83;
}
/*导航搜索*/
.header .language{
	float: right;
}
.header .language .language_left{
	float:left;
	margin-left: 20px;
}
.header .language .language_left a{
	font-size: 16px;
	line-height: 80px;
	color: #333;
}
.header .language .language_right {
	float: right;
	position: relative;
    width: 46px;
    height: 46px;
    margin-top: 17px;
    margin-left: 20px;
}
.header .language .language_right img {
	width: 100%;
	display: block;
}
.header .language .language_right .search-box-btn {
	position: relative;
	height: 35px;
	cursor: pointer;
	background: none;
	font-size: 18px;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header .language .language_right .search-box-btn:hover {
	color: #f97534;
}
.header .language .language_right .dropdown-menu {
	top: 7px!important;
	right: 0!important;
	width: 300px;
	border-top: 3px solid #f97534;
}
.header .language .language_right .search-panel .form-container {
	padding: 25px 20px;
}
.header .language .language_right .search-panel .form-group {
	position: relative;
	margin: 0px;
}
.header .language .language_right .search-panel input[type="text"],
.header .language .language_right .search-panel input[type="search"],
.header .language .language_right .search-panel input[type="password"],
.header .language .language_right .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}
.header .language .language_right .search-panel .search-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: none;
	cursor: pointer;
}
.header .language .language_right .dropdown-toggle::after {
	display: none;
}
/*手机导航*/
.header .nav-wap{
	display:none;
}
/*顶部  结束*/
/*大图*/
.page_box img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
/*产品*/
.product{
	background-color: #f9faff;
	overflow: hidden;
}
.product .content{
	margin-top: 50px;
}
.product .content .product_pc{
	overflow: hidden;
}
.product .content .product_pc ul li{
	display:block; 
	float:left; 
	padding:0;
	margin:0;
	width:270px;
	height: 360px;
	overflow: hidden;
	margin-left: 40px;
	margin-bottom: 40px;
}
.product .content .product_pc ul li:nth-child(4n+1) {
    margin-left: 0px;
}
.product .content .product_pc ul .product_content{
	display:block;
	float:left;
	width: 100%;
	height:270px;
	color:#333;
    position:relative;
}
.product .content .product_pc ul li .product_img{
    width: 100%;
    position:relative;
    padding-top: 100%;
    margin: 0 auto;
    overflow: hidden;
	transition: all 1s;
}
.product .content .product_pc ul li .product_img img{
	position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.product .content .product_pc li .intro{
	position:absolute;
	width: 100%;
	height: 230px;
	left:0; 
	z-index:10;
	background-color: #fff;
	padding:0 10px;
}
.product .content .product_pc li .intro img{
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.product .content .product_pc li .intro h5{
	font-size:18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.product .content .product_pc li .intro p{
	font-size:12px;
	text-align: center;
	color: #999;
	margin-top: 20px;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.product .content .product_pc li .intro{
	bottom:-230px;
}
.product .content .product_pc li:hover .intro{
	bottom:-150px;
}
.product .content .product_pc ul li, 
.product .content .product_pc ul li:hover .intro, 
.product .content .product_pc ul li .intro{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product .content .product_pc li .intro .more{
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #0F4D83;
	margin: 0 auto;
	margin-top: 20px;
}
.product .content .product_pc li .intro .more:hover{
	background-color: #003d73;
}
/*公共查看更多*/
.indpro-menu-link, .indpro-menu-more{
	display: inline-block;
	vertical-align: middle;
	user-select: none;
}
.indpro-menu-more {
	width: 120px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	display: block; 
	line-height: 34px;
	border-radius: 5px;
	border: 2px solid #0F4D83;
	font-size: 14px;
	text-align: center;
	color: #0F4D83;
	position: relative;
	transition: all .4s ease;
}
.indpro-menu-more span{
	position: relative;
	z-index: 2;
}
.indpro-menu-more:after{
	content: "";
	width: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(135deg,#0F4D83,#0f6395);
	position: absolute;
	transition: all .4s ease;
}
.indpro-menu-more:hover{
	color: #fff;
}
.indpro-menu-more:hover:after{
	width: 100%;
	right: auto;
	left: 0;
}
/*产品视频*/
.product_cideos h1{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #0F4D83;
	margin-top: 0px;
}
.product_cideos .indpro-menu-more{
	margin-top: 50px;
	margin-bottom: 50px;
}
.product_cideos .product-img{
	padding-bottom: 50px;
	margin: 0 auto;
	display: block;
	cursor: default;/*鼠标手*/
}
/*产品  结束*/
/*关于我们*/
.about-us{
	margin-top: 50px;
	overflow: hidden;
}
.about-us .content .about-us-fl{
	width:39.317%;
	float: left;
}
.about-us .content .about-us-fl h1{
	font-size: 30px;
	font-weight:bold;
	color:#0F4D83;
	position:relative;
}
.about-us .content .about-us-fl h1:after{
	content:"";
	position:absolute;
	top: 14px;
	left: 150px;
	width: 80px;
	height:5px;
	background-color:#0F4D83;
}
.about-us .content .about-us-fl p{
	font-size: 16px;
	line-height:30px;
	text-align:justify;
	margin-top:20px;
	color:#666666;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.about-us .content .about-us-fl .indpro-menu-more{
	float:left;
	margin-top:30px;
}
.about-us .content .about-us-fr{
	width: 52.565%;
	float: right;
}
.about-us .content .about-us-fr .img18{
	float: right;
}
.about-us .content .about-us-fr .img18 img{
	display:block;
	width: 100%;
}
.about-us .content .about-us-fr .hiSlider-pages,
.about-us .content .about-us-fr .hiSlider-title{
	position:absolute;
	z-index:3;
}
.about-us .content .about-us-fr .hiSlider-btn-prev,
.about-us .content .about-us-fr .hiSlider-btn-next{
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	background:url(../images/hislider-arrow.png) no-repeat;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.6;
}
.about-us .content .about-us-fr .hiSlider-btn-prev{
	left:10px;
}
.about-us .content .about-us-fr .hiSlider-btn-next{
	right:10px;
	background-position:-30px 0;
}
.about-us .content .about-us-fr .hiSlider-btn-prev:hover,
.about-us .content .about-us-fr .hiSlider-btn-next:hover{
	opacity:1;
}
.about-us .content .about-us-fr .hiSlider-pages{
	bottom:10px;
	right:10px;
	text-align:right;
}
.about-us .content .about-us-fr .hiSlider-pages a{
	height:12px;
	width:12px;
	margin:0 6px;
	display:inline-block;
	overflow:hidden;
	text-indent:-100px;
	font-size:0;
	border-radius:50%;
	background:#ddd;
}
.about-us .content .about-us-fr .hiSlider-pages a.active{
	background:#0F4D83;
}
.about-us .content .about-us-fr .hiSlider-item{
	float: left;
}
.about-us .content .about-us-fr .hiSlider-item img{
	width: 100%;
}
/*关于我们结束*/
/*新闻*/
.testimonial-area{
	margin-bottom: 50px;
}
.testimonial-area .testimonial-slider .testimonial-item {
	border-color: #e4e4e4;
}
.testimonial-area .testimonial-slider .owl-controls .owl-dots .owl-dot.active span {
	background: #0F4D83;
	border-radius: 100px;
}
.testimonial-area .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.testimonial-area .section-header {
	text-align: center;
}
.testimonial-area .testimonial-slider .testimonial-item {
	text-align: center;
	z-index: -1
}
.testimonial-area .testimonial-slider .testimonial-item .item_img{
	width: 100%;
    position:relative;
    padding-top: 75%;
    margin: 0 auto;
    overflow: hidden;
	transition: all 1s;
}
.testimonial-area .testimonial-slider .testimonial-item .item_img img {
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.testimonial-area .testimonial-slider .testimonial-item h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
    margin: 15px 0;
	text-align: left;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.testimonial-area .testimonial-slider .testimonial-item p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-align: justify;
}
.testimonial-area .testimonial-slider .testimonial-item .time{
	margin-bottom: 5px;
	line-height: 14px;
}
.testimonial-area .testimonial-slider .testimonial-item .article{
	height: 22px;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.testimonial-area .testimonial-slider .testimonial-img {
	width: 95px;
	height: 95px;
	margin: 0 auto;
	top: 50px;
	position: relative;
	z-index: 12;
}
.testimonial-area .testimonial-slider .testimonial-img img {
	max-width: 100%;
}
.testimonial-area .testimonial-slider .owl-controls .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: relative;
	transition: all .6s linear;
}
.testimonial-area .testimonial-slider .owl-controls .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: rgba(15, 77, 131, 0.5);
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	transition: all .6s linear;
}
.testimonial-area .testimonial-slider .owl-controls .owl-dots .owl-dot:hover {
	transform: scale(1.1);
}
.testimonial-area .testimonial-slider .owl-controls .owl-dots .owl-dot.active {
	transition: all .6s linear;
	transform: scale(1.1);
}
.testimonial-area .testimonial-slider .owl-controls .owl-dots .owl-dot+.owl-dot {
	margin-left: 5px;
}
.testimonial-area .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.testimonial-area .indpro-menu-more {
	margin-top: 50px;
}
/*新闻  结束*/
/*免费咨询*/
.free-consultation{
	background:url(../images/img19.jpg) no-repeat;
	width:100%;
	overflow:hidden;
	background-attachment:fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.free-consultation .w1200{
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.free-consultation .free-fl h1{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}
.free-consultation .free-fl p{
	font-size: 14px;
	color:#fff;
	margin-top: 10px;
}
.free-consultation .free-fr .indpro-menu-more{
	border: 2px solid #fff;
	color:#fff;
	margin-top: 50px;
	margin-bottom: 50px;
}
.free-consultation .free-fr .indpro-menu-more:hover{
	color: #0F4D83;
}
.free-consultation .free-fr .indpro-menu-more:after{
	background: linear-gradient(135deg,#fff,#fff);
	color:#0F4D83;
}
/*免费咨询*/
/*底部*/
.footer{ 
	background-color: #252525;
	overflow: hidden;
}
.footer .content{
	padding-bottom:50px;
	border-bottom:1px solid #4b5054;
	overflow: hidden;
	margin-top:50px;
}
.footer .footer-top{
	overflow:hidden;
	float: left;
}
.footer .footer-top ul li { 
	float:left;
	margin-right: 90px;
}
.footer .footer-top ul li h5 {
	border-bottom:1px solid #000;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
}
.footer .footer-top ul li a{
	display:block;
	line-height:26px;
	text-decoration:none;
}
.footer .footer-top ul li dl{
	text-align:left;
	text-transform:uppercase;
}
.footer .footer-top ul li dl dt{
	padding-bottom:20px;
	color:#fff;
	font-weight:normal;
	font-size:18px;
}
.footer .footer-top ul li dl dd{
	color:#888990;
	line-height:30px;
	font-size:14px;
}
.footer .footer-bottom{
	color:#9b9ea0;
	text-align: left;
	float: right;
}
.footer .footer-bottom dl dt{
	color: #fff;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: normal;
}
.footer .footer-bottom dl dd{
	font-size:14px;
	line-height:30px;
}
.footer .footer-QRcode{
    float: right;
    width: 150px;
    margin-right: 30px;
}
.footer .footer-QRcode img{
    width: 100%;
    display: block;
}

.footer .footer-p{
	font-size:14px;
	color:#9b9ea0;
	text-align: center;
	line-height: 40px;
}
.footer .footer-p a{
	color:#9b9ea0;
}
/*底部留言*/
.footer .footer-bottom .contact_box{
	width: 360px;
	margin:0 auto;
}
.footer .footer-bottom .contact_box label {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    padding-bottom:10px;
}
.footer .footer-bottom .contact_box input#name,input#email {
	height: 45px;
}
.footer .footer-bottom .contact_box .form-control{
	color: #9b9ea0;
    background-color: #252525;
    border: 1px solid #4b5054;
    border-radius: 4px;
	display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
}
.footer .footer-bottom .contact_box .btn-primary {
    font-size: 16px;
	color:#fff;
    width: 144px;
    height: 40px;
    line-height: 40px;
    background-color:#ff0000;
	text-decoration: none;
	font-family: 'Arial';
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	outline:none;
	border:none;
	margin: 0 auto;
}
.footer .footer-bottom .contact_box button.btn.btn-primary:hover {
	background-color:#ce0808;
}
.footer .footer-bottom .w200 input{
	width: 200px!important;
	float: left;
}
.footer .footer-bottom .w200 .wfk{
	margin-left: 10px;
	float: left;
	height: 40px;
}
.footer .footer-bottom .w200 .wfk img{
	width: 100%;
	display: block;
}
.footer .footer-bottom .control-group{
	overflow: hidden;
}
.footer .footer-bottom .control-group .controls{
	padding-right: 5px;
}
/*底部留言end*/
/*底部结束*/
/* 侧边悬浮导航 */
.right_nav{ 
	right:0; 
	bottom:30%;
	position:fixed;
	text-align:left;
	overflow: hidden;
	z-index:999;
}
.right_nav li{
	margin-bottom: 10px;
    background: rgba(0,0,0,0.5);
	padding:10px;
	border: 1px solid #0F4D83;
	cursor:pointer;
	position:relative;right:0px;
}
.right_nav li .iconBox{
	text-align: center;
	overflow: hidden;
}
.right_nav li .iconBox img{
	width:30px;
	height:30px;
	display: block;
	margin: 0 auto;
}
.right_nav li h4{
	color:#fff;
	font-size:12px;
	line-height: 24px;
}
.right_nav li:hover{
	background:#0F4D83;
}
.right_nav li .hideBox{
	display: none;
	position:absolute;
	right:60px;
	padding: 10px;
	padding-right: 20px; 
	top:-10px;
	z-index: 999;
}
.right_nav li .hideBox .hb{
	width: 258px;
	border:1px solid #ccc;
	background-color: #fff;
	padding: 0px 10px;
}
.right_nav li .hideBox .Service_hotline{
	height: 76px;
	line-height: 76px;
}
.right_nav li .hideBox .Service_hotline p{
	font-size: 16px;
}
.right_nav li .hideBox .qqtalk{
	width: 150px;
	height: 150px;
	padding: 20px;
}
.right_nav li .hideBox .qqtalk img{
	width: 100%;
	display: block;
}
/* 侧边悬浮导航end */
/*首页视频*/
.video_bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
}
.video_inner{ 
	position: fixed;
	width: 900px; 
	margin: 0 auto;
	text-align: right;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
			z-index: 999;
			display: none;
}
.video_inner span{
	display: inline-block;
	font-size: 50px;
	color: #fff; 
	cursor: pointer;
}
/*首页视频end*/
/*内页大图*/
.Inside_banner{
	width: 100%;
    position:relative;
    padding-top: 19%;
    margin: 0 auto;
    overflow: hidden;
}
.Inside_banner img{
	position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
}
/*内页大图 end*/
/*************************************内页-公共 *****************************************/
.tpyInside_center{
    width: 100%;
    background-color: #f9faff;
    overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tpyInside_center .tpyInside_l{
    width: 300px;
    float: left;
    overflow: hidden;
    background-color: #0F4D83;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tpyInside_center .tpyInside_l .tpyPage_title h2{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    height: 85px;
    line-height:85px;
    text-align: left;
    padding-left: 50px;
}
.tpyInside_center .tpyInside_l .tpyPage_class{
    display: block;
    margin-left:12px;
    background-color:#f3f3f3;
    background-position:bottom right;
    min-height: 580px;
	overflow: hidden;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item{
    display: block;
    width: auto;
    border-top: 2px solid #fff;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item a.selected{
    background: #dec698;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-top: 5px;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item a:hover{
	background: #dec698;
    color: #fff;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item a{
	display: block;
    width: auto;
    color: #000;
    font-size: 16px;
	padding: 10px 10px 10px 20px;
    /* height: 48px;
    line-height: 45px; */
    overflow: hidden;
    /* -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; */
    position: relative;
    font-weight: normal;
    word-wrap: break-word;
    background: none;
    border-bottom: none;
    border-top: none;
    text-align: left;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item .sub_list a{
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: none;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item .sub_list a:hover{
    color: #dec698;
}
.tpyInside_center .tpyInside_l .tpyPage_class .class_item .class_name:hover{
    color: #0F4D83;
}
.tpyInside_center .tpyInside_l .tpyPage_class .left_list_title{
	background-color: rgba(222, 198, 152, 0.1);
	/* padding-left: 15px; */
}
.tpyInside_center .tpyInside_l .tpyPage_class .left_list_title .class_item {
    border-top: 2px solid #fbf7f0;
}
.tpyInside_center .tpyInside_l .tpyPage_class .left_list_title .class_item a{
	/*二级*/
	/* height: 43px;
	line-height: 43px; */
	padding-left: 30px;
}
.tpyInside_center .tpyInside_r{
    width: 870px;
    min-height: 700px;
    float: right;
}
.tpyInside_center .tpyInside_r .tpyPage_title{
    background-color:#f2f2f2;
    position: relative;
}
.tpyInside_center .tpyInside_r .tpyPage_title h2{
    color: #0F4D83;
    padding-left: 50px;
    font-size: 20px;
    font-weight: bold;
    height: 42px;
    line-height:42px;
    position: relative;
    width: 34%;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tpyInside_center .tpyInside_r .tpyPage_title h2::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #0F4D83;
    left:20px;
    top: 50%;
    transform: translate(0%,-50%);
}
.tpyInside_center .tpyInside_r .tpyPage_title .bread{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%,-50%);
    color: #666;
    font-size: 14px;
}
.tpyInside_center .tpyInside_r .tpyPage_title .bread a{
    color: #666;
}
.tpyInside_center .tpyInside_r .tpyPage_title .bread a:hover{
    color: #0F4D83;
}
.tpyInside_center .tpyInside_r .tpyPage_title .bread .possplit{
    margin: 0 5px;
}
/*************************************内页-公共 end**************************************/
/*************************************内页-图文******************************************/
.tpyInside_center .Picture_text{
    overflow: hidden;
	margin-top: 30px;
}
.tpyInside_center .Picture_text .list{
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all 1s;
}
.tpyInside_center .Picture_text .list:last-child{
	/*最后一个子元素*/
    margin-bottom: 0px;
}
.tpyInside_center .Picture_text .list .Picture_l{
    float: left;
    width: 30%;
    position: relative;
    padding-top:22.6%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1s;
} 
.tpyInside_center .Picture_text .list .Picture_l img{
    position: absolute;
    top: 0;
    left: 0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.tpyInside_center .Picture_text .list .text_r{
    float: left;
    width: 70%;
    padding-left: 30px;
}
.tpyInside_center .Picture_text .list .text_r h1{
    font-size: 18px;
    line-height:36px;
    color: #000;
    font-weight: bold;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tpyInside_center .Picture_text .list .text_r p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: justify;
	height: 44px;
	/*段落限制2行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tpyInside_center .Picture_text .list .text_r .text_date{
	margin-top: 20px;
	text-align: left;
}
.tpyInside_center .Picture_text .list .text_r .text_date h2{
    color: #0F4D83;
    font-size: 28px;
    line-height: 28px;
}
.tpyInside_center .Picture_text .list .text_r .text_date span{
    color: #666;
    font-size: 18px;
    line-height:18px;
}
.tpyInside_center .Picture_text .list:hover img{
    transform:scale(1.1);
    transition:all 1s;
}
.tpyInside_center .Picture_text .list:hover .text_r h1{
    color: #0F4D83;
}
/*************************************内页-图文 end**************************************/
/*************************************页码 *********************************************/
.page {
	width: 820px;
	height: 40px;
	margin-top:30px;
	text-align: center;
}
.prev, .next {
	padding: 5px 10px;
	font-size: 14px;
	margin: 0 4px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.current {
	/*border: 0 none;*/
	font-weight: 700;
	padding: 6px 13px;
	margin: 0 4px;
	background-color: #0F4D83;
	color: #fff;
}
.page a {
	padding: 6px 13px;
	margin: 0 4px;
	font-size: 14px;
	border: 1px #CCC solid;
}


.Page_number{
	display: flex;
	justify-content:center;/*水平居中*/
    text-align: center;
    margin-top:30px;
}
.Page_number ul li{
    margin: 0 5px;
    float: left;
}
.Page_number ul li a{
    font-size: 14px;
}
.Page_number ul li .prev{
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.Page_number ul li .prev:hover{
    background-color: #0F4D83;
    color: #fff;
}
.Page_number ul li .selected{
    background-color: #0F4D83;
    color: #fff;
}
/*************************************页码 end******************************************/
/*************************************内页详情******************************************/
.tpyInside_center .Picture_details .details_top{
    padding-top: 0.05rem;
}
.tpyInside_center .Picture_details .details_top img {
    margin: 0 auto;
}
.tpyInside_center .Picture_details .details_top h3{
    font-size: 30px;
    font-weight:normal;
    font-stretch:normal;
    line-height:46px;
    letter-spacing: 0px;
    color: #0F4D83;
	margin-top: 30px;
    margin-bottom: 30px;
}
.tpyInside_center .Picture_details .details_top .xw_time{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    margin-bottom: 30px;
    text-align: right;
}
.tpyInside_center .Picture_details .details_top .xw_time span{
    font-size:18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666;
}
.tpyInside_center .Picture_details .details_bottom {
    text-align: right;
    overflow: hidden;
    padding-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}
.tpyInside_center .Picture_details .details_bottom span,
.tpyInside_center .Picture_details .details_bottom a {
    font-size: 18px;
}
.tpyInside_center .Picture_details .details_bottom a{
    color: #0F4D83;
}
/*************************************内页详情 end**************************************/
/*************************************内页产品******************************************/
.tpyInside_center .tpy_Image{
	margin-top: 40px;
	overflow: hidden;
}
.tpyInside_center .tpy_Image .list{
	display: block; 
	float: left; 
	padding: 0;
	margin: 0;
	width: 31%;
	overflow: hidden;
	margin-left: 3.5%;
	margin-bottom: 3.5%;
}
.tpyInside_center .tpy_Image .list:nth-child(3n+1) {
    margin-left: 0px;
}
.tpyInside_center .tpy_Image .list .product_img{
    width: 100%;
    position:relative;
    padding-top: 100%;
    margin: 0 auto;
    overflow: hidden;
	transition: all 1s;
}
.tpyInside_center .tpy_Image .list .product_img img{
	position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.tpyInside_center .tpy_Image .list:hover .product_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.tpyInside_center .tpy_Image .list h1{
	font-size:18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	/*段落限制1行*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*************************************内页产品 end**************************************/
