@charset "utf-8";


body{
    overflow-x: hidden;
}
#header{
	width: 100%;
	z-index: 99999;
	position: fixed;
	left: 0;
	top: 0;
	/*border-bottom: 1px solid rgba(255,255,255,.4);*/
}
.header_wrap {
	transition:all .3s;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.header_flex{
    height:80px;
    align-items: center;
    transition:all .3s;
    justify-content: space-between;
}
.logoOn{
    display: none;
}
.header_on .logoOff{
    display: none;
}
.header_on .logoOn{
    display: block;
}
.logo a{
	position: relative;
	display: block;
}
.logo img {
	height:30px;
	transition:all .3s;
}
.nav_pc{
    transition:all .9s;
}
.nav_pc ul{
    
}
.nav_pc li {
	position: relative;
	flex:1;
}

.nav_pc li>a h4{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	line-height:80px;
	color: #fff;
	text-align: center;
	padding: 0 34px;
	z-index: 5;
	transition:all .3s;
	font-weight: normal;
}
.nav_pc li>a h4 i{
    font-size:18px;
    position: absolute;
    right: 12px;
    top: 0;
    display: none;
}
.nav_pc li.on>a h4 i{
    display: block;
}

.nav_pc li.cur>a h4,.nav_pc li a:hover h4{
    color:var(--theme-color);
}
.nav_pc li.on>a:hover h4 i{
    transform: rotate(180deg);
    transition:all .3s;
}

.nav_pc li .sub_nav{
	position: absolute;
	left: 0;
	width: 100%;
	background:var(--theme-color);
	transition: all 300ms;
	top:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.nav_pc li:hover .sub_nav{
	top:80px;
	opacity: 1;
	visibility: visible;
}

.nav_pc li .sub_nav a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 12px 20px;
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.nav_pc li .sub_nav a:hover {
	background: rgba(0,0,0,.1);
}
.header_flex .tel{
    font-size:16px;
    color:#fff;
    height:41px;
    line-height: 41px;
    background: var(--theme-color);
    padding: 0 25px;
}
.header_flex .tel p{
    justify-content: center;
}
.header_flex .tel p span{
    vertical-align: middle;
}
.header_flex .tel p i{
    margin-right: 10px;
    font-size:20px;
}
.header_flex .tel p em{
    font-size:16px;
    font-style: normal;
}
#header.header_on{
    display: block;
    background:var(--theme-color);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    border: none;
}

.header_on .header_flex{
    height: 60px;
}
.header_on .header_flex .logo img{
    height: 28px;
}
.header_on .header_flex .nav_pc li>a h4{
    font-size:16px;
    line-height: 60px;
    color:#fff;
}

.header_on .header_flex .nav_pc li:hover .sub_nav{
    top: 60px;
}
.header_on .header_flex .tel{
    height: 40px;
    border-width: 1px;
    line-height: 38px;
}
.header_on .header_flex .tel p i{
    font-size:20px;
}
.header_on .header_flex .tel p em{
    font-size:14px;
}
.phone_top_nav {
	display: none;
}

.phone_top_nav .sub_nav_phone {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.phone_top_nav .sub_nav_phone a {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	color: #333;
}
.phone_menu_btn {
	font-size: 16px;
	color: #000;
	padding-top: 18px;
	display: none;
}

.phone_menu_btn .line {
	position: relative;
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px 0;
	background:var(--theme-color);
	-webkit-transition: .3s;
	transition: .3s;
}
.phone_menu_btn span {
	position: absolute;
	left: 32px;
	top: 2px;
}

.phone_top_nav {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
	height: 100%;
	border-top: 1px solid #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 60px 30px 30px;
	transition: .5s;
	transform: translateY(-100%);
}

.phone_top_nav li>a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #5a5657;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.phone_top_nav .sub_nav{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.phone_top_nav .sub_nav a{
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #333;
}

.header_active .line:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	-ms-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}

.header_active .line:nth-of-type(2) {
	opacity: 0;
}

.header_active .line:nth-of-type(3) {
	-webkit-transform: translateY(-6.5px) rotate(45deg);
	-ms-transform: translateY(-6.5px) rotate(45deg);
	transform: translateY(-6.5px) rotate(45deg);
}

.header_active .phone_top_nav {
	transform: translateY(0);
}


/* phone_fixed_menu */

.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}

.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}

.phone_fixed_menu ul li a {
	display: block;
}

.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}

.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}

/* banner */

