@charset "utf-8";


body{
    overflow-x: hidden;
}
#header{
	width: 100%;
	z-index: 99999;
	position: fixed;
	left: 0;
	top: 0;
}
.header_wrap {
    background: rgba(255,255,255,.35);
	transition:all .3s;
}
.header_flex{
    height:90px;
    align-items: center;
    transition:all .3s;
    justify-content: space-between;
}
.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: 18px;
	text-transform: uppercase;
	position: relative;
	line-height:92px;
	color: #333;
	text-align: center;
	padding: 0 15px;
	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{
    font-weight: bold;
}
.nav_pc li.on>a:hover h4 i{
    transform: rotate(180deg);
    transition:all .3s;
}

.nav_pc li .sub_nav{
	position: absolute;
	left: 50%;
	width: 150%;
	background:var(--theme-color);
	transition: all 300ms;
	top:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transform:translateX(-50%);
}

.nav_pc li:hover .sub_nav{
	top:90px;
	opacity: 1;
	visibility: visible;
}

.nav_pc li .sub_nav a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 10px;
	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:24px;
    color:#fff;
    height:41px;
    line-height: 41px;
}
.header_flex .tel p{
    justify-content: center;
}
.header_flex .tel p span{
    font-family: impact;
    font-weight: bold;
    color: var(--theme-color);
    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:#fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    border: none;
}
.header_on .header_flex{
    height: 80px;
}
.header_on .header_flex .logo img{
    height: 26px;
}
.header_on .header_flex .nav_pc li>a h4{
    font-size:16px;
    line-height: 80px;
}
/*.header_on .header_flex .nav_pc li.cur>a h4,.header_on .header_flex .nav_pc li a:hover h4{*/
/*    color:#fff;*/
/*}*/
.header_on .header_flex .nav_pc li:hover .sub_nav{
    top: 80px;
}
.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;
}
.header_on .nav_pc li.on>a:hover h4 i{
    color:#fff;
}
.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;
	display: none;
}

