@charset "utf-8";
* {margin: 0;padding: 0;}
*, *:before, *:after { max-height:1000000px }
html{-webkit-text-size-adjust:none;}
body {font-family: "微软雅黑","Microsoft YaHei", PingFangSC-light, "Source Sans Pro", "Helvetica Neue", Arial, "Hiragino Sans GB",  "WenQuanYi Micro Hei", sans-serif;}
html,body {font-size:16px;overflow-x: hidden !important;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-text-size-adjust: none;background:#fff;}
ol,ul,li,dl,dt,dd {	list-style: none;}
h1,h2,h3,h4,h5,h6 {	font-weight: normal;}
em,i,strong {font-style: normal;}
img {border: none;}
a {	text-decoration: none;color: #333;}
a:hover{color: #ef3123;}
a:active{color: #ef3123;}
a:focus {color: #ef3123;}
a:focus,*:focus {outline: none;}
button {cursor: pointer;}
button:hover {color: #333;}
input:focus,textarea:focus {outline: none;}
input,textarea {font-family: "microsoft yahei";}
textarea {resize: none}
table {border-collapse: collapse;border-spacing: 0;table-layout: fixed;}
table tr th,table tr td{word-wrap: break-word;word-break: break-all;}
abbr,acronym {border: none;	font-variant: normal;}
.fl {float: left;}
.fr {float: right;}
.Pr {position: relative;}
.Pa {position: absolute;}
.clear {clear: both;}
.dis {display: block;}
.undis {display: none;}
.fbold{font-weight:bold;}


@font-face {
font-family: 'dincond-medium-webfont';
src: url('../fonts/dincond-medium-webfont.eot');
src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/dincond-medium-webfont.woff') format('woff'), 
	url('../fonts/dincond-medium-webfont.ttf') format('truetype'), 
	url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}

.wp{/*padding-top:1px;*/overflow: hidden !important;}
.w1200{width:94%;max-width:1200px;margin:0 auto;}
.header_box{position:relative;}
.header {position:fixed;top: 0;left:0;z-index: 999;background:transparent;width:90%;padding:0 5%;height: auto;transition:0.3s;}
.header .logo {float: left;margin:14px 0;}
.header .logo img {max-width:202px;height:50px;}
.header .logo1 {display: block;}
.header .logo2 {display: none;}
.header .logo3 {display: none;}

.header .meau{float:right;margin-top:28px;width:24px;height:24px;border:#fff solid 1px;cursor:pointer;transition:0.3s;
			background:url(../images/meau.png) no-repeat center;}

.header .nav_s{float: right;position:relative;margin-top:28px;margin-left:5%;margin-right:3px;}
.header .nav_s .nav_s_nr{width:108px;padding-right:24px;background:none;overflow: hidden;border:#fff solid 1px;transition:0.33s;position:relative;}
.header .nav_s .sinput{width:90%;height:24px;padding:0 5%;border:none;background:none;border:none;font-size:15px;color:#333;}
.header .nav_s .sbmit{position:absolute;right:0;top:0;width:26px;height:26px;color:#f1f1f1;font-size:15px;border:none;
			background:url(../images/search.png) no-repeat center;text-indent:-99999px;}

.header .nav {float:right;width:60%;max-width:750px;}
.header .nav ul {width: 100%;margin: 0 auto;position: relative;}
.header .nav ul>li {position: relative;float: left;width:12.5%;height:78px;text-align: center;}
.header .nav ul>li>a {display: block;margin:0 4%;height:78px;line-height:78px;font-size:15px;font-weight:bold;color:#fff;text-transform:uppercase;
	position: relative;z-index:9;overflow: hidden;white-space: nowrap;transition: 0.3s;}
.header .nav ul>li>span {display:block;width:0;height:3px;background:#e60114;position:absolute;bottom:0;right:50%;transition: 0.3s;}
.header .nav ul>li.on>span,.header .nav ul>li:hover>span{width:90%;right:5%;}
.header .nav ul li ol {position:absolute;z-index:5;top:78px;left:0;text-align:left;width:1100%;height:0;padding:0 10%;overflow: hidden;
	background:rgba(0, 0, 0, 0.6);transition:0.33s;}
.header .nav ul li ol:before{content:"";position:absolute;top:0;right:100%;width:200%;height:100%;background:rgba(0, 0, 0, 0.6);transition:0.33s;}
.header .nav ul li:hover ol {padding:10px 10%;height:auto;overflow: inherit;}
.header .nav ul li ol li {width: auto;display: inline-block;float:none;height:0;overflow:hidden;}
.header .nav ul li:hover ol li{height: auto;}
.header .nav ul li ol li a {display:block;padding:0 13px;color:#fff;font-size:15px;height:30px;line-height:30px;text-align:center;transition: 0.3s;}
.header .nav ul li:hover ol li a:hover {opacity:0.6;}

.header:hover .logo1,.header1 .logo1{display: none;}
.header:hover .logo2,.header1 .logo2{display: block;}
.header:hover,.header1{background: #fff;box-shadow:0 0 5px #ccc;}
.header:hover .meau,.header1 .meau{background-image:url(../images/meau1.png);border:#7a7a7a solid 1px;}
.header:hover .nav ul>li>a,.header1 .nav ul>li>a {color:#2c2c2d;}
.header:hover .nav_s .nav_s_nr,.header1 .nav_s .nav_s_nr{border:#7a7a7a solid 1px;}
.header:hover .nav_s .sbmit,.header1 .nav_s .sbmit{background-image:url(../images/search1.png);}

.m-trigger {display: none;position: absolute;top: 0;right: 0;width: 6rem;height: 5rem;cursor: pointer;
	background: url(../images/menu_add.png)  no-repeat center/40%;transition:0.3s;}
.m-trigger1{background-image: url(../images/menu_add1.png);}


.side_nav {width:415px;height:100%;padding:30px 0 0 40px;background:#fff;position:fixed;z-index:1000;right:-555px;top:0;transition:0.55s;}
.side_nav.on{right:0;}
.side_nav_logo {float:left;margin-bottom:20px;}
.side_nav_top{overflow: hidden;}
.side_nav_top a{display:inline-block;font-size:14px;color:#333;padding-left:24px;transition:0.22s;margin:2px 20px 2px 0;}
.side_nav_top a:hover{color:#da251d;}
.home_btn{background:url(../images/home-btn.png) no-repeat left center;background-size:auto 18px;}
.home_btn:hover{background-image:url(../images/home-btn2.png);}
.home_close{background:url(../images/menu_close.png) no-repeat left center;background-size:auto 16px;}
.home_close:hover{background-image:url(../images/menu_close2.png);}
.side_nav_close {position:absolute;top:16px;right:16px;cursor:pointer;}
.side_nav ul {width:100%;height:530px;padding-top:20px;border-top:1px solid #e0e0e0;margin-top:15px;;overflow:hidden;}
.side_nav ul>li{width:100%;clear:both;padding-bottom:15px;text-align:left;overflow:hidden;position:relative;}
.side_nav ul>li>a{font-size:22px;color:#333;margin-bottom:8px;text-align:left;display: block;}
.side_nav ul ol li {float:left;}
.side_nav ul ol li a {font-size:15px;margin:2px 20px 2px 0;color: #666;float:left;transition:0.33s;}
.side_nav ul ol li a:hover{color:#da251d;}

.masklayer{width:100%;height:100%;background:rgba(0, 0, 0, 0.7) ;position:fixed;z-index:998;left:100%;top:0;z-index:1000;}
.masklayer.on{left:0;}

.bannerbox {width: 100%;background:#f7f7f7;/*margin-top:78px;*/}
.banner {display:block;width:100%;/*height:770px;*/padding-top:40%;background:#f7f7f7 no-repeat center/cover;position: relative;}
.banner .wap_pic{width:100% !important;height:auto !important;display:none;}
.banner #video {position:absolute;top:0;left:0;z-index:9;width:100%;height:100%; object-fit: cover;background:#e60114;}
.banner .banner_tit {position: absolute;top:40%;left:0;z-index:10;text-align: center;width: 100%;color: #fff;}
.banner .banner_tit .sy01 {font-size:56px;height:80px;}
.banner .banner_tit .sy02 {font-size:16px;height:40px;text-transform: uppercase;font-family: "Avian";}
.banner .banner_tit .sy03 {}

.center_1{overflow: hidden;padding:27px 0;}
.ind_news{width:42%;float:left;}
.ind_news_tit{font-size:17px;font-weight:bold;color:#2c2c2d;padding:18px 0;border-bottom:#f4f4f4 solid 3px;position:relative;margin-bottom:18px;}
.ind_news_tit:before{content:"";position:absolute;left:0;top:100%;width:69px;height:3px;background:#ef3123;}
.ind_news_tit span{font-size:13px;font-weight:bold;color:#838383;margin-left:8px;}
.ind_news_list li {position:relative;line-height:16px;padding:8px 0;}
.ind_news_list li a{color:#838383;font-size:16px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ind_news_list li span{display:inline-block;margin-right:15px;}
.ind_news_list li a:hover{color:#e60114;text-decoration:underline;}

.ind_pro{width:55%;float:right;}
.ind_pro ul{overflow: hidden;}
.ind_pro ul li{float:left;width:14.28%;}
.ind_pro ul li a{text-align: center;display:block;padding:5px 0;margin:0 1% 1%;border-radius:6px;overflow:hidden;transition:0.33s;}
.ind_pro ul li a .icon{display:block;width:58px;height:43px;background:url(../images/ind_pro.png) center;margin:0 auto;transition:0.33s;}
.ind_pro ul li.li_01 a .icon{background:url(../images/ind_pro_01.png) no-repeat center/contain;}
.ind_pro ul li.li_02 a .icon{background:url(../images/ind_pro_02.png) no-repeat center/contain;}
.ind_pro ul li.li_03 a .icon{background:url(../images/ind_pro_03.png) no-repeat center/contain;}
.ind_pro ul li.li_04 a .icon{background:url(../images/ind_pro_04.png) no-repeat center/contain;}
.ind_pro ul li.li_05 a .icon{background:url(../images/ind_pro_05.png) no-repeat center/contain;}
.ind_pro ul li.li_06 a .icon{background:url(../images/ind_pro_06.png) no-repeat center/contain;}
.ind_pro ul li.li_07 a .icon{background:url(../images/ind_pro_07.png) no-repeat center/contain;}
.ind_pro ul li a .txt{display:inline-block;color:#545454;font-size:16px;font-weight:bold;padding:18px 0 0;overflow:hidden;white-space:nowrap;transition:0.33s;}
.ind_pro ul li a:hover .icon{transform:translateY(5px);}
.ind_pro ul li a:hover .txt{transform:translateY(-5px);}


.bottom{padding:20px 5%;background:#989898;}
.bottom_l{float:left;padding:5px 0;}
.bottom_l .lxwm{background:#d1d1d1 url(../images/ft_l.png) no-repeat left center;padding:3px 3px 3px 29px;max-width:90px;margin:0 auto;}
.bottom_l .lxwm a{display:inline-block;padding:2px 10px;background:#fff;color:#2c2c2d;font-size:17px;}
.bottom_l .lxwm a:hover{color:#c9161e;}

.bottom_r{float:right;color:#757575;font-size:14px;}
.bottom_r .ft_ico{display:inline-block;width:36px;height:36px;position:relative;margin-right:3px;border-radius:50%;transition:0.333;}
.bottom_r .ft_ico1{background:#d1d1d1 url(../images/ft_ico1.png) no-repeat center;}
.bottom_r .ft_ico2{background:#d1d1d1 url(../images/ft_ico2.png) no-repeat center;}
.bottom_r .ft_ico3{background:#d1d1d1 url(../images/ft_ico3.png) no-repeat center;}
.bottom_r .ft_ico .ft_ico_nr{position:absolute;bottom:40px;left:50%;z-index:999; width:125px;margin-left:-62px;height:0;overflow: hidden;transition:0.33s;}
.bottom_r .ft_ico .ft_ico_nr img{max-width:100%;}
.bottom_r .ft_ico:hover{background-color:#ef3123;}
.bottom_r .ft_ico:hover .ft_ico_nr{height:auto;}

.banquan{font-size:12px;color:#ececec;text-align:center;line-height:25px;padding:5px 0;}
.banquan a{display:inline-block;color:#ececec;}
.banquan a:hover{color:#fff;}

.slide{position:fixed;right:0;bottom:22%;z-index: 99;transition:0.3s;}
.slide .slide_nr{padding-right:30px;width:auto;transition:0.3s;}
.slide .slide_ewm{display:block;width:141px;}
.slide .slide_close{position:absolute;top:-15px;right:5px;cursor:pointer;width:20px;height:20px;
	background:url(../images/x_close.png) no-repeat center/cover;}
.slide .slide_open{cursor:pointer;width:42px;height:40px;border-radius:5px 0 0 5px;position:absolute;bottom:0;right:-42px;transition:0.3s;
    background:#e60114 url(../images/x_open.png) no-repeat  center;}
.slide_on .slide_nr{width:0;padding:0;}
.slide_on .slide_close{display:none;}
.slide_on .slide_open{right:auto;left:-40px;}

.black-inline{margin:0 auto;text-align:right;padding:30px 0;clear:both;width:100%;overflow:hidden;line-height:24px;font-size:16px;}
.black-inline a {text-align:center;padding:6px 12px;margin:3px;color:#000;background:#eaeaea;display: inline-block;}   
.black-inline a:hover {color:#fff;background-color:#e60114;text-decoration:none;}
.black-inline span.current {padding:6px 12px;background-color:#e60114;color:#fff;font-size:16px;margin:3px;display: inline-block;}   
.black-inline span.disabled {padding:6px 12px;font-size:16px;color:#666; display: inline-block;} 
/*------neiye------*/
.ny_banner {width: 100%;height:517px;position: relative;overflow: hidden;transition:0.33s;
	background:#f1f1f1 no-repeat center top;background-attachment:fixed;}
.ny_banner_nr {position: absolute;top:50%;left:0;width:100%;transform:translateY(-50%);}
.ny_banner_nr .tit0 {font-size:120px;color:#fff;font-weight:bold;position: relative;text-transform:uppercase;transition:0.33s;}

.weizhi {background: url(../images/home.png) no-repeat left center;padding:40px 0 40px 16px;margin:90px 0 30px;}
.weizhi span{font-size: 14px;color: #fff;font-weight:bold;}
.weizhi span a{color:#fff;}
.weizhi span a:hover{color:#e60114;}

.daohang {position:relative;/*border-bottom:#f4f4f4 solid 3px;*/background:#fff;}
.daohang:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#f4f4f4;}
.swiper-container3 .ny_nav li {display: block;max-width:200px;}
.swiper-container3 .ny_nav li a {display:block;width:auto;height:67px;line-height:67px;padding: 0 10px;text-align: center;
	color:#666666;font-size:18px;position:relative;transition:0.33s;border-bottom:transparent solid 3px;}
.swiper-container3 .ny_nav li a:hover,.swiper-container3 .ny_nav li.on a {border-bottom:#ef3123 solid 3px;}
/*about*/
.about{margin:50px auto;width:96%;max-width:1585px;overflow: hidden;background:#f4f4f4;}
.about_l{width:38%;float:left;}
.about_l img{max-width:100%;}
.about_r{width:62%;float:left;}
.about_r .tit{color:#ef3123;background:#fff;font-size:48px;padding:20px 7%;line-height:1.2;border:#eeeeee solid 1px;}
.about_r .tit span{opacity:0.5;font-size:74px;line-height:1;}
.about_r .text{color:#666;background:#f4f4f4;font-size:17px;line-height:1.9;padding:20px 7%;text-align:justify;}
.about_r .text>p{text-indent:1em;}

.about_zc{margin:95px auto;width:96%;max-width:1460px;overflow: hidden;}
.about_zc_l{width:36%;float:left;text-align:right;padding:44px 0;}
.about_zc_l .tit{color:#ef3123;background:#fff;font-size:48px;line-height:1;padding-right:16%;
		border-right:#ef3123 solid 2px;position:relative;z-index:5;margin-bottom:140px;}
.about_zc_l .tit1{font-size:21px;color:#7f7f7f;letter-spacing:0.25em;padding-right:16%;text-transform:uppercase;}
.about_zc_l .tit2{font-size:36px;color:#7f7f7f;padding-right:16%;margin:5px 0;}
.about_zc_l .tit3{font-size:36px;color:#7f7f7f;padding-right:16%;font-weight:bold;}
.about_zc_r{width:64%;float:right;min-height:400px;position:relative;}
.about_zc_r:before{content:"";position:absolute;top:0;left:-2px;width:2px;height:100%;background:#f4f4f4;z-index:1;}
.about_zc_r .text{color:#666;font-size:18px;line-height:2;margin-left:11%;text-align:justify;}
.about_zc_r .text>p{text-indent:1em;}

.ny_tit{text-align:center;padding:50px 0 30px;}
.ny_tit0{font-size:40px;color:#8a8a8a;text-transform:uppercase;line-height:1;font-family:"microsoft yahei Light";}
.ny_tit1{font-size:30px;color:#535353;padding:2px 0 12px;position:relative;}
.ny_tit1:before{content: "";position:absolute;bottom:0;left:50%;margin-left:-36px;width:72px;height:3px;background:#ef3123;overflow: hidden;}

.about_lc{margin:0 auto;width:96%;max-width:1524px;}
.about_lc_nr{padding-bottom:54px;}
.about_lc .line_box{margin:5px auto 50px;padding:0 11%;}
.about_lc .so_line{position:relative;width:100%;height:2px;background:#f5f5f5;transition:0.66s;margin-top:-2px;z-index:1;}
.about_lc .num{display:inline-block;height:74px;line-height:74px;color:#535353;font-size:48px;text-align:center;cursor:pointer;
			transition:0.66s;border-bottom:#f5f5f5 solid 2px;position:relative;z-index:3;}
.about_lc .active .num{color:#ef3123;border-color:#ef3123;}

.about_lc #tabs-container01 .swiper-slide{max-height:500px;overflow-y:auto;}
.about_lc .slidebox{overflow:hidden;margin:0 auto;position:relative;padding:22px 0 38px;}
.about_lc .slidebox:before{content:"";position:absolute;left:35%;top:0;width:1px;height:100%;background:#fcd6d3;overflow:hidden;}
.about_lc .slidebox_l{width:35%;float:left;position:relative;text-align:right;}
.about_lc .slidebox_l .line{width:22%;height:15px;border-bottom:#fcd6d3 solid 1px;position:absolute;right:0;top:0;}
.about_lc .slidebox_l .line span{position:absolute;left:0;bottom:-5px;width:10px;height:10px;border-radius:50%;background:#ef3123;}
.about_lc .slidebox_l h4{font-size:30px;color:#535353;font-weight:bold;padding-right:24%;line-height:30px;}
.about_lc .slidebox_r{margin-left:35%;}
.about_lc .slidebox_r .txt{line-height:29px;font-size:18px;color:#535353;text-align:justify;padding-left:17%;position:relative;margin-bottom:22px;}
.about_lc .slidebox_r .line{width:14%;height:15px;border-bottom:#fcd6d3 solid 1px;position:absolute;left:0;top:0;}
.about_lc .slidebox_r .line span{position:absolute;right:0;bottom:-9px;width:18px;height:18px;border-radius:50%;background:#ef3123;}
.about_lc .slidebox_r .line span:before{content:"";position:absolute;top:-5px;left:-5px;width:18px;height:18px;
			border-radius:50%;border:rgba(239,49,39,0.2) solid 5px;}
.about_lc .slidebox_r>p{line-height:28px;font-size:17px;color:#555;text-align:justify;padding-left:17%;padding-right:2%;position:relative;margin-bottom:22px;}
.about_lc .slidebox_r>p:after{content:"";position:absolute;left:16%;top:6px;margin:0 0 0 -18px;width:18px;height:18px;
			border-radius:50%;background:#ef3123;}
.about_lc .slidebox_r>p:before{content:"";position:absolute;top:15px;left:0;width:16%;height:1px;background:#fcd6d3;}

			
.about_wh{margin:0 auto;width:96%;max-width:1512px;overflow: hidden;}
.about_wh_list{overflow: hidden;margin:30px auto;}
.about_wh_list li{width:22%;margin:1.5%;float:left;}
.about_wh_list li .li_nr{padding:9% 9% 10%;border:#ebebeb solid 1px;border-bottom:#ef3123 solid 2px;}
.nywh_tit{text-align:center;}
.nywh_tit0{font-size:30px;color:#ef3123;line-height:1;}
.nywh_tit1{font-size:24px;color:#666;padding:12px 0 16px;position:relative;}
.nywh_tit1:before{content: "";position:absolute;bottom:0;left:50%;margin-left:-36px;width:72px;height:3px;background:#ef3123;overflow: hidden;}
.about_wh_list li .txt{font-size:18px;color:#282828;line-height:1.4;margin:10px 0;text-align:justify;}

.about_honor{margin:0 auto;max-width:1130px;overflow: hidden;}
.about_honor_list{}
.about_honor_list li{overflow: hidden;}
.about_honor_list .li_l{width:170px;float:left;padding:44px 0;}
.about_honor_list .li_l .tit{color:#ef3123;background:#fff;font-size:48px;line-height:1;
		border-right:#ef3123 solid 2px;position:relative;z-index:5;font-weight:bold;}
.about_honor_list .li_r{margin-left:170px;min-height:80px;position:relative;padding:34px 0 13px;}
.about_honor_list li:last-child .li_r{padding-bottom:80px;}
.about_honor_list .li_r:before{content:"";position:absolute;top:0;left:-2px;width:2px;height:100%;background:#f4f4f4;z-index:1;}
.about_honor_list .li_r .text{color:#535353;font-size:14px;line-height:1.5;margin-left:38px;text-align:justify;}
.about_honor_list .li_r .text>p{}
/*news*/
.news{width:96%;max-width:1545px;margin:5px auto;overflow:hidden;}
.news .ny_tit{margin-bottom:1rem;}
.news_l{width:78%;float:left;overflow:hidden;}
.news_l_l{width:48%;float:left;}
.news_l_l .pic{width:100%;height:375px;background:#c1c1c1 no-repeat center/cover;transition:0.3s;}
.news_l_l .time1{width:86px;height:86px;background:#ce251f;font-size:14px;color:#fff;text-align:center;font-family:"microsoft yahei Light";
		position:absolute;top:0;left:0;}
.news_l_l .time1_1{font-size:40px;font-family:"microsoft yahei";font-weight:bold;line-height:1;padding-top:15px;}
.news_l_l .tit{position:absolute;bottom:0;left:0;font-size:16px;color:#fff;padding:15px 21% 15px 4%;background:rgba(40,40,40,0.7);
		width:75%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news_l_r{width:47.8%;float:right;}
.news_l_r ul{}
.news_l_r li{padding-bottom:20px;margin-bottom:20px;overflow:hidden;border-bottom:#eeeeee solid 1px;}
.news_l_r li:last-child{border:none;}
.news_l_r li .time1{width:80px;height:90px;background:#c0c0c0;font-size:14px;color:#fff;text-align:center;font-family:"microsoft yahei Light";float:left;}
.news_l_r li .time1_1{font-size:40px;font-family:"microsoft yahei";font-weight:bold;line-height:1;padding-top:15px;}
.news_l_r li .li_r{margin-left:98px;padding-top:2px;}
.news_l_r li .tit{font-size:18px;color:#282828;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;}
.news_l_r li .tit:hover{color:#e60114;}
.news_l_r li .txt{font-size:14px;color:#8a8a8a;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_l_r .more{padding:25px 50px 10px;}
.news_l_r .more a{display:block;width:180px;height:50px;line-height:50px;text-align:center;
			border:#d9d9d9 solid 1px;border-radius:25px;font-size:16px;color:#aaa;}
.news_l_r .more a:hover{background:#e60114;color:#fff;}

.news_l_b{padding:1px 0 25px;}
.news_l_b li{position:relative;padding:22px 0;border-bottom:#cccccc dashed 1px;overflow:hidden;padding-right:11%;
		background:url(../images/news_l_b.png) no-repeat right center;}
.news_l_b li:last-child{border:none;}
.news_l_b .li_l{float:left;overflow:hidden;}
.news_l_b .li_l .pic{width:230px;height:150px;background:#f1f1f1 no-repeat center/cover;transition:0.3s;}
.news_l_b .time1{width:112px;height:150px;font-size:16px;color:#808080;text-align:center;float:left;border-right:#cccccc solid 1px;}
.news_l_b .time1_nr{padding-top:50px;display:inline-block;text-align:left;}
.news_l_b .time1_1{font-size:24px;color:#666;line-height:1;}
.news_l_b .li_r{margin-left:375px;}
.news_l_b .li_r .tit{font-size:18px;color:#282828;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:15px 0 10px;}
.news_l_b .li_r .txt{font-size:14px;color:#8a8a8a;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_l_b .li_l .pic:hover{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);}
.news_l_b .li_r .tit:hover{color:#e60114;}

.news_r{width:16%;float:right;}
.news_r ul{overflow:hidden;}
.news_r li{margin-bottom:25px;}
.news_r .pic{width:100%;padding-top:54%;background:#f1f1f1 no-repeat center/cover;transition:0.3s;}
.news_r .tit{font-size:16px;color:#282828;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:36px;line-height:36px;text-align:center;}

.news_dz{width:96%;max-width:1560px;margin:5px auto;overflow:hidden;}
.news_dz_list{overflow:hidden;}
.news_dz_list li{width:20%;margin:2.5%;float:left;overflow:hidden;}
.news_dz_list .pic_box{border:#f4f4f4 solid 7px;}
.news_dz_list .pic{width:100%;padding-top:144%;background:#fff no-repeat center/contain;transition:0.3s;}
.news_dz_list .pic_b{padding:12px 6% 5px;background:#fff;text-align: center;height:128px;}
.news_dz_list .pic_b .tit{color:#454648;font-size:24px;text-decoration:underline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news_dz_list .pic_b .txt{color:#454648;font-size:12px;opacity:0.5;margin:8px auto;
			overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news_dz_list .pic_b .more{color:#ffffff;font-size:12px;color:#fff;width:128px;height:26px;line-height:26px;margin:0 auto;background:#454648;}
.news_dz_list .pic_b .more:hover{background:#e60114;}



.news_xq{padding:30px 0 60px;overflow:hidden;}
.news_xq_tit{padding:16px 0;text-align: center;position:relative;}
.news_xq_tit:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-36px;width:72px;height:3px;background:#f04033;}
.news_xq_tit .yi_tit{font-size:30px;color:#535353;}
.news_xq_tit .er_tit{font-size:12px;color:#b2b2b2;padding:14px 0;overflow: hidden;}
.news_xq_tit .er_tit .spa{display: inline-block;float:left;line-height:32px;margin:6px 0;margin-right:30px;}
.news_xq_tit .bdsharebuttonbox{float:left;}
.news_xq_tit .bdsharebuttonbox .bds_weixin{background:url(../images/icon_wx.png) no-repeat center;}
.news_xq_tit .bdsharebuttonbox .bds_tsina{background:url(../images/icon_wb.png) no-repeat center;}
.news_xq_tit .bdsharebuttonbox .bds_qzone{background:url(../images/icon_qk.png) no-repeat center;}
.news_xq_tit .bdsharebuttonbox .bds_sqq{background:url(../images/icon_qq.png) no-repeat center;}
.news_xq .text{font-size:14px;color:#666666;line-height:2.1;padding:20px 0;text-align:justify;overflow:hidden;}
.news_xq .text p{}
.news_xq .text span{font-size:16px !important;font-family: "微软雅黑", PingFangSC-light, "黑体", Arial !important;}
.news_xq .text img{max-width:100% !important;width:auto !important;height:auto !important;}

.fanye{padding:60px 0;margin-top:60px;border-top:#ccc dashed 1px;overflow: hidden;}
.fanye li{width:30%;float:left;font-size:14px;color:#666;text-align:center;}
.fanye li.two{margin:0 5%;}
.fanye li a{display: block;border:#ef3123 solid 1px;color:#666;height:44px;line-height:44px;padding:0 5%;transition:0.33s;
		overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.fanye li a:hover{background:#ef3123;color:#fff;}

.news_video{overflow:hidden;background:#f7f7f7;padding:80px 0;}
.video_list{width:96%;max-width:1240px;margin:0 auto;}
.news_bbs {width: 47%;position: relative;float: left;overflow: hidden;cursor: pointer;margin:1.5%;}
.news_bbs .imgbox {width: 100%;height:320px;overflow: hidden;position:relative;}
.news_bbs .img {width: 100%;height: 100%;transition:all .6s;background-position:center;background-repeat:no-repeat;background-size:cover;}
.news_bbs:hover .img {transform: scale(1.1);}
.news_bbs a .info {overflow: hidden;width: 100%;transition: all .6s;color: #737373;height:60px;line-height:60px;background:#ffffff;	
		font-size:16px;font-weight:bold;text-align:left;padding:0px 20px;}
.news_bbs a .info:before {position:absolute;bottom:0;left:0;background:#e60114;transition: all .6s;width:0;height:2px;content:"";z-index:6;}
.news_bbs a:hover .info:before {width:100%;}
.videoicon {position:absolute;left:0;top:0;width:100%;height:100%;z-index:6;box-sizing:border-box;text-align:center;display:flex;justify-content:center;align-items:center;}
.videoicon img{opacity:0.5;}
.videoicon:hover{background: rgba(0,0,0,.4);}
.videoicon:hover img{opacity:1;}
.video_pop {display: block;width:100%;height:100%;background: #000;position:fixed;left:0;top:0;z-index:9999!important;
		display:flex;justify-content: center;align-items: center;display: none;}
.close_btn {width:40px;height:40px;position:absolute;right:10px;top:10px;background:url(../images/colse.png) no-repeat center;z-index:100;cursor:pointer;}
#video{width: 100%;height:100vh;object-fit: contain;}

.project{padding:30px 0;min-height:900px;}
.project li>a{display:block;overflow:hidden;padding:25px 0;border-bottom:1px solid #e4e4e4;}
.project_l{width:28%;float:left;overflow:hidden;}
.project_l .pic{height:240px;background:#f8f8f8 no-repeat center/cover;transition:0.3s;}
.project_m{width:40%;float:left;margin-left:2%;color:#383838;font-size:18px;}
.project_m .title {color:#565656;font-weight:bold;clear:both;font-size:32px;color:#000000;height:50px;line-height:50px;padding:8px 0;}
.project_m .title span{min-width:44px;height:22px;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;padding:0 9px;float:left;
	box-sizing:border-box;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.project_m .title .flbb{float:left;margin-right:8px;}
.project_m .add{background:url(../images/c02.png) no-repeat 0px 3px;text-align:left;text-indent:26px;line-height:25px;clear:both;margin:8px 0;}
.project_m .tel{background:url(../images/c03.png) no-repeat 0px 3px;text-align:left;text-indent:26px;line-height:25px;clear:both;margin:8px 0;}
span.rexiao{color: #e60012;border:1px solid  #e60012;}
span.daishou{color: #e60012;border:1px solid  #e60012;}
span.yishou{color: #fcaa6c;border:1px solid  #fcaa6c;}
.tags{clear:both;padding-top:6px;}
.tags span{display:inline-block;vertical-align:middle;*vertical-align: auto;*zoom: 1;*display:inline;background:#e7e7e7;padding:4px 12px;
	margin:12px 10px 0 0;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:16px;color:#616161;}
.pc_url{display:block;}
.wap_url{display:none;}
.project_r{width:22%;overflow:hidden;float:right;text-align:center;}
.project_r .pic{max-width:183px;height:240px;background: no-repeat center/contain;margin:0 auto;
		transition:0.3s;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;}
.project a:hover{border-bottom:1px solid #d4282a;}
.project a:hover .project_l .pic{transform: scale(1.1);}
.project a:hover .project_r .pic{transform:scale(1.05);}

.whcbg{width:100%;padding:60px 0;overflow:hidden;position:relative;background:#f1f1f1 no-repeat center/cover;}
.whcbanner{width:96%;max-width:1200px;margin:77px auto 0;background:#ed2d30;overflow:hidden;}
.whc_l {width:56%;overflow:hidden;position:relative;float:left;}
.whc_l .pic{width:100%;height:405px;background:#c1c1c1 no-repeat center/cover;transition:0.3s;}

.whc_r{float:left;width:39%;padding:20px 2.5%;}
.whc_title{font-size:32px;border-bottom:1px solid #ebebeb;color:#fff;padding:16px 0;}
.whc_titlets{font-size:32px;border-bottom:1px solid #ebebeb;color:#3f3f3f;height:30px;clear:both;}
.dizhi{border-bottom:1px solid #ebebeb;padding:30px 33% 30px 0;position:relative;}
.dizhi1{overflow: hidden;padding-left:117px;position:relative;color:#fff;font-size:14px;margin-bottom:20px;}
.dizhiaa{background:url(../images/dz01.png) no-repeat;padding-left:46px;width:70px;color:#fff;height:40px;line-height:37px;position:absolute;left:0;top:0;}
.dizhibb{padding-top:8px;}
.dizhicc{background:url(../images/dh01.png) no-repeat;padding-left:46px;width:70px;color:#fff;height:40px;line-height:37px;position:absolute;left:0;top:0;}
.dizhidd{color:#515151;padding-top:5px;font-family: 'dincond-medium-webfont';color:#fff;font-size:32px;}

.dizhi2{overflow: hidden;padding-top:15px;position:relative;color:#fff;font-size:14px;text-transform:uppercase;}
.kb_login01{float:left;width:103px;height:34px;border:1px solid #c79f63;color:#c79f63;border-radius: 3px;text-align:center;font-weight:bold;line-height:34px;
	transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
.kb_shiyong01{float:left;width:103px;height:34px;line-height:34px;font-weight:bold;text-align:center;background:#fff;border-radius:3px;color:#ed2d30;
		transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;margin-left:8px;cursor:pointer;}
.kb_login01:hover{color:#fff;}
.kb_shiyong01:hover{color:#ed2d30;}

.weixin{width:32%;max-width:145px;text-align:center;color:#fff;line-height:32px;position:absolute;top:20px;right:0;font-size:13px;}
.weixin img{max-width:100%;}

.xmxw {margin:0 auto;padding:55px 0 45px;overflow:hidden;background: #fff;border-bottom:#f4f4f4 solid 3px;}
.xmjianjie{float:left;width:62%;}
.xmxw_l {width:60%;float:left;}
.xmxw_l .titlets {font-size:23px;font-weight:bold;color:#525252;height:80px;line-height:80px;}
.xmxw_l .text{font-size:14px;color:#a0a0a0;line-height:1.7;text-align:justify;}
.xmxw_m {width:35%;float:right;text-align:center;padding-top:80px;}
.xmxw_m img{max-width:100%;}
.xmweb{text-align:left;margin:0 auto;width:145px;}
.xmweb a{display:inline-block;margin-top:20px;width:145px;height:36px;line-height:36px;text-align:center;color:#fff;background:#ed2d30;text-transform:uppercase;
	transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;margin-right:5px;font-weight:bold;border-radius:5px;}
.xmweb a:hover{background:#58595b;color:#FFF;}
.xmnews{float:right;width:35%;}
.xmnews_title{height:26px;line-height:26px;top:20px;border-left:4px solid  #ed2d30;font-size:26px;text-align:left;padding-left:16px;color:#3f3f3f;}
.xy01{background:url(../images/bbc.gif) repeat-y;}
.xylist{background:url(../images/bba.gif) no-repeat 0px 5px;padding-left:23px;margin-top:19px;}
.xylist01{color:#333333;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xylist02{padding-top:5px;color:#999999;font-size:14px;line-height:21px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xylist01:hover{color:#ed2d30;}

.xmxw_b{padding:60px 0;position:relative;}
.proxq_btn{position:relative;height:50px;}
.proxq_btn ul{position:absolute;top:-35px;right:4%; max-width:320px;width:96%;overflow:hidden;}
.proxq_btn li{float:left;width:25%;text-align: center;}
.proxq_btn li a{color:#323232;font-size:14px;height:46px;line-height:46px;font-weight:bold;display:inline-block;
			border-bottom:transparent solid 3px;transition:0.33s;}
.proxq_btn li.on a{color:#ed2e31;border-color:#ed2e31;}

.proxq2{padding:0 2% 80px;background:#f5f5f5;}
.proxq2_nr{height:0;overflow: hidden;padding:0 50px;}
.proxq2_nr.on{height:auto;}
.swiper-containerxq{position:relative;}
.swiper-containerxq .swiper-slide .pic{width:100%;padding-top:75%;background:#f1f1f1 no-repeat center/cover;}
.swiper-containerxq .swiper-slide .pic1{background-size:contain;}


.tc_box{z-index:9999;position: fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;}
.tc{position:absolute;width:560px;height:auto;top:50%;left:50%;transform: translate(-50%,-50%);background:#fff;}
.tc .close{position:absolute;width:32px;height:32px;top:5px;right:5px;display:block;border-radius:50%;overflow: hidden;
	background:#ed2e31 url(../images/colse.png) no-repeat center;background-size:50% 50%;cursor:pointer;}
.tc_tit{padding:0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;background:#F8F8F8;border-radius:2px 2px 0 0;}
.tc_box table{width:90%;margin:5%;/*background:#f3f3f3;*/}
.tc_box table td{font-size:14px;color:#333;font-weight:normal;padding:5px 2%;}
.tc_box .input{width:50%;height:30px;border:#999 solid 1px;color:#333;}
.tc_box .texta{width:80%;height:80px;border:#999 solid 1px;color:#333;}
.tc_box .xingxing{color:#999;}
.tc_box .submitbtn{width:85px;height:36px;border:none;background:#c8a063;color:#fff;}
.tc_box .t1{color:#999;}

.social_b{width:96%;max-width:1460px;margin:60px auto;}
.social_b_nr{padding:0 15px;}
.social_b_nr .txt{border:#ebebeb solid 1px;padding:5%;margin:15px;min-height:90px;color:#444;font-size:18px;position:relative;text-align:justify;}
.social_b_nr .txt:before{content:"";width:72px;height:2px;background:#e60114;position:absolute;top:-1px;left:50%;margin-left:-36px;}

.zp_left{width:100%;margin:30px auto;}
.zp_left th{font-size:18px;color:#202020;background:#f9f9f9;font-weight:normal;padding:15px 3px;}
.zp_left th .zw_type{padding:0 8%;text-align:left;}
.zp_left td{font-size:14px;color:#000;font-weight:normal;padding:15px 3px;text-align:center;}
.zp_left td .zw{padding:0 8%;text-align:left;}
.zp_left .line_bt{border-bottom:1px solid #e0e0e0;}
.zp_left .line{border-top:1px solid #e0e0e0;}
.zp_left .line1{border-bottom:20px solid #fff;border-top:#e5e2dd solid 1px;}
.zp_left .text{padding:0 3%;height:0;overflow:hidden;color:#585858;font-size:14px;line-height:2.1;transition:0.33s;position:relative;text-align:left;}
.zp_left .on .text{height:auto;padding:1% 3%;}
.zp_left .jl_btn{font-size:14px;color:#fff;display:inline-block;cursor:pointer;background:#ef3123;
		width:80%;max-width:82px;padding:5px;text-align:center;border-radius:1px;}
.zp_left .ckxq{font-size:15px;color:#5a5a5a;padding-left:28px;display:inline-block;cursor:pointer;
		background:url(../images/hr_jt.png) no-repeat left center;}

@media screen and (max-width:1440px) {	
	
	.header{width:94%;padding:0 3%;}
	.header .nav ul>li>a{font-size:14px;}
	.header .logo{}
	/*------neiye------*/
	.ny_banner{height:500px;}
	.ny_banner_nr .tit0{font-size:100px;}
}

@media screen and (max-width:1280px) {	
	.header .nav{width:59%;}
	
}

@media screen and (max-width:1199px) {	
	html,body {font-size: 96%;}
	.header {background:#fff;border-bottom:#e60114 solid 2px;width:100%;padding:0;}
	.header1{box-shadow:none;}
	.header .logo {margin: 0 0 0 1rem;width: 60%;float: none;padding: 1rem 0;height: 3rem;display:block;}
	.header .logo img {display:block;width:auto;height:3rem;max-width:100%;}
	.header .logo .logo1,.header .logo .logo2{display: none;}
	.header .logo .logo3 {display:block;}
	
	.header .meau{display: none;}	
	.header .nav_s{display: none;}
	
	.header .nav {background:#e60114;z-index:9999;position:absolute;width:0;max-width:100%;top:5rem;left:-105%;text-align:center;transition:0.55s;padding:1rem 0;}
	.header .nav1 {width:92%;left:4%;}
	.header .nav ul {overflow: hidden;padding: 0;}
	.header .nav ul li {position: relative;width: 100%;height: auto;}
	.header .nav ul>li>a {height:3.4rem;line-height:3.4rem;color:#fff;font-size:1.21rem;text-align:left;margin:0 8%;}
	.header1 .nav ul>li>a,.header:hover .nav ul>li>a {color: #fff;}
	
	.header .nav ul>li>span {right:0;top:0;z-index:99;color:#fff;width:auto;height:3.7rem;width:5rem;cursor:pointer;background:none;}
	.header .nav ul>li:nth-of-type(1)>span{display:none;}
	.header .nav ul>li>span:before{content:"+";position:absolute;left:0;top:0;font-size:24px;text-align:center;width:100%;height:3.7rem;line-height:3.7rem;}
	.header .nav ul>li:hover>span,.header .nav ul>li.on>span {width:5rem;background: none;right:0;}
	.header .nav ul>li.on>span:before {content: "-";font-size:28px;}
	.header .nav ul li ol {overflow: hidden;left:auto;top:auto;width:96%;height:0;position:relative;padding:0 2%;background:rgba(0, 0, 0, 0.1);}
	.header .nav ul li ol li {border: none;width:100%;}
	.header .nav ul li ol li a {text-align:left;padding:0;margin:0 10%;font-size:1.15rem;height:2.8rem;line-height:2.8rem;}	
	.header .nav ul li:hover ol {height: 0;padding: 0;left:0;overflow: hidden;}
	.header .nav ul li.on ol {left: 0;height: auto;padding: 5px 2%;}
	.header .nav ul li.on ol li{height:auto;}
	.header .nav ul li:hover ol li a:hover {color: #fff;}
	.m-trigger {display: block;}
	
	.bannerbox{padding-top:5rem;}	
	
	.bottom{padding:1.5rem 4%;}
	.bottom_l,.bottom_r{width:100%;text-align: center;}
	.bottom_l_l{display:none;}
	.bottom_l_r{float:none;margin:0;}
	
	.slide{display: none;}	
	/*------neiye------*/
	.ny_banner{height:auto;background-position:center top;background-attachment: scroll;background-size:cover;}
	.ny_banner_nr{padding:7rem 0;position:relative;left:auto;top:auto;transform:translateY(0);}
	.ny_banner_nr .tit0{font-size:5rem;}
	.about_r .text{font-size:16px;}
	
	.nywh_tit0{font-size:1.7rem;}
	.nywh_tit1{font-size:1.4rem;padding:8px 0 14px;}
	.about_wh_list li .txt{font-size:16px;}
	
	.news_xq_tit .yi_tit{font-size:1.6rem;}
	.news_xq .text{line-height:1.7;}
	
	.whcbg{margin-top:5rem;}
	.whcbanner{margin:0 auto;}
}

@media screen and (max-width:1024px) {
	.bottom_l .lxwm a{font-size:16px;}
	/*------neiye------*/
	.about_wh_list{margin:1rem auto 3rem;}
	.about_wh_list li{width:98%;margin:2% 1%;}
	.about_wh_list li .li_nr{padding:7% 7% 8%;}
	
	.about_honor_list{padding:0 1%;}
	.about_honor_list .li_l{width:8rem;}
	.about_honor_list .li_l .tit{font-size:2.5rem;}
	.about_honor_list .li_r{margin-left:8rem;}
	
	.news_l{width:100%;}
	.news_r{width:100%;display:none;}
	
	.project_r{display:none;}
	.project_l{width:33%;}
	.project_m{width:65%;}
	.project_m .title{font-size:1.8rem;}
	
	.pc_url{display:none;}
	.wap_url{display:block;}
}

@media screen and (max-width:980px) {	
	/*--------neiye----------*/
	.swiper-container3 .ny_nav li a{height:4rem;line-height:4rem;font-size:15px;}
	
	.about{margin:3rem auto;}
	.about_l{width:100%;display:none;}
	.about_r{width:100%;}
	.about_r .tit{font-size:2rem;}
	.about_r .tit span{font-size:2.6rem;}
	.about_r .text{font-size:15px;line-height:1.6;}
	
	.about_zc{margin:3rem auto;width:94%;}
	.about_zc_l{width:100%;padding:1rem 0 2rem;}
	.about_zc_l .tit{padding:0;border:none;font-size:2.5rem;margin-bottom:2rem;}
	.about_zc_l .tit1{padding:0;font-size:1.31rem;letter-spacing:0.1em;}
	.about_zc_l .tit2{padding:0;font-size:2rem;}
	.about_zc_l .tit3{padding:0;font-size:2rem;}
	.about_zc_r{width:100%;}
	.about_zc_r:before{display:none;}
	.about_zc_r .text{margin:0 1%;font-size:15px;line-height:1.6;}
	
	.ny_tit{padding:3rem 0 1.8rem;}
	.ny_tit0{font-size:2.2rem;}
	.ny_tit1{font-size:1.7rem;}
	
	.about_lc .line_box{margin:5px auto 3rem;}
	.about_lc .num{height:4rem;line-height:4rem;font-size:3rem;text-align: center;}
	
	.about_lc .slidebox{padding:1.3rem 0 0.5rem;}
	.about_lc .slidebox_l h4{font-size:1.8rem;}
	.about_lc .slidebox_r .txt{font-size:16px;}
	.about_lc .slidebox_r>p{font-size:16px;line-height:24px;margin-bottom:16px;}
	.about_lc .slidebox_r>p:after{top:8px;width:14px;height:14px;margin-left:-14px;left:13%;}
	.about_lc .slidebox_r>p:before{width:13%;}
	
	.fanye{padding:3rem 0;margin-top:3rem;}
	.fanye li{width:100%;}
	.fanye li.two{margin:1.5rem 0;}
	.fanye li a{height:40px;line-height:40px;}
	
	.whc_l{width:100%;}
	.whc_r{width:95%;}
	
	.xmjianjie{width:100%;margin-bottom:2rem;}
	.xmnews{width:100%;}
	
}

@media screen and (max-width:812px) {	
	.banner {height:auto;padding:0;background-image:none !important;}
	.banner #video{display:none;}
	.banner .banner_tit .sy01{font-size:2.1rem;height:auto;margin-bottom:1rem;}
	.banner .banner_tit .sy02{font-size:13px;height:auto;margin-bottom:1.5rem;}
	.banner .banner_tit .sy03 img{width:20px;}
	.banner .wap_pic{display: block;}
	.ind_pro ul li a .icon{width:48px;height:40px;}
	.ind_pro ul li a .txt{padding:10px 0 0;}
	.ind_news,.ind_pro{width:100%;}
	.ind_news{margin-bottom: 10px;}
	.ind_news_list li {position: relative;line-height: 16px;padding: 15px 20px 15px 20px;background:#f5f5f5;margin-bottom:0.5rem;}
	.ind_zszzg .pic {top: 48px;width: 70%;left:auto;float:right;}
	.center_1{padding-top:10px;}	
	.ind_news_list li span{display:none;}
	
	.banquan{font-size:13px;}
	/*--------neiye----------*/
	.news_l_l{width:100%;margin-bottom:2rem;}
	.news_l_r{width:100%;}
	.news_l_r li{padding:15px 0;margin:0;;}
	
	.news_dz_list li{width:46%;margin:2%;}
	.news_dz_list .pic_b .tit{font-size:1.5rem;}
	
	.whcbg{padding:3rem 0;}
	
	.social_b{margin:3.5rem auto;width:94%;}
	.social_b_nr .txt{font-size:16px;}
	
	.zp_left th{font-size:15px;}
	
	.about_lc #tabs-container01 .swiper-slide{max-height:50vh;}
}

@media screen and (max-width:600px) {
	html,body {font-size: 90%;}
	.ind_pro ul li{width:25%;}
	/*--------neiye----------*/
	.w1200{width:93%;}
	
	.ny_banner_nr{padding:5rem 0;}
	.ny_banner_nr .tit0{font-size:3rem;}
	
	.news_l_l .pic{height:0;padding-top:60%;}
	.news_l_l .tit{font-size:14px;position:relative;left:auto;bottom:auto;padding:10px 5%;width:90%;}
	.news_l_l .time1{width:60px;height:60px;font-size:13px;}
	.news_l_l .time1_1{font-size:20px;padding-top:10px;}
	
	.news_l_r li .tit{font-size:16px;}
	.news_l_r li .time1{width:6rem;height:80px;}
	.news_l_r li .time1_1{font-size:30px;padding-top:15px;}
	.news_l_r li .li_r{margin-left:7rem;}
	
	.news_l_b li{background:#fff;padding-right:0;}
	.news_l_b .li_l{display:none;}
	.news_l_b .time1{width:6rem;height:100px;}
	.news_l_b .time1_1{font-size:1.5rem;}
	.news_l_b .time1_nr{padding-top:2rem;}
	.news_l_b .li_r{margin-left:7rem;}
	.news_l_b .li_r .tit{font-size:16px;}
	
	.project_l{width:100%;}
	.project_l .pic{height:0;padding-top:40%;}
	.project_m{width:100%;margin:1.5rem 0 0;font-size:15px;}
	.tags span{font-size:14px;}
	
	.whc_l .pic{height:0;padding-top:50%;}
	.whc_title{font-size:1.8rem;}
	.dizhi{padding:1.5rem 33% 1.5rem 0;}
	.dizhi1{margin-bottom:10px;padding-left:110px;}
	.dizhidd{font-size:2rem;}
	.weixin{width:30%;}
	.xmxw{padding:3rem 0 2.5rem;}
	.xmnews_title{font-size:22px;}
	.xmxw_b{padding:3rem 0;}
	.proxq_btn{padding:1rem 0;}
	.proxq_btn ul{position:relative;top:auto;right:auto;}
	.proxq2_nr{padding:0 36px;}
	
	.weixin{line-height: normal;}
	
	.tc{width:90%;max-height:90%;overflow-y:auto;}
	.tc .t1{display: block;}
	.tc_box .input{width:70%;}
	
	/*.zp_left .line_bt th:nth-child(2),.zp_left .line_bt th:nth-child(5){display:none;}
	.zp_left .line td:nth-child(2),.zp_left .line td:nth-child(5){display:none;}*/
	/*.zp_left .line1 td{float:left;width:299%;}*/
	
}

@media screen and (max-width:480px) {
	html,body {font-size: 85%;}
	
	.bottom_r{padding-top:16px;}	
	.bottom_r .spa_1{display:none;}
	.bottom_l_r .zheh{display: block;}
	.bottom_l_r .hot_line{display:inline-block;text-align: left;padding-left:45px;margin-bottom:5px;
			background:url(../images/f_phone.png) no-repeat left center;background-size:38px auto;}
	.bottom_l_r .hot_line span{display: block;color:#ffc379;}
	/*---------neiye-----*/
	.swiper-container3 .ny_nav li a{font-size:14px;}
	
	.about_lc .num{font-size:2rem;}
	.about_lc .slidebox_l h4{font-size:1.5rem;}
	.about_lc .slidebox_r .line span{width:10px;height:10px;bottom:-5px;}
	.about_lc .slidebox_r .line span:before{width:10px;height:10px;border-width:3px;top:-3px;left:-3px;}
	.about_lc .slidebox_r .txt{font-size:14px;min-height:20px;padding-top:4px;line-height:1.6;margin-bottom:1.1rem;}
	
	.about_wh_list li .txt{font-size:15px;}
	
	.about_lc .slidebox_r>p{font-size:15px;}
	
	.about_honor_list li{border-right:#f4f4f4 solid 1px;}
	.about_honor_list .li_l{width:auto;float:none;text-align:right;padding:0;}
	.about_honor_list .li_l .tit{padding-right:5%;}
	.about_honor_list .li_r{margin:0;padding:1.5rem 0;}
	.about_honor_list .li_r:before{display:none;}
	.about_honor_list .li_r .text{margin:0 3% 0 0;}
	
	.news_l_r .more{padding:2rem 0;}
	.news_l_r .more a{height:3rem;line-height:3rem;margin:0 auto;}
	
	.xmxw_l{width:100%;}
	.xmxw_m{width:100%;padding:2rem 0;}
}

@media screen and (max-width:414px) {
	html,body {font-size: 80%;}
	
	/*--------neiye----------*/
	.about_lc .slidebox:before{left:30%;}
	.about_lc .slidebox_l{width:30%;}
	.about_lc .slidebox_r{margin-left:30%;}
	
	
}
@media screen and (max-width:360px) {
	
	/*--------neiye----------*/
	
}

@media screen and (max-width:320px) {
	
	html, body{min-width:320px;}
	
}