.mb_banner{
    display: none!important;
}
.banner{
    position: relative;
}
.banner .item{
     position: relative;   
}
.banner .item .caption{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner .caption h4{
    font-size:44px;
    color:#fff;
    font-weight: 300;
    margin-bottom: 15px;
}
.banner .caption h4 span{
    font-weight: bold;
}
.banner .caption p{
    font-size:24px;
    font-weight: 300;
    color:#fff;
    line-height: 30px;
    text-transform: uppercase;
}
.banner .caption a i{
    font-size:22px;
    color:#3f95ea;
    line-height: 1;
}
.banner .caption a:hover{
    background: var(--theme-color);
}
.banner .caption a:hover i{
    color:#fff;
}
.banner video{
    filter: brightness(60%);
}
.bannerBanDivide{
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 30px;
}
.bannerBan{
    transform: translateY(-100px);
}
.bannerBanDivide .img{
    width: 15%;
}
.bannerBanDivide .dataItem{
    width: 21.25%;
    height: 100%;
    padding: 50px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s ease;
    min-height: 250px;
}
.bannerBanDivide .dataItem:hover{
    border-bottom: 1px solid var(--theme-color);
}
.bannerBanDivide .dataItem:last-child{
    padding-right: 0;
}
.bannerBanDivide h4{
    white-space: nowrap;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 24px;
}
.bannerBanDivide h5{
    white-space: nowrap;
    color: #666;
    margin-bottom: 10px;
    font-size: 18px;
}
.bannerBanDivide h2{
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    font-size: 48px;
    color: var(--theme-color);
}
.bannerBanDivide h2 span{
    padding-left: 5px;
    font-size: 24px;
}
.bannerBanDivide p{
    font-size: 16px;
}

/*#slides {*/
/*    position: relative;*/
/*}*/

/*#slides .slides-container div{*/
/*	background-position:center top;*/
/*	background-attachment: fixed;*/
/*}*/
/*#slides .slides-navigation .next, #slides .slides-navigation .prev {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    z-index: 100;*/
/*}*/
/*#slides .slides-navigation .next {*/
/*	right: 10px;*/
/*}*/
/*#slides .slides-navigation .prev {*/
/*	left: 10px;*/
/*}*/
/*#slides .slides-navigation i {*/
/*    color: #fff; */
/*    font-size: 40px;*/
/*    line-height: 40px;*/
/*    margin-top: -30px; */
/*    opacity: 0.5; */
/*}*/
/*#slides .slides-navigation i:hover {*/
/*	opacity: 1;*/
/*}*/
/*.slides-pagination {*/
/*    position: absolute;*/
/*    z-index: 3;*/
/*    bottom: 12px;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*}*/
/*.slides-pagination a{*/
/*    border: 2px solid #fff;*/
/*    border-radius: 15px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin: 3px;*/
/*    overflow: hidden;*/
/*    color: transparent !important;*/
/*}*/
/*.slides-pagination a.current {*/
/*    background: #fff;*/
/*}*/

/*#slides .caption {*/
/*    position: absolute; */
/*    z-index: 1000;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    flex-direction: column;*/
/*    align-content: center;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    text-align: center;*/
/*}*/


/*.parallax {*/
/*    position: absolute;*/
/*    background-attachment: fixed;*/
/*    background-position: top center;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*}*/



.mb_banner {
	display: none!important;
}

/*首页css__start*/

/* tit_box1 */

.tit_box1{
    padding:80px 0 40px;
}
.tit_box1 .tit{
    
}
.tit_box1 .tit p{
    font-size:22px;
    color:#333;
}
.tit_box1 .tit h4{
    font-size:38px;
    color:#333;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin-top:10px;
}
.tit_box1 .tit span{
    width: 40px;
    height:6px;
    margin-top: 50px;
    display: block;
    background: #333;
    
}

.tit_box2 .tit h4{
    color:#fff;
}
.tit_box2 .tit span{
    background: #fff;
}



/* bg */

.bg1{
    background:url(../images/bg1.jpg) no-repeat center;
}
.bg2{
    background: #ededed;
}
.bg3{
    background: #1c2432;
}

.bgtxt{
    position: relative;
}

.txt_bg{
    position: absolute;
    right: 0;
    top: 10px;
    font-size:180px;
     -webkit-text-stroke: 1px var(--theme-color);
     opacity: .3;
     font-family: cursive;
     color:transparent;
     line-height: 1;
     text-transform: uppercase;
}
.bgtxt_left .txt_bg{
    right: auto;
    left: 0;
}
.bgtxt_fff .txt_bg{
    -webkit-text-stroke-color:#fff;
}

/*需求*/
.deMand .demandPic{
    width: 20%;
}
.deMand .demandTxt{
    width: 80%;
}
.deMand{
    position: relative;
}
.demandCon li .img{
    border-radius: 15px;
    border: 1px solid #eee;
    overflow: hidden;
}
.deMand .txt_bg{
    left: 0;
}
.deMand .demandDivide{
    margin-top: 100px;
    padding-top: 100px;
    
}
.deMand .demandTxt {
    padding-left: 50px;
}
.deMand .demandTxt h2{
    font-size: 38px;
    color: #333;
    margin-bottom: 15px;
}
.deMand .demandTxt h2 span{
    color: var(--theme-color);
    font-weight: bold;
}
.deMand .demandTxt h3{
    color: #333;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.deMand .demandTxt p{
    font-size: 16px;
    margin-bottom: 15px;
}
.deMand .demandTxt p span{
    font-weight: bold;
    color: var(--theme-color);
}
.deMand .demandTxt p img{
    margin-right: 10px;
}
.deMand .demandTxt p span i{
    font-size: 30px;
}
.demandDivide{
    background: url(/web/template/heartsys/images/demandbg2.jpg) right no-repeat;
}
.demandTxt .more{
    margin-top: 15px;
    display: inline-block;
    padding: 10px 35px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

/*关于我们*/
.about{
    position: relative;
    padding-bottom: 100px;
}
.about p{
    font-size: 14px;
}
.about h2{
    font-size: 38px;
    margin-bottom: 50px;
    color: #333;
}
.about .txt_bg{
    left: 0;
    font-size: 110px;
}
.about .more{
    margin-top: 15px;
    display: inline-block;
    padding: 10px 35px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

/* news_con */

.service_con{
    margin-top: -80px;
}
.service_con .p_img{
    width: 60%;
    padding-top:100px;
}
.service_con .p_con{
    flex:1;
    margin-left: 50px;
    background: #f7f7f7;
    padding: 60px 60px;
}
.service_con .p_con .s_tit{
    font-size:30px;
    color:#888;
    text-transform: uppercase;
    font-family: "Times New Roman";
    line-height: 1;
}
.service_con .p_con .tit{
    font-size:42px;
    color:#333;
    line-height: 1.5;
}
.service_con .p_con .menu{
    margin-top: 20px;
}
.service_con .p_con .menu a{
    font-size:18px;
    color:var(--theme-color);
    display: inline-block;
    margin-right: 20px;
}
.service_con .slick-dots{
    width: calc(40% - 50px);
    right: 0;
    bottom: 30px;
    margin-left: 50px;
}
.service_con .slick-dots:after{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    content:'';
    display: block;
    bottom: 5px;
}
.service_con .slick-dots li{
    height: auto;
    padding:0 40px;
    margin: 0 10px;
}
.service_con .slick-dots li span{
    font-size:16px;
    color:#333;
}
.service_con .slick-dots li button{
    width: 9px;
    height: 9px;
    padding: 0;
    background: #ddd;
    border-radius: 50%;
    margin:20px auto 0;
    position: relative;
    z-index: 2;
    left:5px;
}
.service_con .slick-dots li button:before{
    top: -4px;
    left: -4px;
    content:'';
    width: 17px;
    height: 17px;
    border:1px solid var(--theme-color);
    border-radius: 50%;
}
.service_con .slick-dots .slick-active span{
    color:var(--theme-color);
}
.service_con .slick-dots .slick-active button{
    background: var(--theme-color);
}
.service_con .slick-prev,.service_con .slick-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    bottom: 20px;
    top: auto;
}
.service_con .slick-prev{
    left: 55%;
}
.service_con .slick-next{
    right: 38%;
}
.service_con .slick-prev:before,.service_con .slick-next:before{
    color:#333;
}


/* business_con */

.business{
    position: relative;
}
.business_tit{
    position: absolute;
    top: 0;
    z-index: 5;
}
.business_con .hd ul{
    position: relative;
}
.business_con .hd ul:before{
    position: absolute;
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
}
.business_con .hd ul li{
    display: none;
}
.business_con .hd ul li video{
    width: 100%;
    display: block;
}
.business_con .bd{
    position: absolute;
    bottom:20%;
}
.business_con .bd li{
    text-align: center;
    margin-right:60px;
    cursor: pointer;
}
.business_con .bd li .icon img{
    margin:auto;
}
.business_con .bd li h4{
    font-size:16px;
    color:#a9a9a9;
    font-weight: 300;
    margin-top: 30px;
}
.business_con .bd li.on h4{
    color:var(--theme-color);
}

/* case_con */

.case_con li.li1 a{
    position: relative;
    display: block;
}
.case_con li.li1 a .img img{
    width: 100%;
}
.case_con li.li1 a .con{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    background: rgba(200,12,11,.6);
    width: 100%;
    color:#fff;
    line-height: 50px;
    padding: 0 30px;
    z-index: 3;
    flex-direction: row;
}
.case_con li.li1 a .con h4{
    font-size:16px;
    color:#fff;
    font-weight: normal;
    line-height: 50px;
    flex:1;
}
.case_con li.li1 .con p{
    margin-top: 0;
}
.case_con li.li1 .con h4 span{
    color:#fff;
}
.case_con li{
    margin-top: 30px;
}
.case_con li .con{
    background: #f6f6f6;
    height: 115px;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:all .3s;
}
.case_con li .con h4{
    font-size:18px;
    color:#333;
}
.case_con li .con h4 i{
    font-style: normal;
    margin:0 10px;
    display: inline-block;
}
.case_con li .con h4 span{
    font-size:16px;
    color:#666;
    font-weight: 300;
}
.case_con li .con p{
    font-size:16px;
    margin-top: 10px;
}
.case_con li .img{
    position: relative;
}
.case_con li .img .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition:all .3s;
}
.case_con li .img .icon i{
    font-size:40px;
    color:#fff;
    opacity: 0;
    transition:all .3s;
}
.case_con li:hover .img .icon{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.case_con li:hover .img .icon i{
    transition-delay: .3s;
    opacity: 1;
}
.case_con li:hover .con{
    background: var(--theme-color);
}
.case_con li:hover .con h4{
    color:#fff;
}
.case_con li:hover .con h4 span{
    color:rgba(255,255,255,.8);
}
.case_con li:hover .con p{
    color:#fff;
}

/* news_con */

.news_con{
    margin-top: 60px;
    background: rgba(0,0,0,.2);
    padding-bottom: 60px;
}
.news_con ul{
    padding-top:5vh;
}
.news_con li a{
    display: block;
    margin:50px 50px 0 0;
    color:#fff;
    position: relative;
}
.news_con li a:after{
    width:0;
    height: 1px;
    background: rgba(255,255,255,.2);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    transition:all .3s;
}
.news_con li:nth-child(-n+2) a{
    margin-top: 0;
}
.news_con li .con span{
    font-size:28px;
}
.news_con li .con h4{
    font-size:16px;
    transition:all .3s;
}
.news_con li .con p{
    font-size:14px;
    font-weight: 300;
    margin-top: 15px;
}
.news_con li a:hover:after{
    width: 100%;
}
.news_con li a:hover h4{
    color:var(--theme-color);
}
.news_himg a{
    display: block;
    position: relative;
}
.news_himg a h4{
    position: absolute;
    background: rgba(200,12,11,.6);
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size:16px;
    color:#fff;
    font-weight: normal;
    padding: 0 20px;
}
.news_himg a:hover h4{
    background: rgba(200,12,11,1);
}

/* about */
.aboutDivide .tit_box1 .tit p{
    color: #fff;
}
.aboutDivide li{
    flex:1;
    position: relative;
}
.aboutDivide li .img{
    position: relative;
    filter: brightness(80%);
}
.aboutDivide li .con{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    background: rgba(0,0,0,.0);
    transition:all .3s;
    color:#fff;
}
.aboutDivide li:hover .con{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.aboutDivide li .con h4{
    font-size:24px;
    font-weight: bold;
}
.aboutDivide li .con p{
    font-weight: 300;
    margin:10px 0 0;
    font-size:14px;
}
.aboutDivide li .con a{
    font-size:14px;
    color:#fff;
    display: block;
    position: relative;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: Arial;
}
.aboutDivide li .con a:after{
    content:'';
    display: block;
    position: absolute;
    width: 0;
    transition:all .3s;
    height: 1px;
    background: rgba(255,255,255,.8);
    transition:all .3s;
}
.aboutDivide li .con a:hover:after{
    width: 100%;
}

/* fixed_rightbtn */

.fixed_rightbtn{
    position: fixed;
    z-index: 999;
    right:0;
    bottom:20%;
}
.fixed_rightbtn>ul>li{
    width:40px;
    height:40px;
    color:var(--color-fixedright);
    position: relative;
    transition:all .3s;
}
.fixed_rightbtn>ul>li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40px;
    line-height: 1.2;
    position: relative;
    color:#555;
    border:1px solid #ddd;
    border-bottom: none;
    background: #fff;
}
.fixed_rightbtn>ul>li:last-child a{
    border-bottom:1px solid #ddd;
}
.fixed_rightbtn>ul>li i{
    display: inline-block;
    font-size:18px;
    line-height: 1;
}
.fixed_rightbtn>ul>li>a:hover{
    background:var(--color-fixedright);
    border:1px solid var(--color-fixedright);
}
.fixed_rightbtn>ul>li>a:hover{
    color:#fff;
}
/*.fixed_rightbtn>ul>li p{*/
/*    position:absolute;*/
/*    height: 45px;*/
/*    right:40px;*/
/*    top: 0;*/
/*    background: #fff;*/
/*    border:1px solid #ddd;*/
/*    color:#333;*/
/*    font-size:18px;*/
/*    width:310px;*/
/*    text-align: center;*/
/*    line-height: 45px;*/
/*    transition:all .3s;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,.1);*/
/*    border-radius: 3px;*/
/*    display: none;*/
/*}*/
/*.fixed_rightbtn>ul>li:hover p{*/
/*    display: block;*/
/*}*/
#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}
.fixed_rightbtn>ul>li#fr_tel:hover,.fixed_rightbtn>ul>li#fr_tel{
    border:none;
}
.fixed_right_contact{
    width: 180px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -140px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.fixed_right_contact .close{
    position: absolute;
    right: 16px;
    top:23px;
    color: #fff;
    transition: all .3s;
    font-size:0;
}
.fixed_right_contact .close:hover{
    transform: rotate(180deg);
}
.fixed_right_contact .close i{
    font-size:14px;
}
.fixed_right_contact .tit{
    height: 57px;
    line-height: 57px;
    background:var(--color-fixedright);
    color:#fff;
    font-size:16px;
    padding: 0 20px;
}
.fixed_right_contact .tit i{
    font-size:18px;
    margin-right: 6px;
    vertical-align: middle;
}
.fixed_right_contact .con li{
    padding:15px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.fixed_right_contact .con li h4{
    font-size:14px;
    color:#333;
    font-weight: normal;
    cursor: pointer;
}
.fixed_right_contact .con li h4 i{
    font-size:16px;
    color:#666;
    margin-right: 6px;
}
.fixed_right_contact .con li p{
    font-size:18px;
    line-height: 1;
    margin-top: 10px;
    color:var(--color-fixedright);
}
#fr_tel>a{
    right: -40px;
}
#fr_tel.fr_tel_on .fixed_right_contact{
    transition:all .3s;
    left: 40px;
}
#fr_tel.fr_tel_on>a{
    right: 0;
    transition:all .3s;
    transition-delay: .3s;
}
.layer_search{
    position: absolute;
    right:40px;
    top: 0;
    width: 300px;
    background: #fff;
    border:1px solid #ddd;
    padding: 15px 10px 15px 15px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#fr_search:hover .layer_search{
    display: block;
}

