@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}
a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
img {
	border: none;
	/*display: block;*/
}
p, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
* {
	font-family: "Arial";
}
.top {
	background-color: #777777;
	width: 100%;
	height: 35px;
}
.top_in {
	color: #FFF;
	width: 1200px;
	height: 35px;
	text-align: right;
	margin: 0px auto;
	font-size: 14px;
}
.top_in .lan {
	width: 155px;
	height: 20px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
}
.top_in .lan_checked {
	background-color: #0377b4;
}
.top_in a, .top_in a:hover {
	color: #FFF;
	height: 20px;
	line-height: 20px;
}
.top_nav {
	height: 95px;
	width: 1200px;
	margin: 0px auto;
	z-index: 999;
}
.top_nav .logo {
	width: 263px;
	height: 95;
	margin: auto 0px;
	float: left;
}
.top_nav .logo img {
	margin: 0px 0px 0px 0px;
}
.nav_list {
	height: 95px;
	margin: 0px;
	width: 760px;
	float: left;
}
.nav_list ul li {
	float: left;
	width: 115px;
	height: 93px;
	line-height: 95px;
	text-align: center;
}
.bottom_3px_border {
	background-color: #ebebeb;
	border-bottom: 3px solid #ea2e3d;
}
.nav_list ul li a, .nav_list ul li a:hover {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	margin-top: 0px;
	display: none;
	position: absolute;
	background-color: #FFF;
	width: 300px;
	z-index: 998;
	padding: 0px;
}
.dropdown-content a {
	width: 280px;
	height: 40px;
	font-size: 14px;
	margin: 0px;
	padding-left: 20px;
	line-height: 40px;
	color: #5d5d5d;
	text-align: left;
}
.dropdown-content a:hover {
	color: #e7313d;
	background-color: #ebebeb;
}
.search_form {
	height: 95px;
	width: 172px;
	float: left;
	margin: 0px 0px 0px 2px;
}
.search_form_in {
	width: 172px;
	height: 26px;
	margin-top: 34px;
	background-color: #c1c1c1;
	float: left;
}
.search_form_in input {
	display: inline;
}
.search_form_in input[type="text"] {
	width: 140px;
	background: none;
	border: none;
	color: #FFF;
	border-right: 1px solid #FFF;
	height: 16px;
	margin: 4px;
}
 .search_form_in input::-webkit-input-placeholder {
 color: #FFF;
}
 .search_form_in input:-moz-placeholder {
 color: #FFF;
}
 .search_form_in input:-ms-input-placeholder {
    /* IE10+ */
    color: #FFF;
}
.search_form_in input[type="submit"] {
	background: url(../img/search_btn.png) no-repeat;
	border: none;
	width: 17px;
	height: 17px;
}
.rolling_news {
	height: 46px;
	z-index: 990;
	width: 1200px;
	margin: -48px auto 0px auto;
}
.rolling_news_icon {
	float: left;
	width: 126px;
	height: 46px;
}
.index_pro {
	width: 1200px;
	height: 350px;
	margin: 0px auto;
}
.index_case {
	width: 1200px;
	height: 500px;
	margin: 0px auto;
}
.case_box_lists {
	width: 1200px;
	height: 500px;
	margin: 0px auto;
}
.case_box_lists ul li {
	width: 260px;
	height: 310px;
	margin-right: 50px;
	float: left;
	margin-bottom: 25px;
}
.case_box_lists ul li:nth-child(4n+0) {
	margin-right: 0px;
}
.case_box_lists .pro_title {
	width: 260px;
	height: 10px;
	padding: 9px;
}
.case_box_lists .pro_title a {
	color: #000000;
	font-size: 14px;
	line-height: 25px;
	width: 260px;
}
.case_box_lists .pro_img {
	width: 260px;
	height: 260px;
}
.case_box_lists .pro_title .pro_r {
	width: 12px;
	height: 16px;
	float: right;
	line-height: -10px;
/*	background-image: url(../img/pro_r.png);*/
	background-repeat: no-repeat;
	z-index:999;
	margin-right:10px;
}
.pro_title_hover {
	background-color: #767877;
}
.pro_title_hover_2 {
	background:url(../img/pro_r_hover.png) no-repeat;
	}
	.pro_title_hover_3 {
	background:url(../img/pro_r.png) no-repeat;
	}
