/* 公用 */

*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

*{ margin:0; padding:0;}

body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden; position: relative;padding: 0 ; width: 100%;color: #1f1f1f;font-family: Arial, Helvetica, sans-serif, Microsoft Yahei; font-size:14px;  line-height:1;background: #fff;}

html.act{overflow: hidden;width: 100%;height: 100vh;}

ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }

.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}

.clearfix { *zoom:1; }

a{display: inline-block; text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: #1f1f1f;}

textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}

img{border:none;display: block;max-width: 100%;}

img[src=""]{opacity: 0;}

body::-webkit-scrollbar{ width:4px;height: 1px;}

body::-webkit-scrollbar-thumb{ background:#000;}

body::-webkit-scrollbar-track{ background:#fff;} 

.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_26{ font-size:26px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_32{ font-size:32px; }

.f_34{ font-size:34px; }

.f_36{ font-size:36px; }

.f_38{ font-size:38px; }

.f_40{font-size: 40px;}

.jiantou{color:red;}


/*分页*/

.BMap_omCtrl{ display:none !important;}

.a_dw{position: relative;top: -70px;}

.box {max-width:1920px; margin: 0 auto; padding: 0 8.3%; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.ibox {max-width:1600px;width:85%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}
	
.page1{clear:both; text-align:center; height: 45px;margin: 30px 0 0;text-align: center;}

.page1 span a{display: inline-block; color:#333333;padding:10px 13px; text-decoration:none;background: #f7f7f7;}

.page1 span a:hover,.page1 span.current a{  background:#005ed1; color:#fff;}

.page1 span{margin:2px 5px;}

.page2{width: 120px;height: 40px;background: #005ed1;color: #fff;display: block;margin: 0 auto;line-height: 40px;display: none;}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}

.wow{opacity: 0;}

.wow1{opacity: 1;}

.fbd{font-weight: bold;}

/* 弹窗 */

.z_tanchuang {position: fixed;display: table;height: 100%;width: 100%;top: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);z-index: 10;}

.z_tanchuang .tbox {display: table-cell;background: rgba(0, 0, 0, 0.8);text-align: center;vertical-align: middle;}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {background: white;padding: 20px;display: block;border-radius: 5px;position: relative;width: 90%;max-width: 1200px;max-height: 90%;margin: 0 auto;}

.z_tanchuang .tbox .modal .out{position: absolute;width: 40px;height: 40px;line-height: 40px;background: #fff url(../images/out.png) center no-repeat;background-size: 20px;color: #000;font-size: 30px;text-align: center;border-radius: 50%;top: 0;right: -50px;cursor: pointer;}

.z_tanchuang .tbox .modal .img{width: 100%;max-width: 600px;margin: 0 auto;}

.z_tanchuang .tbox .modal .img video{display: block;height:640px;max-width: 100%;object-fit: cover;margin: auto;}

.z_tanchuang .tbox .modal .img img{margin: 0 auto ;}

.z_tanchuang .tbox .modal .out:hover{background: #fff url(../images/out2.png) center no-repeat;background-size: 20px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.z_tanchuang .tbox .modal2{padding: 20px;}

.z_tanchuang .tbox .modal .img{max-width: 1200px;}


/* 弹窗选中 */

.z_tanchuang.one {transform: scaleY(0.01) scaleX(0);animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scaleY(0.01) scaleX(0);-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one .tbox .modal {transform: scale(0);animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(0);-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out {transform: scale(1);animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(1);-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out .tbox .modal {animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

/* 弹窗动画 */

@keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

@keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@-webkit-keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@-webkit-keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}
#iconDiv1,#iconDivMain1{display: none!important; pointer-events: none;}

/* 头部导航 */
.header {zoom: normal; width: 100%;height: 100px;padding: 0 8.3%; position: fixed;top: 0;left: 0;z-index: 10;background-color: #fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}

.header  .fr {width: 82%;display: flex;height: 100%;justify-content: space-between;}

.header  .h_nav {width: 80%;height: 100%;}

.header.act2 {top: -100px;}

.header  .h_nav .ul1 { width: 100%;height: 100%;display: flex;align-items: center;cursor: pointer;}

.header  .h_nav .ul1 a {display: block;/* line-height: 110px; */position: relative;color: #333333;-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}

.header  .h_nav .ul1 a:hover::before {left: 0;right: auto;width: 100%;opacity: 1;}

.header  .h_nav .ul1 a::before {content: "";position: absolute;bottom: 24px;left: auto;right: 0;height: 3px;background-color: #e20214;opacity: 0;width: 0;-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}

.header  .h_nav .ul1 a:hover {color: #e20214;}

.header  .h_nav .ul1 .on a {color: #e20214;}

.header  .h_nav .ul1 .on a::before {left: 0;right: auto;width: 100%;opacity: 1;}

.header  {display: flex;justify-content: space-between;line-height: 100px;}



/*.header .select {width: 50px;height: 24px;line-height: 24px;text-align: center;color: #333;font-size: 14px;border-radius: 24px;border: 1px solid #333;box-sizing: border-box;}*/
.header .language{width:100px;}
.header .language .ico{margin-top:40px;float:left;margin-right:24px;}
.header.index .language .state{float:left;text-align: center;color:white;font-size: 14px;}
.header .language img{display:block;float:left;position:absolute;}
.header.index .language .ico1{display: block;}
.header.index .language .ico2{display:none;}
.header.act .language .ico1{display:none;}
.header.act .language .ico2{display:block;}
.header.act .language{margin-top:-5px;}
.header.act .language .state{color:#999;}


/* 语言切换  */
.inter{position: fixed;width: 200px;top: 90px;right: 18%;z-index: 8;background: #fff;border-radius: 5px;-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);visibility: hidden;opacity: 0;-moz-box-shadow:0px 1px 5px #ddd; -webkit-box-shadow:0px 1px 5px #ddd; box-shadow:0px 1px 5px #ddd;}
.inter.act{visibility: visible;opacity: 1;}
.inter .inter-wra{  }
.inter li{list-style:none;text-align:center;width:200px;}
.inter li>a{ display:block;width:100%;height:40px;line-height:40px; text-align:center;}





.header .right {width: 230px;display: flex;align-items: center;position: relative;}

.header .logo img {margin-top: 35.5px;     -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);}

.header  .h_nav .ul2 {position: absolute;width: 100%;top: 100px;left: 0;height: 80px;
background: #f9f9f9;box-shadow: inset 0px 15px 10px -15px #ddd;-webkit-box-shadow: inset 0px 15px 10px -15px #ddd;z-index: -1;opacity: 0;overflow: hidden;
visibility: hidden;pointer-events: none;border-bottom: 1px solid #ddd;}

.clearfix:after {content: " ";display: block;height: 0;clear: both;visibility: hidden;}

.header  .h_nav .ul2 li {position: absolute;width: 100%;top: -100%;left: 0;text-align: center;line-height: 80px;}
.header .h_nav .ul1 li{padding: 0 40px;}
.header .h_nav .ul1 li:first-child{padding:0 50px 0 0;}
.header  .h_nav .ul2 li.act {top: 0;}

.header  .h_nav .ul2 li a {display: inline-block;line-height: 80px;padding: 0 45px;color: #222;}

.header  .h_nav .ul2 li.act {top: 0;}

.header  .h_nav .ul2.act {top: 100px;opacity: 1;visibility: visible;pointer-events: visible;z-index: 9;}

.header  .h_nav .ul2 li a:hover {color: #e20214;}

.header .right .srech{
	height: 32px;
	display: flex;
}
#KFLOGO{
display: none;
}
.header .right input{
	width: 190px;
	background-color: #f6f6f6;
	outline: none;
	border: none;
	border-radius: 6px 0 0  6px;
	padding: 0 10px;
	font-size: 14px;
}
.header .right .so_btn{
	display: block;
	width: 40px;
	height: 100%;
	background-color: #e20214;
	background-image: url(../images/so.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0  6px  6px 0;
}

.header .right input::-webkit-input-placeholder{color:#777777;}.header .right input:-moz-placeholder {color:#777777;}.header .right input::-moz-placeholder {color:#777777;}.header .right input:-ms-input-placeholder {color:#777777;}

.crumbs_nav{
	font-size: 14px;
	color: #777777;
}
.crumbs_nav .on{
	color: #333;
}
.crumbs_nav a{
	display: inline-block;
	color: #777777;
}

.header.index{
	background-color: transparent;
}
.header.index .logo img:first-child{
	display: none;
}
.header.index .logo img:last-child{
	display: block;
}
.header.index .h_nav .ul1 a{
	color: #fff;
}
.header.index .h_nav .ul1 .on a {
    color: #e20214;
}

.header.kl2{
	background-color: #fff;
}
.header.kl2 .logo img:first-child{
	display: block;
}
.header.kl2 .logo img:last-child{
	display: none;
}
.header.kl2 .h_nav .ul1 a{
	color: #333333;
}
.header.kl2 .h_nav .ul1 .on a {
    color: #e20214;
}

.header .logo img:first-child{
	display: block;
}

.header .logo img:last-child{
	display: none;
}
.header .logo img{
	height: 100%;
}
.header .logo{height: 25px;}








.header .pro_con.two .pro_box .item a:first-child{
	/* color: rgba(51,51,51,.55); */
	/* margin-bottom: 18px; */
}
.header .pro_con.two .pro_box .item a{
	/* font-size: 16px; */
}
.header .pro_con.two .pro_box .item:not(:first-child) a{
	color: #e20214;
	font-size: 18px;
}


/* 底部 */
.footer{
	background-color: #555;
	padding: 60px 0;
}
.footer .box{
	display: flex;
	justify-content: space-between;
}
.footer .f_left{
	display: block;
}
.footer .f_qr{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 90px;
	margin-top: 36px;
}
.footer .img{
	margin-bottom: 9px;
}

.footer .f_right li a{
	font-size: 14px;
	color: rgba(255,255,255,.5);
	display: block;
	margin-bottom: 12px;
}
.footer .f_right li a:first-child{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 26px;
}
.footer .f_right li a:hover{
	color: #e20214;
}
.footer .f_right ul{
	display: flex;
	justify-content: space-between;
}
.footer .f_right ul li:not(:first-child){
	margin-left: 100px;
}

.footer .f_right ul li p a:first-child{
	font-size: 14px;
	color: rgba(255,255,255,.5);
	display: block;
	margin-bottom: 14px;
	margin-right: 8px;
	display: inline-block;
	font-weight: normal;
}
.footer .f_right ul li p a:first-child:hover{
	color: #e20214;
}
.footer .f_right ul li p a{
	display: inline-block;
}

.f_info{
	border-top: 1px solid #686868;
	padding: 38px 0;
	margin-top: 70px;
	display: flex;
}
.f_info .tel img{
	margin-right: 25px;
}
.f_info .tel{
	display: flex;
}
.f_info span{
	font-size: 14px;
	color: #cacaca;
	display: block;
	margin-bottom: 8px;
}
.f_info a{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	display: block;
}
.f_info .tel:first-child{
	margin-right: 40px;
}

.footer2 {
    padding: 18px 0;
    background: #444444;
    color: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.footer2 .flt {
    float: left;
    line-height: 36px;
}
.footer2 .frt {
    float: right;
    line-height: 36px;
    color: rgba(255,255,255,.5);
}
.footer2 .flt a {
    color: rgba(255,255,255,.5);
    padding-left: 20px;
}
.footer2 .frt span, .footer2 .frt a {
    display: block;
    float: left;
    margin-left: 10px;
    color: rgba(255,255,255,.5);
}

/* .header .truee span{
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(../images/he_gr2.png);
	background-repeat: no-repeat;
	background-position: top 3px left; 
	margin-left: 16px;
}
.header .truee a:hover span{
	background-image: url(../images/he_gr.png);
} */

.header .truee span{
	width: 11px;
	height: 11px;
	position: relative;
	display: inline-block;
	margin-left: 16px;
}

.header .truee span img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.header .truee span img:first-child{
	width: auto;
	height: 100%;
	opacity: 1;
}

.header .h_nav .ul2 li .pro_nav.on .t2 span img:first-child{
	opacity: 0;
}
.header .h_nav .ul2 li .pro_nav.on .t2 span img{
	opacity: 1;
}
.header .h_nav .ul2 li a{
	font-size: 16px;
	color: #999;
}

.header .truee span img{
	display: inline-block;
}

.header .truee .pro_nav{
	display: inline-block;
}
.header .truee {
	position: relative;
}
.header .pro_con{
		position: fixed;
	    width: 100%;
	    top: 190px;
	    left: 0;
	    background: #f9f9f9;
	    box-shadow: inset 0px 15px 10px -15px #ddd;
	    -webkit-box-shadow: inset 0px 15px 10px -15px #ddd;
	    border-bottom: 1px solid #ddd;
		display: none;
		padding: 34px 0;
		z-index: 99;
		-webkit-transition: all 0s cubic-bezier(0, 0, 0, 0);
		-moz-transition: all 0s cubic-bezier(0, 0, 0, 0);
		transition: all 0s cubic-bezier(0, 0, 0, 0);
}
.header .pro_box .item a{
	display: block!important;
	margin: 0 0 16px!important;
	line-height: 1.4em!important;
}
.header .pro_con .pro_box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 88%;
	margin: 0 auto;
}

.header .pro_con.two .pro_box .item a:first-child:hover{
	color: #e81727;
}

.header .pro_box .item a:first-child{
	font-size: 18px;
	color: #e81727;
	margin-bottom: 26px;
}

.header .h_nav .ul2 li .pro_nav.on .t2 {
    color: #e20214;
}


.header .pro_box .item a{
	font-size: 14px;
	color: rgba(51,51,51,.55);
	display: block;
	line-height: 1.4em;
	margin-bottom: 18px;
}

/* .header .pro_box .item:not(:last-child) {
	margin-right: 90px;
} */

.header .pro_box .item a:hover{
	color: #e81727;
}
/* 手机头部 */

.m_head {display: none;height: 50px;overflow: hidden;padding: 0 5%;position: fixed;top: 0;left: 0;width: 100%;box-sizing: border-box;z-index: 10;background: rgba(255, 255, 255, 1);border-bottom: 1px solid #eee;}
.m_head .mlt {display: block;float: left;}
.m_head .mlt img {display: block;
    margin-top: 13px;
    height: 23px;}
.m_head .img {width: 50px;float: right;}
.m_head .mrt {width: 50px;height: 50px;background: url(../images/ss2.png) center no-repeat;background-size: 20px;display: block;float: right;}
.m_nav {display: block;position: fixed;z-index: 199;width: 100%;height: 100%;background: #fff;top: 0;right: -100%;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;overflow-x: hidden;box-sizing: border-box;overflow-y: auto;padding-bottom: 30px;}
.m_out {width: 50px;float: right;max-width: 50px;margin-right: 3%;}
.m_navbox {height: auto;width: 100%;box-sizing: border-box;float: right;background: #fff;box-sizing: border-box;padding: 20px 0;overflow: auto;box-sizing: border-box;}
.m_navbox li {cursor: pointer;}
.m_navbox li>div:nth-child(1) {background: url(../images/plus.png) 95% center no-repeat;background-size: 16px;}
.m_navbox li>div:nth-child(1), .m_navbox a.ltp {padding: 10px 30px 10px 50px;position: relative;}
.m_navbox div, .m_navbox a {color: #666;display: block;}
.m_navbox div.lbt {padding: 5px 50px;display: none;border-bottom: 1px solid #e60315;}
.m_navbox a {font-size: 16px;line-height: 20px;padding: 10px 0;}
.m_navbox li.act>div:nth-child(1) {background: url(../images/reduce.jpg) 95% center no-repeat;}
.div_inp {width: 93%;height: 40px;padding-left: 29px;float: left;display: flex;align-items: center;outline: none;}
.mol_so {padding: 0 12px;display: block;width: 100%;height: 100%;border: 1px solid #b3b3b3;border-radius: 4px 0 0 4px;}
.div_inp a {width: 110px;height: 40px;line-height: 40px;text-align: center;background-color: #e60315;color: #fff;border-radius: 0 4px 4px 0;}
.m_nav.act {right: 0;}
.m_navbox li>div:nth-child(1):after, .m_navbox a.ltp:after {content: '';display: block;width: 5px;height: 20px;background: #e60315;position: absolute;top: 50%;margin-top: -10px;left: 30px;}
.m_navbox div, .m_navbox a.ltp {font-size: 18px;line-height: 30px;padding: 10px 0;display: block;}
.row3 .xwdt .ibox .down .s3_box .s3_fp1 .c_text,.new_r1 .xwdt .ibox .down .s3_box .s3_fp1 .c_text{max-height: 14em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}

.m_navbox  .two_prol div{
	font-size: 16px;
	padding: 6px 0 6px 20px;
}
.m_navbox  .tree_prol a{
	font-size: 14px!important;
}
.m_navbox  .two_prol,.m_navbox .tree_prol{
	display: none;
}
.m_navbox  .two_prol.t2{
	display: none;
    height: 350px;
    overflow-y: auto;
}



.m_navbox  .two_prol.t2::-webkit-scrollbar{ width:2px;height: 1px;}

.m_navbox  .two_prol.t2::-webkit-scrollbar-thumb{ background:rgba(0, 0, 0, 0.7);}

.m_navbox  .two_prol.t2::-webkit-scrollbar-track{ background:#f5f5f5;} 

body{
	background-color: #f6f6f6;
}




/*翻页*/
.ul_fy {display: flex;justify-content: center;width: 100%;}
.ul_fy li {width: 48px;height: 48px;margin: 0 5px;display: flex;justify-content: center;align-items: center;}
.pagination li{display:inline-block;}
.ul_fy li a {width: 100%;height: 100%;background: #fff;border: 1px solid #ddd;color: #666;font-size: 24px; display: flex;justify-content: center;align-items: center;border-radius: 50%;}
.ul_fy li a:hover {border: 1px solid #e20214;background: #e20214;color: #fff;}
.pagination .active a{border: 1px solid #e20214;background: #e20214;color: #fff;}
.ul_fy li.act a {border: 1px solid #e20214;background: #e20214;color: #fff;}
.ul_fy li.z_jt a,.ul_fy li.dian a {border: 0;background-color: transparent;}
.ul_fy li.z_jt {background: #fff url(../images/r_10.png) center no-repeat;border-radius: 50%;border: 1px solid #ddd;}
.ul_fy li.z_jt:hover {background: #e20214 url(../images/r_11.png) center no-repeat;}
.ul_fy li.y_jt {transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.ul_fy li a.no_bor:hover {background: #fff;color: #666;}
.ul_fy li.go a{font-size: 16px;}
.ul_fy li a.no_bor{border: none;}

.ul_fy .to_num input{
	width: 100%;
	    height: 100%;
	    background: #fff;
	    border: 1px solid #ddd;
	    color: #666;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;
		outline: linen;
		text-align: center;
		font-size: 24px;
}



/* .header.act{
	height: 80px;
	line-height: 80px;
} */

.news_list{
	margin: 0 -8px;
}
.news_list li{
	float: left;
	width: 33.3333%;
	padding: 0 8px;
	margin-bottom: 18px;
}
.news_list li .con{
	background-color: #fff;
	display: block;
}
.news_list .txt{
	padding:20px 10px;
	position: relative;
}
.news_list .txt .tit{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 1.4em;
	height: 4.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_list .desc{
	font-size: 18px;
	color: #999999;
}
.news_list .txt .r_more{
	/* position: absolute;
	right: 0; */
	width: 17px;
	height: 31px;
	position: relative;
}
.news_list .txt .r_more img:last-child{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.news_list .txt .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_list .txt::before{
	content: "";
	width: 0%;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #e20012;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.news_list .con:hover .txt::before{
	left: 0;
	right: auto;
	width: 100%;
}
.news_list .con:hover .txt .r_more img{
	opacity: 0;
}
.news_list .con:hover .txt .r_more img:last-child{
	opacity: 1;
}
.news_list .con .img {
	overflow: hidden;
	height: 275px;
}
.news_list .con .img img{
	display: block;
	width: 100%;
}
.news_list .con:hover .img img{
	  -webkit-transform: scale(1.04);
	    -moz-transform: scale(1.04); 
	    -ms-transform: scale(1.04); 
	    -o-transform: scale(1.04); 
	    transform: scale(1.04);
}



.video_list{
	margin: 0 -8px;
}
.video_list li{
	float: left;
	width: 33.3333%;
	padding: 0 8px;
	margin-bottom: 18px;
}
.video_list li .con{
	background-color: #fff;
	display: block;
}
.video_list .txt{
	padding:0px;
	position: relative;
}
.video_list .txt .tit{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 1.4em;
	height: 4.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 20px;
}
.video_list .desc{
	font-size: 18px;
	color: #999999;
}
.video_list .txt .r_more{
	/* position: absolute;
	right: 0; */
	width: 17px;
	height: 31px;
	position: relative;
}
.video_list .txt .r_more img:last-child{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.video_list .txt .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video_list .txt::before{
	content: "";
	width: 0%;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #e20012;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.video_list .video:hover .txt::before{
	left: 0;
	right: auto;
	width: 100%;
}
.video_list .video:hover .txt .r_more img{
	opacity: 0;
}
.video_list .video:hover .txt .r_more img:last-child{
	opacity: 1;
}
.video_list .video .img {
	overflow: hidden;
	height: 215px;
}
.video_list .video .img .img1{
	display: block;
	width: 100%;
}
.video_list .video:hover .img img{
	  -webkit-transform: scale(1.04);
	    -moz-transform: scale(1.04); 
	    -ms-transform: scale(1.04); 
	    -o-transform: scale(1.04); 
	    transform: scale(1.04);
}





.hide-tab{display: none;}

.top_navs{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin-top: -35px;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.top_navs .item{
	width: 33.333333%;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	color: #333333;
	position: relative;
	cursor: pointer;
}

.top_navs .item.on ,.top_navs .item:hover {
	color: #e20214;
}

.top_navs .item::before{
	position: absolute;
	content: "";
	width: 0%;
	height: 4px;
	background-color: #e20214;
	bottom: 0;
	left: auto;
	right: 0;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.top_navs .item:hover::before,.top_navs .item.on::before{
	left: 0;
	right: auto;
	width: 100%;
}
.pro_more {
    display: block;
    line-height: 48px;
    padding: 0 18px;
    background-color: #e20214;
    border-radius: 11px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    width: 148px;
    text-align: center;
    margin: 0 auto;
    display: none;
}



.new-float {
    position: fixed;
    right: 0;
    top: 56%;
    z-index: 50;
    width: 77px;
    margin-top: -150px;
}
.new-float li.hover {
    overflow: hidden;
}
.new-float li {
    position: relative;
    width: 77px;
    height: 72px;
    margin-bottom: 1px;
	/* border-bottom: 1px solid #f6f6f6; */
    line-height: 27px;
    color: #fff;
    text-align: center;
    float: left;
	background-color: #fff;
}
.new-float li:last-child{
	border: none;
}
.new-float li.fif p {
    background: url(../images/bg_float05.jpg) no-repeat;
    font-size: 12px;
}
.new-float li p {
    position: relative;
    z-index: 2;
    height: 27px;
    padding-top: 42px;
    cursor: pointer;
    box-sizing: content-box;
	color: #999999;
}
.new-float li .tel {
    position: absolute;
    left: 77px;
    top: 0;
    z-index: 1;
    width: 184px;
    height: 72px;
    font: 20px;
    color: #999999;
    cursor: pointer;
	background-color: #fff;
	padding-top: 4px;
	display: flex;
}
.new-float li .tel .tx_from{
	width: 36px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
}
.new-float li .tel .tx_from img{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
}
.new-float li .tel a{
	color: #999999;
	width: calc(100% - 36px);
	font-size: 20px;
	line-height: 63px;
}
.new-float li.fi a {
    background: url(../images/bg_float01.png) no-repeat;
	background-color: #fff;
}
.new-float li a.tit {
    width: 77px;
    height: 30px;
    padding: 42px 10px 0 0;
    color: #999999;
    box-sizing: content-box;
	font-size: 12px;
}
.ab_ban img{
	display: block;
	width: 100%;
}
.new-float li.six a {
    background: url(../images/xxf_bg_float01.png) no-repeat;
	background-color: #fff;
    cursor: pointer;
}

.new-float .l_qr{
	position: absolute;
	right: 105%;
	top: -30px;
	width: 135px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
	background-color: #fff;
}

.new-float .l_qr img{
	width: 100%;
}
.new-float .qr:hover .l_qr{
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.new-float li.qr p {
    background: url(../images/flo_qr.png) no-repeat;
    font-size: 12px;
}

.g_more2{position: relative;}
.g_more2 a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

.header.act{
	height: 90px;
}
.header.act .logo img {
    margin-top: 32.5px;
}
.header.act .h_nav .ul2.act {
    top: 90px;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 9;
}

.header.act .pro_con{
	top: 170px;
}

.a_dw2{
	position: relative;
	top: -60px;
	
}

.footer .f_right ul li p a {
    width: 84px;
}

.m_navbox li.mrn .lbt{
	display: block;
}
.m_navbox li.mrn .lbt .one_a:first-child .two_prol{
	display: block;
}
.m_navbox li.mrn .lbt .one_a:first-child .two_prol div:first-child .tree_prol{
	display: block;
}

.info_tc{
	position: fixed;
	z-index: 9999;
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.info_tc .in_con{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #f6f6f6;
	border-radius: 12px;
	padding: 30px;
	position: relative;
	width: 600px;
}
.info_tc .from_box .iten{
	width: 100%;
	margin-bottom: 34px;
}

.info_tc .hide_btn2{
	position: absolute;
    top: 30px;
    right: 26px;
    cursor: pointer;
}
.info_tc .gx2{
	display: flex;
}
.info_tc .gx2 .quer2 {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.info_tc .gx2 .quer2.act {
    background-color: #e20214;
    border-color: #e20214;
}
.info_tc .gx2 .quer2 img {
    opacity: 0;
}
.info_tc .gx2 .quer2.act img {
    opacity: 1;
}

.info_tc .gx2 p {
    font-size: 16px;
    color: #888;
    line-height: 1.5em;
    padding-left: 8px;
    width: calc(100% - 20px);
}

.x_l{position: fixed;
	z-index: 10000;
	
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.x_l .x_con{ position: relative; margin: 200px auto; width: 600px; padding: 50px; background: #eee; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }

.x_l .x_nn{width: 100%;margin-bottom: 34px; color: #000;}

/* .x_l .n_c{margin-bottom: 10px;} */

.x_l .x_nn span{color:red;}

.x_l .x_nn input{ padding-left: 20px; outline: none; width: 100%; height: 48px; margin-top: 20px; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; border:none; }

.x_l .x_x{position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;}

.x_l .x_x img{width: 19px; height: 18px;}
/* 
.tj{width: 100%; height: 100%;z-index:10001 ;position: fixed;left: 0; top:0; background: #888;}



.tj .f_con{width: 200px; height: 200px;margin: 300px auto;background: white;}

.tj .f_con p{text-align: center; line-height: 50px; color: #000;}

.tj .f_con button{ margin: 0 auto; background: #999999; border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px ; } */

.x_l .bu{ width: 180px;
    height: 50px;margin: 0 auto;}

	.x_l .n_c {display: flex;}

.x_l .n_c img{ width: 20px; height: 20px; position: relative; left: 0px; margin: 0 10px 0 5px; transform:translateY(-20%) ; -webkit-transform:translateY(-20%) ; -moz-transform:translateY(-20%) ; -ms-transform:translateY(-20%) ; -o-transform:translateY(-20%) ; }

.x_l .bu button{ width: 180px; height: 50px; border:none; font-size: 18px; font-weight: bold; background:#999999; color: #f7f7f7; border-radius:9px ; -webkit-border-radius:9px ; -moz-border-radius:9px ; -ms-border-radius:9px ; -o-border-radius:9px ; }

.x_l .bu button:hover {background: #e20012;}

.x_ll{display: block;}

.tjj{display: block;}

.xq_c{
	line-height: 1.5em;
	font-size: 14px;
	color: #333;
	margin-bottom: 51px;

	height: 3em;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.new2n{padding-top: 20px;}

.bt3{font-size:24px;color:#555555; line-height:48px;margin:20px 0px;}


/*应用与资料中心*/
.app ul{margin:10px -10px;display:block;}
.app ul li{float:left;padding:10px 10px;width:25%;}
.app li .img{overflow:hidden;  


}
.app li img{transition: transform 0.3s ease;width:100%;}
.app li:hover .img img{transform: scale(1.1);}
.app li .yy-title
{
    
background: #e8e8e8;
height: 60px;
}
.app li .yy-title span{color:#666666;height: 36px;}
.app li:hover .yy-title{background:#e20214;}
.app li:hover span{color:white;}
.app li .yy-title .sp1  img{width:30px;height:30px;float:left;margin:15px 10px 0px 20px;}
.app li .yy-title .sp1
{
    display: inline-block;
    position: relative;
    margin-right: 5px;
    min-width: 12px;
    margin-left:-48px;
}
.app li .yy-title .sp1 img{display:block;}
.app li .yy-title .sp1 .img2{position: absolute;top: 0;left: 0;opacity: 0;}
.app li:hover .yy-title .sp1 img{opacity:0;}
.app li:hover .yy-title .sp1 .img2{opacity:1;}

/*资料中心*/
.bt4{font-size:16px;height:48px;color:white;line-height:48px;}
.bt4 span{padding:0px 20px;background:#e20214;display: inline-block;text-align:center;
    line-height: 48px;border-radius:10px;}
.bt4 img{width:30px;float:left;margin:8px 0px 0px 20px;}
.r .movice ul{}
.r .movice ul li{width:33.33%;margin-top:30px;height:auto;}
.bt_50{padding-bottom:50px;}


/*资料中心*/
.movice .p_box1 .pul1 li .pic{min-height:215px;}


/*视频中心*/
.movice ul{padding:0px -10px;}
.movice ul li{float:left;padding:0px 10px;width:25%;}
.movice ul li:hover{cursor:pointer;}
.movice li .img{overflow:hidden; height:215px;}
.movice li .img .img1{min-width:385px;}
.movice .video .img{position:relative;}
.movice .video .img .video_pop
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,.2); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0; */
}



.month
{width:80px; height:40px;background:#e20214;text-align:center;color:white;line-height:40px;font-size:16px;margin:30px 0px;border-radius:10px;}

.report-tuijian li img{width:7px;}



.sword{font-weight:bold;color:#e20214;margin:0px 5px;}

/*应用报告*/
.report-box{margin-bottom:50px;height:90px;}
.report-tuijian{margin:10px -10px;}
.report-tuijian li{width:25%;float:left;height:90px;padding: 0 10px;}
.report-tuijian li .bg{background:#ebebeb;}
.report-tuijian li a{width:90%;height:90px;font-size:14px;line-height:24px;padding:20px;color:#404040;}
.report-tuijian li a:hover{color:#e20214;}
.report-tuijian li img{float:right;margin-top:40px;margin-right:20px;}
.report-tuijian li .rline{width:20px; height:2px;background:#e20214;position:absolute;margin-top:0px;}
.report-more{float:right;margin-top:-50px;}
.report-more a{font-size:16px;color:#666;}
.report-more a:hover{color:#e20214;}
.clear{clear:both;}
.sou input{width:50%;height:60px;font-size:16px;color:#999;padding-left:1em;}
.sou .sou_btn button{width:110px;height:60px;border-radius:10px;background:#e20214;border:none;font-size:18px;line-height:50px;color:white;text-align:center;}

.report  .pro_nav2 .bct a{display: block;
    width: 100%;
    height: 100%;
    position: absolute;top:20px;left:40px;}

.report{padding-top:0px;}

/*应用文章*/
.yylist ul li{padding:20px;border:1px solid #f2f2f2;}
.yylist ul li a{color:#333;font-size:18px;line-height:30px;}
.yylist ul li a:hover{color:#e20214;}
.yylist ul li span{font-size:18px;color:#666;line-height:30px;float:right;}


/*行业应用*/
.hyyy .hyyy_index{margin:10px -10px;}
.hyyy .hyyy_index li{width:20%; padding:0px 10px;float:left;margin-top:40px;height: 200px;}
.hyyy .hyyy_index li .img{width:100%;overflow:hidden;}
.hyyy .hyyy_index li img{transition: transform 0.3s ease;width:100%;}
.hyyy .hyyy_index li:hover img{transform: scale(1.1);}
.yy-title{height:50px;color:white;background:#999999;line-height:50px;font-size:16px;text-align:center;}
.hyyy .hyyy_index li:hover .yy-title{background:#e20214;}
.hyyy_list .rmyy{width:100%;height:60px;color:white;background:#e20214;font-size:24px; line-height:60px;padding-left:1em;}

.p_50{padding-top:50px;}
.p_100{padding-top:100px;}



.nodata{margin:50px;font-size:24px;}

.pro_content .pro_nav2 .bct a{   display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 40px;}

/*维保*/
.weibao ul{padding:0 -10px;margin-top:-30px;min-height:80px;}
.weibao ul li{overflow:hidden; width:33.33%;padding:0 10px;float:left;box-shadow: 5px 5px 5px rgba(0,0,0,.1);height:60px;margin-top:30px;}
.weibao ul li a{padding-left:10px; background:#f8f8f8;height:60px;}
.weibao ul li .img1{float:left;height:33px;margin-right:10px;}
.weibao ul li .img2{height:33px;float:right;margin-left:8px;}
.weibao ul li span{font-size:16px;line-height:60px;padding-left:15px;display:block;padding-right:10px;}
.weibao ul li img{margin-top:16px;}


/*线下培训*/
.outline .h3{font-size:24px;color:#4d4d4d;text-align:center;margin:90px auto;}
.outline .top_navs .item{width:50%;}
.outline .news_list li{border-radius:10px;width:25%;}
.outline .news_list li .tmies,.outline .news_list li .ke{font-size:14px;color:#4f4f4f;margin:20px 0px;}
.outline .news_list .con .img{height:185px;}
.outline .news_list li a{}
.outline .news_list li .more{
width:95px;height:36px;background:#e41324;border-radius:10px;color:white;line-height:36px;text-align:center;
float: right;margin-top: -60px;
}


.outline .news_list li .txt img 
{
    position: absolute;
    top: 32px;
    right: 14px;
    opacity: 0;
    
}

.outline .news_list li:hover .txt img{
	opacity: 1;
}



.bg-white{background:white;}
.outline .desc{line-height:36px;font-size:16px; padding:30px;}
.outline .desc span{font-size:16px;color:#666;}
.outline .cbody{line-height:36px;font-size:16px;background:white;margin-top:30px;padding:30px;}}
.outline .cbody p{line-height:36px;}
.outline .pop_in{margin-right:30px;float:right; color:white; width:200px;height:48px;background:#e41324;border-radius:10px;font-size:24px;line-height:48px;text-align:center;margin-top:-120px;}

.outline .cbody img{display:inline-block;}


.hyyy .h3{font-size:30px;color:#4d4d4d;text-align:center;margin:10px auto;}
.hyyy .desc{line-height:36px;font-size:16px; padding:30px;}
.hyyy .desc span{font-size:16px;color:#666;}
.hyyy .cbody{line-height:36px;font-size:16px;background:white;padding:30px;}}
.hyyy .cbody p{line-height:36px;}
.hyyy .pop_in{margin-right:30px;float:right; color:white; width:200px;height:48px;background:#e41324;border-radius:10px;font-size:24px;line-height:48px;text-align:center;margin-top:-120px;}

.hyyy .cbody img{display:inline-block;}



@media (max-width: 1860px){
.footer .f_right ul li:not(:first-child){margin-left: 100px;}
.movice li .img{height:190px;}
	
	
}
@media (max-width: 1680px){
.movice li .img{height:155px;}
	.news_list .txt .tit{font-size: 18px;}
	.news_list .txt .r_more {width: 11px;height: 22px;}
	.xq_c {
		margin-bottom: 22px;
	}
	
	.footer .f_right ul li:nth-child(1){margin-left:40px;}
	.footer .f_right ul li:not(:first-child){margin-left: 60px;}
	
.news_list .txt{padding:10px;}
.outline .news_list li .more{width:60px; font-size:12px;}
.weibao ul li span{font-size:14px;}
.r .movice ul li{}

.header .h_nav .ul1 li{padding:0px 30px;}
}

@media (max-width: 1440px){
	.header .h_nav .ul1{font-size: 16px;}
	.header .fr {width: 77.64%;}
	.header .h_nav {width: 81.8%;}
	.header .right input {width: 148px;}
	.header .right{width: 188px;}
	
	
.movice li .img{height:130px;}


	/* .new-float li,.new-float li a.tit{
		width: 60px;
	}
	.new-float{
		width: 60px;
	}
	.new-float li.fif p,.new-float li.fi a,.new-float li.six a{
		background-position: left -8px top;
		text-align: center;
	}
	.new-float li .tel{left: 61px;} */
	.new-float{top: 50%;}

	.header .pro_box .item:not(:last-child) { margin-right: 15px; }
.header .h_nav .ul1 li{padding: 0 8px;}
	.header .h_nav .ul1 li:first-child{padding: 0 25px 0 0;}
	.footer .f_right ul li:not(:first-child) {
		margin-left: 48px;
	}

	.news_list1 .li2 .txt .tit {
		height: 2.8em;
	}
.r .movice ul li{}
.movice li .yy-title{font-size:14px;}
.outline .news_list li{width:33.33%;}
.outline .news_list li .more{width:85px; font-size:12px;}

}

@media (max-width: 1366px){
.footer .f_right ul li:not(:first-child){margin-left: 43px;}
.report-tuijian li a{width:87%;}

.movice li .img{height:110px;}

}


@media (max-width: 1280px){
.footer .f_right ul li:not(:first-child){margin-left: 40px;}
.footer .f_right ul li p a{display: block;}
.weibao ul li{width:50%;}
.outline .news_list li{width:33.33%;}
.outline .news_list li .more{width:60px;}
.report-tuijian li a{width:87%;}

.header .h_nav .ul1 li{padding:2px;}
.movice li .img{height:100px;}
}

@media (max-width: 1073px){
	.footer .f_right ul li:not(:first-child){margin-left: 50px;}
	.header .h_nav .ul1 li{padding: 0 6px;}
	.header .h_nav .ul1 li:first-child{padding: 0 16px 0 0;}
.report-tuijian li a{width:87%;}
.report-tuijian li{height:125px;}
.report-tuijian li .bg{height:120px;}

.header .h_nav .ul1 li{padding: 0 5px;}
.header .h_nav .ul1 li a{font-size:14px;}

.movice li .img{height:90px;}
.report-tuijian li{width:50%;}
}

@media (max-width: 1120px){
.movice li .img{height:85px;}
	.header .fr {
		width: 76.64%;
	}
	.footer .f_right ul li:nth-child(1){margin-left:40px;}
	.footer .f_right ul li:not(:first-child) {
		margin-left: 20px;
	}
	
.outline .news_list li{width:50%;}
.outline .news_list li .more{width:120px;}


.report-tuijian li a{width:82%;}
.report-tuijian li{height:125px;}
.report-tuijian li .bg{height:120px;}
}


@media (max-width: 960px){
    
.box_new .box{padding: 0 5%;}
.hyyy_list{margin-top:20px;margin:10px -10px;}
.hyyy .hyyy_index li{padding:0 2px;}
.ne3,.new2n{padding-top:0px;}
.hyyy .h3{font-size:1.5em;}
.hyyy .desc{padding-top:0px;}
.pro_more a{color:white;}
.yylist ul li span{display:none;}
.bt3{padding:10px 10px;}
.report-tuijian{margin:0px;}
.p_50{padding-top: 10px;}  
.movice li .img{height:auto;}
.outline .pop_in{font-size:1.2em;margin-top:2em;}
.outline .desc{padding-bottom:8em;} 
.outline .h3{margin:1em auto!important;font-size:1.2em;}
.report-tuijian li .bg{height:90px;}
.app ul li{width:50%;margin-top:1.5em;}
.bt_50{padding-bottom:0px;}
.p_box1{padding-bottom:0px!important;}


	.new-float,.footer{display: none;}
	.header{display: none;}
	.m_head{display: block;}
	.news_list li {width: 50%;}
	.news_list .txt .tit {font-size: 16px;}
	.crumbs_nav,.ul_fy{display: none;}
	.news_list .txt {padding: 15px;}
	.ab_r1, .pro_more {display: block;}
	.pro_more{margin-top: 16px;}
	.top_navs,.new-float{display: none;}
	.z_tanchuang .tbox .modal{padding: 16px;}
	.z_tanchuang .tbox .modal .out { top: -45px; right: -9px; }
	.footer2 .flt { line-height: 26px; }
	.footer2 .frt { line-height: 26px; }

.app li .yy-title .sp1{display:none;}
.report-tuijian li{width:100%;float:left;height:90px;padding: 0 10px;margin-top:1em;}
.sou input{width:60%;height:40px; line-height:40px;}
.sou .sou_btn button{height:40px;line-height:40px;}
.r .movice ul li{width:100%;}

.movice ul li{float:left;padding:0px 10px;width:50%;margin-top:2em;}
.movice ul li .img{width:100%;}

.hyyy .hyyy_index li{width:50%;height:15em;}

}

@media (max-width: 640px)
{
.outline .news_list li{width:100%;}
.outline .news_list li .more{width:90px;}
}

@media (max-width: 600px){
	.footer2 .flt span,.footer2 .flt a{display: block;}
	.footer2 .frt,.footer2 .flt{float: none;text-align: center;}
	.footer2 .frt{display: flex;justify-content: center;}
	.news_list li {width: 100%;}
	.news_list li {padding: 0 0px;margin-bottom: 12px;}
	.news_list {margin: 0 0px;}
	.top_navs{margin-top: 0;}
	.top_navs{margin-top: 12px;}
	

}


@media (max-width: 480px)
{
.movice ul li{width:100%;} 
.hyyy .hyyy_index li{height:9em;}
}
@media (max-width: 360px)
{
.weibao ul li{width:100%;}
}

@media (max-width: 320px)
{
}
/*2022-9-1*/
.pop_btns input{
    display: inline-block;
    width: 180px;
    height: 50px;
    border-radius: 10px;
    background-color: #999;
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    border:none;
}
.pop_btns input:hover{background-color: #e20214;-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}