.fixed_rightbtn>ul>li#fr_tel:hover,.fixed_rightbtn>ul>li#fr_tel{
    border:none;
}
.fixed_right_contact{
    width: 180px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -140px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.fixed_right_contact .close{
    position: absolute;
    right: 16px;
    top:23px;
    color: #fff;
    transition: all .3s;
    font-size:0;
}
.fixed_right_contact .close:hover{
    transform: rotate(180deg);
}
.fixed_right_contact .close i{
    font-size:14px;
}
.fixed_right_contact .tit{
    height: 57px;
    line-height: 57px;
    background:var(--color-fixedright);
    color:#fff;
    font-size:16px;
    padding: 0 20px;
}
.fixed_right_contact .tit i{
    font-size:18px;
    margin-right: 6px;
    vertical-align: middle;
}
.fixed_right_contact .con li{
    padding:15px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.fixed_right_contact .con li h4{
    font-size:14px;
    color:#333;
    font-weight: normal;
    cursor: pointer;
}
.fixed_right_contact .con li h4 i{
    font-size:16px;
    color:#666;
    margin-right: 6px;
}
.fixed_right_contact .con li p{
    font-size:18px;
    line-height: 1;
    margin-top: 10px;
    color:var(--color-fixedright);
}
#fr_tel>a{
    right: -40px;
}
#fr_tel.fr_tel_on .fixed_right_contact{
    transition:all .3s;
    left: 40px;
}
#fr_tel.fr_tel_on>a{
    right: 0;
    transition:all .3s;
    transition-delay: .3s;
}
.layer_search{
    position: absolute;
    right:40px;
    top: 0;
    width: 300px;
    background: #fff;
    border:1px solid #ddd;
    padding: 15px 10px 15px 15px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#fr_search:hover .layer_search{
    display: block;
}
.layer_search form{
    display: flex;
}
.layer_search .key{
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    border:1px solid var(--color-fixedright);
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size:14px;
    color:#164e99;
}
.layer_search .button{
    height: 40px;
    line-height: 40px;
    background: var(--color-fixedright);
    color:#fff;
    border:none;
    outline: none;
    padding: 0 10px;
    position: relative;
    right: 4px;
    font-size:14px;
    width: 80px;
    text-align: center;
    border-radius:0 3px 3px 0;
}
.layer_weixin{
    position: absolute;
    width: 150px;
    right: 40px;
    top: 0;
    border:1px solid #ddd;
    padding:3px;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#fr_code:hover .layer_weixin{
    display: block;
}
.layer_weixin span{
    text-align: center;
    display: block;
}




