.main{
    width: 1400px;
    margin: 0 auto;
}
body{
	background-color: #f5f5f5;
}
/* header */
#header{
	height: 40px;
	width: 100%;
}
.header{
	height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
.header ul {
	float: left;
}
.header ul li {
	margin: 0 6px;
	font-size: 12px;
	line-height: 40px;
	float: left;
}
.header ul li a{
	color: #666;
}
#divLogin ul li.li-last {
	color: #ff5858;
  }
.header ul li a:hover{
	color: #03a363;
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead .otherlogin {
	width: 90px;
	height: 38px;
	position: absolute;
	top: -42px;
	left: 510px;
	line-height: 38px;
	text-indent: 11px;
	background: url("https://www.gkzhan.com/images/index2020/darrow.gif") no-repeat 75px 15px;
	z-index: 99;
}
.Tophead .otherlogin a {
	color: #666;
}
.Tophead .otherlogin .loginbox {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 88px;
	border: 1px solid #d5d5d5;
	z-index: 98;
	background: #fff;
	padding: 5px 0 5px 0;
}
.Tophead .otherlogin .loginbox li {
	width: 88px;
	line-height: 22px;
	text-indent: 28px;
}
.Tophead .otherlogin .loginbox li.qqico {
    background: #fff url("https://www.gkzhan.com/images/index2020/qqico.jpg") no-repeat 8px 50%;
}
.Tophead .otherlogin .loginbox li.sinaico {
    background: #fff url("https://www.gkzhan.com/images/index2020/sinaico.jpg") no-repeat 8px 50%;
}
.Tophead .otherlogin:hover .loginbox {
	display: block;
}
#Share{
	position:absolute;
	left: 605px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	bottom: 8px;
	color: #999999;
	right: auto !important;
	bottom: 10px !important;
}
#fenxiangDiv{
	float: right;
}
.bdsharebuttonbox a{
	display:inline-block!important;
	width:30px!important;
	height:30px!important;
	float:none;
	margin-left:5px;
	margin: 0 3px 3px!important;
	padding-left: 0!important;
	line-height:0!important;
	float: none!important;
	vertical-align: top;
}
.bdsharebuttonbox a:hover .fenxiangDiv {
	display: block;
}
.bdsharebuttonbox a.weixin {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat -140px -36px;
}
.bdsharebuttonbox a.qqim {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat  -90px -36px;
}
.bdsharebuttonbox a.weibo {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat -45px -36px;
}
.bdsharebuttonbox a.qq {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat 0 -36px;
}

