@charset "utf-8";
/* CSS Document */
/* 公共样式 */
body {font-size: 14px; font-family: "Microsoft YaHei","微软雅黑";	color: #333333;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
abbr,acronym{border:0;font-variant:normal}
del{text-decoration:line-through}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
button{outline:0;border:none;}
a:hover{text-decoration:none}
ins,a{text-decoration:none}
textarea {resize: none;}
iframe,img {border:0;}
ul,ol {list-style:none;}
a{color: #333333;text-decoration: none;}
input[type="text"],[type="password"],[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	outline: none;
}
select{
	/*-webkit-appearance: none;去掉select的下箭头*/
	outline: none;
}
textarea {  -webkit-appearance: none;}
/***全局公共样式 - 开始***/
body{
	max-width: 1078px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
}
#top {
	width: 100%;
}
#top img{
		width: 100%;
	}
.clear:after{
                content: '';
                display: block;
                clear: both;
            }
.title{
	background: url("/statics/zt-img/bgb-yunnan/images/title2.png") no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
}

.daohang {
	width: 100%;
	margin-top: -4px;
	font-size: 16px;
	text-align: center;
}
.daohang li{
	display: inline-block;
	height: 38px;
}
.daohang  li a{
	float: left;
	color: white;
	padding: 0 35px;
	border-right: 1px solid white;
	margin-top: 10px;
}
.daohang  li a:hover{
	color: aqua;
}
@media screen and (max-width:900px){
	.daohang {
		text-align: left;
	}
}
.main{
	width: 100%;
	height: auto;
	margin-top: 15px;
	color: #3f78b0;
	background: #f6fbff;
	display: block;
}
.xiangxi-L {
	width: 50%;
	padding: 30px;
	float: left;
  	height: 245px;
	box-sizing: border-box
}
.xiangxi-L p{
	text-indent: 2em;
	line-height: 24px;;
	
}
.xiangxi-L p span{
	font-weight: bold;
}
.table{
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
    margin-left: 30px;
	box-sizing: border-box;
}
.table tr th{
	text-align: center;
	font-weight: bold;
}
.table tr th,.table tr td{
	line-height: 1.8em;
}
.table tr td:nth-child(1){
	font-weight: bold;
	width: 150px;
}
.table tr td:nth-child(2){
	width: 300px;
}
.xiangxi-R-border {
	width: 100%;
	height: 330px;
	margin-left: 28px;
}
.left-border{
	font-size: 0;
	border-left:1px solid #abd7ff;
	width: 1px;
	height: 215px;
	float: left;
	display: block;
}
.xiangxi-R-border img{
	width: 100%;
	border: 1px solid black;
	box-sizing: border-box;
}
@media screen and (max-width:900px){
	.xiangxi-L{
		width: 100%;
	}
	.table{
		width: 100%;
	}
	.left-border{
		display: none;
	}
	.xiangxi-R-border{
		margin-left:-5px;
		padding: 0;
        height: 436px;
	}
	.xiangxi-R-border img{
		height: 300px;
	}
}

.main-third {
	width: 100%;
	height: auto;
	clear: both;
}

.main-second-title {
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
}
.main-second-title img{
	margin-left: 15px;
}
.main-second-title h1{
	position: absolute;
	top: 13px;
	left: 115px;
	color: white;
	font-size: 19px;
}
.main-second-top {
	float: right;
	background: white;
	color: #2095ff;
	font-weight: bold;
	border-radius: 15px;
	padding: 5px 0 0 10px;
	margin: 10px 40px 0 0;
	width: 85px;
	height: 27px;
  	box-shadow: 0px 2px 4px 0px rgba(35, 24, 21, 0.35);
}
.main-second-top:hover{
	background: #F7F2F2;
}

.main-second-border {
	width: 100%;
}

.main-second-border2 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #0168b7;
	padding: 1em;
}