#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}



.footer{
    background:#161616;
    padding:50px 0 0;
}

.footer_nav li{
    flex:1;
}
.footer_nav li a{
    display: block;
    font-weight: 300;
    color:#fff;
    font-size:16px;
}

.footer_con{
    font-size:14px;
}
.footer_con h4{
    color:var(--theme-color);
    font-size:14px;
    margin:40px 0 10px;
}
.footer_con p{
    font-size:14px;
    color:#aaa;
    font-weight: 300;
    line-height: 1.8;
}
.footer_con p span{
    display: inline-block;
    margin-right: 20px;
}
.footer_con p a{
    margin-left: 10px;
}
.footer_con a{
    color:#aaa;
}

.footer_ft{
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 30px;
    padding: 20px 0;
}
.footer_ft .con{
    font-size:14px;
}
.footer_ft .icons{
    justify-content: flex-end;
}
.footer_ft .icons .icon{
    margin-left: 20px;
    cursor: pointer;
}
.footer_ft .icons i{
    border:1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    font-size:18px;
    color:#666;
    text-align: center;
    line-height: 35px;
    transition:all .3s;
}
.footer_ft .icons i:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}

#go_top{
    font-size:14px;
    color:#ccc;
    cursor: pointer;
    transition:all .3s;
    position: relative;
    padding: 0 10px;
}
#go_top:after{
    content:'';
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,.1);
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
}
#go_top i{
    width: 35px;
    height: 35px;
    border:1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin-right: 6px;
    display: inline-block;
    font-size:14px;
    color:#aaa;
    transition:all .3s;
}
#go_top:hover{
    color:var(--theme-color);
}
#go_top:hover i{
    border-color: var(--theme-color);
    color:#fff;
    background:var(--theme-color);
}


