﻿@charset "UTF-8";
/*初始化*/
.wrap { max-width: 1400px; margin: 0 auto; }
.in_mian p { line-height:200%;}
.in_mian { line-height:200%;}
/*header*/
.header { position: fixed; top: 0; left: 0; z-index: 990; width: 100%; height: 140px; background: #fff; border-bottom: 1px solid #e5e5e5; box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
.logo { float: left; height: 110px; line-height: 110px; font-size: 0; }
.logo a { display: inline-block; }
.logo img { max-height: 100%; }
.top { width:100%;background:#ececec;height:30px;}
.top span { display:block;width:1400px;margin:0 auto;line-height:30px;text-align:right;}
.top em { float:left;}
.nav { float: right; margin-left: 12px; }
.nav > ul > li { position: relative; float: left; padding: 0 30px; line-height: 110px; font-size: 0; }
.nav > ul > li > a { display: inline-block; position: relative; padding: 15px 0; font-size: 14px; color: #000; font-weight: bold; cursor: pointer; line-height: 1; }
.nav > ul > li:hover > a, .nav > ul > li.on > a { color: #e77410; }
.nav > ul > li:hover > a:before, .nav > ul > li.on > a:before { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; background: #e77a1a; }
.nav > ul > li:last-child { padding-right: 0; }
.nav .down_nav { display: none; position: absolute; top: 100%; left: 50%; width: 154px; margin-left: -77px; border-top: none; background: #fff; box-sizing: border-box; box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2); }
.nav .down_nav a { display: block; padding: 15px 0; font-size: 14px; color: #666; text-align: center; line-height: 1; }
.nav .down_nav a:hover { color: #fff; background: #E77A1A; }
.nav .down_nav a:last-child { border-bottom: none; }
.nav .in_x { display: none; }

.fixed-b { position: fixed; width: 100%; background: #0569ff; bottom: 0; left: 0; display: none;z-index: 999; font-size: 20px;}
.fixed-b li { width: 50%; text-align: center; color: #fff; float: left; }
.fixed-b li a { display: block; border-right: 1px solid #fff; color: #fff; padding: 8px 0;}
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li a .txt { display: block; margin-top: 5px;}
.fixed-b li a.gt{background:#f59f20}

.show_body dl{display:block;clear:both;padding:10px 0;overflow:hidden;}
.show_body dd{display:block;padding:10px 0;}
.show_body dd a{float:left;display:block;padding-right:10px;}

/*footer*/
.footer { box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1); }
.footer .foot_1 { padding: 70px 0; }
.footer .foot_1 .fo_nav { float: left; width: calc(100% - 284px); }
.footer .foot_1 .fo_search { float: right; width: 284px; }
.footer .foot_1 .fo_ul { float: left; margin-right: 130px; }
.footer .foot_1 .fo_ul span { display: block; margin-bottom: 40px; font-size: 14px; color: #000; font-weight: bold; }
.footer .foot_1 .fo_ul a { display: block; margin-bottom: 15px; font-size: 14px; color: #333; }
.footer .foot_1 .fo_ul em { display: block; margin-bottom: 15px; line-height: 20px; }
.footer .foot_1 .fo_ul em i { float: left; width: 5em; font-size: 14px; color: #666; }
.footer .foot_1 .fo_ul em b { float: left; width: calc(100% - 5em); font-size: 20px; color: #014497; font-weight: bold; vertical-align: top; }
.footer .foot_1 .fo_ul em font { float: left; width: calc(100% - 5em); font-size: 14px; color: #333; font-weight: bold; }
.footer .foot_1 .fo_ul:last-child { max-width: 250px; margin-right: 0; }
.footer .foot_1 .fo_form { height: 48px; margin-bottom: 25px; font-size: 0; }
.footer .foot_1 .fo_form input[type='text'] { display: inline-block; width: 74%; height: 100%; padding: 0 20px; border: none; background: #f9f9f9; box-sizing: border-box; font-size: 14px; color: #666; vertical-align: top; }
.footer .foot_1 .fo_form input[type='submit'] { display: inline-block; width: 26%; height: 100%; background: #014497; border: none; font-size: 14px; color: #fff; font-weight: bold; text-transform: uppercase; vertical-align: top; cursor: pointer; }
.footer .foot_1 .fo_form input[type='submit']:hover { background: #42ac28; }
.footer .foot_1 .fo_ewm { display: block; text-align: right; font-size: 0; }
.footer .foot_1 .fo_ewm span { display: inline-block; margin-left: 30px; vertical-align: top; }
.footer .foot_1 .fo_ewm span i { display: block; width: 95px; height: 95px; overflow: hidden; padding: 5px; border: 1px solid #d4d4d4; box-sizing: border-box; }
.footer .foot_1 .fo_ewm span i img { width: 100%; }
.footer .foot_1 .fo_ewm span em { display: block; padding: 10px 0; font-size: 14px; color: #666; text-align: center; font-weight: bold; }
.footer .foot_2 { padding: 40px 0; border-top: 1px solid #d4d4d4; }
.footer .foot_2 span { font-size: 12px; color: #333; }
.fuwu{display:block;clear:both;margin-bottom: 20px;font-size:12px;}
.fuwu a{font-size:12px;color:#333;}

.in_main_about .pic{
	overflow: hidden;
	float: left;
	margin-right: 9px;
	width: 596px;
	height: 380px;
}
.in_main_about .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.in_main_about .pic img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.in_main_about .txt{
	overflow: hidden;
	padding: 30px;
	height: 380px;
	background: #fff url(../images/icon8_x.png) left 31px no-repeat;
}
.in_main_about .txt .tit{
	margin-bottom: 30px;
	line-height: 1.2;
}
.in_main_about .txt .tit a{
	display: inline-block;
	color: #333;
	font-size: 25px;
	font-weight: bold;
}
.in_main_about .txt .tit em{
	display: block;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}
.in_main_about .txt .desc{
	margin-bottom: 30px;
}
.in_main_about .txt .desc a{
    overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.g-more{
	display: block;
	width: 124px;
	height: 35px;
	line-height: 35px;
	text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #106cc0;
    border-radius: 5px;
}
.g-more:hover{
	color: #fff;
}

/*index*/
.index { padding-top: 110px; }
.i_tit { padding: 0 10px; text-align: center; }
.index .i_tit .flx { position: relative; padding-bottom: 24px; font-size: 0; line-height: 36px; }
.index .i_tit .flx span { display: inline-block; font-size: 36px; color: #014497; vertical-align: top; position: relative;padding:20px 0; }
.index .i_tit .flx span strong { font-weight:normal;font-size:18px;}
.index .i_tit .flx em { display: inline-block; margin-left: 12px; font-size: 18px; color: #333; vertical-align: top; display: block; }
.index .i_tit .flx span:after { transition: all 300ms ease-out; -webkit-transition: all 300ms ease-out; position: absolute; bottom: 0; content: ""; width: 32px; height: 3px; display: block; background: #014497; left: 50%; margin-left: -16px; }
.banner { position: relative; width: 100%; height: 650px; padding-bottom: 50px; overflow: hidden; }
.banner .swiper-slide { height: 100%; background: no-repeat center; background-size: cover; }
.banner .pagination { position: absolute; bottom: 25px; left: 0; width: 100%; height: 3px; font-size: 0; text-align: center; }
.banner .pagination span { display: inline-block; width: 33px; height: 3px; margin: 0 7px; background: #898989; -webkit-transition: all .5s; transition: all .5s; }
.banner .pagination span.swiper-active-switch { background: #014497; }

.index_1 { padding: 30px 0 30px; background: #f6f6f7; }
.index_1 .i_tit .fr { max-width: 550px; font-size: 14px; color: #666; line-height: 30px; text-align: right; }
.index_1 .in_hd { margin: 30px 0 30px 10px; font-size: 0;text-align:center;  }
.index_1 .in_hd span { display: inline-block; position: relative; padding: 0 32px; font-size: 16px; color: #333; font-weight: bold; cursor: pointer;}
.index_1 .in_hd span a { font-size: 16px; color: #333; font-weight: bold; }
.index_1 .in_hd span a:hover { color: #014497; }
.index_1 .in_hd span:hover, .index_1 .in_hd span.on { color: #014497; }
.index_1 .in_hd span:before { position: absolute; top: 0; left: 0; content: '/'; font-size: 12px; color: #ccc; }
.index_1 .in_hd span:first-child { padding-left: 0; }
.index_1 .in_hd span:first-child:before { display: none; }
.index_1 .in_bd { overflow:hidden;}
.index_1 .in_bd > button { position: absolute; bottom: 100%; z-index: 99; width: 56px; height: 56px; border: none; background: #fff; font-size: 0; text-align: center; cursor: pointer; }
.index_1 .in_bd > button.slick-prev { right: 57px; }
.index_1 .in_bd > button.slick-prev:before { content: '\e610'; }
.index_1 .in_bd > button.slick-next { right: 0; }
.index_1 .in_bd > button.slick-next:before { content: '\e614'; }
.index_1 .in_bd > button:before { display: inline-block; font-family: "iconfont" !important; font-size: 18px; color: #014497; }
.index_1 .in_bd > button.slick-disabled { pointer-events: none; }
.index_1 .in_bd > button.slick-disabled:before { color: #ccc; }
.index_1 .in_box { display: inline-block; width: 25%; box-sizing: border-box; position: relative; margin: 0; overflow: hidden; padding: 0 10px; margin-bottom: 10px;    float: left; }
.index_1 .in_box a { display: block; }
.index_1 .in_box em { display: block; position: relative; overflow: hidden; background: no-repeat center; background-size: cover; -webkit-transition: all .5s; transition: all .5s; }
.index_1 .in_box em i { display: none; position: absolute; top: 50%; left: 50%; width: 196px; height: 50px; border: 1px solid #fff; border-radius: 30px; font-size: 14px; color: #fff; line-height: 50px; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.index_1 .in_box em i font { display: inline-block; width: 33px; height: 100%; margin-left: 10px; background: url(../images/icon_3.png) no-repeat center; vertical-align: top; }
.index_1 .in_box em img { width: 100%; }
.index_1 .in_box span { display: block; width: 100%; height: 70px; background: #fff; font-size: 16px; color: #333; text-align: center; line-height: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_1 .in_box:hover em { }
.index_1 .in_box:hover em:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: rgba(231, 122, 26, 0.8); }
.index_1 .in_box:hover em i { display: block; }
.index_1 .in_box:hover span { color: #E77A1A; }



.index_1x { padding: 30px 0 30px; background: #fff; }
.index_1x .i_tit .fr { max-width: 550px; font-size: 14px; color: #666; line-height: 30px; text-align: right; }
.index_1x .in_hd { margin: 30px 0 30px 10px; font-size: 0; }
.index_1x .in_hd span { display: inline-block; position: relative; padding: 0 32px; font-size: 16px; color: #333; font-weight: bold; cursor: pointer; }
.index_1x .in_hd span:hover, .index_1 .in_hd span.on { color: #e77410; }
.index_1x .in_hd span:before { position: absolute; top: 0; left: 0; content: '/'; font-size: 12px; color: #ccc; }
.index_1x .in_hd span:first-child { padding-left: 0; }
.index_1x .in_hd span:first-child:before { display: none; }
.index_1x .in_bd { display: inline-table; }
.index_1x .in_bd ul { display: inline-table; box-sizing: content-box; }
.index_1x .in_bd li { display: inline-block; float: left; width: 33.3333%; padding: 0 10px; box-sizing: border-box; }
.index_1x .in_bd li img { width: 100%; }





/*分页*/
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.sub_page .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
	font-size: 14px;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}



.index_2 { padding: 80px 0;background:#f4f4f4 }
.index_2 .in_hd { font-size: 0; }
.index_2 .in_hd span { display: inline-block; position: relative; margin-left: 30px; font-size: 16px; color: #333; font-weight: bold; line-height: 60px; vertical-align: top; cursor: pointer; }
.index_2 .in_hd span.on { font-size: 22px; color: #014497; }
.index_2 .in_hd span:hover { color: #014497; }
.index_2 .in_hd span:first-child:before { position: absolute; top: 0; right: -18px; content: '>>'; font-size: 12px; color: #ccc; }
.index_2 .in_mian { padding-top: 46px; }
.index_2 .in_box .li { padding: 0 15px; box-sizing: border-box; }
.index_2 .in_box .li h4 { margin-bottom: 20px; font-size: 22px; color: #014497; font-weight: bold; }
.index_2 .in_box .li h5 { margin-bottom: 30px; font-size: 18px; color: #333; font-weight: bold; }
.index_2 .in_box .li h6 { width: 100%; margin-bottom: 30px; }
.index_2 .in_box .li h6 img { width: 100%; }
.index_2 .in_box .li p { margin-bottom: 40px; font-size: 14px; color: #666; line-height: 28px; }
.index_2 .in_box .li > a { display: block; width: 160px; height: 40px; border-radius: 30px; border: 1px solid #e5e5e5; font-size: 12px; color: #666; text-align: center; line-height: 40px; }
.index_2 .in_box .li > a i { display: inline-block; width: 18px; height: 40px; margin-left: 12px; background: url(../images/icon_1.png) no-repeat center; vertical-align: top; }
.index_2 .in_box .li:hover h4 { color: #E77A1A; }
.index_2 .in_box .li:hover > a { border-color: #E77A1A; color: #E77A1A; }
.index_2 .in_box .li:hover > a i { background-image: url(../images/icon_2.png); }
.index_2 .in_box > button { position: absolute; top: 50%; z-index: 99; width: 56px; height: 56px; margin-top: -50px; border: none; background: #fff; font-size: 0; text-align: center; cursor: pointer; }
.index_2 .in_box > button.slick-prev { left: -80px; }
.index_2 .in_box > button.slick-prev:before { content: '\e610'; }
.index_2 .in_box > button.slick-next { right: -80px; }
.index_2 .in_box > button.slick-next:before { content: '\e614'; }
.index_2 .in_box > button:before { display: inline-block; font-family: "iconfont" !important; font-size: 18px; color: #014497; }
.index_2 .in_box > button.slick-disabled { pointer-events: none; }
.index_2 .in_box > button.slick-disabled:before { color: #ccc; }

.index_3 .i_tit { padding-top: 100px; }

/*content*/
.content { padding-top: 110px; }
.content .sub_banner { width: 100%; height: 500px; background: no-repeat center; background-size: cover; }
.content .sub_banner .sba_tt { padding-top: 9%; color: #333; }
.content .sub_banner .sba_tt.cfff { color: #fff; }
.content .sub_banner .sba_tt.ta { text-align: center; }
.content .sub_banner .sba_tt h4 { margin-bottom: 15px; font-size: 30px; }
.content .sub_banner .sba_tt h6 { font-size: 24px; }
.content .sub_tit { position: relative; width: 100%; height: 60px; line-height: 60px; border-bottom: 1px solid #eee; background: #fff; }
.content .sub_tit.on { position: fixed; top: 90px; z-index: 99; }
.content .sub_tit .sub_breadCrumb { font-size: 0; }
.content .sub_tit .sub_breadCrumb i { display: inline-block; margin-right: 12px; font-size: 16px; color: #7f7f7f; vertical-align: top; }
.content .sub_tit .sub_breadCrumb a { display: inline-block; position: relative; margin-right: 32px; font-size: 14px; color: #999; vertical-align: top; }
.content .sub_tit .sub_breadCrumb a:hover { color: #E77410; }
.content .sub_tit .sub_breadCrumb a:before { position: absolute; top: 0; right: -20px; content: '\e614'; font-family: 'iconfont' !important; font-size: 12px; color: #999; }
.content .sub_tit .sub_breadCrumb span { display: inline-block; font-size: 14px; color: #999; vertical-align: top; }
.content .sub_nav { width: 100%; padding: 20px 0;overflow:hidden;text-align:center;}
.content .sub_nav .span { display:inline-block; background: #0f9b5d;  line-height: 38px; border-right: 1px solid rgba(255, 255, 255, 0.1); box-sizing: border-box; text-align: center;width:20%;margin-bottom:10px;}
.content .sub_nav .span a { display: block; font-size: 14px; color: #fff; }
.content .sub_nav .span.on { background: #e15c00; }
.content .sub_nav .span.on a { color: #fff !important; }
.content .sub_nav .span:hover a { color: #d4d4d4; }
.content .sub_h3 { text-align: center; }
.content .sub_h3 h4 { margin-bottom: 20px; font-size: 30px; color: #333; }
.content .sub_h3 h6 { font-size: 18px; color: #999; text-transform: uppercase; }
.content .sub_h3 .wrap { padding: 0 0 30px; border-bottom: 1px solid #ccc; }
.content .sub_page { padding: 50px 0; font-size: 0; }
.content .sub_page > a { display: inline-block; width: 46px; height: 46px; background: #004713; font-size: 14px; color: #Fff; text-align: center; line-height: 46px; vertical-align: top; }
.content .sub_page ul { display: inline-block; vertical-align: top; }
.content .sub_page ul li { display: inline-block; width: 46px; height: 46px; margin: 0 8px; background: #f4f4f4; text-align: center; line-height: 46px; vertical-align: top; }
.content .sub_page ul li a { display: block; font-size: 14px; color: #666; }
.content .sub_page ul li:hover, .content .sub_page ul li.on { background: #c1c1c1; }
.content .sub_page ul li:hover a, .content .sub_page ul li.on a { color: #fff; }
.About { padding: 60px 0; }
.About .ab_viv { position: relative; width: 49%; /* padding: 19% 0;*/ overflow: hidden; }
.About .ab_viv span { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background: no-repeat center; background-size: cover; cursor: pointer; }
.About .ab_viv span em { position: absolute; top: 50%; left: 50%; z-index: 3; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.About .ab_viv span em i { display: block; margin-bottom: 10px; font-size: 80px; color: #fff; text-align: center; }
.About .ab_viv span em font { display: block; font-size: 16px; color: #fff; text-align: center; }
.About .ab_viv span:before { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.5); }
.About .ab_viv iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.About .ab_txt { width: 49%; }
.About .ab_txt p { font-size: 14px; color: #666; line-height: 24px; text-indent: 2em; }

.News .dt { position: relative; height: 256px; padding: 30px 0; border-bottom: 1px dashed #ddd; }
.News .dt .dt-1 { float: left; width: 484px; height: 256px; }
.News .dt .dt-1 a { display: block; }
.News .dt .dt-1 a img { width: 100%; }
.News .dt .dt-2 { float: right; width: calc(100% - 484px - 3%); }
.News .dt .dt-2 h4 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; font-weight: bold; color: #333; line-height: 60px; }
.News .dt .dt-2 h6 { font-size: 12px; font-weight: bold; color: #999; line-height: 16px; }
.News .dt .dt-2 h6 i { display: inline-block; padding-right: 5px; font-size: 12px; color: #999; vertical-align: top; }
.News .dt .dt-2 p { margin-top: 10px; font-size: 14px; color: #454545; line-height: 30px; }
.News .dt .dt-2 h5 { margin-top: 10px; }
.News .dt .dt-2 h5 a { display: inline-block; position: relative; width: 120px; height: 36px; border-bottom: 2px solid #b2b2b2; font-size: 14px; color: #333; line-height: 36px; text-align: left; }
.News .dt .dt-2 h5 a i { position: absolute; top: 0; right: 15px; font-size: 20px; }
.News .dt .dt-2 h5 a:hover { border-bottom: 2px solid #E77A1A; color: #E77A1A; }
.News .dd ul li { height: 156px; overflow: hidden; padding: 30px 0; border-bottom: 1px dashed #ddd; }
.News .dd ul li a { display: block; position: relative; }
.News .dd ul li div.a1 { position: absolute; top: 0; left: 0; padding-top: 10px; }
.News .dd ul li div.a1 span { display: block; font-size: 24px; font-weight: bold; color: #333; text-align: center; }
.News .dd ul li div.a1 font { display: block; font-size: 24px; font-weight: 100; color: #999; font-family: "微软雅黑"; text-align: center; }
.News .dd ul li div.a2 { position: absolute; top: 0; left: 100px; width: 340px; height: 156px; overflow: hidden; background: no-repeat center; background-size: cover; }
.News .dd ul li div.a3 { margin-left: 500px; }
.News .dd ul li div.a3 h4 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; font-weight: bold; color: #333333; line-height: 60px; }
.News .dd ul li div.a3 p { font-size: 14px; color: #454545; line-height: 30px; }
.News .dd ul li:hover a div.a1 span, .News .dd ul li:hover a div.a3 h4, .News .dd ul li:hover a div.a3 p { color: #E77A1A; }

.News_x { padding: 70px 0; }
.News_x .nx_tit { padding-bottom: 40px; border-bottom: 1px dashed #d4d4d4; line-height: 18px; }
.News_x .nx_tit span { float: left; font-size: 18px; color: #000; font-weight: bold; }
.News_x .nx_tit em { float: right; font-size: 14px; color: #666; }
.News_x .nx_tit em i { margin-right: 10px; font-size: 16px; }
.News_x .nx_mian { padding-top: 30px; }
.News_x .nx_mian p { font-size: 14px; color: #666; line-height: 24px; }
.News_x .nx_mian img { max-width: 100%; }

.Case .ca_tit { margin: 70px 0 0; padding: 18px 24px; background: #006439; }
.Case .ca_tit form.fl { width: 430px; height: 40px; font-size: 0; }
.Case .ca_tit form.fl input[type='text'] { display: inline-block; width: calc(100% - 90px); height: 100%; padding: 0 10px; border: none; background: #Fff; box-sizing: border-box; font-size: 14px; color: #666; vertical-align: top; }
.Case .ca_tit form.fl input[type='submit'] { display: inline-block; width: 90px; height: 100%; border: none; background: #e77918; font-size: 14px; color: #fff; vertical-align: top; cursor: pointer; }
.Case .ca_tit form.fl input[type='submit']:hover { color: #006439; }
.Case .ca_tit form.fr { width: 840px; height: 40px; font-size: 0; }
.Case .ca_tit form.fr span { position: relative; display: inline-block; width: 18%; height: 100%; margin: 0 1%; background: #fff; }
.Case .ca_tit form.fr span:before { position: absolute; top: 50%; right: 8px; width: 7px; height: 4px; content: ''; margin-top: -2px; background: url(../images/icon_5.png) no-repeat center; }
.Case .ca_tit form.fr select { display: block; width: 100%; height: 100%; padding: 0 10px; border: none; box-sizing: border-box; }
.Case .ca_tit form.fr select:before { position: absolute; top: 50%; right: 16px; width: 7px; height: 4px; content: ''; margin-top: -2px; background: #000; }
.Case .ca_mian { padding-bottom: 70px; border-bottom: 1px dashed #d4d4d4; }
.Case .ca_mian ul { margin-right: -1%; }
.Case .ca_mian ul li { float: left; width: 24%; margin-right: 1%; margin-top: 50px; }
.Case .ca_mian ul li:hover .ca_txt { background: #E77410; color: #fff; }
.Case .ca_mian .ca_img { width: 100%; padding: 35% 0; background: no-repeat center; background-size: cover; }
.Case .ca_mian .ca_txt { padding: 8% 0; background: #f4f4f4; font-size: 14px; color: #333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.case_x1 { padding: 70px 0; }
.case_x1 .cx_tit { padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px dashed #d4d4d4; line-height: 18px; }
.case_x1 .cx_tit span { float: left; font-size: 18px; color: #000; font-weight: bold; }
.case_x1 .cx_mian { position: relative; width: 100%; height: 670px; overflow: hidden; }
.case_x1 .cx_mian:hover .cx_hd { -webkit-transform: translateY(0); transform: translateY(0); }
.case_x1 .cx_bd { position: relative; z-index: 1; width: 100%; height: 100%; }
.case_x1 .cx_bd span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.case_x1 .cx_hd { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 28px 70px; background: rgba(0, 0, 0, 0.8); box-sizing: border-box; -webkit-transition: all .5s; transition: all .5s; -webkit-transform: translateY(100%); transform: translateY(100%); }
.case_x1 .cx_box .cximg { height: 110px; padding: 0 5px; box-sizing: border-box; opacity: .7; }
.case_x1 .cx_box .cximg span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; cursor: pointer; }
.case_x1 .cx_box .cximg.on { opacity: 1; }
.case_x1 .cx_box > button { position: absolute; top: 50%; z-index: 99; width: 32px; height: 32px; margin-top: -16px; border: 1px solid #fff; border-radius: 50%; background: transparent; font-size: 0; text-align: center; cursor: pointer; }
.case_x1 .cx_box > button.slick-prev { left: -50px; }
.case_x1 .cx_box > button.slick-prev:before { content: '\e610'; }
.case_x1 .cx_box > button.slick-next { right: -50px; }
.case_x1 .cx_box > button.slick-next:before { content: '\e614'; }
.case_x1 .cx_box > button:before { display: inline-block; font-family: "iconfont" !important; font-size: 14px; color: #fff; }
.case_x1 .cx_box > button.slick-disabled { pointer-events: none; }
.case_x1 .cx_box > button.slick-disabled:before { color: #ccc; }
.case_x1 .cx_box > button:hover { background: #Fff; }
.case_x1 .cx_box > button:hover:before { color: #333; }
.case_x1 .cx_txt { padding: 20px 0; }
.case_x1 .cx_txt p { font-size: 14px; color: #333; font-weight: bold; line-height: 30px; }

.case_x2 { padding: 70px 0; }
.case_x2 .cx_tit { padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px dashed #d4d4d4; line-height: 18px; }
.case_x2 .cx_tit span { float: left; font-size: 18px; color: #000; font-weight: bold; }
.case_x2 .cx_bd { float: left; width: 614px; height: 686px; overflow: hidden; }
.case_x2 .cx_bd span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.case_x2 .cx_hd { position: relative; width: calc(100% - 650px); height: 686px; }
.case_x2 .cx_hd .cx_txt { margin-bottom: 20px; max-height: 415px; }
.case_x2 .cx_hd .cx_txt p { font-size: 14px; color: #333; font-weight: bold; line-height: 30px; }
.case_x2 .cx_box { position: absolute; bottom: 0; left: 0; width: 100%; }
.case_x2 .cx_box .cximg { height: 250px; padding: 0 5px; box-sizing: border-box; opacity: .7; }
.case_x2 .cx_box .cximg span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; cursor: pointer; }
.case_x2 .cx_box .cximg.on { opacity: 1; }
.case_x2 .cx_box > button { position: absolute; top: 50%; z-index: 99; width: 32px; height: 32px; margin-top: -16px; border: 1px solid #666; border-radius: 50%; background: transparent; font-size: 0; text-align: center; cursor: pointer; }
.case_x2 .cx_box > button.slick-prev { left: -32px; }
.case_x2 .cx_box > button.slick-prev:before { content: '\e610'; }
.case_x2 .cx_box > button.slick-next { right: -32px; }
.case_x2 .cx_box > button.slick-next:before { content: '\e614'; }
.case_x2 .cx_box > button:before { display: inline-block; font-family: "iconfont" !important; font-size: 14px; color: #333; }
.case_x2 .cx_box > button.slick-disabled { pointer-events: none; }
.case_x2 .cx_box > button.slick-disabled:before { color: #ccc; }
.case_x2 .cx_box > button:hover { background: #Fff; }
.case_x2 .cx_box > button:hover:before { color: #333; }

.Honor .hon_mian { padding-bottom: 40px; margin-bottom: 70px; border-bottom: 1px dashed #d4d4d4; }
.Honor h4.h4 { padding-bottom: 40px; border-bottom: 1px solid #e4e4e4; font-size: 30px; color: #333; text-align: center; }
.Honor ul { margin-right: -1%; }
.Honor ul li { float: left; width: 24%; margin-right: 1%; margin-top: 40px; background: #f4f4f4; text-align: center; }
.Honor ul li a { display: block; padding: 12% 3%; }
.Honor ul li img { max-width: 100%; max-height: 100%; }

.Contact { padding: 70px 0; }
.Contact .cont_tit { padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px dashed #d4d4d4; font-size: 16px; font-weight: bold; color: #333; line-height: 20px; }
.Contact .cont_tit i { font-size: 18px; color: #666; }
.Contact .cont_tit em { color: #00653a; font-weight: bold; }
.Contact .cont_map { width: 100%; height: 430px; }
.Contact .cont_txt { padding: 40px 0; }
.Contact .cont_txt p { padding: 10px 0; font-size: 14px; color: #666; line-height: 16px; }
.Contact .cont_txt p i { display: inline-block; margin-right: 5px; font-size: 16px; vertical-align: middle; }
.Contact .cont_Leav > h4 { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px dashed #d4d4d4; font-size: 20px; color: #333; font-weight: bold; line-height: 20px; }
.Contact .cont_Leav > h4 em { font-size: 16px; color: #666; font-weight: 100; }
.Contact .cont_Leav .input_text { margin-bottom: 20px; font-size: 0; }
.Contact .cont_Leav .input_text input { display: inline-block; width: 370px; height: 42px; padding: 8px 10px; border: 1px solid #dddddd; box-sizing: border-box; font-size: 14px; color: #666; line-height: 24px; vertical-align: top; }
.Contact .cont_Leav .input_text em { display: inline-block; width: 126px; height: 42px; overflow: hidden; margin-left: 20px; vertical-align: top; }
.Contact .cont_Leav .input_text em img { width: 100%; }
.Contact .cont_Leav .input_textarea { margin-bottom: 20px; font-size: 0; }
.Contact .cont_Leav .input_textarea textarea { display: inline-block; width: calc(100% - 110px); height: 200px; padding: 8px 10px; border: 1px solid #dddddd; box-sizing: border-box; font-size: 14px; color: #666; line-height: 24px; vertical-align: top; }
.Contact .cont_Leav .buttj { padding-left: 110px; margin-top: 30px; }
.Contact .cont_Leav .buttj input { width: 280px; height: 42px; background: #014497; border: none; border-radius: 10px; font-size: 14px; color: #fff; cursor: pointer; }
.Contact .cont_Leav .buttj input:hover { opacity: .8; }
.Contact .cont_Leav .span { display: inline-block; width: 90px; padding-right: 20px; font-size: 14px; color: #666; text-align: right; line-height: 42px; vertical-align: top; }

.join { padding: 70px 0; }
.join .tit { padding-bottom: 30px; border-bottom: 1px solid #eeeeee; }
.join .tit h4 { font-size: 26px; color: #333; text-align: center; line-height: 50px; }
.join .tit h6 { font-size: 14px; color: #666; text-align: center; line-height: 38px; }
.join .tit h6 span { color: #e77a1a; }
.join .ccc { padding: 30px 0; }
.join .ccc h6 { margin-bottom: 10px; font-size: 24px; color: #e77918; }
.join .ccc p { font-size: 14px; color: #252525; line-height: 24px; }
.join .mian > h3 { background: #f5f5f5; font-size: 24px; color: #666; text-align: center; line-height: 68px; }
.join .mian dl { background: #014497; }
.join .mian dl dt span { float: left; width: 25%; height: 55px; border-left: 1px solid #dadada; box-sizing: border-box; font-size: 14px; color: #fff; text-align: center; line-height: 55px; }
.join .mian dl dt span:first-child { border-left: none; }
.join .mian dl dd { cursor: pointer; }
.join .mian dl dd.b1 { background: #fff; }
.join .mian dl dd.b2 { background: #f8f8f8; }
.join .mian dl dd span { float: left; width: 25%; height: 55px; box-sizing: border-box; font-size: 14px; color: #666; text-align: center; line-height: 55px; }
.join .mian dl dd:hover { background: #e77a1a; }
.join .mian dl dd:hover span { color: #fff; }
.join .win { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.join .win > i { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.join .win .box { position: absolute; top: 50%; left: 50%; z-index: 2; width: 716px; height: 666px; margin-top: -333px; margin-left: -358px; background: #fff; }
.join .win .box > h3 { background: #014497; font-size: 24px; color: #fff; text-align: center; line-height: 72px; }
.join .win .box > h4 { padding: 20px 25px; font-size: 14px; color: #585858; line-height: 16px; }
.join .win .box > h6 { padding: 40px 0; text-align: center; }
.join .win .box > h6 a { display: inline-block; width: 260px; height: 54px; border-radius: 50px; background: #e77a1a; font-size: 18px; color: #fff; line-height: 54px; }
.join .win .box > h6 a i { display: inline-block; width: 36px; height: 24px; background: url(../images/icon_4.png) no-repeat left top; vertical-align: middle; }
.join .win .box > em { position: absolute; top: 20px; right: 20px; z-index: 3; width: 20px; height: 20px; font-size: 20px; color: #fff; text-align: center; line-height: 20px; cursor: pointer; }
.join .win .box div.mm { width: 676px; height: 405px; overflow: auto; margin: 0 auto; padding: 20px; background: #f7f7f7; box-sizing: border-box; }
.join .win .box div.mm h5 { font-size: 14px; color: #585858; line-height: 40px; }
.join .win .box div.mm p { font-size: 14px; color: #585858; line-height: 30px; }

.Supply { padding: 60px 0; background: #f4f4f4; }
.Supply .su_mian { margin-top: 40px; }
.Supply .su_img { width: 50%; height: 476px; background: no-repeat center; background-size: cover; }
.Supply .su_txt { position: relative; width: 50%; height: 476px; padding: 40px 40px 61px; background: #e77918; box-sizing: border-box; }
.Supply .su_txt .b { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; border-top: 1px solid #fff; font-size: 0; }
.Supply .su_txt .b span { display: inline-block; width: 33.33%; font-size: 14px; color: #fff; text-align: center; line-height: 60px; }
.Supply .su_txt .b span i { display: inline-block; margin-right: 5px; font-size: 12px; color: #fff; vertical-align: top; }
.Supply .su_txt .p { height: 100%; overflow: hidden; padding-right: 10px; }
.Supply .su_txt .p p { font-size: 14px; color: #fff; line-height: 24px; }

.History { padding-bottom: 70px; }
.History .his_tt { overflow: hidden; width: 100%; padding: 30px 60px; margin-bottom: 40px; background: #f4f4f4; box-sizing: border-box; }
.History .his_hd { height: 50px; overflow: hidden; }
.History .his_hd .swiper-slide { width: 115px; padding: 12px 0 0; overflow: hidden; cursor: pointer; }
.History .his_hd .swiper-slide:first-child span:before { margin-left: 50%; }
.History .his_hd .swiper-slide:last-child span:before { margin-left: -50%; }
.History .his_hd .swiper-slide i { display: block; position: relative; z-index: 2; width: 4px; height: 4px; margin: 0 auto; background: #000; }
.History .his_hd .swiper-slide span { display: block; position: relative; z-index: 1; padding-top: 20px; font-size: 14px; color: #333; text-align: center; }
.History .his_hd .swiper-slide span:before { position: absolute; top: -3px; left: 0; width: 100%; height: 1px; content: ''; background: #004713; }
.History .his_hd .swiper-slide.on i:before { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; content: ''; margin-top: -4px; margin-left: -4px; background: #E15C00; border-radius: 50%; }
.History .his_hd .swiper-slide.on i:after { position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; content: ''; margin-top: -13px; margin-left: -13px; border: 1px solid #E15C00; border-radius: 50%; }
.History .his_bd ul { position: relative; padding: 60px 0 0; }
.History .his_bd ul:before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; content: ''; background: #e5e5e5; }
.History .his_bd ul:after { position: absolute; top: 0; left: 50%; width: 13px; height: 22px; content: ''; margin-left: -6px; background: url(../images/icon_6.png) no-repeat center; background-size: 100%; }
.History .his_bd ul li { position: relative; width: 100%; padding-bottom: 24px; }
.History .his_bd ul li:last-child { padding-bottom: 0; }
.History .his_bd ul li span { position: absolute; top: 0; left: 50%; width: 56px; height: 56px; margin-left: -28px; background: #004713; border-radius: 50%; font-size: 14px; color: #fff; font-weight: bold; text-align: center; line-height: 56px; }
.History .his_bd ul li span:before { position: absolute; top: 50%; width: 36px; height: 1px; content: ''; background: #999; }
.History .his_bd ul li.ml span:before { right: 100%; }
.History .his_bd ul li.ml .his_box { margin: 0 auto 0 0; text-align: right; }
.History .his_bd ul li.mr span:before { left: 100%; }
.History .his_bd ul li.mr .his_box { margin: 0 0 0 auto; text-align: left; }
.History .his_bd .his_box { position: relative; z-index: 3; width: 50%; padding: 0 80px; box-sizing: border-box; }
.History .his_bd .his_box .his_txt { padding-top: 16px; margin-bottom: 10px; background: #Fff; font-size: 16px; color: #333; line-height: 24px; }
.History .his_bd .his_box .his_img img { max-width: 100%; }

.Map { width: 100%; height: 1000px; background: no-repeat center; background-size: cover; }
.Map .go { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }
.Map #map { width: 580px; margin: 0 auto; padding: 200px 0; -webkit-transform: scale(1.5); transform: scale(1.5); }
.Map .cn li { display: none; position: absolute; top: 0; right: 0; width: 460px; height: 400px; padding: 25px 20px; background: #Fff; box-sizing: border-box; }
.Map .cn li .cn-cnt { width: 100%; height: 100%; overflow: auto; }
.Map .cn li .cn-cnt img { width: 100%; }
.Map .cn li .cn-cnt p { font-size: 14px; color: #666; line-height: 24px; }
.Map .cn li .ii { position: absolute; left: 50%; top: calc(100% - 25px); width: 50px; height: 50px; margin-left: -25px; border: 5px solid white; background: #e77a1a; border-radius: 50%; font-size: 16px; color: #fff; text-align: center; line-height: 50px; }

@media (max-width: 1440px) { /*初始化*/
    .wrap { max-width: 1400px; margin: 0 auto; }
    /*header*/
    .header { height: 130px; }
    .logo { float: left; height: 100px; line-height: 100px; }
    .nav > ul > li { padding: 0 4px; line-height: 100px; }
    .nav .down_nav a { padding: 10px 0; }
    /*index*/
    .index { padding-top: 100px; }
    .banner { height: 700px; }
    .index_1 .in_box { }
    .index_1 .in_box em { }
    .index_1 .in_box span { height: 60px; line-height: 60px; }
    .index_1 .in_box:hover em {  }
    /*footer*/
    .footer .foot_1 .fo_ul { margin-right: 80px; }
    /*content*/
    .content { padding-top: 100px; }
    .content .sub_banner { height: 400px; }
    .content .sub_nav { padding: 60px 0; }
    .About { padding: 50px 0; }
    .Case .ca_tit form.fl { width: 360px; }
    .Case .ca_tit form.fr { width: 740px; }
}

@media (max-width: 1220px) { /*初始化*/
    .wrap { max-width: 1150px; margin: 0 auto; }
    /*header*/
    .header { height: 120px; }
    .logo { float: left; height: 90px; line-height: 90px; }
    .nav > ul > li { padding: 0 5px; line-height: 90px; }
    .nav .down_nav { width: 136px; margin-left: -68px; }
    .nav .down_nav a { font-size: 12px; }
    /*index*/
    .index { padding-top: 90px; }
    .banner { height: 600px; }
    .index_1 { padding: 80px 0; }
    .index_1 .in_box { height: auto; }
    .index_1 .in_box em { height: auto; padding: 50% 0; }
    .index_1 .in_box span { height: 50px; line-height: 50px; }
    .index_1 .in_box:hover em { height: auto; }
    /*footer*/
    .footer .foot_1 .fo_nav { width: calc(100% - 342px); }
    .footer .foot_1 .fo_search { width: 342px; }
    .footer .foot_1 .fo_ul { margin-right: 70px; }
    .footer .foot_1 .fo_form { height: 40px; }
    .footer .foot_1 .fo_form input[type='text'] { padding: 0 15px; }
    .footer .foot_2 { padding: 20px 0; }
    .footer .foot_2 span { display: block; float: none; line-height: 20px; text-align: center; }
    /*content*/
    .content { padding-top: 90px; }
    .content .sub_banner { height: 350px; }
    .content .sub_h3 h4 { margin-bottom: 10px; font-size: 24px; }
    .content .sub_h3 h6 { font-size: 16px; }
    .content .sub_h3 .wrap { padding: 0 0 20px; }
    .Case .ca_tit { margin-top: 6%; padding: 3%; }
    .Case .ca_tit form.fl { width: 316px; }
    .Case .ca_tit form.fr { width: 620px; }
    .case_x2 .cx_bd { width: 540px; }
    .case_x2 .cx_hd { width: calc(100% - 560px); }
    .case_x2 .cx_box > button { background: #Fff; }
    .case_x2 .cx_box > button.slick-prev { left: 5px; }
    .case_x2 .cx_box > button.slick-next { right: 5px; }
    .Supply .su_mian { margin-top: 4%; }
    .Supply .su_img { height: auto; padding: 30% 0; }
    .Supply .su_txt { height: auto; padding: 3%; }
    .Supply .su_txt .b { position: static; height: auto; margin-top: 30px; }
    .Supply .su_txt .b span { display: block; width: 100%; font-size: 12px; line-height: 40px; text-align: left; }
    .Supply .su_txt .p { height: 400px; }
    .Map { height: auto; }
    .Map #map { padding: 100px 0; -webkit-transform: scale(1); transform: scale(1); }
    .Map .cn li .ii { top: calc(100% - 20px); width: 40px; height: 40px; margin-left: -20px; font-size: 12px; line-height: 40px; }
}

@media (max-width: 1024px) { /*初始化*/
.fixed-b { display: block;}
    .wrap { max-width: 100%; padding: 0 3%; }
    /*header*/
    .header { height: 90px; }
    .logo { height: 60px; line-height: 60px; }
    .logo a { height: 45px; vertical-align: middle; line-height: 1; }
    .nav { position: fixed; top: 0; right: 0; z-index: 997; width: 300px; height: 100%; padding: 60px 3%; background: #fff; box-sizing: border-box; }
    .nav.close-nav { -webkit-transition: -webkit-transform .3s ease; transition: transform .3s ease; -webkit-transform: translate(300px, 0); transform: translate(300px, 0); }
    .nav.open-nav { -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important; -webkit-transition: -webkit-transform .5s; transition: transform .5s; }
    .nav > ul { max-height: 100%; overflow: auto; }
    .nav > ul > li { display: block; float: none; padding: 0; line-height: 1; }
    .nav > ul > li > a { display: block; padding: 20px 0; font-size: 16px; border-bottom: 1px solid #e5e5e5; }
    .nav > ul > li > a:before { display: none !important; }
    .nav .down_nav { position: static; width: 100%; padding: 0; margin: 0; border: none; }
    .nav .down_nav a { padding: 15px 0; }
    .nav .down_nav a:last-child { border-bottom: 1px solid #e5e5e5; }
    .header .push-nav { display: block; position: absolute; top: 30px; right: 3%; z-index: 998; width: 56px; height: 60px; }
    .header .push-nav .nav-toggle { display: block; position: absolute; left: 50%; top: 50%; border: 0; background-image: none; border-radius: 4px; cursor: pointer; -webkit-transform: translate(-50%, -40%); transform: translate(-50%, -40%); }
    .header .push-nav .nav-toggle span { display: block; position: relative; z-index: 1; width: 36px; height: 3px; margin-bottom: 8px; background: #e77410; border-radius: 3px; -webkit-transform-origin: 33px; transform-origin: 33px; -webkit-transition: all .5s; transition: all .5s; }
    .header .push-nav.on .nav-toggle span { opacity: 1; }
    .header .push-nav.on .nav-toggle span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
    .header .push-nav.on .nav-toggle span:nth-child(2) { opacity: 0; }
    .header .push-nav.on .nav-toggle span:nth-child(1) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .header .bg-nav { display: none; position: fixed; top: 0; left: 0; z-index: 996; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); animation: fade-in .43s ease 0s; -webkit-animation: fade-in .43s ease 0s; }
    /*index*/
    .index { padding-top: 60px; }
    .index .i_tit .fl { padding-bottom: 18px; line-height: 30px; }
    .index .i_tit .fl span { font-size: 30px; }
    .index .i_tit .fl em { font-size: 16px; }
    .banner { height: 500px; padding-bottom: 30px; }
    .banner .pagination { bottom: 15px; }
    .banner .pagination span { height: 2px; }
    .index_1 { padding: 6% 0; }
    .index_1 .i_tit .fr { max-width: 50%; line-height: 24px; }
    .index_1 .in_hd { margin: 40px 0 20px; }
    .index_1 .in_hd span { width: 25%; padding: 0; text-align: center; }
    .index_1 .in_bd > button { bottom: auto; top: 50%; margin-top: -50px; }
    .index_1 .in_bd > button.slick-prev { left: 0; right: auto; }
    .index_1 .in_bd > button.slick-next { right: 0; }
    .index_1 .in_box em:before, .index_1 .in_box em i { display: none !important; }
    .index_1 .in_box span { height: 60px; line-height: 60px; }
    .index_2 { padding: 6% 0; }
    .index_3 .i_tit { padding-top: 6%; }
    /*footer*/
    .footer .foot_1 { padding: 6% 0; }
    .footer .foot_1 .fo_nav { float: none; width: 100%; margin-bottom: 5%; }
    .footer .foot_1 .fo_search { float: none; width: 100%; }
    .footer .foot_1 .fo_ul { margin-right: 70px; }
    .footer .foot_1 .fo_form { padding: 0 10%; }
    .footer .foot_1 .fo_ewm { text-align: center; }
    .footer .foot_1 .fo_ewm span { margin: 0 10px; }
    /*content*/
    .content { padding-top: 60px; }
    .content .sub_banner { height: 300px; }
    .content .sub_tit { height: 40px; line-height: 40px; }
    .content .sub_tit .sub_breadCrumb i, .content .sub_tit .sub_breadCrumb a, .content .sub_tit .sub_breadCrumb span { font-size: 12px; }
    .content .sub_nav { padding: 6% 0;  }
    .content .sub_page { padding: 6% 0; text-align: center; }
    .content .sub_page > a, .content .sub_page ul li { width: 30px; height: 30px; font-size: 12px; line-height: 30px; margin: 0 5px; }
    .content .sub_page ul li a { font-size: 12px; }
    .About { padding: 5% 0; }
    .About .ab_viv { float: none; width: 70%; margin: 0 auto; margin-bottom: 3%; }
    .About .ab_viv span em i { font-size: 60px; }
    .About .ab_txt { float: none; width: 100%; }
    .News .dt { height: 203px; }
    .News .dt .dt-1 { width: 384px; height: 203px; }
    .News .dt .dt-2 { width: calc(100% - 384px - 3%); }
    .News .dt .dt-2 h4 { line-height: 40px; }
    .News .dt .dt-2 p { line-height: 24px; }
    .News .dd ul li div.a1 { margin-left: 3%; }
    .News .dd ul li div.a3 h4 { line-height: 50px; }
    .News .dd ul li div.a3 p { line-height: 24px; }
    .News_x { padding: 6% 0; }
    .News_x .nx_tit { padding-bottom: 3%; }
    .case_x1 { padding: 6% 0; }
    .case_x1 .cx_tit { padding-bottom: 3%; }
    .case_x1 .cx_mian { height: 500px; }
    .case_x1 .cx_hd { padding: 5px; -webkit-transform: translateY(0); transform: translateY(0); }
    .case_x1 .cx_box > button { background: #Fff; }
    .case_x1 .cx_box > button.slick-prev { left: 0; }
    .case_x1 .cx_box > button.slick-next { right: 0; }
    .case_x1 .cx_box > button:before { color: #333; }
    .case_x2 { padding: 6% 0; }
    .case_x2 .cx_tit { padding-bottom: 3%; }
    .case_x2 .cx_hd { float: none; width: 100%; height: auto; }
    .case_x2 .cx_hd .cx_txt { max-height: none; }
    .case_x2 .cx_bd { float: none; width: 100%; height: auto; margin-bottom: 20px; }
    .case_x2 .cx_bd span { padding: 50% 0; }
    .case_x2 .cx_box { position: relative; bottom: auto; left: auto; margin-bottom: 20px; }
    .Case .ca_tit form.fl { float: none; width: 60%; margin: 0 auto; margin-bottom: 2%; }
    .Case .ca_tit form.fr { float: none; width: 100%; }
    .Case .ca_mian { padding-bottom: 5%; }
    .Case .ca_mian ul li { width: 32.33%; margin-top: 3%; }
    .Contact { padding: 6% 0; }
    .Contact .cont_tit { margin-bottom: 5%; }
    .Contact .cont_map { height: 400px; }
    .Contact .cont_txt { padding: 5% 0; }
    .Contact .cont_Leav > h4 { margin-bottom: 5%; padding-bottom: 4%; }
    .join { padding: 6% 0; }
    .join .win .box { top: 0; width: 80%; height: 80%; margin-top: 20%; margin-left: -40%; }
    .join .win .box > h4 { padding: 20px 25px; font-size: 14px; color: #585858; line-height: 16px; }
    .join .win .box div.mm { width: 90%; height: 70%; }
    .Supply .su_img { float: none; width: 100%; }
    .Supply .su_txt { float: none; width: 100%; }
    .History .his_tt { padding: 3% 4%; margin-bottom: 4%; }
    .History .his_bd ul { padding-top: 5%; }
    .History .his_bd .his_box { padding: 0 6%; }
    .Map #map { display: none; }
    .Map .cn { padding: 6% 0; }
    .Map .cn li { display: block !important; position: static; width: 80%; height: auto; margin: 0 auto 20px; }
    .Map .cn li .cn-cnt { height: auto; }
    .Map .cn li .ii { display: inline-block; position: static; margin: 0 auto 10px; width: auto; height: auto; padding: 0 15px; border-radius: 0; border: none; font-size: 14px; line-height: 40px; }
}

@media (max-width: 900px) { /*index*/
    .index .i_tit .fl { float: none; width: 100%; margin-bottom: 2%; text-align: center; line-height: 24px; }
    .index .i_tit .fl span { font-size: 24px; }
    .index .i_tit .fl em { font-size: 14px; }
    .index .i_tit .fl:before { left: 50%; margin-left: -10px; }
    .banner { height: 400px; }
    .index_1 .i_tit .fr { float: none; max-width: 100%; line-height: 20px; text-align: center; }
    .index_1 .in_hd { margin: 40px 0 20px; }
    .index_1 .in_hd span { font-size: 14px; }
    .index_1 .in_bd > button { width: 42px; height: 42px; }
    .index_1 .in_bd > button.slick-prev { right: 43px; }
    .index_1 .in_bd > button:before { font-size: 16px; }
    .index_1 .in_box span { height: 50px; line-height: 50px; }
    .index_2 .in_mian { padding-top: 30px; }
    .index_2 .in_hd { float: none; text-align: center; }
    .index_2 .in_hd span { margin: 0 15px; line-height: 40px; }
    .index_2 .in_box .li h4 { margin-bottom: 10px; }
    .index_2 .in_box .li h5, .index_2 .in_box .li h6, .index_2 .in_box .li p { margin-bottom: 20px; }
    .index_2 .in_box > button { width: 42px; height: 42px; }
    .index_2 .in_box > button:before { font-size: 16px; }
    /*content*/
    .content .sub_banner { height: 250px; }
    .News .dt { height: auto; }
    .News .dt .dt-1 { float: none; width: 80%; height: auto; margin: 0 auto; }
    .News .dt .dt-2 { float: none; width: 100%; padding: 20px 0; }
    .News .dt .dt-2 > h5 { text-align: right; }
    .News .dd ul li div.a2 { width: 250px; }
    .News .dd ul li div.a3 { margin-left: 370px; }
    .News .dd ul li div.a3 h4 { line-height: 40px; }
    .Honor .hon_mian { margin-bottom: 6%; }
    .Honor h4.h4 { font-size: 20px; padding-bottom: 5%; }
    .Honor ul li { width: 49%; margin-top: 3%; }
    .join .mian > h3 { line-height: 56px; }
    .join .mian dl dd span { height: 45px; line-height: 45px; }
}

@media (max-width: 768px) { /*footer*/
    .footer .foot_1 .fo_ul { width: 33.33%; margin-right: 0; box-sizing: border-box; }
    .footer .foot_1 .fo_ul span { margin-bottom: 20px; }
    .footer .foot_1 .fo_ul a { margin-bottom: 10px; }
    .footer .foot_1 .fo_ul em { margin-bottom: 10px; }
    .footer .foot_1 .fo_ul:last-child { width: 100%; max-width: none; margin-top: 5%; }
    .footer .foot_1 .fo_form { padding: 0; }
    /*index*/
    .banner { height: 300px; }
    /*content*/
    .content .sub_banner { height: 200px; }
    .content .sub_banner .sba_tt h4 { font-size: 24px; margin-bottom: 10px; }
    .content .sub_banner .sba_tt h6 { font-size: 20px; }
    .content .sub_h3 h4 { font-size: 20px; }
    .content .sub_h3 h6 { font-size: 14px; }
    .About .ab_viv { float: none; width: 100%; padding: 30% 0; }
    .About .ab_viv span em i { font-size: 40px; }
    .About .ab_viv span em font { font-size: 14px; }
    .News_x .nx_tit span { display: block; margin-bottom: 10px; float: none; font-size: 16px; }
    .News_x .nx_tit em { display: block; float: none; font-size: 12px; }
    .News_x .nx_tit em i { margin-right: 5px; font-size: 12px; }
    .Case .ca_mian { padding-bottom: 5%; }
    .Case .ca_mian ul li { width: 49%; margin-top: 3%; }
    .Case .ca_mian .ca_txt { font-size: 12px; }
    .case_x1 .cx_mian { height: 400px; }
    .case_x1 .cx_hd { padding: 5px; }
    .case_x1 .cx_box .cximg { height: 80px; }
    .join .tit h4 { font-size: 20px; line-height: 30px; }
    .join .tit h4 span { font-size: 24px; }
    .join .mian > h3 { font-size: 20px; line-height: 48px; }
    .join .box { height: 70%; margin-top: 100px; }
    .join .box > h3 { font-size: 20px; line-height: 60px; }
    .join .box > h6 a { width: 200px; height: 44px; font-size: 16px; line-height: 44px; }
    .join .box > h6 a i { width: 28px; background-size: 70%; }
    .History .his_bd ul { padding-top: 30px; }
    .History .his_bd ul:before { left: 0; margin-left: 28px; }
    .History .his_bd ul:after { left: 0; margin-left: 22px; }
    .History .his_bd ul li span { left: 0; margin-left: 0; }
    .History .his_bd ul li span:before { left: 100% !important; right: auto !important; }
    .History .his_bd ul li .his_box { text-align: left !important; }
    .History .his_bd .his_box { width: 100%; padding: 0 0 0 80px; }
    .History .his_bd .his_box .his_txt { font-size: 12px; }
    .Map .cn li { width: 90%; }
}

@media (max-width: 640px) { /*header*/
    .header { height: 80px; }
    .content .sub_nav .span { width:100%;margin-bottom:5px;}
    .logo { height: 50px; line-height: 50px; }
    .logo a { height: 36px; }
    .nav { padding: 50px 3%; width: 200px; }
    .nav.close-nav { -webkit-transform: translate(200px, 0); transform: translate(200px, 0); }
    .nav > ul > li > a { font-size: 14px; }
    .header .push-nav { width: 50px; height: 50px; }
    .header .push-nav .nav-toggle span { width: 25px; height: 2px; margin-bottom: 6px; -webkit-transform-origin: 24px; transform-origin: 24px; }
    /*index*/
    .index { padding-top: 50px; }
    .banner { height: 200px; padding-bottom: 20px; }
    .banner .pagination { bottom: 10px; }
    .banner .pagination span { width: 24px; height: 1px; }
    .index_1 .i_tit .fr { font-size: 12px; }
    .index_1 .in_hd { margin: 5% 0; }
    .index_1 .in_hd span { font-size: 12px; }
    .in_mian { overflow:hidden;}
    .index_1 .in_box { width:50%; }
    .index_1 .in_box em { padding: 0; }
    .index_1 .in_box span { height: 40px; font-size: 14px; line-height: 40px; }
    .index_2 .in_mian { padding-top: 20px; }
    .index_2 .in_hd span { font-size: 12px; line-height: 30px; }
    .index_2 .in_hd span.on { font-size: 16px; }
    .index_2 .in_box .li { padding: 0; }
    .index_2 .in_box .li h5, .index_2 .in_box .li h6, .index_2 .in_box .li p { margin-bottom: 10px; }

    .index_1x .in_bd li { width:100%;}
    /*footer*/
    .footer .foot_1 .fo_ul a { font-size: 12px; }
    .footer .foot_1 .fo_ul em i { font-size: 12px; }
    .footer .foot_1 .fo_ul em b { font-size: 16px; }
    /*content*/
    .content { padding-top: 50px; }
    .content .sub_banner { height: 150px; }
    .content .sub_banner .sba_tt { padding-top: 12%; }
    .content .sub_banner .sba_tt h4 { font-size: 18px; margin-bottom: 2px; }
    .content .sub_banner .sba_tt h6 { font-size: 14px; }
    .content .sub_nav {  }
    .content .sub_nav .span a { font-size: 10px; }
    .content .sub_h3 h4 { margin-bottom: 5px; font-size: 16px; }
    .content .sub_h3 h6 { font-size: 12px; }
    .content .sub_h3 .wrap { padding: 0 0 10px; }
    .About .ab_viv { float: none; width: 100%; padding: 40% 0; }
    .About .ab_viv span em i { font-size: 30px; }
    .About .ab_viv span em font { font-size: 12px; }
    .News .dt .dt-1 { width: 100%; }
    .News .dd ul li { height: auto; overflow: hidden; padding: 30px 0; }
    .News .dd ul li div.a1 { position: static; padding-top: 10px; margin-left: 0; }
    .News .dd ul li div.a1 span { display: inline-block; font-size: 18px; }
    .News .dd ul li div.a1 font { display: inline-block; font-size: 18px; }
    .News .dd ul li div.a2 { position: static; width: 100%; height: auto; overflow: hidden; padding: 25% 0; }
    .News .dd ul li div.a3 { margin-left: 0; padding-left: 0; }
    .Case .ca_tit form.fl { float: none; width: 100%; height: 36px; margin: 0 auto; margin-bottom: 2%; }
    .Case .ca_tit form.fr { height: auto; }
    .Case .ca_tit form.fr span { display: block; width: 100%; height: 36px; margin: 0; margin-bottom: 2%; }
    .case_x1 .cx_mian { height: 300px; }
    .case_x1 .cx_box .cximg { height: 60px; }
    .case_x2 .cx_bd { float: none; width: 100%; height: 500px; margin-bottom: 20px; }
    .case_x2 .cx_bd span { padding: 0; }
    .case_x2 .cx_box .cximg { height: 150px; }
    .Contact { padding: 6% 0; }
    .Contact .cont_map { height: 300px; }
    .Contact .cont_Leav > h4 { font-size: 16px; }
    .Contact .cont_Leav > h4 em { font-size: 12px; }
    .Contact .cont_Leav .input_text input { width: calc(100% - 5em); }
    .Contact .cont_Leav .input_text em { display: block; margin: 0 0 0 auto; margin-top: 10px; }
    .Contact .cont_Leav .input_textarea textarea { width: calc(100% - 5em); height: 150px; }
    .Contact .cont_Leav .span { width: 5em; padding-right: 0; font-size: 12px; }
    .Contact .cont_Leav .buttj { padding-left: 0; }
    .Contact .cont_Leav .buttj input { width: 100%; }
    .join .tit h4 { font-size: 18px; }
    .join .tit h4 span { font-size: 22px; }
    .join .ccc { padding: 3% 0; }
    .join .ccc h6 { font-size: 16px; }
    .join .ccc p { font-size: 12px; line-height: 20px; }
    .join .mian > h3 { font-size: 16px; }
    .join .mian dl dt span { height: 40px; font-size: 12px; line-height: 40px; }
    .join .mian dl dd span { height: 40px; font-size: 12px; line-height: 40px; }
    .join .win .box { width: 96%; height: 90%; margin-top: 40px; margin-left: -48%; }
    .join .win .box > em { top: 10px; right: 15px; }
    .join .win .box > h3 { font-size: 18px; line-height: 48px; }
    .join .win .box > h6 { padding: 5% 0; }
    .join .win .box > h6 a { width: 180px; height: 40px; font-size: 14px; line-height: 40px; }
    .join .win .box div.mm h5 { font-size: 12px; line-height: 32px; }
    .join .win .box div.mm p { font-size: 12px; line-height: 24px; }
    .Map .cn li { width: 100%; }
    .Map .cn li .ii { font-size: 12px; line-height: 24px; }
}

/*# sourceMappingURL=style.css.map */
/* leftsead */
#leftsead{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:161px;height:60px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