.phone_menu_btn .line {
	position: relative;
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px 0;
	background: #000;
	-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 {
    z-index: -1;
	transform: translateY(0);
}

/* banner */
.video video{
    width: 100%;
}
.conList{
    margin-top: 30px;
}
.conList p{
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.conList p squ{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}
.bannerPhone{
    display: none!important;
}
.banner{
    position: relative;
}
.banner .item{
    position: relative;
}
.banner .item a{
    display: block;
}
.banner .item .con{
    position: absolute;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
    color:#fff;
}
.banner .owl-wrapper .owl-item:last-child .con h4{
    color: #333;
}
.banner .owl-wrapper .owl-item:last-child .conList p{
    color: #333;
}
.banner .owl-wrapper .owl-item:last-child .conList p squ{
    background: #333;
}
.banner .item .con h4{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.banner .item .con h3{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    color: var(--theme-color);
}
.banner .item .con p span{
    font-weight: bold;
    margin-right: 15px;
}
.banner .item .con p span:last-child{
    margin-left: 30px;
}
.banner .item .con i{
    font-style: normal;
    font-size:16px;
    font-size:20px;
}
.banner .item .img img{
    width:100%;
}

.banner .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
}
.banner .owl-pagination>div{
    display: inline-block;
    width:7px;
    height:7px;
    background: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #fff;
    position: relative;
}
.banner .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #fff;
    left:-7px;
    top: -7px;
}


/*首页css__start*/


/*公用头部*/

.tit_box1{
    padding:80px 0 40px;
}
.tit_box1 .tit{
    text-align: center;
}
.tit_box1 .tit h4{
    font-size:48px;
    text-transform: uppercase;
    color:#000;
    font-weight: bold;
}
.tit_box1 .tit h4 span{
    color:var(--theme-color);
}
.tit_box1 .tit h5{
    color:#333;
    font-size:30px;
    margin: 10px 0 0;
}
.tit_box1 .tit p{
    margin-top:15px;
    font-size:16px;
    color:#999;
    line-height:1.5;
}
.tit_box2{
    align-items: center;
}
.tit_box2 .tit{
    text-align: left;
    flex:1;
}
.tit_box2 .tit h4{
    color:#fff;
}
.tit_box2 .tit h5{
    color:#333;
}
.tit_box2 .tit p{
    color:#eee;
}
.tit_box2 .more a{
    font-size:16px;
    color:#fff;
}
.tit_box2 .more a i{
    font-size:14px;
    margin-left: 4px;
}
.tit_box2 .moreb a{
    color: #333;
}
.tit_box3{
    align-items:center;
}
.tit_box3 .tit{
    flex:1;
    text-align: left;
}
.tit_box3 .more a{
    font-size:16px;
}
.tit_box3 .more a i{
    margin-left: 10px;
    font-size:14px;
}
.tit_box2 .titb h4{
    color: #333;
}


/* bg */

.bg1{
   background:#f0f0f0;
}

.bg2{
    background:var(--theme-color);
}
.bg3{
    background: url(../images/bg3.jpg) no-repeat center top;
}
.bg4{
    background: var(--theme-color);
}
.bg5{
    background: url(../images/bg5.jpg) no-repeat center center fixed;
    background-size: cover;
}
.bg6{
    background: #2b2b2b;
}


/* product_con */
.proList li{
    display: flex;
}
.proList li .con h4{
    margin-top: 30px;
}
.proList li .proBtn{
    text-align: right;
    margin-top: auto;
    margin-bottom: 0;
}
.proList li .con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.proList li .proBtn a{
    font-size: 16px;
    padding: 8px 30px;
    border: 1px solid red;
    margin-right: 15px;
    color: red;
}
.proList li .proBtn a:hover{
    color: #fff;
    background: red;
}
.proList li .proBtn .buy{
    background: red;
    color: #fff;
}
.proList li .proBtn .buy:hover{
    background: #fff;
    color: red;
}
.proList .text-overflow-line2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* footer_advantage */

.footer_advantage{
    margin-top: 10px;
    background:#fff;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
.footer_advantage li{
    
}
.footer_advantage li i{
    font-size:22px;
    display: block;
    line-height: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:var(--theme-color);
    border:1px solid var(--theme-color);
    border-radius: 50%;
}
.footer_advantage li .con{
    margin-left: 20px;
    flex:1;
}
.footer_advantage li .con h4{
    font-size:24px;
    font-weight: normal;
    color:#333;
}
.footer_advantage li .con p{
    font-size:16px;
    line-height: 1.4;
    margin-top: 10px;
    color:#999;
}

.product_con{
    padding: 0 50px;
    margin-bottom: 80px;
}
.product_con .item{
    padding: 0 12px;
}
.product_con .item a{
    display: block;
    position: relative;
}
.product_con .item .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.product_con .item .con h4{
    font-size:36px;
    color:#fff;
    font-weight: normal;
    margin-bottom: 5px;
}
.product_con .item h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.product_con .item:hover .con h5{
    font-size: 16px;
}
.product_con .item .con p{
    font-size:18px;
    font-family: Arial;
    color:#fff;
}
.product_con .owl-pagination{
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.product_con .owl-pagination .owl-page{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #7d7d7d;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 7px;
    border: 1px solid #7d7d7d;
    position: relative;
}
.product_con .owl-pagination .owl-page.active:after{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #7d7d7d;
    left: -7px;
    top: -7px;
}

/* about_con */

.ptpc90m30{
    margin-top: 50px;
}
.about_con .item .img{
    width: 60%;
}
.about_con .item .con{
    flex:1;
    background: #fff;
    position: relative;
    height:100%;
    padding:30px 50px;
}
.about_con .item .tit_box1{
    padding-top: 0;
}
.about_con .item .con .tit h3{
    font-weight: bold;
    text-align: left;
    font-size: 32px;
    color:#333;
    margin-bottom: 15px;
}
.about_con .item .con .tit h3 span{
    color:var(--theme-color);
}
.about_con .item .con .tit h4{
    font-size: 24px;
    text-align: left;
}
.about_con .item .con .info p{
    font-size:14px;
    color:#333;
    margin-top: 20px;
}
.about_con .video2{
    width: 50%;
}
.about_con .video2 video{
    width: 100%;
}
.bgAbout{
    background: linear-gradient(to left , #eff3f9 60% , #fff 60%);
}
.about_con .item{
    margin-top: 110px;
    align-items: center;
}

/* team_con */
.team_con li{
    margin-bottom: 30px;
}
.team_con li .con{
    padding: 20px 10px;
}
/*.team_con li .con h4{*/
/*    color: var(--theme-color);*/
/*    font-size:20px;*/
/*    font-weight: bold;*/
/*}*/
/*.team_con li .con h4 span{*/
/*    color: #333;*/
/*    font-size:16px;*/
/*    margin-left:20px;*/
/*    font-weight: normal;*/
/*}*/
.team_con li .con p{
    font-size:14px;
    margin-top: 20px;
    line-height: 1.4;
    color:#666;
}
.team_con li .con p:last-child{
    margin-top: 5px;
}
.team_con li .teamTxt{
    width: 100%;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    -webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	top: 50%;
}
.team_con li .teamTxt p{
    font-size: 14px;
}
.team_con li .floatCon{
    z-index: 2;
    position: relative;
}
.team_con li:nth-child(2n) h4{
    position: absolute;
    top: 17%;
    font-weight: bold;
    font-size: 22px;
    -webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	transform:rotate(12deg);
	right: 10%;
}
.team_con li:nth-child(2n) .floatCon:after{
    content:'';
    display:block;
    height: 1px;
    width: 80%;
    background: #eee;
    position: absolute;
    -webkit-transform:translateX(-50%) rotate(12deg);
	-ms-transform:translateX(-50%) rotate(12deg);
	transform:translateX(-50%) rotate(12deg);
	top:21%;
	left: 50%;
}
.team_con li:nth-child(2n+1) h4{
    position: absolute;
    top: 17%;
    font-weight: bold;
    font-size: 22px;
    -webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	transform:rotate(-12deg);
	left: 10%;
}
.team_con li:nth-child(2n+1) .floatCon:after{
    content:'';
    display:block;
    height: 1px;
    width: 80%;
    background: #eee;
    position: absolute;
    -webkit-transform:translateX(-50%) rotate(-12deg);
	-ms-transform:translateX(-50%) rotate(-12deg);
	transform:translateX(-50%) rotate(-12deg);
	top:21%;
	left: 50%;
}
.team_con li:nth-child(2n) h3{
    position: absolute;
    top: -1%;
    font-weight: bold;
    font-size: 22px;
    -webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	transform:rotate(12deg);
	left: 5%;
	color: #fff;
	padding: 10px 15px;
}
.team_con li:nth-child(2n) h3:after{
    display: block;
    content: '';
    background: red;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
 /*   -webkit-transform: skewX(20deg);*/
	/*-ms-transform: skewX(20deg);*/
	/*transform: skewX(20deg);*/
}
.team_con li:nth-child(2n+1) h3:after{
    display: block;
    content: '';
    background: red;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
 /*   -webkit-transform: skewX(-20deg);*/
	/*-ms-transform: skewX(-20deg);*/
	/*transform: skewX(-20deg);*/
}
.team_con li:nth-child(2n+1) h3{
    position: absolute;
    top: -1%;
    font-weight: bold;
    font-size: 22px;
    -webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	transform:rotate(-12deg);
	right: 5%;
	color: #fff;
	padding: 10px 15px;
}
.team_con li .teamMate img{
    margin: 0 auto;
    margin-bottom: -25%;
}

/* case_con */
.case_con li .img img{
    width: 100%;
}
.case_con li .con{
    overflow: hidden;
    padding:30px 0;
}
.case_con li .con span{
    display: block;
    font-size:14px;
    color:#333;
}
.case_con li .con h4{
    font-size:30px;
    color:#333;
    font-weight: normal;
    margin-top: 15px;
}
.case_con li .con h4 em{
    color:var(--theme-color);
    font-size:14px;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 20px;
}

/* news_con */


.news_con{
    
}
.news_con li a{
    display: block;
    position: relative;
}
.news_con li .img img{
    width: 100%;
    opacity: 0;
}
.news_con ul li .con{
    transition:all .3s;
    padding:30px;
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    border:1px solid #ddd;
}
.news_con ul li .con span{
    font-size:14px;
    color:#999;
}
.news_con ul li .con h4{
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.news_con ul li .con p{
    font-size:14px;
    margin-top: 20px;
}
.news_con ul li:hover .img img{
    opacity: 1;
}
.news_con ul li:hover .con span{
    color:#fff;
}
.news_con ul li:hover .con h4{
    color:#fff;
}
.news_con ul li:hover .con p{
    color:#fff;
}



.friend_links{
    font-size:16px;
}
.friend_links a{
    margin-right: 5px;
    display: inline-block;
}
#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}


/*页底css*/

.footer{
    background: #303030;
}
.footer_nav{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding:50px 0 30px;
    margin-bottom: 30px;
}
.footer_nav .item{
    flex:1;
}
.footer_nav .item .a1{
    font-size:18px;
    color:#fff;
    margin-bottom: 6px;
    display: block;
}
.footer_nav .item .subnav li a{
    color:rgba(255,255,255,.5);
    font-size:16px;
    font-weight: 300;
}
.footer_nav .item a:hover{
    color:var(--theme-color);
}
.footer_nav .item .subnav li a:hover{
    color:var(--theme-color);
}
.footer_search ul{
    margin-bottom: 1px;
}
.footer_search li{
    margin-right: 15px;
    text-align: center;
}
.footer_search li span{
    color:#ddd;
    display: block;
    line-height: 2.5;
    font-size:16px;
}
.footer_search li.li1{
    margin-right: 30px;
}
.footer_search{
    padding-left: 3px;
}
.footer_search .search{
    width: 100%;
    height: 46px;
    background:transparent;
    position: relative;
    border:1px solid rgba(255,255,255,.2);
}
.footer_search .search .key{
    height: 46px;
    outline: none;
    border: none;
    font-size:14px;
    background: transparent;
    padding: 0 2px;
    width:100%;
    color:#ccc;
}
.footer_search .search .button{
    width: 80px;
    height: 45px;
    background:var(--theme-color);
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border:none;
    font-size:16px;
    color:#fff;
    padding-right: 1px;
}
.footer_search ul li img{
    margin: 0 auto;
    height: 150px;
}
.footer_logo{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 30px;
    padding: 30px 0 10px;
}
.footer_logo img{
    max-height:72px;
}
.footer_contact{
    justify-content: space-between;
}
.footer_contact ul{
    margin-bottom: 30px;
    justify-content: center;
}
.footer_contact li{
    font-size:18px;
    color:rgba(255,255,255,.8);
    margin-bottom: 10px;
}
.footer_contact li i{
    width: 42px;
    height: 42px;
    border:1px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size:18px;
}
.footer_con{
    color:rgba(255,255,255,.6);
    font-size:14px;
}
.footer_con a{
    color:rgba(255,255,255,.6);
}
.footer_con p.p1{
    font-size:24px;
    color:#fff;
}
.footer_ft{
    background:rgba(0,0,0,.3);
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:14px;
    color:#999;
}
/*.footer .addressFlow{*/
/*    margin-top: 15px;*/
/*}*/
.footer .addressFlow li{
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0;
}

/* 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;
}
.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;
}
.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_weixin1{
    position: absolute;
    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_weixin1{
    display: block;
}
.layer_weixin1 span{
    text-align: center;
    display: block;
}
.layer_weixin2{
    position: absolute;
    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_weixin2{
    display: block;
}
.layer_weixin2 span{
    text-align: center;
    display: block;
}


/* 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: 30px 0;
}
.page_tit .tit{
    flex:1;
    font-size:18px;
    font-weight: bold;
    color:#282828;
    line-height: 1;
}

.ibanner{
    background: url(../images/ibanner.jpg) no-repeat center;
    position: relative;
}
.ibanner .pos{
    position: absolute;
    bottom:15px;
    color:#ccc;
    font-size:14px;
}
.ibanner .pos a{
    color:#ccc;
}

/* 内页分类 */

.inner{
    padding:40px 0;
}

.inner_menu{
    background: #003f92;
}
.inner_menu .tit{
    height: 50px;
    font-size:18px;
    background:rgba(0,0,0,.2);
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color:#fff;
}
.inner_menu>ul>li{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.inner_menu>ul>li>a{
    display: block;
    height:40px;
    line-height:40px;
    padding:0 20px;
    color:#fff;
    font-size:14px;
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    background: #f9c606;
    color:#333;
}

/* 内页二级分类显示 */

.inner_sublist{
    transition: all .3s;
    padding: 0 20px;
    background:rgba(0,0,0,.02);
}
.inner_sublist li{
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.inner_sublist li a{
    color:#151515;
    font-size:14px;
    display: block;
    line-height: 3;
}
.inner_sublist li a i{
    font-size:12px;
    margin-right: 5px;
}


/* 内页左侧 */

.i_left_con2{
    position: relative;
    margin-top: 0;
    z-index: 2;
    margin-right: 20px;
}.i_left_con2 .tit{
    font-size:18px;
    font-weight: bold;
    color:var(--theme-color);
    margin-bottom: 5px;
}
.i_left_con{
    position: relative;
    margin-top: -150px;
    z-index: 2;
    margin-right: 20px;
}
.i_left_con .tit{
    font-size:18px;
    font-weight: bold;
    color:var(--theme-color);
    margin-bottom: 5px;
}
.left_menu{
    background:var(--theme-color);
}
.left_menu .tit{
    color:#fff;
    padding: 20px;
    font-size:22px;
}
.left_menu ul{
    background: rgba(0,0,0,.1);
    padding:10px 20px 20px;
}
.left_menu li{
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 45px;
}
.left_menu li a{
    color:#fff;
    display: block;
    line-height: 45px;
    font-size:16px;
    position: relative;
    padding: 0 0 0 20px;
}
.left_menu li a:before{
    content:'';
    width: 8px;
    height: 8px;
    border:2px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top:18px;
}
.left_menu li:hover{
    background:rgba(0,0,0,.1);
}


.left_search .key{
    height: 44px;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    font-size:14px;
    padding: 0 10px;
}
.left_search button{
    background:var(--color-fixedright);
    width: 44px;
    height: 44px;
    border:none;
    outline: none;
}
.left_search button i{
    color:#fff;
    font-size:20px;
}
.left_contact .con{
    font-size:14px;
    line-height: 1.8;
}
.left_news,.left_contact{
    border:1px solid #ddd;
    padding: 20px;
}
.left_news li{
    padding: 15px 0;
    border-top: 1px solid #E8E9EF;
}
.left_news .img{
    width: 30%;
}
.left_news .con{
    flex:1;
    padding: 0 0 0 15px;
}
.left_news .con h4{
    font-size:14px;
}
.left_news .con p{
    font-size:12px;
    margin-top: 6px;
}
.left_news .con p i{
    font-size:12px;
    margin-right: 6px;
}

/* 单页内容 */

.page_pos{
    color:#333;
    border-bottom: 1px solid #ddd;
    height:50px;
    line-height:50px;
    font-size:14px;
    margin-bottom: 20px;
}
.page_pos i{
    color:var(--theme-color);
}
.page_index{
    min-height:300px;
    padding:20px 0 30px;
    background: #fff;
}
.page_index p{
    text-indent: 2em;
    font-size:16px;
    line-height:1.9;
    margin-bottom: 15px;
}
.page_index img{
    margin:auto;
    margin-bottom: 15px;
}
.page_index .tit h1{
    color:#444;
    font-size:30px;
    font-weight: bold;
}
.page_index .tit p{
    font-size:14px;
    border-bottom: 1px solid #f8f8f8;
    padding:6px 0 20px;
    margin:0;
    text-indent: 0;
}
.page_index .tit p span{
    margin-right:20px;
}
.page_index .tit p span i{
    margin-right:5px;
}
.page_index .desc{
    font-size:14px;
    background: #f8f8f8;
    padding:15px 20px;
    color:#888;
}
.page_index .desc span{
    font-weight: bold;
    color:#f04c36;
}
.page_index .con{
    padding:20px 0;
    min-height: 400px;
}
.xg_news{
    margin:40px 0 0;
}
.xg_news h3{
    font-size:16px;
    border-bottom: 1px solid #eee;
    line-height:2;
    color:#3c3b5c;
    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;
    max-height:32px;
    overflow: hidden;
}
.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: #ffba00;
    margin:0 5px 5px 0;
    color:#fff;
    font-size:14px;
    border-radius:3px;
}
.xg_news dl{
    margin-top:15px;
}
.xg_news dl dt{
    width: 100%;
}
.xg_news dl dd{
    font-size:14px;
    text-align: center;
    font-weight: bold;
    color:#151515;
    line-height: 2;
}

/* 公司介绍 */

.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;
}
.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: #003f92;
    border-radius: 50%;
    font-size:36px;
    color:#fff;
    text-align: center;
    line-height: 100px;
}
.page_about_index ul li h4{
    color:#003f92;
    font-size:22px;
    font-weight: bold;
}

.page_service_index .con{
    max-width: 900px;
    margin:-30px auto 0;
    font-size:16px;
    text-align: center;
    color:#fff;
}

.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:22px;
    color:#333;
    font-weight: bold;
}


/* 产品列表 */

.page_picList {
    
}

.page_picList li{
    margin-bottom:16px;
}

.page_picList li a{
    display:block;
    background: #fff;
    border:1px solid #eee;
    padding:15px;
}
.page_picList li .con{
    padding: 14px 26px;
}
.page_picList li .con h4{
    transition: color .4s;
    font-size: 16px;
    color:#333;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    height:30px;
    overflow: hidden;
}
.page_picList li .con p{
    color:#555;
    margin: 10px 0 0;
    font-size:13px;
    max-height: 44px;
    overflow: hidden;
    text-align: center;
}
.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_picList li a:hover{
    border-color: var(--theme-color);
}


/* 单页联系我们 */


.page_contactindex .tit{
    text-align: center;
}
.page_contactindex .tit h4{
    font-size:30px;
    font-weight: bold;
    color:#000;
    margin:0 0 15px;
}
.page_contactindex .tit p{
    font-size:14px;
    color:#999;
}
.page_contactindex ul{
    margin:40px 0 0;
}
.page_contactindex li{
    display: flex;
    flex:1;
    margin:0 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 0 20px;
    background: #f7f7f7;
    border-radius: 5px;
    flex-basis: 45%;
}
.page_contactindex li i{
    color:var(--theme-color);
    font-size:36px;
    display: block;
    line-height: 1;
}
.page_contactindex li h4{
    font-size:16px;
    font-weight: bold;
    color:#333;
    margin:30px 0 5px;
}
.page_contactindex li p{
    font-size:14px;
    color:#333;
    text-align: center;
}

.page_contactindex .map{
    margin:50px 0 0;
    text-align: center;
    overflow: hidden;
}


.innerBgfff{
    background: #fff;
    overflow: hidden;
}

/*新闻列表*/

.page_newsList{
   
}
.page_newsList li{
    border: 1px solid rgba(227,227,227,.61);
    padding:20px;
    transition: all .3s ease-out 0s;
    background: #fff;
    margin-bottom: 10px;
}

.page_newsList li .img img{
    width:200px;
    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-family:宋体;
    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;
    margin-left:25px;
}
.page_newsList li .con h4{
    height: 32px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    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: block;
    color:#777;
    margin-top:8px;
}
.page_newsList li:hover{
    border:1px solid var(--theme-color);
}
.page_newsList li:hover .con h4{
    color:var(--theme-color);
}

/* 新闻详情 */

.page_news_detail{
    margin: auto;
}
.page_news_detail .tit{
    text-align: center;
}
.page_news_detail .tit h1{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.page_news_detail .caseTit{
    align-items: center;
}
.page_index .caseTit p{
    border: none;
}
.page_index .caseTit .img{
    margin-right: 30px;
}
.page_news_detail .caseTit{
    text-align: left;
}
.page_news_detail .caseTit .txtTit{
    flex: 1;
}
.page_news_detail .caseTit h1{
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.page_news_detail .caseTit .hotTel{
    display: inline-block;
    overflow: hidden;
    background: red;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}


/* 产品详情页 */

.page_picshow{
    margin-bottom: 50px;
    background: #fff;
    padding: 20px 10px;
}
.page_picdetails{
}
.page_picdetails .img img{
    width: 100%;
}
.page_picdetails .info{
}
.page_picdetails .info h1{
    font-size:20px;
    margin: 10px 0 15px;
    color:#3c3b5c;
    font-weight: bold;
    line-height:1.3;
    border-bottom: 1px solid #eee;
    padding:0 0 14px;
}
.page_picdetails .info p{
    font-size:14px;
    margin:0 0 40px;
}
.page_picdetails .info>span{
    background: #164e99;
    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;
}
.page_picdetails .con .tags{
    font-size:14px;
    margin-bottom: 15px;
}
.page_picdetails .con .tags a{
    color:#fff;
    background: #f04c36;
    display: inline-block;
    line-height: 1.4;
    padding: 0 3px;
    margin-right:3px;
}
.page_picdetails .con .ptit{
    font-size:16px;
    background: #f7f7f7;
    padding:6px 13px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    
}
.page_picdetails .con .ptit::before{
    content:'';
    display: block;
    width:3px;
    height:18px;
    background: #003f92;
    position: absolute;
    left:0;
    top:10px;
}

/* 案例列表 */

.page_caseList{
    
}
.page_caseList li{
    position: relative;
    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,.6);
    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{
    
}
.page_caseList li .con h4{
    font-size:16px;
    color:#555;
    font-weight: normal;
    height: 50px;
    line-height:50px;
    text-align: center;
}
.page_caseList li .con p{
    font-size:14px;
    margin:10px 0 10px;
    color:#777;
    max-height: 75px;
    overflow: hidden;
}
.page_caseList li .con span{
    display: block;
    background: #1a81fd;
    color:#fff;
    display: inline-block;
    padding: 5px 10px;
    font-size:12px;
    transition:all .3s;
}
.page_caseList li:hover .con h4{
    color:var(--theme-color);
}

.page_hotpic .tit{
    color: #47d476;
    font-size:36px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.page_hotpic .subTit{
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.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 h4{
    font-weight: normal;
    text-align: center;
    font-size:16px;
    margin: 10px 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.casetxtTit{
    width: 100%;
    position: absolute;
    bottom: -45px;
    padding: 15px;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.casetxtTit h5{
    color: #fff;
}
.page_caseList li a{
    position: relative;
}
.page_caseList li:hover .casetxtTit{
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

/*翻页*/
.return_page{
    background: #eee;
    padding: 15px 20px;
    line-height: 30px;
    color: #333;
    position: relative;
}
.return_page p{
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
}
.return_page p a{
    color: #333;
}
.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:var(--theme-color);
}
.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;
}