/* phone_fixed_menu */



.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}

.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}

.phone_fixed_menu ul li a {
	display: block;
}

.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}

.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    padding-bottom: 40px;
    text-align: center;
}
.page_tit h4{
    line-height: 40px;
    font-size:34px;
    font-weight: bold;
    color:#222931;
}
.page_tit p{
    font-size:14px;
    color:#999;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.ibanner {
	position: relative;
}
.ibanner .con {
	
}
.inner_tit{
    position: absolute;
    bottom:50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.inner_tit .wrap{
    background: rgba(0,0,0,.3);
    padding:30px 40px;
    color:#fff;
}
.inner_tit .wrap h4{
    font-size:24px;
    margin-bottom: 10px;
}
.inner_tit .wrap p{
    font-size:14px;
}
.inner_tit .wrap p a{
    color:#fff;
}


/* 内页分类 */

.inner_menu{
    background: #eee;
    padding: 0 14px 14px;
    margin-right: 20px;
}
.inner_menu .tit{
    height: 60px;
    font-size:18px;
    background:var(--theme-color);
    font-weight: bold;
    line-height:46px;
    padding: 0 20px;
    color:#fff;
    border-top:14px solid #eaebed;
}
.inner_menu>ul>li>a{
    display: block;
    height:46px;
    line-height:46px;
    padding:0 20px 0 28px;
    color:#333;
    font-size:16px;
    position: relative;
}
.inner_menu>ul>li>a:before{
    display: block;
    width: 5px;
    height: 5px;
    content:'';
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 22px;
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    background: rgba(255,255,255,.2);
    color:var(--theme-color);
}
.inner_menu>ul>li>a:hover:before,.inner_menu>ul>li.cur>a:before{
    background:var(--theme-color);
}

/* 内页二级分类显示 */

.inner_sublist {
	transition: all .3s;
	padding: 0 20px;
	background: rgba(255,255,255,.4);
}



.inner_sublist li a {
	color: #666;
	padding: 0 13px;
	font-size: 13px;
	display: block;
	line-height: 3;
}

.inner_sublist li a i {
	font-size: 12px;
	margin-right: 5px;
}
.inner_sublist li a:hover{
    color:var(--theme-color);
}

.publeftcon{
    margin-right: 20px;
}
.publeftcon .tit{
    font-size:18px;
    height:44px;
    line-height: 44px;
    padding:0 14px;
    color:#333;
    font-weight: bold;
    position: relative;
}
.publeftcon .tit:before{
    width:4px;
    height:16px;
    background:var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left:0;
    top: 14px;
}
.publeftcon ul{
    
}
.publeftcon ul li{
    border-bottom: 1px solid #eee;
    padding:15px 0;
}
.publeftcon ul li .img{
    max-width: 30%;
}
.publeftcon ul li .con{
    flex-direction: column;
    justify-content: space-between;
    flex:1;
    padding-left: 20px;
}
.publeftcon ul li .con h4{
    font-size:16px;
    font-weight: normal;
}
.publeftcon ul li span{
    font-size:12px;
    color:#999;
}


.publeftcon .tags a{
    display: inline-block;
    background: #eaebed;
    padding: 3px 10px;
    font-size:12px;
    color:#001e57;
}
.publeftcon .tags a:hover{
    background: var(--theme-color);
    color:#fff;
}



.inner {
	padding: 50px 0 80px;
}

.page_index {
	min-height: 300px;
	background: #fff;
	font-size:16px;
}
.page_index>p{
    margin-bottom: 10px;
}
.page_index .tit p{
    text-align: center;
    margin: 15px 0;
    background: #f7f7f7;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.page_index .tit p span{
    margin:0 6px;
    font-size:14px;
}
.page_index .tit p span i{
    margin-right: 5px;
}
.page_index .desc{
    font-size:14px;
    color:#999;
}
.page_index .con p {
	/*text-indent: 2em;*/
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 15px;
}
.page_index .con img {
	margin:0 auto 15px!important;
}

.page_index .tit h1 {
	color: #333;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}


.page_index .con {
	padding: 20px 0;
}


/* 公司介绍 */

.page_about_index .tit{
    color:#222931;
    font-size:34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.page_about_index .con{
    font-size:16px;
    line-height: 1.9;
    text-align: center;
    padding: 0 0 20px;
}
.page_about_index .con p{
    margin-bottom: 20px;
}
.page_about_index ul li{
    text-align: center;
}
.page_about_index ul li i{
    width: 100px;
    height: 100px;
    display: block;
    margin:0 auto 20px;
    background:var(--theme-color);
    border-radius: 50%;
    font-size:36px;
    color:#fff;
    text-align: center;
    line-height: 100px;
}
.page_about_index ul li h4{
    color:#212f38;
    font-size:22px;
    font-weight: bold;
}

.page_service_index .con{
    max-width: 900px;
    margin:0 auto;
    font-size:16px;
    text-align: center;
    color:#fff;
}
.page_honor_index li .img_scale{
    display: block;
    padding: 20px;
    border:1px solid #eee;
}

.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:20px;
    color:#333;
    font-weight: bold;
}


/* 单页内容 */


.xg_news {
	margin: 40px 0 0;
}

.xg_news h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	line-height: 2;
	color: #2f2f2f;
	font-weight: bold;
}

.xg_news ul {
	margin-bottom: 20px;
}

.xg_news ul li {
	padding: 15px 0 0;
}

.xg_news ul li .img {
	width: 80px;
}

.xg_news ul li .con {
	flex: 1;
	margin-left: 20px;
}

.xg_news ul li .con a {
	font-size: 14px;
	display: block;
	line-height: 1.2;
	color: #555;
	margin-bottom: 3px;
}

.xg_news ul li .con span {
	color: #999;
}

.xg_news .tags {
	padding: 10px 0 20px;
}

.xg_news .tags a {
	display: inline-block;
	padding: 3px 10px;
	background: var(--theme-color);
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 14px;
}

.xg_news dl {
	margin: 15px 0 0;
}

.xg_news dl dd{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #151515;
	line-height: 2;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}



/* 产品列表 */



.page_picList li {
	margin-bottom:30px;
}
.page_picList li a {
	display: block;
	background: #fff;
	border:1px solid #ececec;
}

.page_picList li .con{
    padding:20px;
}
.page_picList li .con h4{
	transition: color .4s;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.page_picList li .con p{
	margin: 6px 0 0;
	font-size: 14px;
	color:#999;
}

.page_picList li .img {
	overflow: hidden;
}

.page_picList li img {
	transition: all 0.6s;
	margin: 0;
	width: 100%;
}

.page_picList li:hover img {
	transform: scale(1.1);
}

.page_picList li span {
	display: inline-block;
	font-size: 14px;
	color: rgba(17,17,17,0.5);
	margin-right: 18px;
	position: relative;
	padding: 6px 0;
}

.page_picList li:hover .con h4 {
	color:var(--theme-color);
}

/* page_serviceList */

.page_serviceList_tit{
    padding: 80px 0 55px;
    text-align: center;
}
.page_serviceList_tit h4{
    color:#b81c25;
    font-size:48px;
    letter-spacing: 2px;
}
.page_serviceList_tit h4 i{
    font-size:80px;
    font-style: inherit;
}
.page_serviceList_tit h4 span{
    font-size:66px;
}
.page_serviceList_tit p{
    font-size:24px;
    color:#333;
    margin:10px 0 0;
}
.page_serviceList li{
    transition:all .3s;
    cursor: help;
}
.page_serviceList li:nth-child(3) .col-md-6:first-child,.page_serviceList li:nth-child(4) .col-md-6:first-child,.page_serviceList li:nth-child(7) .col-md-6:first-child,.page_serviceList li:nth-child(8) .col-md-6:first-child{
    float: right;
}
.page_serviceList .col-md-6{
    padding:0;
}
.page_serviceList .con{
    padding: 40px 40px 0;
}
.page_serviceList .con h4{
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.page_serviceList .con h4:after{
    display: block;
    content:'';
    width: 22px;
    height: 1px;
    background: #000;
    margin:10px 0 15px;
}
.page_serviceList .con p{
    font-size:14px;
    color:#666;
    line-height: 1.9;
    max-height: 78px;
    overflow: hidden;
}
.page_serviceList li:hover{
    background: var(--theme-color);
}
.page_serviceList li:hover h4{
    color:#fff;
}
.page_serviceList li:hover h4:after{
    background: #fff;
}
.page_serviceList li:hover p{
    color:#fff;
}


/* 单页联系我们 */


.page_contactindex{
    padding-top: 20px;
}
.page_contactindex h5{
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    color: #50525f;
}
.page_contactindex p{
    margin-bottom: 10px;
    font-size:14px;
    color:#777;
    
}
.page_contactindex p i{
    font-size: 16px;
    margin-right: 6px;
}
.page_contactindex .code{
    max-width: 170px;
}
.page_contactindex .img{
    margin-right: 20px;
}
.page_contactindex .img img{
    border-radius: 5px;
}


/*新闻列表*/



.page_newsList {
}

.page_newsList li{
	border-bottom: 1px solid rgba(227,227,227,.61);
	transition: all .3s ease-out 0s;
	background: #fff;
	padding: 20px 0;
}

.page_newsList li .img img {
	width:300px;
	margin-bottom: 0;
}

.page_newsList li .time {
	width: 140px;
	margin-right: 60px;
}

.page_newsList li .time p {
	color: #c5c5c5;
	font-size: 30px;
}

.page_newsList li .time span {
	display: block;
	border: 1px solid #e6e6e6;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 2px;
	color: #aaa;
	transition: all .3s ease-out 0s;
}

.page_newsList li .con {
	transition: all .3s ease-out 0s;
	padding: 0;
	flex: 1;
	padding: 10px 0 0 20px;
    flex-direction: column;
    justify-content: space-between;
}

.page_newsList li .con h4 {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
	transition: all .3s ease-out 0s;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}

.page_newsList li .con p {
	color: #888;
	font-size: 13px;
	line-height: 24px;
	max-height: 75px;
	margin: 0;
	text-indent: 0;
	overflow: hidden;
}

.page_newsList li .con span {
    display: inline-block;
    color: #333;
    margin-top: 8px;
}

.page_newsList li:hover .con h4{
    color:var(--theme-color);
}


/* 新闻详情 */


/* 产品详情页 */



.page_picshow {
	margin-bottom: 50px;
	background: #fff;
}

.page_picdetails {
}

.page_picdetails .img {
	max-height: 350px;
	overflow: hidden;
}

.page_picdetails .img img {
	width: 100%;
}

.page_picdetails .info {
    padding-left: 30px;
}

.page_picdetails .info h1 {
	font-size: 24px;
	margin: 10px 0 15px;
	color: #000;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	padding: 0 0 14px;
	font-weight: bold;
}

.page_picdetails .info p {
	font-size: 14px;
	margin: 0 0 40px;
}

.page_picdetails .info>span {
	background:var(--theme-color);
	padding: 3px 15px;
	margin-top: 14px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.page_picdetails .info span i {
	font-size: 20px;
	margin-right: 6px;
}

.page_picdetails .info span em {
	font-style: normal;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.page_picdetails .con {
	border: none;
	margin: 0;
	padding: 20px 0 0;
	font-size:16px;
	line-height: 1.8;
	color:#112038;
}
.page_picdetails .con p{
    margin-top: 10px;
}
.page_picdetails .con .tags {
	font-size: 14px;
	margin-bottom: 15px;
}

.page_picdetails .con .tags a {
	color: #eee;
	background: #001e57;
	display: inline-block;
	padding: 2px 10px;
	margin-right: 3px;
	font-size:12px;
}
.page_picdetails .con .tags a:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_picdetails .con .ptit {
	font-size: 16px;
	background: #f9f6f6;
	padding: 6px 13px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}

.page_picdetails .con .ptit::before {
	content: '';
	display: block;
	width: 3px;
	height: 18px;
	background: #d7a365;
	position: absolute;
	left: 0;
	top: 10px;
}



/* 案例列表 */

.page_caseList li{
    margin-bottom:20px;
}
.page_caseList li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList .img{
    position: relative;

}
.page_caseList .img img{
    width: 100%;
}
.page_caseList .img i{
    display: block;
    width: 100%;
    height:100%;
    left: 0;
    position: absolute;
    top:-100%;
    background:rgba(0, 0, 0,.3);
    font-size: 36px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .3s;
}
.page_caseList li:hover .img i{
    top: 0;
}
.page_caseList li .con{
    padding: 20px 15px 0 0;
}
.page_caseList li .con h4{
    font-size:18px;
    color:#333;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
}
.page_caseList li .con p{
    font-size:14px;
    margin:10px 0 10px;
    color:#777;
    max-height: 73px;
    overflow: hidden;
    text-align: center;
}
.page_caseList li .con span{
    display: block;
    background: #1a81fd;
    color:#fff;
    display: inline-block;
    padding: 5px 10px;
    font-size:12px;
    transition:all .3s;
}

.page_hotpic .tit {
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-bottom: 7px;
}

.page_hotpic .tit::before,.page_hotpic .tit::after {
	width: 50px;
	height: 1px;
	background: #eee;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}

.page_hotpic .tit::after {
	left: auto;
	right: 0;
}

.page_hotpic li {
	margin-bottom: 10px;
}

.page_hotpic li .img {
	max-height: 200px;
	overflow: hidden;
}

.page_hotpic li h4 {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 5px;
}



/*翻页*/

.return_page {
    border: 2px solid var(--theme-color);
	padding: 15px 20px;
	line-height: 30px;
	color: var(--theme-color);
	position: relative;
}

.return_page p {
	margin-bottom: 0;
	text-indent: 0;
	line-height: 2;
}
.return_page p a {
	color: var(--theme-color);
	font-weight: bold;
}

.return_page .go_history a {
	background: var(--theme-color);
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}



/* 页码 */



.pagination {
	text-align: center;
	display: block;
}

.pagination li {
	display: inline-block;
	margin: 0 1px;
}

.pagination li span,.pagination li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	background: #eee;
	color:#333;
}

.pagination li.active a {
	background: var(--theme-color);
	color: #fff;
	border-color:var(--theme-color);
}


/*在线留言*/

#my_form {
	padding: 30px 0 0;
}

#my_form table {
	width: 100%;
}

#my_form tr {
	display: inline-flex;
	width: 48%;
	margin-bottom: 15px;
}

#my_form tr:nth-child(2n) {
	margin-left: 4%;
}

#my_form tr.content {
	width: 100%!important;
	display: flex;
	margin-left: 0;
}