.headRight {
	float: right;
	font-size: 12px;
	line-height: 40px;
	float: right;
	color: #ddd;
	position: absolute;
	right: 0px;
	top: -42px;
}
.headRight a{
	color: #666;
	margin: 0 8px;
	font-weight: normal;
}
.headRight .topwx span a {
	color: #03a363;
}
.headRight .topwx span a i {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url("https://www.gkzhan.com/images/index2020/wechat_ico.png") no-repeat;
	vertical-align: middle;
	margin-right: 3px;
	background-size: contain;
	margin-bottom: 2px;
}
.headRight .topapp span a {
	color: #03a363;
}
.headRight .topapp span a i {
	display: inline-block;
	width: 13px;
	height: 16px;
	background: url("https://www.86pla.com/images/index2020/mobile_ico.png") no-repeat;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
}
.headRight a:hover{
	color: #03a363;
}
.son {
	display: inline-block;
	position:relative;
	z-index: 999;
}
.sonBox {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	box-shadow: 0 0 5px #e5e5e5;
}
.sonBox img {
	max-width: 85px;
}
.son:hover .sonBox {
	display: block;
}
/* banner */
.banner {
    height: 392px;
    width: 100%;
    position: relative;
}
.banner img.bannerImg {
    position: absolute;
    top: 0;
    left: 0;
	height:95%;
    margin: 0 auto;
    z-index: -1;
}
.banner .main1{
	padding-top: 30px;
}
.banner .com_logo{
    display: block;
    width: 192px;
    height: 92px;
    margin: 0 auto 15px;
    position:relative;
}
.banner .com_logo img{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner h1{
    display: block;
    text-align: center;
}
.banner h1 a{
    font-size: 32px;
    color: #fff;
}
.banner p.year{
    text-align: center;
    overflow: hidden;
    margin: 20px 0 30px;
}
.banner p.year span{
    display: inline-block;
    width: 174px;
    height: 20px;
    line-height: 20px;
    padding: 9px 18px 7px;
    font-size: 16px;
    color: #dcdada;
    margin: 0 22px;
     border-radius: 15px;
}
.banner p.year span:first-child{background-color: #e8e0df;}
.banner p.year span:last-child{background-image: linear-gradient(to right, #ffab7b , #ff2d2c);}
.banner p.year span b{
    float: left;
    width: 86px;
    height: 20px;
}
.banner p.year span b.senior {
    vertical-align: middle;
    background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -75px;
}
.banner p.year span b.free {background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px 3px;}
.banner p.year span b.primary{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -22px;}
.banner p.year span b.intermediate{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -48px;}
.banner p.year span b.senior{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -75px;}
.banner p.year span b.topLevel{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -99px;}
.banner p.year span b.supLevel{background: url(https://www.ybzhan.cn/images/company/supLevel.png) no-repeat 3px 3px;}
.banner p.year span b.vip1 {
	background: url(https://www.86pla.com/images/company/member_icon4.png) no-repeat;
	height: 21px;
}
.banner p.year span b.vip2 {
	background: url(https://www.86pla.com/images/company/member_icon5.png) no-repeat;
	height: 21px;
}
.banner p.year span b.vip3 {
	background: url(https://www.86pla.com/images/company/member_icon6.png) no-repeat;
	height: 21px;
}
.banner p.year span em{
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    font-style: normal;
    color: #000;
    margin-left: 16px;
}
.banner p.year span em i{
    font-style: normal;
    font-size: 16px;
    color: #ff2500;
    margin: 0 2px;
}
.banner p span a{
    color: #fff;
}
.banner .searchBox{
    width: 680px;
    height: 44px;
    background-color: #fff;
    margin: 0 auto 35px;
    border-radius: 5px;
}
#searchForm,.banner .form{
    height: 100%;
}
.banner .searchBox .select{
    float: left;
    height: 100%;
    line-height: 44px;
    width: 12.3%;
    position: relative;
}
.searchBox .form .select .select-top p {
	font-size: 14px;
	line-height: 44px;
	cursor: pointer;
	text-indent: 17px;
	border-right: 1px solid #ddd;
}
.searchBox .form .select .select-top i {
	display: inline-block;
	width: 10px;
	height: 5px;
	background: url('https://www.gkzhan.com/images/index2020/search_ico.png') no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 14px;
	top: 20px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 78px;
	border: 1px solid #ddd;
	border-top: 0;
	display: block;
	top: 42px;
	left: 0px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px 'microsoft yahei';
	color: #666;
	text-indent: 15px;
	line-height: 25px;
	cursor: pointer;
}
.searchBox ul li:hover{
	color: #fff;
	background: #03a363;
}
.banner .searchBox input{
    float: left;
    height: 100%;
    line-height: 44px;
    width: 71.4%;
    border: 0;
    font-size: 14px;
    color: #999;
    text-indent: 18px;
}
.banner .searchBox button{
    float: right;
    height: 100%;
    line-height: 44px;
    width: 16.3%;
    border: 0;
    background-color: #03a363;
    font-size: 18px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}
.banner .nav{
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.banner .nav a{
    display: inline-block;
    padding: 0 33px;
    font-size: 22px;
    color: #000;
    margin: 0 35px;
}
.banner .nav a:last-child{
    margin-left: 0;
}
.banner .nav a:last-child{
    margin-right: 0;
}
.banner .nav a:hover{
    background-color: #03a363;
    color: #fff;
    font-weight: 700;
}
/*  breadcrumbNav  */
.breadcrumbNav{
	height: 76px;
	line-height: 76px;
	margin-bottom: 10px;
	font-size: 16px;
}
.breadcrumbNav a{
	color: #666;
	margin: 0 8px;
}
.breadcrumbNav a:first-child{
	margin-left: 0;
}
.breadcrumbNav a:last-child{
	margin-right: 0;
}
/* companyInfo */
.companyInfo{
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
	position: relative;
}
.companyInfo .left{
	float: left;
	width: 680px;
	margin-right: 20px;
}
.companyInfo .left .images{
	display: block;
	padding-bottom: 66.47%;
	height: 0;
	overflow: hidden;
	border-radius:0 20px 0 20px;
}
.companyInfo .left img{
	max-height: none;
	width: 100%;
}
.companyInfo .right{
	overflow: hidden;
}
.companyInfo .right .title{
	line-height: 57px;
	font-size: 18px;
	color: #999;
}
.companyInfo .right .title b{
	font-size: 28px;
	color: #000;
}
.companyInfo .right .text{
	position: absolute;
	right: 30px;
	width: 830px;
	background-color: #fafafa;
	padding: 25px 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	border-radius: 20px 0 20px 0;
}
/* table1 */
.tableTitle{
	padding: 20px 0;
	text-align: center;
}
.tableTitle i{
	display: inline-block;
	font-size: 26px;
	font-style: normal;
	color: #ffd2b7;
	text-transform: uppercase;
}
.tableTitle b{
	display: block;
	font-size: 38px;
	color: #333;
}
.tableDiv{
	background-color: #fff;
	padding: 30px;
}
.tableLogo {
	height: 56px;
	line-height: 56px;
	position: relative;
	overflow: hidden;
}
.tableLogo img{
	float: right;
	height: 25px;
}

.tableDiv table{
	width: 100%;
	border: 1px solid #e3e3e3;
}
.tableDiv table a.hint{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-indent: 4px;
	border: 1px solid #ACCCE6;
	color: #ACCCE6;
	font-size: 12px;
	border-radius: 50%;
	margin-left: 5px;
}
.tableDiv table a.nearby{
	font-size: 14px;
	color: #2c99ff;
	margin-left: 5px;
}
.tableDiv table .ta-c{
	text-align: center;
}
.tableDiv table th {
    height: 24px;
	padding: 9px 10px;
    border: 1px solid #e3e3e3;
	background-color: #d9f5ea;
	font-weight: normal;
	font-size: 14px;
}
.tableDiv table td {
    height: 24px;
	padding: 9px 10px;
    border: 1px solid #e3e3e3;
	font-size: 14px;
}
.tableDiv table td dl{
	overflow: hidden;
}
.table1 .tableDiv table td dt{
	float: left;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: #d1ae9d;
	border-radius: 6px;
	color: #fff7e0;
	font-size: 28px;
	margin-right: 15px;
}
.table1 .tableDiv table td dd{
	overflow: hidden;
}
.table1 .tableDiv table td dd a{
	display: block;
	line-height: 62px;
	font-size: 20px;
	color: #39a0ff;
}
.table1 .tableDiv table td dd span{
	display: block;
	line-height: 31px;
	font-size: 16px;
	color: #333;
}
.table1 .tableDiv table td i{
	color: #ff2e13;
	font-style: normal;
}
.table1 .tableDiv table td p{
	font-size: 14px;
	margin-top: 10px;
}
.table1 .tableDiv table td p em{
	float: right;
	font-style: normal;
}
.table1 .tableDiv table .score p{
	margin-bottom: 0;
    padding-left: 0;
	text-align: center;
	margin-top: 8px;
	position: relative;
}
.table1 .tableDiv table .score p span{
	color: #999;
    font-size: 15px;
    height: 17px;
    line-height: 24px;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.table1 .tableDiv table .score p b{
	font-size: 20px;
    color: #0084ff;
    padding: 0 8px;
    line-height: 20px;
    vertical-align: middle;
}
.table1 .tableDiv table .score .container{
	height: 84px;
    margin-top: 2px;
	overflow: hidden;
	text-align: center;
}
.table1 .tableDiv table .score .container img{
	display: inline-block;
	width: 139px;
	-webkit-transform: translateY(-18%);
    -ms-transform: translateY(-18%);
    transform: translateY(-18%);
}
/* 股东信息 */
.table2 .tableDiv table th .link-click a{
	color: #0084ff;
}
.table2 .tableDiv table dd .toco{
	position: absolute;
	top: 0;
	right: 0;
	color: #ff7d18;
}
.table2 .tableDiv table dd .toco a{
	color: #ff7d18;
}
.table2 .tableDiv table dl{
	position: relative;
}
.table2 .tableDiv table dt{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.table2 .tableDiv table dt.-bg1{
	background-color: #d3a48d;
}
.table2 .tableDiv table dt.-bg2{
	background-color: #6ecba8;
}
.table2 .tableDiv table dt.-bg3{
	background-color: #4f9bd1;
}
.table2 .tableDiv table dt.-bg4{
	background-color: #a97ddb;
}
.table2 .tableDiv table dd{
	display: inline-block;
}
.table2 .tableDiv table dd a.name-max{
	display: block;
	line-height: 40px;
	color: #0084ff;
	font-size: 16px;
}
.table2 .tableDiv table dd p{
	height: 22px;
	margin-top: 4px;
}
.table2 .tableDiv table dd p i{
	display: inline-block;
	line-height: 22px;
	padding: 0 7px;
	font-size: 14px;
	font-style: normal;
	margin: 0 4px;
	border-radius: 2px;
}
.table2 .tableDiv table dd p i:nth-child(1){
	color: #ff3b30;
    background-color: rgba(255,59,48,0.1);
	margin-left: 0;
}
.table2 .tableDiv table dd p i:nth-child(2){
	color: #ff7d18;
    background-color: rgba(255,125,24,0.1);
}
.table2 .tableDiv table dd p i:nth-child(3){
	color: #449DE6;
    background-color: rgba(68,157,230,0.1);
}
.table2 .tableDiv table td .link-text{
	display: block;
}
.table2 .tableDiv table td .link-text a{
	color: #ff7d18;
}
.tableDiv table th .table-column-sorter{
	width: 8px;
    height: 14px;
    display: inline-block;
    background-image: url(../../Images/company/version/2021/table-column-sorter-0.png);
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 4px;
	cursor: pointer;
}
.tableDiv table th .table-column-sorter.up{
	background-image: url(../../Images/company/version/2021/table-column-sorter-1.png);
}
.tableDiv table th .table-column-sorter.down{
	background-image: url(../../Images/company/version/2021/table-column-sorter-2.png);
}
/* table3 */
.table3 tr i{
	color: #25a85f;
	font-style: normal;
}
/* CompanyAdd */
.CompanyAdd .CompanyAddMap{
	padding: 30px;
	background-color: #fff;
}
.CompanyAddMap img{
	max-width: none!important;
	max-height: none!important;
}
.CompanyAdd .CompanyAddMap .info{
	padding: 15px 0;
	font-size: 14px;
	line-height: 30px;
}
.CompanyAdd .CompanyAddMap .info p{
	line-height: 24px;
}
/* table4  */
.table4 table th{
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 18px;
}
.table4 table td{
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #666;
}
.table4 table td b{
	color: #000;
}
.table4 table .images{
	display: block;
	position: relative;
	min-height: 70px;
}
.table4 table .images img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.table4 table td a.clickA{
	display: inline-block;
	width: 96px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	background-color: #ff5c59;
	color: #fff;
	font-size: 14px;
}
/* prompt */
.prompt{
	padding: 25px 0;
	background-color: #03a363;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	margin-top: 50px;
}
.prompt a{
	color: #fff;
}
.prompt b{
	font-size: 20px;
}
.prompt i{
	font-weight: 700;
	font-style: normal;
}
/* footer */
#footer{
	padding: 20px 0;
	background: #282828;
	text-align: center;
}
.footMenu{
	color: #868686;
	font-size: 14px;
	line-height: 30px;
}
.footMenu a{
	color: #bababa;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #ff6600;
}
.copyright{
	font-size: 12px;
	line-height: 30px;
	margin-top: 5px;
	color: #868686;
}
#footer p{
	font-size: 12px;
	line-height: 30px;
	color: #868686;
}
/* 0803 */
.infoTitle{
	text-align: center;
}
.infoTitle span,.infoTitle h1{
	display: inline-block;
	vertical-align: top;
}
.infoTitle h1{
	text-align: left;
}
.infoTitle span{
	height: 20px;
	line-height: 20px;
	padding: 9px 10px 7px;
	font-size: 16px;
	color: #dcdada;
	background-color: #c0cfe1;
	border-radius: 4px;
	margin:4px 8px 0 0;
}
.infoTitle span b {
	float: left;
	width: 86px;
	height: 20px;
}
.infoTitle span b.senior {
    vertical-align: middle;
    background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -75px;
}
.infoTitle span b.free {background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px 3px;}
.infoTitle span b.primary{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -22px;}
.infoTitle span b.intermediate{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -48px;}
.infoTitle span b.senior{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -75px;}
.infoTitle span b.topLevel{background: url(https://www.ybzhan.cn/images/product_show2016/companyList.png) no-repeat 3px -99px;}
.infoTitle span b.supLevel{background: url(https://www.ybzhan.cn/images/company/supLevel.png) no-repeat 3px 3px;}
.infoTitle span b.vip1 {
	background: url(https://www.86pla.com/images/company/member_icon4.png) no-repeat;
	height: 21px;
}
.infoTitle span b.vip2 {
	background: url(https://www.86pla.com/images/company/member_icon5.png) no-repeat;
	height: 21px;
}
.infoTitle span b.vip3 {
	background: url(https://www.86pla.com/images/company/member_icon6.png) no-repeat;
	height: 21px;
}
.infoTitle span em{
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    font-style: normal;
    color: #000;
    margin-left: 7px;
}
.infoTitle span em i{
    font-style: normal;
	font-weight: 700;
    font-size: 16px;
    color: #ff2500;
    margin: 0 4px;
}
.banner p.year {
	margin: 24px 0 26px;
}
.banner p.year span{
	width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 9px 0 7px;
}
.banner p.year span i{
	width: 19px;
	height: 18px;
	margin: 3px 5px 0 0;
	background: url(https://public.mtnets.com/Images/company/version/2021/year01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.banner p.year span:nth-child(1){
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 20px;
}
.banner p.year span:nth-child(1) a{
	color: #fff;
}
.banner p.year span:nth-child(2){
	background-image: none;
	background: url(https://public.mtnets.com/Images/company/version/2021/year02.png) no-repeat;
	background-size: 100% 100%;
}

@media only screen and (min-width:1500px){
	.main{
		width: 1400px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1499px){
	.main{
		width:1348px;
	}
	body{
		min-width: 1348px;
	}
	.banner img.bannerImg {
		height: 364px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1199px){
	.main{
		width: 1158px;
	}
	body{
		min-width: 1158px;
	}
	.Tophead .otherlogin {
		top: -37px;
		left: 347px;
	}
	#Share {
		left: 440px;
		bottom: 5px!important;
	}
	.banner .main{
		padding-top: 25px;
	}
	.banner .com_logo {
		width: 85px;
		height: 85px;
	}
	.banner h1 a {
		font-size: 28px;
		color: #fff;
	}
	.banner p.year span {
		width: 168px;
		height: 20px;
		line-height: 20px;
		padding: 7px 18px 6px;
	}
	.banner .searchBox {
		width: 640px;
		margin:0 auto 20px;
	}
	.banner .nav {
		height: 44px;
		line-height: 44px;
	}
	.banner .nav a {
		padding: 0 30px;
		font-size: 20px;
		margin: 0 32px;
	}
	.banner {
		height: 348px;
	}
	.banner img.bannerImg {
		height: 325px;
	}
	.breadcrumbNav {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		margin-bottom: 0;
	}
	.companyInfo .left {
		width: 600px;
	}
	.companyInfo .right .text {
		width: 750px;
		font-size: 14px;
		line-height: 28px;
	}
	.companyInfo .right .title {
		line-height: 50px;
		font-size: 16px;
	}
	.companyInfo .right .title b {
		font-size: 26px;
	}
	.table1 .tableDiv table td dt {
		width: 54px;
		height: 54px;
		line-height: 54px;;
		font-size: 26px;
		margin-right: 12px;
	}
	.table1 .tableDiv table td dd a {
		line-height: 54px;
		font-size: 18px;
	}
	.tableTitle {
		padding: 15px 0;
	}
	.tableTitle b {
		font-size: 34px;
	}
	.tableTitle i {
		font-size: 22px;
	}
	.tableDiv {
		padding: 25px;
	}
	.CompanyAdd .CompanyAddMap {
		padding: 25px;
	}
	.table4 table th {
		height: 50px;
		line-height: 50px;
		padding: 0;
		font-size: 16px;
	}
}
@media only screen and (max-width:1023px){
	.main{
		width: 1000px;
	}
	body{
		min-width: 100px;
	}
		#header {
		height: 36px;
	}
	.header {
		height: 36px;
	}
	.header ul li {
		margin: 0 3px;
		font-size: 12px;
		line-height: 36px;
	}
	.headRight a {
		margin: 0 4px;
	}
	.Tophead .otherlogin {
		top: -37px;
		left: 297px;
		height: 38px;
		line-height: 38px;
		background: url("https://www.gkzhan.com/images/index2020/darrow.gif") no-repeat 75px 16px;
	}
	#Share {
		left: 400px;
		bottom: 5px!important;
	}
	.banner .main{
		padding-top: 25px;
	}
	.banner .com_logo {
		width: 85px;
		height: 85px;
	}
	.banner h1 a {
		font-size: 28px;
		color: #fff;
	}
	.banner p.year span {
		width: 168px;
		height: 20px;
		line-height: 20px;
		padding: 7px 18px 6px;
	}
	.banner .searchBox {
		width: 640px;
		margin:0 auto 20px;
	}
	.banner .nav {
		height: 44px;
		line-height: 44px;
	}
	.banner .nav a {
		padding: 0 30px;
		font-size: 20px;
		margin: 0 32px;
	}
	.banner {
		height: 348px;
	}
	.banner img.bannerImg {
		height: 325px;
	}
	.breadcrumbNav {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		margin-bottom: 0;
	}
	.companyInfo .left {
		width: 650px;
	}
	.companyInfo .right .text {
		width: 700px;
		font-size: 13px;
		line-height: 26px;
	}
	.companyInfo .right .title {
		line-height: 46px;
		font-size: 15px;
	}
	.companyInfo .right .title b {
		font-size: 25px;
	}
	.table1 .tableDiv table td dt {
		width: 45px;
		height: 45px;
		line-height: 45px;;
		font-size: 24px;
		margin-right: 12px;
	}
	.table1 .tableDiv table td dd a {
		line-height: 45px;
		font-size: 16px;
	}
	.table1 .tableDiv table td dd span {
		line-height: 26px;
		font-size: 14px;
	}
	.table1 .tableDiv table td p {
		font-size: 12px;
		margin-top: 8px;
	}
	.tableTitle {
		padding: 10px 0;
	}
	.tableTitle b {
		font-size: 28px;
	}
	.tableTitle i {
		font-size: 16px;
	}
	.tableDiv {
		padding: 25px;
	}
	.CompanyAdd .CompanyAddMap {
		padding: 25px;
	}
	.table4 table th {
		height: 50px;
		line-height: 50px;
		padding: 0;
		font-size: 16px;
	}
	.prompt {
		padding: 20px 0;
		font-size: 14px;
		line-height: 27px;
		margin-top: 50px;
	}
	.prompt b {
		font-size: 16px;
	}
}
