@charset "utf-8";
*,*:after,*:before,*,*::after,*::before {-webkit-overflow-scrolling:touch;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,pre,code,form,fieldset,label,legend,input,button,textarea,th,td,header,nav,main,section,article,details,figcaption,figure,dialog,aside,footer{margin:0;padding:0;border:0;vertical-align:baseline}
header,nav,main,section,article,details,figcaption,figure,dialog,aside,footer{display:block}
body{overflow-x:hidden;min-height:100%;font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB","微软雅黑","WenQuanYi Micro Hei",Arial,SimSun,sans-serif;word-wrap:break-word;letter-spacing:.5px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;font-size:14px;background:#fff}
button, input, textarea,select{
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	border: 0;
 }
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
	transition: all 0.3s linear;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}
button:focus,
input:active,
input:focus,
textarea:focus {
  	outline: 0 none;
  	outline-color: transparent;
}
.clearfix::after{
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
a{color:#333;text-decoration:none}
a:link {
    text-decoration: none
}
a:visited {
    text-decoration: none
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none
}
li{list-style:none}
h1,.h1,h2,.h2,h3,.h3{font-weight:bolder;line-height:1.2;color:#333}

.w1100{max-width:1100px;width:100%;margin:auto}
.container,.w1200{max-width:1200px;width:100%;margin:auto}
.w1330{max-width:1330px;width:100%;margin:auto}
.site-top{
	background-color: #f4f3f3;
}
.st-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kf-ewm{
	display: none;
}
.st-r ul, .tel{
	display: flex;
	align-items: center;
}
.st-r ul li{
	padding: 9px 15px;
}
.st-r ul li:last-child{
	padding-right: 0;
}
.st-r ul span{
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #333;
}
.st-r ul .hid-ewm{
	position: relative;
}
.st-r ul .hid-ewm:hover{
	cursor:pointer;
}
.st-r ul .hid-ewm:hover .kf-ewm{
	display: block;
	transition:all 200ms;
}
.st-r ul .hid-ewm .kf-ewm{
	position: absolute;
	top: 36px;
	left: -21px;
	z-index: 11;
	width: 120px;
	height: 120px;
}
.kf-ewm img{
	width: 100%;
	height: 100%;
}
.tel img{
	display: block;
	width: 40px;
	height: 40px;
	margin-right:10px;
}
.tel-num p{font-weight:600;font-size:22px;color:#e50606}
.tel-num span{font-size:16px;color:#8a8a8a}
.header{font-size:12px;background:#fff;border-bottom:1px solid #dae1e7}
.header_meta {
    width: 100%;
    height:30px;
    line-height:30px;
    overflow: hidden;
    margin: 0px auto;
    background:#f8f8f8;
}
.top_left {
    width: 30%;
    float: left;
    color: rgb(102, 102, 102);
}
.top_right{width:65%;float:right}
.top_right span {
    display: block;
    float: right;
}
@media only screen and (min-width: 320px) and (max-width:975px) {.header_meta{display:none}}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	max-width: 300px;
}
.logo a{
	display: block;
}
.logo a img{
	width: 100%;
    height: 100%;
}
.hb-l{
	display: flex;
	align-items: center;
}
.hb-l .l-text{border-left:1px solid #ddd;padding-left:20px;margin-left:20px}
.l-text h4{
	font-size: 20px;
	color: #3f3c3c;
	/* font-weight: bold; */
}
.l-text p{
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}
.header .header-box{
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-box{
	background-color: #fff;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav>ul>li{
	position: relative;
	width: 12.5%;
	box-sizing: border-box;
	text-align: center;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
    font-weight: normal;
    color: #333;
	padding: 18px 0;
	position: relative;
}
.nav>ul>li>a>img{
	vertical-align: top;
    width: 16px;
}
.nav>ul>li>a.active{color:#ff6600;font-weight:bolder}
 .nav>ul>li>a:hover{
	background-color: #ff6600;
	color: #fff;
}
.nav ul li .s_navbox {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 22;
    box-sizing: border-box;
	display: none;
	padding: 5px 0;
}
.s_navbox>.s_a>a {
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}
.s_navbox>.s_a>a:hover{background-color:#ff6600;color:#fff}
.search-box{
    width: 205px;
    height: 36px;
    background: transparent;
    border-radius: 20px;
    margin-top: 5px;
	border: 1px solid #b5aeae;
}
.search-box .search{
    width: 100%;
	height: 20px;
    background: url(../images/search.png) center right 14px no-repeat;
	background-size: 22px;
    overflow: hidden;
    margin-top: 9px;
	padding: 0 21px;
    box-sizing: border-box;
}
.search-box .search input {
    width: 80%;
    height: 100%;
	color: #717171;
    font-size: 14px;
	letter-spacing: 0.93px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-weight: 500;
}
.search-box .search input::-webkit-input-placeholder {
    color: #717171;
	font-size: 14px;
}
.nav-btn{
	display: none;
}
.nav-btn span{
	display: block;
	width: 33px;
	height: 4px;
	background-color:#ff6600;
	margin-bottom: 5px;
	border-radius: 4px;
}
.nav-btn span:last-child{
	margin-bottom: 0;
}
.m_nav{
	display: none;
}
.stick {
	position: fixed;
	top: 0;
	/* z-index: 10710; */
	z-index: 999;
	width: 100%;
	-webkit-box-shadow: 0 5px 40px -2px rgb(7 0 2 / 15%);
	box-shadow: 0 5px 40px -2px rgb(7 0 2 / 15%);
	background-color: #fff;
  }
@media screen and (max-width: 1024px) and (min-width: 0px){
	.m_nav {
		display:block;
		position:fixed;
		top:0px;
		left:0px;
		width:0px;
		height:0px;
		overflow:hidden;
		z-index:555;
	}
	.m_nav .closecover{
		position:absolute;
		width:100%;
		height:100%;
		background:#0b0d19;
		filter:alpha(opacity=0);
		opacity:0;
		left:0px;
		top:0px;
		z-index:1;
	}
	.m_nav .closeicon{
		position:absolute;
		width:20%;
		top:5%;
		z-index:55;
		text-align:center;
		filter:alpha(opacity=0);
		opacity:0;
	}
	.m_nav .m_navList{
		position:absolute;
		width:80%;
		right:0px;
		top:0px;
		background:#0b0d19;
		height:100%;
		z-index:100;
		right:-80%;
		overflow-y: scroll;
	}
	.m_nav .m_navList ul{
		padding-left:5%;
		padding-right:5%;
	}
	.m_nav .m_navList ul li{
		border-bottom:1px solid #232530;
	}
	.m_nav .m_navList ul li a{
		display:block;
		height:45px;
		color:#fff;
		line-height:45px;
		padding-left:5%;
		font-size:16px;
	}
	.m_nav .m_navList ul li .m_f_a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		 width: 100%;
		}
	.m_nav .m_navList ul li .m_f_a a{
		flex: 1;
	}
	.m_nav .m_navList ul li .m_f_a i{
		width: 40px;
		height:35px;
		box-sizing: border-box;
		 padding:0 5px; 
		 display: block;
		}
	.icon{ 
		background:url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%; 
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.icon_on{
		background:url(../images/reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.m_nav .m_navList ul li .m_s_nav{
		display:none;
		width: 100%;
	}
	.m_nav .m_navList ul li .m_s_nav a{
		display: block; 
		height:40px;
		line-height:40px;
		font-size:14px;
		padding-left:10%;
		overflow: hidden; 
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
 }

 .banner-container .arrow{width:34px;height:34px;background:url(../images/banner-arrow.png) no-repeat left top;margin-top:-17px;}
 .banner-container .arrow.swiper-banner-prev{background-position:left top;left:70px;}
 .banner-container .arrow.swiper-banner-next{background-position:right top;right:70px;}
 .banner-container .arrow.swiper-banner-prev:hover{background-position:left bottom;}
 .banner-container .arrow.swiper-banner-next:hover{background-position:right bottom;}
 .banner-container .banner-pagination span{background:none;width:9px;height:9px;border-radius:0;border:1px solid #fff;opacity:1;}
 .banner-container .banner-pagination span.swiper-pagination-bullet-active{background:#fff;}
 
 @media screen and (max-width:1025px) {
	 .banner-container .arrow{width:22px;height:22px;background:url(../images/banner-arrow.png) no-repeat left top/44px auto;}
	 .banner-container .arrow.swiper-banner-prev{left:15px;}
	 .banner-container .arrow.swiper-banner-next{right:15px;}
 }
.en-box{
    position: relative;
	padding: 0 65px;
    overflow: hidden;
}
.en-box .en-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.en-box .swiper-button-next, .en-box .swiper-button-prev {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.en-box .swiper-button-prev, .en-box .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/img85.png);
    left: 0;
    right: auto;
}

.en-box .swiper-button-next, .en-box .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/img87.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-next.swiper-button-disabled{
    background-image: url(../images/img87.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/img85.png);
    left: 0;
    right: auto;
}

 /* 可变css */
 .yzbtm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 .yzbtm .Item{
	width: 24%;
	box-shadow: 0 0 5px 1px #e1e1e1;
	transition: all 0.3s linear;
	text-align: center;
	padding: 30px 0 24px;
 }
 .yzbtm .Item:hover {
    transform: translateY(-3px);
}
.Item h3 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
 .Item p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	/* min-height: 44px; */
	margin-bottom: 15px;
}
.yzbtm .Item:hover h3 {
    color: #ff6600;
}
.topform{
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
}
.topform .ml{
	width: 27%;
	/* height: 260px; */
	overflow: hidden;
	box-sizing: border-box;
}
.ml img, .cli img, .chli .pic img, .ali .apic img, .nli .pic img, .case-item .pic img{
	width: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.topform .ml:hover img, .cli:hover img, .chli:hover .pic img, .ali:hover .apic img, .nli:hover .pic img, .case-item:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.topform .mc{
	width: 49%;
	box-sizing: border-box;
	background: #f1f1f1;
	padding: 17px;
}
.mc p {
    font-size: 17px;
    color: #333;
    line-height: 24px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	text-align: center;
}
.mc p span {
    color: #ff6600;
}
.myform1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.myform1 .form-inner{
	background-color: #fff;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
.myform1 .form-inner input {
    /* width: 100%; */
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
    font-size: 15px;
    color: #333;
    border: none;
}
.myform1 .form-inner input::placeholder{
	font-size: 14px;
}

.myform1 .w100 {
    width: 100%;
}
.myform1 .w50 {
    width: 49%;
	box-sizing: border-box;
}
.myform1 .btn-form {
    font-size: 16px;
    color: #fff;
    line-height: 53px;
    height: 55px;
    text-align: center;
    background: #ff6600;
    border: none;
    width: 100%;
}
.myform1 .form-inner:nth-child(3) {
    margin: 12px 0;
}
.topform .mr{
	width: 24%;
	box-sizing: border-box;
	padding: 20px 10px;
	border: 1px solid #f1f1f1;
}
.mr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mr ul li{
	width: 33.33%;
	text-align: center;
	margin: 15px 0;
}
.mr ul li p{
	margin-top: 8px;
}
.ctt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ctt a{
	display: block;
	font-size: 15px;
	border-radius: 5px;
	padding: 10px 14px;
	border: 1px solid #dadada;
    background: #f9f8f8;
	margin: 0 5px 12px;
	word-break: keep-all;
    white-space: nowrap;
}
.ctt a.cur{
    background: #ff6600;
    color: #fff;
    border: 1px solid #ff6600;
}
.ctc .cli{
	box-sizing: border-box;
	float: left;
	height: 220px;
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-top: 24px;
	overflow: hidden;
	position: relative;
}
.ctc .cli:nth-child(4n){
   margin-right: 0;
}
.cli a, .Team-pic a{
	display: block;
	width: 100%;
    height: 100%;
}
.ctc .cbt{
	position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 15px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-weight: 500;
	background: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chbox .chli{
	width: 32%;
	box-sizing: border-box;
	box-shadow: 0 0 5px 1px rgb(4 0 0 / 9%);
	margin-bottom: 20px;
}
.chbox .chli:nth-child(4), .chbox .chli:nth-child(5), .chbox .chli:nth-child(6){
	margin-bottom: 0;
}
.chli .pic{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.chli .intro{
	padding: 20px;
}
.intro h3 {
    font-size: 20px;
    color: #1d1d1d;
	font-weight: bold;
}
.intro p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
	margin: 10px 0;
}
.intro ul li {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 20px;
    background: url(../images/dot.jpg) no-repeat left top 7px;
}
.intro ul li p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.Team-Item{
	position: relative;
	overflow: hidden;
}
.Team-pic {
    overflow: hidden;
	height: 390px;
}

.Team-pic img {
    transition: all 0.3s linear;
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.Team-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    transition: all 0.3s linear;
}

.Team-intro h3 {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
}

.Team-intro h3 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.Team-intro .text {
    height: 156px;
	padding: 0 20px;
}

.Team-intro p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.Team-intro a {
    margin-top: 16%;
    width: 40%;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s linear;
}

.Team-intro .btn_sj {
    float: left;
	margin-left: 6%;
}

.Team-intro .btn_zp {
    float: right;
	margin-right: 6%;
}

.Team-Item:hover .Team-intro {
    height: 100%;
}

.Team-Item:hover .Team-intro h3 span {
    display: inline-block;
}

.Team-Item:hover .Team-intro h3 {
    font-size: 24px;
    text-align: left;
	padding: 20px;
    border-bottom: 1px solid #666;
}
.Team-intro a:hover{background:#ff6600;border-color:#ff6600}
.jytd{padding-bottom:50px}
.Aboutus{background-color:#000}
.about-intro {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 0 10%;
	text-align: center;
}
.count{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.count .c-item{
	box-sizing: border-box;
	width: 25%;
	text-align: center;
}
.c-num b{
	display: block;
    padding: 1.5vw 0;
}
.c-num b i{
    color: #df0000;
    font-size: 55px;
    font-weight: bold;
	line-height: 60px;
	font-style: normal;
}
.c-num b sub{
    color: #df0000;
    font-size: 20px;
	display: inline-block;
    vertical-align: super;
}
.c-num p {
    font-size: 16px;
    line-height: 26px;
	color: #fff;
}

.abcon{
	padding: 40px 0;
	border-bottom: 1px solid #2f2e2f;
}

.about-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-list li{
	width: 23.5%;
	box-sizing: border-box;
    background: rgba(255,255,255,0.15);	
	transition: all 0.3s linear;
	padding: 10px 0;
}
.about-list .Item {
    padding: 20px;
    text-align: center;
    margin: 0 20px;
    transition: all 0.3s linear;
}
.about-list .Item h3 {
    font-size: 16px;
    color: #adadad;
    line-height: 30px;
    margin: 8px auto 0;
    font-weight: 500;
}
.about-list li:hover {
    background: #ff6600;
}

.about-list li .Item:hover h3 {
    color: #fff;
}
.Promise{
	background-color: #f2f2f2;
}
.Promise-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Promise-ul li{
	box-sizing: border-box;
	width: 32%;
	transition: all 0.3s linear;
    background: #fff;
	box-shadow: 0 0 6px 2px #e8e8e8;
    text-align: center;
    padding: 40px 35px 30px;
	border-radius: 10px;
}
.Promise-ul li, .Promise-Item img{
	transition: all 0.3s linear;
}
.Promise-Item h3 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
	margin: 16px 0 10px 0;
	font-weight: bold;
}
.Promise-Item p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    min-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.Promise-ul li:nth-child(4), .Promise-ul li:nth-child(5), .Promise-ul li:nth-child(6){
	margin-top: 2%;
}
.Promise-ul li:hover {
    transform: translateY(-10px);
}

.Promise-ul li:hover .Promise-Item h3{color:#ff6600}
.Promise-ul li:hover .Promise-img {
    transform: scale(1.05);
}
.ppkh{
	background-color: #efeeed;
}

.ul1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul1 li{
	box-sizing: border-box;
	width: calc(90% / 6);
	margin-bottom: 2%;
}
.ul1 li img {
    display: block;
    width: 100%;
	object-fit: contain;
    -moz-box-shadow: 0px 0px 5px 4px #ffffffde;
    -webkit-box-shadow: 0px 0px 5px 4px #ffffffde;
	box-shadow: 0px 0px 5px 4px #ffffffde;
}
 .ul1 li:hover {
    z-index: 3;
}
.ul1 li:hover img {
    -moz-box-shadow: 0px 0px 15px #999;
    -webkit-box-shadow: 0px 0px 15px #999;
    box-shadow: 0px 0px 15px #999;
}
.con_bj_cal p{
	color:#db0000;
	font-size: 14px;
}

.con_bj {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    border-radius: 5px;
	display: flex;
}
.con_bj_cal {
    position: relative;
    width: 50%;
    border-right: 1px solid #eee;
}
.con_bj h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.calputer_tit span{margin-left:10px;color:#db0000;font-size:12px}
em, i {
    font-style: normal;
}
.bj_form {
    /* width: 370px; */
    font-size: 14px;
}

.form_line{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.form_line .label {
    width: 100px;
    margin-right: 8px;
    text-align: right;
    line-height: 34px;
	font-size: 16px;
    color: #333;
}
.form_line .element{
	flex: 1;
}
.bj_form .select {
    padding-left: 5px;
    height: 36px;
	border: 1px solid #767676;
	width: 100%;
	appearance: none; -moz-appearance: none; -webkit-appearance: none; 
}
.bj_form .text_wrap{
	/* width: 260px; */
}
.bj_form .area_text {
     width: 100%;
    padding: 7px 0;
    color: #000000;
	text-indent: 0.5em;
}
.bj_form .text_wrap .unit {
    margin-left: -32px;
	color: #000;
}
.bj_form .text {
    border: 1px solid #cccccc;
}
.quoted-price {
    overflow: hidden;
    background: url(../images/pbg.jpg) no-repeat center center;
	padding: 130px 0;
}
.calc-btn {width:100%;border-radius:0;right:auto;line-height:45px;height:45px;font-size:16px;background:#ff6600;color:#fff}
.con_bj h3{font-size:20px;margin-bottom:20px}
.result-wechat-hotad .bj_res_ul {
    width: 400px;
    /* height: 180px; */
    border: 1px solid #ddd;
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
}
.result-wechat-hotad .bj_res_ul li {
    font-size: 16px;
    /* height: 40px; */
    line-height: 55px;
}

.result-wechat-hotad .num{font-size:30px;color:#ff6600}
.bj_res_ul li strong em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}
.con_bj_cal, .result-wechat-hotad{
    padding: 50px 40px 40px;
}

.aboutus-introduce {
	/* background-color: #fff; */
	padding: 30px;
}
.aboutus-introduce p {
margin-top: 10px;
font-size: 15px;
line-height:2;
text-indent: 2em;
text-align: justify;
color: #666;
}
.Detail-main {
    padding: 10px 0;
}
.Detail-Top {
    background: #fff;
}
.Detail-nav {
    text-align: center;
}
.Detail-nav li {
    display: inline-block;
}

.Detail-nav li a {
    font-size: 16px;
    color: #333;
    line-height: 66px;
    display: block;
    padding: 0 30px;
    position: relative;
}

.Detail-nav li .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 0;
    display: block;
    background: #d22929;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.Detail-nav li.cur a, .Detail-nav li:hover a{color:#fff;background:#ff6600}
.Detail-nav li.cur .line, .Detail-nav li:hover .line {
    width: 100%;
    left: 0;
}
.combg{
	background-color: #fff;
}
.course { background: #fff; padding: 70px  15%; }
.course-list { position: relative; padding: 40px 0; }
.course-line { position: absolute; left: 100px; top: 0; width: 1px; height: 100%; background: #f0f1f3; }
.course-Item { padding: 5px 0; padding-left: 160px; position: relative; margin-bottom: 50px; background: url(../images/lc.png) no-repeat left 80px top 0; min-height: 60px; }
.course-Item p { font-size: 16px; color: #333; line-height: 1.8; }
.course-date { position: absolute; left: 0; top: 0; font-size: 24px; color: #d22929; line-height: 1.8;}
.course-Item:last-child{
	margin-bottom: 0;
}
.Honor-ul li {
    float: left;
    width: 33.33%;
}

.Honor-ul .Item {
    margin: 15px;
    background: #fff;
    padding: 50px;
    text-align: center;
}

.case-search .case-form {
    width: 50%;
    margin: 0 auto;
    padding: 5px 70px 5px 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
}

.case-search .case-form .KeyWord {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 50px;
}

.case-search .case-form .opinst {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff6600 url(../images/search.png) no-repeat center;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
}

.case-search .case-form input:focus {
    outline: none;
}
.alxz{padding:5px 0;background-color:#fff
    /* border-top: 2px solid rgb(255, 32, 32); */
}
 .c-title {
    display: flex;
    font-size: 15px;
	padding:5px 5px 5px 30px;
    border-bottom: 1px solid #ebebeb;
}
.c-title .lx {
    width: 80px;
	padding-top:10px;
}
.c-title .link-con {
    flex: 1;
    overflow: hidden;
}
 .c-link a {
    color: #333;
	margin: 5px;display:inline-block;
    word-break: keep-all;
	padding:5px 10px;
    border-radius: 5px;
}
.c-link a:hover {
    color: #ff6600;
}
.c-link a.active {
    background:#ff6600;
    color: #fff;
}
.ali a, .Team-Item .pic a, .nli a{
    display: block;
}
.ali{
	box-sizing: border-box;
	float: left;
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 25px;
	transition: all 0.3s linear;
    background: #fff;
}
.ali:nth-child(3n){
	margin-right: 0;
}
.ali .apic{
	overflow: hidden;
}
.ali .intro {
    padding: 10px 15px; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ali .intro h3{
	font-size:16px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
	margin-right: 10px;
	flex: 1;
}

.ali .intro .yysj-btn {
	display: flex;
	justify-content: center;
	align-items: center;
    transition: all 0.3s linear;
    border: 1px solid #e1e1e1;
    width: 70px;
	height: 62px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.ali:hover{box-shadow:0 0 5px 1px #e1e1e1}
.ali:hover .intro .yysj-btn{background:#ff6600;color:#fff}
.Hotcase-tit {
    font-size: 22px;
    color: #cf0303;
    line-height: 40px;
    margin-bottom: 30px;
	font-weight: bold;
}
.Team-list{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.Team-list:after {
    content:"";
    display:block;
    width: 32%;
    height:0px;
}
.Team-list li{
	width: 32%;
	box-sizing: border-box;
	margin-bottom: 2%;
}
.Team-Item {
    background: #fff;
    transition: all 0.3s linear;
}
.Team-Item .pic {
    overflow: hidden;
}
.Team-Item .pic img {
    width: 100%;
    transition: all 0.3s linear;
    height: 389px;
	object-fit: cover;
}
.Team-Item .intro {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.Team-Item h2 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    color: #fff;
text-align:center
}

.Team-Item h2 .en {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-left: 10px;
    font-weight: 500;
}

.Team-Item p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #fff;
}
.sjzs p{
 color: #666;
}
.Team-Item .team-abtn {
    overflow: hidden;
}

.Team-Item .team-abtn a {
    transition: all 0.3s linear;
    display: block;
    padding: 15px 20px;
    text-align: center;
    float: left;
    width: 50%;
    font-size: 14px;
    color: #666;
    line-height: 30px;
	box-sizing: border-box;
}
.Team-Item .team-abtn a.btn01{border-right:1px solid #e5e5e5}
.Team-Item .team-abtn .icon-aixin{font-size:20px}
.Team-Item:hover{box-shadow:0 0 5px 1px #e3e3e3}
.Team-Item:hover .pic img{transform: scale(1.1)}
.Team-Item .team-abtn a:hover{background:#ff6600;color:#fff}
.Team-Item .team-abtn a:hover .iconfont{color: #fff}
.Team-ban {
	background: url(../images/sjbj.png);
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 30px;
}
.Head-portrait {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 5px;
    margin: 10px auto;
    /* background: #9c9ea0; */
	border: 5px solid #9c9ea0;
	overflow: hidden;
}

.Head-portrait img{
	width: 100%;
	height: 100%;
	display: block;
    object-fit: cover;
}
.tbox .btn-yysj {
    background: #ff6600;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin: 20px auto;
}
.tbox h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
	font-weight: bold;
}

.tbox h3 span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}
.zpbox{
	background-color: #fff;
	margin-top: -80px;
}
.zpbox h1 {
    font-size: 24px;
    color: #666;
    line-height: 60px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    font-weight: 500;
}
.zpcon{
	padding: 40px 30px;
}
.zpj{
	padding-bottom: 50px;
}
.date-ul, .Pattern-ul{
	display: flex;
	flex-wrap: wrap;
}
.date-ul li{
	width: 25%;
	box-sizing: border-box;
	background-color: #fff;
	border-right: 1px solid #f0f0f0;
	padding: 60px 0;
	text-align: center;
}
.date-ul li:last-child{
	border-right: none;
}
.date-ul .number {
	color: #ff6600;
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;
    font-style: normal;
}
.date-ul .year, .date-ul .jia{
	font-size: 20px;
	color: #ff6600;
}
.date-ul p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
	margin-top: 10px;
}
.spbox{
	background-color: #fff;
}
.pli h3 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
	font-weight: bold;
}
.pli h3 .line {
    width: 21px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #a1a1a2;
}

.pli p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.Pattern-ul .pli{
	box-sizing: border-box;
	width: 33.33%;
	padding: 50px 40px;
	border-right: 1px solid #f0f0f0;
}
.Pattern-ul .pli:nth-child(3n){
	border-right: none;
}
.Pattern-ul .pli:nth-child(1), .Pattern-ul .pli:nth-child(2), .Pattern-ul .pli:nth-child(3){
	border-bottom: 1px solid #f0f0f0;
}
.Promise-text{
	padding: 40px;
	background-color: #fff;
}
.Promise-text p {
    font-size: 16px;
    color: #060001;
    line-height: 30px;
}
.bottom-form{
	background: url(../images/fbj.jpg) no-repeat;
}
.bfbox{
	display: flex;
	flex-wrap: wrap;
}
.bfbox .form-item {
    background: #fff;
    width: 25%;
	box-sizing: border-box;
    border-right: 1px solid #fff;
}
.bfbox .form-item:nth-child(3), .bfbox .form-item:nth-child(4){
	border-right: none;
}
.bfbox .form-item input {
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
    border: none;
}
.bfbox .form-submit{
  width: 24%;
  margin-left: 1%;
}
.bfbox .form-submit .btn-form {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #ff6600;
    border: none;
    width: 100%;
}
.news-ul .nli{
    float: left;
    width: 33.33%;
}
.nli .news-Item{
	margin: 10px;
    background: #fff;
    border: 1px solid #e4e3e3;
    padding: 26px;
    padding-bottom: 20px;
}
.nli .pic{overflow:hidden;width:100%}
.news-ul .nli:hover h3{
	color: #ff6600;
}
.nli .intro h3 {
    font-size: 18px;
    color: #060001;
    line-height: 1.8;
    font-weight: 500;
	white-space: nowrap;
    text-overflow: ellipsis;
    /* display: block; */
    overflow: hidden;
	margin-top: 15px;
}
.release-time {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.nli .intro p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 44px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.nybt{
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact .map_box{ height:520px;overflow:hidden;}
.contact .contact_r{ background:#fff;height:520px;}
.contact .contact_r dl{padding:55px 30px;color:#000;}
.contact .contact_r dt{font-size:22px;line-height:30px;margin-bottom:16px;}
.contact .contact_r dd{width:100%; line-height:40px; font-size:16px;}
.contact .contact_r dd a{ color:#fff;}
@media only screen and (max-width:1024px){
.contact .contact_r .contact_r_box{padding:10% 8%; }
}
@media only screen and (max-width:992px){
.contact .map_box{ height:0;padding-bottom:70%;}
.contact .contact_r{ height:100%;position:static;}
.contact .contact_r dl{padding:6% 4%; }
}
@media only screen and (max-width:760px){
.contact .map_box{ height:0;padding-bottom:80%;}
.contact .contact_r dt{font-size:18px;margin-bottom:16px;}
.contact .contact_r dd{line-height:26px; font-size:15px;}
}
@media only screen and (max-width:375px){
.contact .map_box{ padding-bottom:100%;}
}
#map, #allmap, .contant-map #map {
    width: 100%;
    height: 100%;
}
.Right-news, .Right-Hotcase{
    margin-bottom: 20px;
}

.Hotnews-Rtit {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
	font-weight: bold;
}
.Hotnews-Rtit a{float:right;font-size:14px;color:#666}
.Hotnews-Rtit a:hover{color:#ff6600}
.Hotnews-list {
    background: #fff;
    padding: 10px 25px;
}

.Hotnews-list li {
    border-bottom: 1px dashed #ddd;
}

.Hotnews-list li:last-child {
    border-bottom: none;
}

.Hotnews-list li a {
    font-size: 14px;
    color: #333;
    line-height: 50px;
    padding-left: 15px;
    background: url(../images/wzdot.jpg) no-repeat left center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.Hotnews-list li a:hover{color:#ff6600}
.Hotcase-Rtit {
    font-size: 20px;
    color: #000;
    line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.Right-companyul {
    background: #fff;
    padding: 10px 25px;
    margin-top: 20px;
}
.Right-companyul li{border-bottom:1px dashed #ddd}
.Right-companyul li:last-child{border-bottom:none}
.Right-companyul li a {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    padding-left: 15px;
    background: url(../images/wzdot.jpg) no-repeat left center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.Right-companyul li a:hover{color:#ff6600}
.case-item a{display:block}
.case-item .pic{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.case-item .intro h3{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.case-item .intro{
	padding: 15px 0;
	background-color: #ffffff;
}
.Right-box {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.myform2 .form-item{
	width: 100%;
	border: 1px solid #e8e8e8;
	margin-bottom: 16px;
}
.myform2 .form-item input{
	width: auto;
}
.myform2 .form-item:nth-child(3), .myform2 .form-item:nth-child(4) {
	border-right: 1px solid #e8e8e8;
}




 .srh-l{
	 white-space: nowrap;
	 overflow: hidden;
	 margin-right: 35px;
 }
.srh-l a{
	padding: 0 7px;
}
.search{
	background-color: #f2f2f2;
	padding: 15px 0;
}
.srh-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.srh-r .sr-form{
	display: flex;
	align-items: center;
}
.srh-r .sr-form input{
    border: 1px solid #eee;
    padding: 8px 12px;
    width: 210px;
    font-size: 14px;
}
.srh-r .sr-form button{
	border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 60px;
    height: 34px;
    color: #fff;
    background: url(../images/search.png) no-repeat center #023793;
    font-size: 0;
}
.com-top{
	text-align: center;
}
.com-top h3{
   font-size: 26px;
   font-weight: bold;
   color: #ff6600;
}
.com-top p{
	color: #333;
    font-size: 16px;
    margin: 12px 0 0;
 }
 .com-top .ct-line{
	width: 38px;
    height: 3px;
    margin: 15px auto 0;
    background-color: #023793;
 }
.com-pdg{padding:30px 0}
.clg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.clg ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.clg ul li a {
    display: block;
    margin: 0 5px 10px;
    font-size: 14px;
    line-height: 39px;
    position: relative;
	background-color: #f2f2f2;
	border-radius: 30px;
    width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clg ul li a:hover{
	color: #023793;
}
.clg, .cos-con, .ys-sec, .in-con{
	margin-top: 40px;
}
.cp-list{
	float: left;
	width: calc((100% - 60px) / 4);
	margin-top: 20px;
	margin-right: 20px;
}
.cp-list a, .pb-list a{
	display: block;
}
.cp-list:nth-child(4n){
	margin-right: 0;
}
.cp-list .cl-img, .pb-list .cl-img{
	width: 100%;
	height: 210px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.cp-list .cl-text, .pb-list .cl-text{
	line-height: 40px;
    background-color: #e6e6e6;
    text-align: center;
	position: relative;
}
.cp-list .cl-text p, .pb-list .cl-text p{
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.cp-list .cl-text::before, .pb-list .cl-text::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #023793;
    transition: all 0.5s;
}
.cp-list:hover .cl-text::before, .pb-list:hover .cl-text::before{
    width: 100%;
    left: 0;
}
.cp-list:hover .cl-text p, .pb-list:hover .cl-text p{
	color: #fff;
}
.choose{
	background: url(../images/coe.png) no-repeat center/cover;
	background-color: #343a6e;
}
.cos-box .com-top h3, .cos-box .com-top p{
	color: #fff;
}
.cos-box .ct-line{
	background-color: #fff;
}
.ys-item{
	display: flex;
	justify-content: space-between;
}
.ys-item .yl{
	background-color: #fff;
	border-radius: 15px;
	flex: 1;
}
.y1-title{
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.y1-title b{
	font-size: 32px;
	color: #023793;
	margin-right: 15px;
}
.y1-des{
	margin-top: 10px;
}
.y1-des p{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.yl-con{
	padding: 20px 35px;
}
.yl-con .y2{
	margin-top: 15px;
} 
.ys-item .yr{
	margin-left: 30px;
}
.ys-sec .yr{
	margin-left: 0;
	margin-right: 30px;
}
#factory {
	position: relative;
	width: 100%;
	margin: 40px auto 0;
}

#factory .swiper-container {
	padding-bottom: 40px;
}

#factory .swiper-slide {
	width: 520px;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

#factory .swiper-slide img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border: none;
}
#factory .swiper-slide-active a{
	display: block;
	border: 4px solid #023793;
	box-sizing: border-box;
}
#factory .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#factory .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#factory .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #023793;
	background-color: #fff;
}

#factory .swiper-button-prev {
	left: 0;
	top: 45%;
	width: 40px;
	background: url(../images/brand-left.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#factory .swiper-button-next {
	right: 0;
	top: 45%;
	width: 40px;
	height: 45px;
	background: url(../images/brand-right.png) no-repeat;
	background-size: 100%;
}
.aboutUs{
	background-color: #f2f2f2;
}

.ab-box{
	display: flex;
	flex-wrap: wrap;
}
.ab-box .ab-text, .ab-box .ab-img{
	width: 50%;
	box-sizing: border-box;
	height: 380px;
}
.ab-box .ab-img img, .hot-news .hn-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab-box .ab-text{
	background-color: #fff;
	padding: 30px 30px 0;
}
.txt-top h4{
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.txt-top p{
	font-size: 15px;
	color: #023793;
	text-transform: uppercase;
	margin-top: 8px;
}
.txt-des{
	text-align: justify;
	margin: 20px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.txt-des p{
	line-height: 28px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}
.xl-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xl-title h4{
	font-weight: bold;
    font-size: 18px;
}
.xl-title a{text-transform:uppercase;font-weight:normal;color:#ff6600}
.xl-box {
	margin-top: 30px;
}
.xl-box ul li a {
    display: block;
    line-height: 34px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 15px;
}
.xl-box ul li a:hover{color:#ff6600}
.xl-box ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    margin-top: -3px;
    border-radius: 50%;
}

.xl-box ul li a:hover::before{
    background-color: #e61d01;
}
.in-con{
	display: flex;
	justify-content: space-between;
}
.in-con .xw-list{
    width: 33.33%;
    box-sizing: border-box;
}
.in-con .xw-fr{
	padding-right: 30px;
}
.in-con .xw-se{
	padding: 0 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.in-con .xw-th{
	padding-left: 30px;
}

article a:hover,aside a:hover{font-weight:bolder;color:#df0000!important}
article>section{padding:30px;background:#fff;border-radius:10px}
article h1{font-size:24px}
article ol{padding:15px 0;border-bottom:1px solid #e8e8e8}
article ol li{display:inline-block;font-size:13px}
blockquote{border-left:5px solid #3bf;margin:15px 0 10px;padding:20px;font-size:13px;font-style:italic;line-height:1.75;text-align:justify;background:#eff;color:#666}
article h2,article .h2{margin:20px 0 12px;font-size:20px}
article h3,article .h3{margin:15px 0 12px;font-size:18px;text-indent:32px}
article p>img{display:block;width:92%;margin:15px auto;border-radius:15px}
article p{margin-top:5px;font-size:15px;line-height:1.75;text-indent:2em;text-align:justify;color:#666}
article p a{color:#f60}
@media (max-width:768px){
article,aside{padding:0!important}
article>section{padding:20px 15px}
article h1{font-size:20px}
article h2,article .h2{font-size:18px}
article h3,article .h3{font-size:16px;text-indent:0}
article img{width:100%}
article p,.post{font-size:14px}
.post p{text-indent:0}
}
.post{border-top:1px solid #e7e7e7;font-size:15px}
.post p{padding:10px 0 0}
.post p:first-child{text-indent:0}
.post a{color:#f60}

aside a{color:#666}
aside dl{padding:20px!important;background:#fff;border-radius:10px}
aside dt{padding:0 0 10px;border-bottom:1px solid #e7e7e7}
aside dt b{position:relative;padding:0 0 10px 0;font-size:18px;color:#333}
aside dt b:after{position:absolute;left:0;bottom:-3px;
content:"";width:110px;height:2px;background:#f60}
aside dt a{float:right;font-size:16px}
aside dd h3{margin:15px 0 0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.RMAL dt{margin-bottom:10px}
.RMAL .pic{width:100%;overflow:hidden}
.RMAL .pic img {
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.RMAL h3{padding:10px 0 15PX;margin:0;text-align:center;}
.RMAL a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.RMAL a:hover h3{color:#36f}


.con-box{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.con-box .cbl{
	flex: 1;
	/* background-color: #fff; */
}
.con-box .cbr{
	width: 300px;
	margin-left: 30px;
}
.cbl-list{
	margin-bottom: 20px;
}
.cbl-list:last-child{
	margin-bottom: 0;
}
.cbl-list .cl-tit{
	text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    background-color: #023793;
}
.cl-menu ul li {
    margin-top: 2px;
	height: 46px;
	line-height: 46px;
	background-color: #ececec;
}

.cl-menu ul li>a {
    display: block;
    background-color: #ececec;
    color: #666;
    font-size: 15px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cl-menu ul li>a:hover, .cl-menu ul li>a.active {
    color: #fff;
    background-color: #023793;
}
.com-ctt{
	padding: 50px 0;
}

.cl-contact{
	padding: 20px;
	background-color: #ececec;
}
.cc-ewm{
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.cc-ewm p {
    margin: 10px 0 0;
    font-size: 16px;
}
 .cl-tel {
    padding-top: 20px;
}
.cl-tel p {
    margin: 0;
    color: #023793;
    font-size: 20px;
    padding-left: 40px;
    font-weight: bold;
    background: url(../images/cl-tel.png) no-repeat 0 center;
}
.pos_nav .pn{
	padding-left: 10px;
    border-left: 10px solid #333;
}
.p-content p{
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 28px;
	text-align: justify;
}
.p-content img, .p-content p img{
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: auto;
} 

.pb-list{
	float: left;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
}
.pb-list:nth-child(3n){
	margin-right: 0;
}
.h-box .hb-list{
	width: 49%;
	box-sizing: border-box;
	margin-right: 2%;
	float: left;
}
.h-box .hb-list:nth-child(2n){
	margin-right: 0;
}
.h-box .hb-list:last-child{
	border-bottom: 1px dashed #f5f5f5;
}

.cp-con{
	display:  flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.cp-con .cp-slt, .cp-con .cp-xq{
  width: 48%;
  box-sizing: border-box;
}
#pics-box {
    text-align: center;
    margin-top: 10px;
}

#pics-box a {
    margin: 0 2px;
}

#pics-box a img {
    width: 45px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pics-box a:hover img,#pics-box a.active img {
    border: solid #023793 1px;
}
.cp-banner li a{
	display: block;
	margin: auto;
}
.cx-title{
	font-weight: bold;
	font-size: 18px;
}
.cx-des p{
    color: #666;
    line-height: 1.8;
}
.cx-des{
	margin: 20px 0;
}
.info-zx a{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #023793;
	text-align: center;
	border-radius: 10px;
}
.ac-list img, .ate-img img, .pro-list img, .cin-r img, .un-img img, .in-inner .in-img img, .e-inner .e-img img, .nb-inner .nb-r img, .cp-list .cl-img img, .pb-list .cl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ab-con .ac-list:hover img, .ate-img:hover img, .pro-list:hover img, .cp-list:hover .cl-img img, .pb-list:hover .cl-img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cpy-con{
	background-color: #fff;
	box-shadow: -1px -2px 20px 6px rgb(0 0 0 / 5%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
	border-radius: 10px;
}
.cpy-con .cpy-list{
	text-align: center;
	width: 33.33%;box-sizing: border-box;
}
.cpy-list .cl-t{
	font-weight: 600;
	color: #333;
}
.cl-t b{
	font-size: 50px;
	margin-right: 6px;
}
.cl-t span{
	font-size: 20px;
}
.cl-t .add{
	font-size: 40px;
}
.cpy-list .cl-b{
   font-size: 16px;
   margin-top: 10px;
}


.cty-inner{
	border: 1px solid #d1d0d0;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.cty-inner .cin-l{
	flex: 1;
}
.cin-l .cl-tit{
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 22px;
}
.cin-l .cl-time, .in-text .in-time, .cuy-list .c-time, .nb-l .n-time{
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.cl-time img, .in-time img, .c-time img, .n-time img{
	width: 16px;
	margin-right: 10px;
}
.cin-l .cl-des{
	font-size: 17px;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 50px;
}
.cty-inner .cin-r{
	width: 280px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin-left: 30px;
}
.cty-inner .cin-r:before, .elites .el-img::before, .un-inner .un-img::before, .in-inner .in-img::before, .e-inner .e-img::before, .nb-inner .nb-r::before{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.cty-inner:hover .cin-r:before, .elites:hover .el-img:before, .un-list:hover .un-img::before, .in-list:hover .in-img::before, .e-list:hover .e-img::before, .nb-list:hover .nb-r::before{
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.cty-inner:hover .cin-r img, .elites:hover .el-img img, .un-list:hover .un-img img, .in-list:hover .in-img img, .e-list:hover .e-img img, .nb-list:hover .nb-r img{
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.cty-con .cty-list{
	margin-bottom: 24px;
}
.cty-con .cty-list:last-child{
	margin-bottom: 0;
}
.company{
	padding-top: 50px;
}
.team{
	background-color: #f4f6f8;
}
.elites .el-img{
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.elites .el-text{
	background-color: #fff;
	padding: 20px 24px;
}
.el-text h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.el-text .el-des {
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
	margin-top: 14px;
	font-weight: lighter;
}
.uvy-con .un-list{
	float: left;
	width: calc(94% / 3);
	margin-right: 3%;
}
.uvy-con .un-list:nth-child(3n){
	margin-right: 0;
}
.un-list .un-inner, .in-list .in-inner{
	width: 100%;
}
.un-inner .un-img, .in-inner .in-img, .e-inner .e-img{
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.un-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.un-img .un-title{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 17px;
	text-align: center;
	width: 100%;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.un-inner .un-des{
	padding: 18px 0;
}
.un-inner .un-des>div, .in-text .in-des{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	min-height: 48px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.un-btn{
	margin: 24px auto 0;
}
.in-inner .in-img{
	height: 240px;
}
/* .in-con .in-list{
	float: left;
	width: calc(94% / 3);
	margin-right: 3%;
	margin-bottom: 26px;
}
.in-con .in-list:nth-child(3n){
	margin-right: 0;
}
.in-con .in-list:hover  .in-text{
	border: 1px solid #0098e8;
	border-top: none;
}
.in-con .in-list:hover  .in-text .in-tit, .news-box .nb-list:hover .nb-l .n-tit, .cty-inner:hover .cin-l .cl-tit{
	color: #0098e8;
} */
.in-inner .in-text{
	padding: 18px;
	border: 1px solid #dddddd;
	border-top: none;
}
.in-text .in-tit{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.in-text .in-time, .cuy-list .c-time, .nb-l .n-time{
	margin: 0;
}
.in-text .in-des{
	margin: 15px 0;
}
.pf-content{
	margin-top: 26px;
}
.pf-content p{
	text-align: justify;
	font-size: 16px;
    line-height: 30px;
    color: #333;
	text-indent: 2em;
}
.pf-content p img, .pf-content img{
	width: auto !important;
	height: auto !important;
	text-align: center;
	margin: 15px auto;
}
.pf-top{
    text-align: center;
}
.pf-top h3{
	font-size: 33px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.pf-top p{
	font-size: 20px;
	line-height: 22px;
	margin: 16px 0;
}
.pf-top .pl-line{
    width: 22px;
    height: 1px;
    background: #3d3d3d;
    margin: 0 auto;
}
.study-cuy, .elites-page, .online-page, .info-art{
	background-color: #f8f8f8;
}
.c-tit{
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.c-tit h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.cuy-list .c-des{
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
	font-weight: lighter;
	margin: 17px 0;
}
.com-l .cl-box, .sc-con .com-r, .com-l .news-box, .com-l .art-info-content{
	background-color: #fff;
}
.cl-box .cuy-list, .news-box .nb-list{
	border-bottom: 1px solid #e9edef;
	padding: 22px 0;
	/* margin: 0 5%; */
}
.cl-box .cuy-list:first-child{
	padding-top: 0;
}
.cl-box .cuy-list:last-child, .news-box .nb-list:last-child{
	border-bottom: none;
}
.com-l .cl-box, .com-l .news-box{
	width: 100%;
	border: 1px solid #e9edef;
}
.sc-con{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sc-con .com-l{
    flex: 1;
}
.sc-con .com-r{
	width: 300px;
	margin-left: 20px;
	border: 1px solid #e9edef;
	padding: 22px;
	border-top: 2px solid #0098e8;
}
.rm-news{
	padding: 26px 20px 0;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

.h-tit{
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.h-box .hb-list a{
	display: block;
	font-size: 14px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.h-box .hb-list{
	padding: 10px 0;
	border-bottom: 1px dashed #f5f5f5;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.h-box .hb-list:last-child{
	border-bottom: none;
}
.cl-box .cuy-list:hover .c-tit h3, .h-box .hb-list a:hover{
	color: #023793;
}
.e-text{
	background-color: #fff;
	text-align: center;
	padding: 22px;
}
.e-text .et1{
	font-size: 20px;
	font-weight: 600;
}
.e-text .et2{
	font-size: 16px;
	color: #333;
	margin-top: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ep-con .e-list{
	width: calc(94% / 4);
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 26px;
}
.ep-con .e-list:nth-child(4n){
    margin-right: 0;
}
.f-box{
	background-color: #fff;
	padding: 0 20px;
}
.fm-list .fl-text{
	color: #000;
	font-size: 15px;
	margin-bottom: 18px;
}
.fl-text span{
	color: #023793;
	margin-left: 5px;
}
.fl-con .com-in{
	width: 90%;
	height: 35px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
}
.f-box>form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-box .fm-list{
	width: 49%;
    margin-bottom: 35px;
}
.fl-con textarea{
	width: 95%;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	padding: 15px 0;
	color: #000;
	font-size: 15px;
}
.r-item{
	font-size: 14px;
}
 .r-item .rd{
	 width: 12px;
	 height: 12px;
	 border: 1px solid #e5e5e5;
	 margin-right: 10px;
 }
 .flr{
	 display: flex;
	 align-items: center;
 }
 .flr .r-item{
margin-right: 20px;
}

.flr .r-item input[type="radio"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
	width: 16px;
	height: 16px;
	border: 1px solid #E5E5E5;
	vertical-align: middle;
	margin-right: 8px;
}

.f-btn{
	display: flex;
    justify-content: center;
	margin: 40px auto 0;
	width: 70%;
}
.f-btn button{
	width: 100%;
    height: 40px;
    font-size: 16px;
	color: #fff;
    background-color: #023793;
	border-radius: 15px;
}

.nb-l .n-tit{
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nb-l .n-des{
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 24px;
	min-height: 48px;
	margin: 17px 0;
}
.nb-inner{
	display: flex;
}
.nb-inner .nb-r{
	width: 180px;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}
.nb-inner .nb-l{
	flex: 1;
}
.art-info-content .info_content{
	padding: 20px 0 0;
    font-size: 16px;
}
.info_content p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.art-info-content{
		padding: 40px;
		margin-bottom: 30px;
		background-color: #fff;
}
/* .art-info-content .detail_t{
	padding: 0 5%;
} */

 .art-info-content .pronext{
	padding: 30px 20px 0;
}

.com-l .art-info-content{
	border: 1px solid #e9edef;
}
.pro-rlt{
	background-color: #fff;
	padding: 20px 5% 0;
	margin-top: 30px;
}

.ct-l h3, .ate-box h3{
	font-size: 24px;
	color: #333;
}
.ct-l p, .ate-box p{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-top: 18px;
}
.ct-r p, .ate-des p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.com-padding{
	padding: 50px 0;
}
.ab-con .ac-list{
	height: 360px;
	width: calc(94% / 4);
	margin-right: 2%;
	overflow: hidden;
	float: left;
}
.ab-con .ac-list:nth-child(4n){
	margin-right: 0;
}

.com-mgn{
	margin-top: 40px;
}
.advantage{
	background-color: #f5f5f5;
}
.ate-box .ate-des{
    margin: 70px 0;
}
.com-btn a{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #023793;
	border: 1px solid #023793;
	border-radius: 6px;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
.com-btn .abtn{
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	/* margin: auto; */
}
.com-btn .abtn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #023793;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.com-btn .abtn:hover {
	color: #fff;
	border-color: #023793;
}
.com-btn .abtn:hover::before {
	opacity: 1;
	background-color: #023793;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.adv-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.adv-con .ate-box{
	width: 30%;
}
.adv-con .ate-img{
	width: 50%;
	overflow: hidden;
}


.pro-con .pro-list{
	position: relative;
	width: calc(96% / 3);
	height: 180px;
    margin-right: 2%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro-con .pro-list:nth-child(3n){
    margin-right: 0;
}
.pro-list img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pro-list .p-text{
	position: absolute;
	width: 100%;
	height: 40px; 
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}
.pro-list .p-text p{
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-cases{
	background-color: #f5f5f5;
}
.ser-con .sc-list, .ic-con .ic-list{
	width: calc(94% / 4);
	float: left;
	margin-right: 2%;
}
.ser-con .sc-list:hover{
	box-shadow: 0 0 22px rgba(0,0,0,.12);
}
.ser-con .sc-list:nth-child(4n), .ic-con .ic-list:nth-child(4n){
	margin-right: 0;
}
.sc-list .sc-inner{
	width: 100%;
}
.sc-inner .s-img{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.sc-inner .s-img img, .ic-list img, .mtl-img img, .cpy-list img, .cb-inner .c-img img, .el-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ser-con .sc-list:hover .s-img img, .ic-list:hover img, .mtl-list:hover .mtl-img img, .cpy-list:hover img, .cb-list:hover .c-img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sc-inner .s-text{
	padding: 20px 10px;
}
.s-text .st1, .mtl-text .mt1{
	font-size: 17px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.s-text .st2, .mtl-text .mt2{
	font-size: 15px;
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 25px;
	min-height: 52px;
	margin: 20px 0;
}
.s-text .st3{
	font-size: 13px;
	color:#999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.st3 img{
	width: 20px;
}
.s-text .ntime{
	color: #999;
	margin-top: 16px;
	font-size: 16px;
}
.ln-list .s-img{
	height: 140px;
}
.news-con .sc-list{
	margin-bottom: 24px;
}
.news{
	padding-bottom: 70px;
}

.ab-page{
	padding-bottom: 0;
}

 /* 可变css-end */
 .p-img{
	text-align: center;
}
 .fd-box, .art-con, .info-pro{
	margin-top: 60px;
}
.pro-box{
	display: flex;
}
.pro-box .pro-l{
	width: 500px;
    margin-right: 50px;
}
.pro-box .pro-r{
	flex: 1;
}
.cp-title{
	padding: 20px 0;
}
.cp-price{
	background-color: #f7f7f7;
	padding: 30px 20px;
	font-weight: bold;
    font-size: 30px;
	color: #ffbc00;
	margin-bottom: 20px;
}
.cp-feature dl dd{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	padding: 15px 0;
}
.cp-tel a{
	display: block;
    background-color: #ffbc00;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
	margin-top: 30px;
}
.sbxq{
	font-size: 18px;
	color: #ffbc00;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

 .pro-contant, .cont, .contant-map{
	margin-top: 50px;
}
.ipro-content, .in-content{
	margin-top: 80px;
}
.ict-content{
	margin-top: 30px;
}
.ict-box h3{
	color: #ffbc00;
	font-size: 18px;
	line-height: 26px;
}
.ict-box dl dd{
	color: #888;
	font-size: 16px;
	line-height: 20px;
	margin-top: 24px;
}
.ict-content{
	display: flex;
	flex-wrap: wrap;
}
.ict-content .ict-box{
	width: 40%;
	margin-right: 40px;
}

.f-list, .f-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
}
.f-list .fl{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-list .fl>div, .f-text .text-title{
	width: 100px;
	color: #999;
}
.f-list .fl input{
	flex: 1;
    height: 50px;
	font-size: 16px;
	padding: 0 15px;
    background-color: transparent;
    border-bottom: 1px solid #d4d4d4;
	color: #999;
}
.f-text{
	margin-top: 50px;
}
.f-text .text-details{
	flex: 1;
}
.f-text .text-details textarea{
	width: 100%;
	background-color: transparent;
    border: 1px solid #d4d4d4;
	padding: 15px 0;
	font-size: 16px;
	color: #999;
}

.f-list .fl input::placeholder{
	color: #aaaaaa;
}
/* .f-btn{
	display: flex;
    justify-content: center;
	margin-top: 50px;
	padding-left: 100px;
}
.f-btn button{
	width: 100%;
    height: 50px;
    font-size: 16px;
	color: #fff;
    background-color: #fc6832;
} */
.ict-content .ict-map, .ict-content .contant-form{
	flex: 1;
}

.pos_nav {
	line-height: 22px;
	padding: 0 0 15px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 30px;
	/* padding: 20px 0 0 0; */
}
.pos_nav, .pos_nav a, .pos_nav span{
    color: #2a2a2a;
    letter-spacing: 1px;
    font-size: 14px;
}

.detail_t {
	text-align: center;
	border-bottom: 1px dashed #c6c6c6;
    padding-bottom: 20px;
}
.detail_t h1, .cp-title{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}
.detail_t h5 {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

.info_content p,  .info_content{
margin-top:5px;
font-size:15px;
line-height:1.75;
text-indent:2em;
text-align:justify;
color:#666;
}
.info_content img, .info_content p img{
	max-width: 100%;
}
.pronext {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	padding: 25px 40px;
	/* border-bottom: 1px solid #e8e8e8; */
}
.pronext .propage, .pronext .nextpage {
	width: 48%;
	color: #363636;
}
.propage  a, .nextpage  a{
	color: #363636;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.propage a span, .nextpage a span, .tages>div span{
   /* font-weight: 600; */
}
.fyxq {
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.w-con {
	margin-top: 40px;
}
.tages{
	font-size: 15px;
	color: #363636;
	font-weight: normal;
	margin: 30px auto 0;
	background-color: #fff;
	padding: 0 20px;
}
.tages>div{
	line-height: 26px;
	/* padding: 30px 5%; */
}
.tages>div a {
	margin-right: 20px;
	font-weight: normal;
}

.related .re_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.re_con .re_con_box {
	width: 48%;
}
.re_con_box ul li {
	font-size: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
}
.re_con_box ul li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.re_con_box ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fc6832;
	left: 0;
	top: 35%;
}
 .ye {
	display: flex;
	margin: 30px auto;
	text-align: center;
	justify-content: center;
}

.ye li a{
	padding: 3px 12px;
	border: solid 1px #ddd;
	color: #999;
	margin: 0 5px;
}
.ye li a.thisclass, .ye li a:hover{
	background: #ff6600;
	border-color: #ff6600;
	color: #fff;
}
footer{padding:30px 0;background:#0c0c0c;font-size:14px;color:#eee;margin-top:10px}
footer a{color:#eee}
footer a:hover{color:#ff6600}
footer ul{display:flex;flex-wrap:wrap;justify-content:center}
footer ul li{padding:0 16px}
.link{margin:10px 0;font-size:12px;color:#999}
.link a{margin:0 1px;color:#999}
.copyright{display:flex;flex-wrap:wrap;justify-content:center}
.copyright p:first-child{margin-right:15px}

/* 底部菜单 */
.tabbar-blank{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}
.tabbar-container, .tabbar-blank{
   display:none;
}
.tabbar-container .tabbar {
    border-top: 1px solid #414146;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #000;
    z-index: 60;
    position: fixed;
    bottom: 0;
    left: 0;
}
.tabbar-container .tabbar .list {
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabbar-container .tabbar .list .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.tabbar-container .tabbar .list .item .icon-box {
   padding: 6px 0 5px 0;
}
.tabbar-container .tabbar .list .item .icon-box .ticon {
    height: 22px;
    width: 22px;
}
.tabbar-container .tabbar .list .item .icon-box .ticon.icon-2 {
    display: none
}

.tabbar-container .tabbar .list .item .text {
    color: #777;
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-2 {
    display: inline-block
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-1 {
    display: none
}
.tabbar-container .tabbar .list .item a.active .text {
    color: #fff;
	font-size: 14px;
}

/* 底部菜单end */