#my_form tr td:first-child {
	line-height: 34px;
	color: #333;
}

#my_form tr td:last-child {
	flex: 1;
}

#my_form tr input,#my_form tr textarea {
	height: 34px;
	width: 100%!important;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #333;
	outline: none;
	border-radius: 4px;
	font-size: 14px;
	font-family: 微软雅黑;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#my_form tr input:focus,#my_form tr textarea:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#my_form tr ::placeholder {
	color: #999;
	font-family: 微软雅黑;
	font-size: 14px;
}

#my_form tr textarea {
	height: 100px;
	padding-top: 6px;
}

#my_form .btn {
	margin-left: 30px;
}

#my_form .btn input {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

#my_form .btn input:first-child {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

#my_form .btn input:first-child:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.bdsharebuttonbox span {
	line-height: 30px;
}

/* case_wrap */

.case_wrap{
    background: url("../images/bg10.jpg") no-repeat left -20px top;
}
.case .tit_box1{
    flex:1;
    align-items: flex-start;
    padding-top: 100px;
}
.case_list{
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 30px;
}
.case_list .item{
    display: block;
}
.case_list .item .img img{
    width: 100%;
}
.case_list .item .tit{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color:#fff;
    padding:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition:all .5s;
}
.case_list .item .tit h4{
    font-weight: bold;
    text-align: center;
}
.case_list .item:hover .tit{
    opacity: 1;
    visibility: visible;
}
.case_list .swiper-pagination{
    bottom: 0;
}