.table-box2 {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.table-box2 table{
	width: 98%;
	text-align: center;
}
.table-box2 table tr:nth-child(1){
	background: #dce9fe;
}
.table-box2 table tr th{
	text-align: center;
	font-weight: bold;
}
.table-box2 table tr th,.table-box2 table tr td{
	height: 25px;
}
.table-box2 table tr td:nth-child(1){
	width: 240px;
}
.table-box2 table tr td:nth-child(6) a,.table-box2 table tr td:nth-child(7) a{
	color: red;
}
.table-box2 table tr td:nth-child(5) a:hover,.table-box2 table tr td:nth-child(6) a:hover,.table-box2 table tr td:nth-child(7) a:hover{
	color:aqua;
}
.red{
	color: red;
}
.shouming {
	float: right;
	margin: 10px;
	font-weight: bold;
}
.shouming a:hover{
	color: aqua;
}
@media screen and (max-width:900px){
	.table-box2{
		width: 100%;
	}
}
.main-four {
	width: 100%;
	height: auto;
	margin-top: 30px;
	box-sizing: border-box;
}
.main-four-title {
	position: relative;
}
.main-four-title h1{
	position: absolute;
	top: 13px;
	left: 115px;
	color: white;
	font-size: 19px;
}
.main-four-detail {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}
.main-four-detail ul{
	float: left;
	width: 33%;
}
.main-four-detail ul li:nth-child(1){
	color: #0297ff;
	font-size: 24px;
	text-align: center;
}
.main-four-detail ul li:nth-child(2) img{
	width: 100%;
}
.main-four-detail ul li:nth-child(1) a{
	color: #0297ff; 
}
.main-four-detail ul li:nth-child(3) img{
	margin: 20px;
	box-sizing: border-box;
}
.main-four-detail ul li:nth-child(3) img:hover{
	transition: all 1;
	transform: scale(1.1);  
}
.main-four-detail ul li:nth-child(4){
	text-align: center;
	margin-bottom: 20px;
}
.main-four-detail ul li:nth-child(4) a:hover{
	color: aqua;
}
.bold {
	font-weight: bold;
}
@media screen and (max-width:900px){
	.main-four-detail ul{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
}
@media screen and (max-width:500px){
	.main-four-detail ul{
		width: 100%;
		text-align: center;
	}
	.main-four-detail ul li:nth-child(3) img{
	margin: 0px;
	box-sizing: border-box;
}
}
.main-five-detail {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}

.main-five {
	width: 100%;
	height: auto;
	margin-top:20px;
}
.main-five-detail ul{
	width: 25%;
	box-sizing: border-box;
	float: left;
}
.main-five-detail ul li:nth-child(1){
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.main-five-detail ul li:nth-child(2) img{
	width: 90%;
	margin: 11px;
}
.main-five-detail ul li:nth-child(2) a:hover img{
	transition: all 1;
	transform: scale(1.1);  
}
.main-five-detail ul li:nth-child(3){
	font-size: 20px;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	color: #3e3e3e;
}
.main-five-detail ul li:nth-child(1)::after{
	content: '';
	font-size: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #2da5ff transparent transparent transparent;
	position: relative;
	top: -5px;
	left: 40px;
}
.main-five-detail ul:nth-child(4) li:nth-child(1)::after{
	content: '';
	font-size: 0;
	border:none;
	overflow: hidden;
}
@media screen and (max-width:900px){
	.main-five-detail ul{
		width: 40%;
		margin: 1.5em;
		text-align: center;
	}
}
@media screen and (max-width:500px){
	.main-five-detail ul{
		width: 100%;
		margin: 0.5em;
		text-align: center;
	}
}
.main-six-detail img{
	width: 100%;
}
.main-six {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.main-six-detail {
	width: 100%;
	box-sizing: border-box;
	margin-top: -4px;
	position: relative;
}
.button {
    text-align: center;
    font-size: 1em;
    margin: 4px 2px;
	padding: 8px;
	border-radius: 10px;
	font-weight: bold;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.button a:hover{
	color: #3bcdc3;
}
.button1{
	background: #fd882d;
	position: absolute;
	top: 65%;
	left: 30%;
}
.button2{
	background: #2095ff;
	position: absolute;
	top: 65%;
	left: 50%;
}
.main-six-box {
	width: 100%;
	height: 218px;
	box-sizing: border-box;
	border: 1px solid #0168b7; 
}
@media screen and (max-width:900px){
	.button {
    padding: 6px 10px;
    font-size: 12px;
	}
	.button1{
		top: 60%;
		left: 25%
		}
	.button2{
		top: 60%;
		left: 55%
		}
}
@media screen and (max-width:500px){
	.button {
    padding: 2px 8px;
	}
	.button1{
		top: 50%;
		left: 15%
		}
	.button2{
		top: 50%;
		left: 55%
		}
	.main-second-top {
	position: absolute;
		top: -5px;
		left: 250px;
}
	.main-second-title img{
		width: 80%;
	}
	.main-second-title h1{
		font-size: 16px;
	}
	.main-four-title img{
		width: 80%;
	}
	.main-four-title h1{
		font-size: 16px;
		left: 93px;
	}
}
 .swiper-container {
      width: 100%;
      height: 98%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide img{
	width: 300px;
	height: 170px;
}
#xuexizhongxin {
/*	margin-bottom: -4px;*/
}

.main-seven-detail {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
/*	margin-top: -4px;*/
	border: 1px solid #0168b7;
}

.main-seven-L {
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-indent: 2em;
	position: relative;
}
.main-seven-L img{
	width: 100%;
}
.main-seven-L h1{
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
}
.main-seven-L a:hover{
	color: aqua;
}
.main-seven-L p{
	line-height: 20px;
}
.button3{
	color: black;
	position: relative;
	left: 26px;
	bottom: -10px;
	border: 1px solid black;
    padding: 6px 15px;
    text-align: center;
	background: white;
	box-shadow: 0px 2px 4px 0px rgba(35, 24, 21, 0.35);
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 25px;
}
.button3:hover{
	box-shadow: 0px 2px 8px 0px rgba(35, 24, 21, 0.6);
}
.main-seven-L img{
	display: block;
	margin: 1em auto;
	border: 1px solid #0168b7;
}
@media screen and (max-width:900px){
	.main-seven-L{
		width: 80%;
	}
}
#six {
	margin-bottom: 20px;
}

.zhidao {
	width: 100%;
	height: auto;
	margin-top:20px;
	position: relative;
}
#zhidao2{
	display: none;
}
.zhidao img{
	width: 100%;
}
.baokao {
	letter-spacing:8px;
	background: #2a4161;
	box-shadow: 0px 3px 1.82px 0.18px rgba(4, 0, 0, 0.44);
	position: absolute;
	bottom: 14%;
	left: 30%;
}
.baokao a{
	color: white;
}
.peixun {
	background: white;
	color: #2a4161;
	box-shadow: 0px 3px 1.82px 0.18px rgba(4, 0, 0, 0.44);
	position: absolute;
	bottom: 14%;
	right: 30%;
}

.main-four-text {
	width: 100%;
	color: white;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	text-shadow: 0px 3px 1.82px rgba(4, 0, 0, 0.004); 
	
}
.main-four-text h1{
	font-size: 2.5em;
	margin: 1em 0 0.6em 0;
}
.main-four-text p{
	font-size: 1.1em;
	line-height: 2.3em;
}

/*tab切换*/
.button-box {
	width: 100%;
	height: 50px;
	background: url("/statics/zt-img/bgb-yunnan/images/shipinanniu.jpg") no-repeat;
}
.button-box li{
	display: inline-block;
}
.button-box li:nth-child(1){
	margin-left: 125px;
}
.button-box li:nth-child(2){
	margin-left: 8px;
}
.button-box li:nth-child(3){
	margin-left: 8px;
}
.button-box li a{
	float: left;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 20px;
	margin-right: 20px;
	margin-top: 8px;
	background: none;
	box-shadow: none;	
}
.button-box li a:hover{
	 color:#FB5206; 
}
.shipin-area{
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.shipin-area ul{
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 1s ease-in-out;
}
.shipin-area ul li a {
	float: left;
	width: 33%;
	box-sizing:border-box;
	margin: 10px 0px;
}


.tabs {
	width: 100%;
	height: auto;
	display: inline-block;
	margin:20px 0 10px 0;
    text-align: center;
}
.cont ol li {
	width: 33%;
	float: left;
}

.xuexizx-box {
	width: 100%;
	height: 218px;
	box-sizing: border-box;
	border: 1px solid #0168b7;
}

.main-four .tabs .cont .tg{display: none; margin-left: 10px;}

.main-four .tabs .cont .fd{display: none; margin-left: 10px;}

.shipin-box {
    border: 1px solid #0168b7;
    padding: 0 auto;
    box-sizing: border-box;
}

.jx {
    margin-left: 10px;
}
/*tab切换*/

/*返回顶部按钮*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  font-weight: bold;
  z-index: 9999;
  outline: none;
  background-color: white;
  color:rgb(32, 149, 255);
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
	padding: 5px;
  border: 1px solid black;
}
#myBtn:hover {
  background-color:#979797;
	color: aqua;
}
/*返回顶部按钮*/

#local img:hover,#global img:hover,#sports img:hover {
	transition: all 1;
	transform: scale(0.98); 
}
.red-add{
	color: #e35806;
}
.more {
	padding: 8px 30px;
	margin: 10px  5px;
	background-color: red;
	color: white;
	border-radius: 5px;
}
.more a{
	color: white;
}
.more a:hover{
	color: aqua;
}
button.more:hover{
	background-color: cadetblue;
	color: white;
}
.mark {
	font-size: 10px;
	display: block;
	line-height: 30px;
	position: absolute;
	top:12px;
	left:65%;
}

.table-bottom {
	width: 100%;
	text-align: center;
	position: relative;
}

@media screen and (min-width:1300px){
	#myBtn {
		bottom: 5%;
		right: 18%;
	}
	
}
@media screen and (max-width:800px){
	.cont ol li{
		width: 50%;
	}
	.main-four-text p {
    font-size: 1.1em;
    line-height: 1.4em;
}
}
@media screen and (max-width:768px){
	.daohang li a {
    padding: 0 26px;
    margin-top: 10px;
}
}
@media screen and (max-width:450px){
	.main-four-text h1 {
    font-size: 1em;
    margin: 0.5em 0 0.3em 0;
	font-weight: bold;
}
	.daohang li {
    height: 20px;
}
	.daohang li a {
   margin-top: 0px;
    padding: 0 6px;
    font-size: 12px;
}
	.main-four-text p{
		font-size: 0.87em;
		line-height: 1em;
	}
	#zhidao2{
		display: block;
	}
	#zhidao2:hover{
		transition: all 1;
	transform: scale(0.97);  
	}
	#zhidao1,#zhidao3,#zhidao4,#zhidao5{
		display: none;
	}
	.main-six-detail{
		padding: 0em;
		margin-top:-4px;
	}
	#shipinjx{
		display: none;
	}
	.table-box2 table tr td:nth-child(1){
		width: 70px;
	}
	.mark{
		position: absolute;
		top: 38px;
		left: 12%;
	}
	
}
@media screen and (max-width:375px){
	.daohang {
    font-size: 14px;
	}
	.main-seven-L {
    margin-left: 10%;
	}
	.xiangxi-L {
    padding: 15px;
}
	.xiangxi-R-border img {
    width: 78%;
    height: 200px;
}
	.xiangxi-R-border {
    width: 100%;
    height: 238px;
}
	.daohang li a {
    padding: 0px 3px;
    font-size: 12px;
}
