@import url('t_menu.css');
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd,.clearfix:after { margin:0; padding:0; }
html, body { height:100%; }
body {
	text-align:left; 
	font-style: normal;
	font-family: PingFang SC,PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
	color: #000;
	margin: 0 auto;
	position: relative;
	background: #ebebeb66;
}
a {
	text-decoration:none; 
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
	text-decoration:none; 
    color: #1F3473;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
li { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
iframe,img { border:0;}
img { vertical-align:middle;}

.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 30px; clear: both;
}
.clear50 {
	height: 50px; clear: both;
}
.clearfix {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*+html .clearfix {
	min-height:1%;
}


.left{ float:left;}
.right{ float:right;}


.domPC {
    display: block;
}

.domMobile {
    display: none;
}


/*common*/
*:focus {outline: none;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; } /* if the element is block level(eg. div, li), using 'inline-any' instead */


.fl{float:left;}
.fr{float:right;}

/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; }

/* overflow */
.ovh { overflow: hidden; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* font-family */
.fw { font-family: 'Microsoft Yahei'; }
.fs { font-family: "宋体", Helvetica, Arial, sans-serif;  }


/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* margin */

.mj { margin:15px !important; }


.m0 { margin:0 !important; }
.ml0 { margin-left: 0}
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px; }

.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }

.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }


.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }

.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }

.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }

.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }

.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }

.p25 { padding: 25px; }
.pl25 { padding-left: 25px; }
.pt25 { padding-top: 25px; }
.pr25 { padding-right: 25px; }
.pb25 { padding-bottom: 25px; }

.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }








@-webkit-keyframes fadeInLeft1 {
 from {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInLeft1 {
 from {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInLeft1 {
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1
}
@-webkit-keyframes fadeInRight1 {
 from {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInRight1 {
 from {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInRight1 {
	-webkit-animation-name: fadeInRight1;
	animation-name: fadeInRight1
}

@-webkit-keyframes fadeInUp1 {
 from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInUp1 {
 from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}
@-webkit-keyframes fadeInUp2 {
 from {
opacity: 0;
-webkit-transform: translate3d(0, 2%, 0);
transform: translate3d(0, 2%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes fadeInUp2 {
 from {
opacity: 0;
-webkit-transform: translate3d(0, 2%, 0);
transform: translate3d(0, 2%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}


.calss_nav {
    overflow: hidden;
    padding: 23px 0px;
    background: #fff;
    box-shadow: 1px 1px 4px 3px #ebebeb;
}
.calss_nav li {
	width: 10%;
	padding:0 2%;
	float: left;
	border-right: 1px solid #333;
	text-align: center;
}
.calss_nav li:last-child {
    border-right: 0px solid #333;
}
.calss_nav li a {
    font-size: 24px;
    color: #000000;
}

.calss_nav li:hover a {
    color: #a50f14;
}

.calss_nav .active a {
    color: #a50f14;
}



.bgnone{background:none !important;}
.bnone{border:none !important;}

.conBox {
    width: 100%;
    position: absolute;
    z-index: 12;
    background: #fff;
}


.list {
    font-size: 18px;
    padding: 20px 0px 0px 0px;
}
.list li {
	padding-left: 15px;
	position: relative;
	line-height: 42px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.list li B{
	color:#1F3473;
}
.list li B a{
	color:#1F3473;
}
.list li * {
    vertical-align: middle;
}

.list li::before {
	content: "";
	width: 8px;
	height: 8px;
	 border-radius: 100%;
	background: #c9c9c9;
	left: 0;
	top: 50%;
	margin-top:-4px;
	z-index: 1;
	position: absolute;
}
.list li:hover::before {
	background: #1F3473;
}


    	.tl02_l .list li:nth-child(5n+1) { margin-top: 10px; font-weight: bold; }
    	.tl02_l .list li:nth-child(5n+1) a{color: #1F3473;}
    	.tl02_l .list li:nth-child(1) { margin-top: 0; font-weight: bold; color: #1F3473;}
    	.tl02_l .list li:nth-child(5) { border-bottom: 1px dashed #ccc; padding-bottom:15px; }
    	

.wrap {
    width: 92%;
    margin: 0 auto;
}
.wrap  img{
    max-width: 100%;
}
.ad_tl {
	margin-top:60px; 
}
.ad_tl img{
	width: 100%;
}


.ad_tl_all {
    width: 100%;
    margin: 10px auto 10px;
}
.ad_tl_all img{
    width: 100%;
}


.bg_fff {
	background: #fff;
	border-radius: 0px;
}
.bg_wrap {
	background: #eee;
}
.bg_wrap35 {
	background: #353535;
}
.bg_wrapF2 {
	background: #F2F2F2;
}
.bg_wrapFC {
	background: #FCEEED;
}

.bg_wrapM {
	background: rgba(255,255,255,0.6);
	padding:50px 8%;
	/* box-shadow: 0px 4px 9px 5px rgba(0,0,0,0.1);  */
	margin: 50px auto 50px;
}






/* ============ 头部统一  ============ */
.t_header {
}



.header {
	height: 72px;
	z-index: 999999;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.logo {
	padding-top: 5px;
	max-width: 50%;
}
.logo img {
	width: auto;
	height: 56px;
	border-bottom-right-radius: 11px;
	vertical-align:middle;
}
.logo h1 {
	font-size: 30px;
	line-height: 60px;
	padding-left: 10px;
	display: inline-block;
	vertical-align:middle;
	font-weight: 700;
}

.menu {
	margin-top: 0px;
	max-width: 60%;
	float: right;
}
.menu li {
	position: relative;
	float: left;
	text-align: center;
	margin-left: 0px;
}
.menu li a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 70px;
	padding: 0 20px;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.1)); 
                filter: drop-shadow(1px 1px 1px rgba(0,0,0,.1));/**/
}
.menu li:hover, .menu li.cur {
	border-bottom: 2px solid #1F3473;
}
.menu span {
	background: #bbbbbb90;
	border-radius: 5px;
	padding: 5px 15px;
}

.menu img {
	width: 15px;
}




.menu ul li:first-child  { margin-left: 0px;}




.menu ul li:hover { color: #000; }
.menu ul li:hover a { color: #000; }
.menu ul li:hover dd a { color:  #000; }
.menu ul li dd a:hover { color: #fff; }



.menu li dl  { position: absolute;  width: 120%; display: none; border-radius: 10px; 
	z-index: 999;
left:-10%;
  top: calc(100% + 2px);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.25);
}
.menu li dd { width: 100%; }
.menu li dd:hover { background: #1F3473;   }
.menu li dd a { color: #711f22; height: 50px; line-height: 50px; font-size: 14px; font-weight: 400; display: block; }
.menu li dd:hover a { color: #fff; }




.menu ul li:hover dl { display: block;  }

.tit1 {
    text-align: right;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    font-weight: 300
}

.tit1 h1 {
    font-size: 42px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 60px;
    color: #333
}

.tit1 h1 i {
    font-size: 16px;
    color: #999;
	padding:0 10px;
}

.tit1 p {
    font-size: 16px;
    color: #999
}

.tit2 {
    text-align: right;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    font-weight: 300
}

.tit2 h1 {
    font-size: 42px; 
    line-height: 42px;
    margin-bottom: 3px;
    display: inline-block;
    color: #fff
}

.tit2 h1 i {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
	padding:0 10px;
}

.tit2 p {
    font-size: 16px;
    color: #fff
}



h2.main_title a {
	text-align: center;
	display: block;
	font-size: 42px;
	color: #333;
	line-height: 100%
}
h2.main_title span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 100%;
	margin-top: 11px;
	font-weight: 400
}
h2.main_title a:hover {
	color: #333
}




.all_ff {
	padding: 50px 0;
	background: #fff;
}
.all_f2 {
	padding: 50px 0;
	background: #F2F2F2;
}
.about {
	background: #F2F2F2;
	padding : 50px 0;
	background-size: cover;
}
.search {
	background: #F2F2F2;
	padding : 50px 0;
	background-size: cover;
}
.news {
	padding: 50px 0;
	/*background: url(news_bg.jpg) no-repeat center bottom;*/
}
.i_fuwu {
	padding: 50px 0;
	background: #fff;
	background: url(pro_bg.jpg) no-repeat center bottom;
}



.team {
	background: url(team_bg.png) 50% 50%;
}
.team_box {
	padding: 50px 0;
}


.mbl {
    border-radius: 10px;
    gap: 20px;
    backdrop-filter: blur(4px);
    background-color: rgba(66,66,66, 0.06);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 8px 3px;
    border: 0px rgba(255,255,255,0.4) solid;
    border-bottom: 0px rgba(40,40,40,0.35) solid;
    border-right: 0px rgba(40,40,40,0.35) solid;
}


.video {
	background: #F2F2F2;
	padding: 50px 0;
	background-size: cover;
}




.news h3 {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 0px
}
.news h3 a {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 100%;
	font-weight: 400;
	position: relative;
	padding-bottom: 17px
}
.news h3 a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 24px;
	background: #C57E38;
	left: -20px;
	top: 0
}
.news h3 a span {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 12px
}


.news_li dd {
	width: 32%;
	float: left;
	margin-right:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0px 2px 15px #ccc;
	box-sizing: border-box; 
	border-radius:10px;
}
.news_li dd:nth-child(3)  {
	margin-right:0;
}


.news_li dd:hover{
	background: #fff; 
	cursor: pointer; 
}





.t_footer{
    width:100%;
    color:#c1c1c1; 
    background: #282828; 
	padding : 30px 0;
	font-size: 14px;
	line-height:2.5;  
}
.t_footer p{ text-align:center;  color: rgba(255, 255, 255, .8);  }
.t_footer a{ color: rgba(255, 255, 255, .8); padding:0 5px; }
.t_footer a:hover {
    color: #fff;
}
.t_footer span {
    padding-left: 20px;
}
.t_footer .tel {
    background: url(phone.png) no-repeat left center;
}
.t_footer .email {
    background: url(email.png) no-repeat left center;
    margin: 0 10px;
}
.t_footer .add {
    background: url(addresss.png) no-repeat left center;
}





#v01 .swiper-slide {
	width: 30%;
}


/*小图标等*/

.lang {
    margin: 20px auto;
    text-align: center
}

.lang li {
    padding: 0 20px;
    color: #ea272f;
    display: inline;
    font-size: 18px;
}

.lang li a {
    color: #ea272f;
}

.isound {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("icon1_v1.png") 0 0 no-repeat;
}

/* .isound::after{
    content: "";
    background: url("icon1_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
.iphoto {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("icon2_v1.png") 0 0 no-repeat;
}

/* .iphoto::after{
    content: "";
    background: url("icon2_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
.ivideo {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("icon3_v1.png") 0 0 no-repeat;
}

/* .ivideo::after{
    content: "";
    background: url("icon3_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */

 .icon01 {
    background: #e9252c;
    line-height: 20px;
    height: 22px;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal;
    display: inline-block;
    border-radius: 6px;
}

.icon01 a {
    color: #fff !important;
}












.client-2 {
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 2px;
	clear: both;
	height: 62px;
	position: relative;
	cursor: pointer;
}
.client-2 li i {
	background: url(fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.client-2 li p {
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}
.client-2 li .my-kefu-main p {
	color: #fff;
	height: 20px;
	line-height: 20px;
}
.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}
.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}


.client-2 .my-kefu-main {
	background: #1F3473;
	border-radius: 10px;
	width: 60px;
	height: 53px;
	position: relative;
	padding: 9px 3px 0;
	float: left;
}
.client-2 .my-kefu-pic {
	position: absolute;
	left: -131px;
	top: -10%;
	display: none;
	z-index: 333;
	background: rgba(0,0,0,0.4);
	width:130px;
	padding:5px 0;
	text-align:center;
	border-radius:6px;
}
.my-kefu-pic p {
	width: 100%;
	color: #fff;
	height: 25px;
	line-height: 25px;
}
.my-kefu-pic img {
	width: 115px;
	height: 115px;
}
.client-2 li:hover .my-kefu-pic {
	display: block;
}
.client-2 li:active .my-kefu-pic {
	display: block;
}
.client-2 li:touchstart .my-kefu-pic {
	display: block;
}
.client-2 li:touchend .my-kefu-pic {
	display: block;
}
.client-2 li:click .my-kefu-pic {
	display: block;
}

@media only screen and (min-width : 881px) and (max-width : 1200px) {
    .logo h1 span{
	    display: none;
    }
    .menu li a {
        padding: 0 10px;
    }
}
@media only screen and (min-width : 320px) and (max-width : 880px) {







.mt30 {
    margin-top: 10px;
}
.mb30 {
    margin-bottom: 10px;
}




    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

	.wrap {
    width: 100%;
    margin: 0 auto;
	}
.wrap {
    width: -webkit-fill-available;
    margin: 0 10px;
}
.clearfix { display:block; #zoom:1; clear: both;  }
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; display:block; clear: both; }




.bg_wrapM {
    background: rgba(0,0,0,0.01);
    padding: 10px;
    box-shadow: 0px 4px 9px 5px rgba(0,0,0,0.1);
    margin: 0px auto 20px;
}



.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 20px; clear: both;
}
.clear50 {
	height: 20px; clear: both;
}


.part{ width:100%; margin:0 auto;}

.ad_tl {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
	margin-top:10px; 
}
.ad_tl img {
    width: 100%;
}

.ad_tl_all {
    width: auto;
    margin: 5px 5px;
}
.ad_tl_all img{
    width: 100%;
}





/* ============ 头部统一  ============ */
.t_header {
}





.list {
    padding: 10px 0px;
}
.list li::before {
	content: "";
	width: 8px;
	height: 8px;
	 border-radius: 100%;
	background: #c9c9c9;
	left: 0;
	top: 50%;
	margin-top:-4px;
	z-index: 1;
	position: absolute;
}
.list li:hover::before {
	background: #0F4EBF;
}



.list li {
    font-size: 16px;
    padding: 3px 0px 3px 15px;
    line-height: 30px;
}
.list li B{
	color:#0F4EBF;
}
.list li B a{
	color:#0F4EBF;
}
.list li * {
    vertical-align: middle;
}






.t_footer{
    width:100%;
    color:#c1c1c1; 
    background: #282828; 
	padding : 15px 0;
	font-size: 8px;
	line-height:2.2;  
}
.t_footer p{ text-align:center;  color: rgba(255, 255, 255, .7);  }
.t_footer a{ color: rgba(255, 255, 255, .7); padding:0 2px; }
.t_footer a:hover {
    color: #fff;
}
.t_footer span {
    padding-left: 0;
}
.t_footer .tel {
    background: url(phone.png) no-repeat left center;
    background: none;
}
.t_footer .email {
    background: url(email.png) no-repeat left center;
    margin: 0 0 0 5px;
    background: none;
}
.t_footer .add {
    background: none;
    background-size: initial;
    display: block;
}
.t_footer .icp {
    display: block;
}





.t_link{width:100%;background-color: #F2F2F2; padding: 20px 0 10px 0;  margin: 0px 0 0px 0; }
.t_link .link_address{width:auto;padding:5px 0 5px 0; margin:0 auto; }
.t_link .links_sel{width: 47%;height: 32px;border: 1px solid #bfbfbf;border-radius: 7px;margin:0 1% 10px;color:#bfbfbf; padding:0 10px;}
.t_link .links_sel option{color:#bfbfbf;}






.sm_banner .sm_video {
 	float: left;
	width: 100%;
	background: #EEE;
	border-radius: 5px;
	margin-top: 0px
}
.sm_banner .sm_video video {
	width: 96%;
	background: #000;
	height: auto;
	border-radius: 5px;
	margin:10px 2%;
}
.sm_banner .sm_con {
	width: 100%;
	float: right;
	margin-top: 10px
}
.sm_banner .sm_con h3 {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
	background-size: contain;
}
.sm_banner .sm_con p {
	font-size: 12px;
	color: #9e9e9e;
	line-height: 150%;
	margin: 10px 0 20px;
	white-space: inherit
}





.sm_con .more li {
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	float: left;
}


.sm_con .more a {
	display: block;
	width: 100%;
	color: #fff;
}
.sm_con li a:hover {
	border-radius: 25px;
	font-weight: 700
}

.sm_con em {
	font-style: normal;
}

.sm_con li a.more1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.sm_con li a:hover.more1 {
    text-decoration: none;
    color: #333;
    opacity: 1
}
.sm_con li a:hover.more1 em {
    color: #333
}
.sm_con li a.more1 span {
    background: #fff;
	background: rgba(255, 255, 255, .9); 
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.sm_con li a:hover.more1 span {
    width: 100%
}

.sm_con a.more1 em {
    position: relative;
    z-index: 2;
}


.sm_con .detail {
  background: #333;
  border-radius: 10px;
  text-align: center;
  box-shadow: 1px 3px 4px rgba(51, 51, 51, .5);
  cursor: pointer;
	width: 40%;
	margin-left:0px;
	margin-top:-260px;
	display: none; 
	position: fixed;
}
.sm_con .detail img {
   	margin:6px;
	width: 80%;
	height: 80%;
	border-radius: 1px;
}
.sm_con li:hover .detail { display: block;  }



.header {
    height: 60px; 
    position: absolute;
	display: none;
}


.menu {
	display: none;
	margin-top: 0px;
	width:30%;
}
.menu li {
	position: relative;
	float: left;
	width:100%;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 5px;
	border-bottom-right-radius:0; border-bottom-left-radius:0;
}
.menu li a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: right;
	line-height: 26px;
	padding: 0 5px;
}
.menu li:hover, .menu li.cur {
	border: 0px solid #fff;
}
 





.menu ul li:first-child  { margin-left: 0px;}





.menu ul li:hover { color:white;     background: none; border-radius: 0px; border-bottom-right-radius:0; border-bottom-left-radius:0;}
.menu ul li:hover a { color:white; }
.menu ul li:hover dd a { color: #333; border: 0px;}

.menu li dl { width: 0px; height:0px; display: none;border: 0px; }
.menu li dd { display: none; border: 0px; }


.menu ul li:hover dl { display: none;  }





.tit1 {
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: 300
}

.tit1 h1 {
    font-size: 24px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 40px;
    color: #333
}

.tit1 h1 i {
    font-size: 12px;
    color: #999;
	padding:0 10px;
}

.tit1 p {
    font-size: 12px;
    color: #999
}

.tit2 {
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: 300
}

.tit2 h1 {
    font-size: 24px; 
    line-height: 40px;
    margin-bottom: 3px;
    display: inline-block;
    color: #fff
}

.tit2 h1 i {
    font-size: 12px;
    line-height: 40px;
    color: #fff;
	padding:0 10px;
}

.tit2 p {
    font-size: 12px;
    color: #fff
}













.zs-box {
	margin: 10px auto 0;  
	height: auto;
}

.zs-box li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.zs-box li:hover .s-img {  
    margin-top: 0; 
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}



.zs-box li .s-text {
	margin:10px;
}




.zs-box li h1 {
    font-size: 18px;
    display: inline;
	color: #333;
    transition: all .3s ease-out 0s;
    font-family: 微软雅黑;
    font-weight: 300;
    text-align: center;
}
.zs-box li:hover h1 {
    color: #fff;
}



.zs-box li p {
    font-size: 14px;
    padding: 10px 0 0;
    font-weight: 300;
    color: #333;
}

.zs-box li p:nth-child(3) {
    font-size: 14px;
    padding: 10px 0 0;
    font-weight: 300;
}
.zs-box li p span {
    padding-left: 0px; 
    color: #333;
    transition: all .1s ease-out .18s
}
.zs-box li p span+span {
    padding-left: 10px;
}
.zs-box li:hover p.abox a.more {
	width: 100px;
	font-size: 12px;
	padding: 5px 0;
}





.sm_banner {
	height: auto;
	background: url(sm_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 10px 0 30px;
}
.case {
	background: url(case_bg.jpg) no-repeat center top;
	padding: 10px 0 10px;
	background-size: cover;
}
.product {
	background: url(pro_bg.jpg) no-repeat center top;	
	background-size: cover;
	height: auto;
	padding: 10px 0;
}
.video {
	background: url(video_bg.jpg) no-repeat center top;
	height: auto;
	padding: 20px 0;
	background-size: cover;
}
.news {
	padding: 20px 0;
	height: auto;
	/*background: url(news_bg.jpg) no-repeat center bottom;*/
	background-size: cover;
}



.all_ff {
	padding: 20px 0;
	background: #fff;
}
.all_f2 {
	padding: 20px 0;
	background: #F2F2F2;
}
.about {
	padding : 20px 0;
	background-size: cover;
}


.news h3 a {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 100%;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px
}
.news h3 {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px
}
.news h3 a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 20px;
	left: -10px;
	top: 0
}
.news h3 a span {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 0px
}


.news_li {

}
.news_li dd {
	width: 100%;
	float: left;
	margin-right:0;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0px 2px 15px #ccc;
	box-sizing: border-box; 
}
.news_li dd:nth-child(3)  {
	margin-right:0;
}
.news_li dd:hover{
	background: #fff; 
	cursor: pointer; 
}


.calss_nav {
    overflow: hidden;
    padding: 10px 0px;
	margin-bottom:10px;
    background: #fff;
    box-shadow: 1px 1px 4px 3px #ebebeb;
}
.calss_nav li {
	width: 16%;
	padding:0;
	float: left;
	border-right: 0px solid #999;
}
.calss_nav li:last-child {
    border-right: 0px solid #333;
}
.calss_nav li a {
    font-size: 12px;
    color: #000000;
}









.client-2 {
	position: fixed;
	right: 5px;
	bottom: 5%;
	top: calc(100% - 50px);
	z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 0;
	clear: both;
	height: 25px;
	position: relative;
	cursor: pointer;
}
.client-2 li i {
	background: url(top_m.png) no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px auto;
	text-align: center;
}
.client-2 li p {
	display: none;
}
.client-2 .my-kefu-qq {
	display: none;
}
.client-2 .my-kefu-weixin  {
	display: none;
}
.client-2 .my-kefu-tel  {
	display: none;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	width: 15px;
	height: 15px;
	background-position: 50% 50%;
	background-size: cover;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 0;
}
.client-2 .my-kefu-left {
	float: left;
	width: 25px;
	height: 25px;
	position: relative;
}



.client-2 .my-kefu-main {
	background: rgba(255,0,0,0.6);
	border-radius: 3px;
	width: 25px;
	height: 25px;
	position: relative;
	padding: 0;
	float: left;
}
.client-2 .my-kefu-pic {
	display: none;
}



}