/* ban1_wrap */
.ptb45{
    padding-top: 45px;
    padding-bottom: 45px;
}
.ban1_wrap{
    background: url("../images/bg11.jpg") no-repeat center;
}

.ban1_con{
    color:#fff;
    border-left:4px solid #fff;
    padding-left: 20px;
    flex:1;
    min-width: 0;
}
.ban1_con h4{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.ban1_btns a{
    height: 46px;
    margin-left: 10px;
    border: 1px solid #fff;
    line-height: 44px;
    padding: 0 30px;
    color:#fff;
}
.ban1_btns a.btn2{
    background: #fff;
    color:var(--theme-color); 
}
.ban1_btns a:hover{
    background: var(--subtheme-color);
    color:#fff;
}

/* partners_list */

.partners{
    padding-top: 60px;
    margin-bottom: 60px;
}
.partners_tit{
    flex:1;
    padding-right: 30px;
    min-width: 0;
}
.partners_tit .tit_box1{
    padding-top: 0;
}
.partners_list{
    width: 70%;
    height: 346px;
    overflow: hidden;
    position: relative;
    padding-bottom:30px;
}
.partners_list .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
}
.partners_list .item{
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.partners_list .swiper-pagination{
    bottom: 0;
}

/*内页优势*/
.advantages {
    margin-bottom: 100px;
}
.advantages .tit_box1 .tit h4{
    text-align: center;
}
.advantages .tit_box1 .tit p{
    text-align: center;
}
.advantages .numList{
    z-index: 2;
    position: relative;
}
.advantages .numList:after{
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 12.5px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.advantages .numList .numItem .rectangle{
    width: 30px;
    height: 25px;
    border:1px solid #ccc;
    background: #fff;
    transition: all 0.5s ease;
}
.advantages .numList .numItem:hover .rectangle{
    background: var(--theme-color);
}
.advantages .numList h4{
    margin-bottom: 30px;
}
.adpicitemCon{
    width: 50%;
}
.adpicitemCon h3{
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    margin-bottom: 15px;
}
.adpicitemCon .img{
    width: 30%;
}
.adpicitemCon p{
    margin-top: 15px;
}

/* about */

.about_wrap{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
}

.about_con{
    width: 45%;
    padding-bottom: 50px;
}
.about_con .tit_box1{
    padding-top: 200px;
    padding-bottom: 20px;
}
.about_con .desc{
    margin-bottom: 40px;
}
.about_con .img{
    margin-bottom: 30px;
}

.about_honor_list{
    width: 80%;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}
.about_wrap .tit_box1 .tit h4{
    color: var(--theme-color);
    font-weight: bold;
}
.desc{
    color: #333;
    font-size: 16px;
}
.about_wrap .desc{
    color: #fff;
    font-size: 16px;
    text-shadow: 0 10px 10px rgba(0,0,0,.15);
}

.innerPage .tit_box1 .tit h4{
    font-weight: bold;
    color: var(--theme-color);
}
.about_wrap .tit_box1 p{
    text-shadow: 0 10px 10px rgba(0,0,0,.15);
    color: #fff;
}

.advList .advDivide:nth-child(2n){
    flex-direction: row-reverse;
}
.advList .advDivide .advCon{
    padding-right: 50px;
    padding-left: 0;
}
.advList .advDivide:nth-child(2n) .advCon{
    padding-right: 0;
    padding-left: 50px;
}
.advList h3{
    color: var(--theme-color);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}
.advList p{
    color: #333;
}