.index_pro_title {
	margin: 30px auto;
}
.products_box_lists {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.products_box_lists a {
	padding-top: 150px;
	float: left;
	width: 174px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin: 0 10px;
}
.products_box_lists a span {
	display: block;
	height: 72px;
	line-height: 72px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.products_box_lists a:hover > span {
	color: #ad0000;
}
.products_box_lists a:nth-child(1), .features .fea:nth-child(1) {
	background: url(../img/pro_01.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(2), .features .fea:nth-child(2) {
	background: url(../img/pro_02.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(3), .features .fea:nth-child(3) {
	background: url(../img/pro_03.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(4), .features .fea:nth-child(4) {
	background: url(../img/pro_04.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(5), .features .fea:nth-child(5) {
	background: url(../img/pro_05.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(6), .features .fea:nth-child(6) {
	background: url(../img/pro_06.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(1):hover {
	background: url(../img/pro_01_2.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(2):hover {
	background: url(../img/pro_02_2.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(3):hover {
	background: url(../img/pro_03_2.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(4):hover {
	background: url(../img/pro_04_2.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(5):hover {
	background: url(../img/pro_05_2.jpg) no-repeat top center;
}
.products_box_lists a:nth-child(6):hover {
	background: url(../img/pro_06_2.jpg) no-repeat top center;
}
.footer {
	background-color: #777777;
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0px auto;
	clear: both;
	padding: 30px 0px 0px 0px;
}
.footer_nav_list {
	width: 1200px;
	margin: 0px auto;
	height: auto;
}
.footer_nav_list ul li {
	width: 154px;
	float: left;
}
.footer_nav_title {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.footer_nav_title img {
	margin: 15px 0px;
}
.footer_nav_list_detail li a, .footer_nav_list_detail li a:hover {
	font-size: 12px;
	color: #cfcfcf;
	line-height: 25px;
	word-wrap: break-word;
}
.footer_bottom {
	width: 1150px;
	margin: 24px auto 0px auto;
	height: 30px;
	clear: both;
	color: #cfcfcf;
	font-size: 12px;
}
.footer_share,.footer_share_icon{
	width:160px;}
.footer_share_icon img:not(:first-child) {
	display: inline;
}
.footer_share_other {
	color: #FFF;
	margin-top: 30px;
	width: 300px;
	height: 36px;
}
.footer_share_other a {
	display: inline-block;
	vertical-align: middle;
}
/*2020.07.31 by stone*/
.footer_share_other .footer_pic{float: left; margin-right: 20px; width: 32px; cursor: pointer; position: relative;}
.footer_share_other .footer_pic .footer_pic01{ width: 32px; display: block;}
.footer_share_other .footer_pic .footer_pic02{ width: 220px; display: none; position: absolute; top: -300px; left: -100px;}
.footer_share_other .footer_pic01:hover+.footer_pic02{ display: block;}

.middle_9 {
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-top: -12px;
}
.middle_9 .leftMenu {
	width: 200px;
	height: auto;
	background-color: #676767;
	float: left;
}
.middle_9 .leftMenu .topMenu {
	height: 32px;
	background-color: #0065a5;
}
.middle_9 .leftMenu .topMenu img {
	margin: 11px;
	float: left;
}
.middle_9 .leftMenu .topMenu .changeMenu {
	cursor: pointer;
}
.middle_9 .leftMenu .topMenu .banshi {
	padding-left: 23px;
}
.middle_9 .leftMenu .topMenu .menuTitle {
	text-align: center;
	color: #F2F2F2;
	float: left;
	line-height: 32px;
	font-size: 16px;
	width: 120px;
}
.menu_list_9 {
	width: 200px;
	background: #354045;
}
.menu_list_9 ul li {
	display: block;
	text-align: left;
	width: 100%;
}
.menu_list_9 ul li .fuMenu {
	color: #F2F2F2;
	font-size: 14px;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	text-align: left;
	width: 200px;
	margin-left: 10px;
	float: left;
}
.menu_list_9 ul li .xiala {
	float: left;
	margin-left: -30px;
	margin-top: 10px;
}
.menu_list_9 ul li .div1_9 {
	width: 100%;
	height: auto;
	float: left;
}
.menu_list_9 ul li .div1_9 .zcd {
	color: #869fb1;
	font-size: 14px;
	height: 32px;
	background-color: #131e26;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	width: 200px;
}
.div1_9 {
	height: 200px;
	display: none;
}
.menu_list_9 ul li .div1_9 .zcd:hover {
	color: #FFF;
	background-color: #1c2b36;
	font-weight: bold;
}
.removes_9 {
	color: #0FB9EF !important;
	border-left: 3px solid #0FB9EF;
}
.banner_in {
	width: 100%;
	height: 460px;
	margin: 0px auto;
	overflow: hidden;
	z-index: 10;
}
.zs_main {
	width: 1200px;
	margin: 0px auto;
	clear: both;
	height: auto;
	margin-top: -200px;
	z-index: 900;
}
.zs_main_title {
	width: 1200px;
	height: 80px;
	margin: 10px auto;
	padding: 0px;
	background-color: #fff;
	clear: both;
}
.zs_main_big_title {
	padding-top: -40px;
	padding-left: 30px;
}
.zs_main_title img, .zs_main_title span {
	display: inline-block;
	margin-top: 20px;
}
.zs_main_title span {
	height: 80px;
	line-height: 40px;
	font-size: 22px;
	color: #333333;
}
.mianbaoxie, .zs_main_big_title {
	height: 80px;
	float: left;
	margin-right: 10px;
}
.mianbaoxie {
	text-align: right;
	line-height: 80px;
	padding-top: -40px;
	float: right;
}
.mianbaoxie a {
	display: inline;
	font-size: 14px;
	color: #999999;
}
.zs_main_left {
	width: 240px;
	margin-right: 20px;
	float: left;
	height: auto;
	background:#fff;
}
.zs_main_left_top {
	width: 210px;
	height: 54px;
	background: url(../img/left_top_bg.png) no-repeat;
	padding-top: 35px;
	padding-left: 30px;
}
.zs_main_left_top span {
	font-size: 22px;
	color: #777777;
}
.zs_main_left_mid {
	width: 240px;
	margin: 0px auto;
}
.zs_main_left_mid ul {
	width: 215px;
	margin: 0px auto;
}
.zs_main_left_mid ul li {
	width: 215px;
	float: left;
	background: url(../img/left_menu_arrow.png) left center no-repeat;
	border-bottom: 1px dashed #CCCCCC;
}
.zs_main_left_mid ul li a, .zs_main_left_mid ul li a:hover {
	font-size: 16px;
	color: #333333;
	margin-left: 20px;
	line-height:30px;
	padding:10px 0;
	display:block;
}
.zs_main_left_bottom {
	width: 240px;
	height: 300px;
	border: 1px solid #FFF;
	clear: both;
}
.zs_main_left_bottom img {
	margin: 25px auto;
}
.za_main_left_tel {
	width: 240px;
	text-align: center;
	margin: 0px auto;
	font-size: 20px;
	color: #666666;
}
.zs_main_right {
	width: 940px;
	height: auto;
	float: left;
	background-color: #FFF;
}
.zs_main_right_content {
	width: 880px;
	margin: 30px;
	min-height:500px;
}
.zs_main_right_content img {
	max-width: 880px;
}
.zs_main_right_content p {
	font-size: 14px;
	color: #777777;
	line-height: 20px;
}
.zs_main_case_list {
	width: 940px;
	margin: 0px;
	clear: both;
	float:left;
}
.zs_main_case_list ul {
	margin: 20px 0px 26px 17px;
	clear: both;
	height: 910px;
}
.zs_main_case_list ul li {
	width: 294px;
	height: 380px;
	margin-right: 18px;
	float: left;
}
.zs_main_case_list ul li:nth-child(3n+0) {
	margin-right: 0px;
}
.zs_main_case_list_pro_title {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
}
.first_li {
	width: 3px;
	background-color: #CCC;
	border-bottom: 3px solid #CCC;
}
.page_info {
	width: 100%;
	text-align: center;
}
.page_info a {
	display: inline;
	margin: 0px 5px;
	padding: 10px;
	border: 1px solid #777777;
	font-size: 14px;
	color: #333333;
	width: auto;
}
.page_info .current_page {
	background: #333333;
	color: #FFF;
}
.page_info .no_border {
	border: none;
}
.about_2 {
	width: 1200px;
	margin: 0px auto;
	height: 645px;
	text-align: left;
}
.about_2 div {
	float: left;
	margin-bottom: 2px;
	margin-right: 3px;
}
.about_2 div:nth-child(5) {
	float: left;
	width: 363px;
	height: 358px;
	margin-top: -428px;
}
.about_2 div:nth-child(6) {
	margin-top: -64px;
}
.about_2 .about_more {
	background: url(../img/about_more.jpg) no-repeat;
	width: 60px;
	height: 60px;
	position: relative;
	margin-top: -60px;
	margin-right: 0px;
	opacity: 0.8;
	float: right;
}
.zs_main_news_list {
	width: 940px;
	margin: 0px;
	clear: both;
}
.zs_main_news_list ul {
	margin: 0px 0px 26px 17px;
	clear: both;
	height: 750px;
}
.zs_main_news_list ul li {
	height: 60px;
	border-bottom: 1px dashed #CCCCCC;
}
.zs_main_news_list ul li span {
	float: right;
	width: 100px;
}
.zs_main_news_list ul li a, .zs_main_news_list ul li a:hover {
	font-size: 14px;
	color: #000000;
	line-height: 60px;
}
.zs_main_right_content_title {
	text-align: center;
	font-size: 18px;
	color: #333333;
	width: 940px;
	height: 70px;
	line-height: 25px;
}
.main_right_news_detail_other_news {
	margin-top: 40px;
	color: #999999;
	font-size: 14px;
}
.main_right_news_detail_other_news a, .main_right_news_detail_other_news a:hover {
	display: inline;
	color: #999999;
	font-size: 14px;
}
.sel_mask {                    /*将<a></a>相对定位*/
	position: relative;
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-top: -10px;
	background-color: #676767;
	height: 32px;
	display: inline-block;
	text-decoration: none;
}
.sel_mask select {        /*以相同大小将<select></select>绝对定位*/
	top: 0px;
	left: 0px;
	position: absolute;
	width: 200px;
	height: 25px;
	opacity: 0;
}
.sel_mask select option {
	background-color: #676767;
}
.sel_mask select option {
	color: #FFF;
}
.sel_mask span {     /*显示内容*/
	position: absolute;
	top: 3px;
	left: 5px;
	right: 20px;
	display: inline-block;
	color: #fff;
	overflow: hidden;
	line-height: 25px;
}
.sel_mask img {          /*箭头图标*/
	display: inline-block;
	position: absolute;
	top: 2px;
	margin-top: 8px;
	right: 5px;
}
.pagination {
	padding-top: 10px; margin-bottom:20px;
	text-align:center;
	line-height:20px;
}

.pagination  a{
	padding-top: 10px; display:inline;
	text-align:center;
	line-height:20px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; 
}
.pagination li{
	list-style-type: none;
	display: inline;
	padding: 2px;
}
.pagination a, .pagination a:visited{
	padding:3px 5px 0 5px;
	border: 1px solid #D8E8F8;
	text-decoration: none; 
	color: #0066cc;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #0033cc;
	color: #000;
	background-color: #D5E6F8;
}
.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #2e6ab1;
	color: #FFF;
}
.pagination li.disablepage{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}
.pagination li.nextpage{
	font-weight: bold;
}
