* {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #3e3e3e;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    pointer-events: none;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
}

.all {
    width: 100%;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}



/*清除浮动*/

.cf::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}




body{
    background-color: #eaf7fb;
}


/*头部*/

.header{
    position: relative;
    z-index:1;
}

.header{
/*    height:1075px;*/
}

.banner{
    position: relative;
    background:url(banner-1.jpg) no-repeat left center/100% 100%;
    z-index: 1;
    height: 830px;
/*padding-bottom: 295px;*/
}

.header .logo {
    position: relative;
    max-width:1330px;
    width:67.7%;
    height:132px;
}

.header .logo a{
    position: absolute;
    bottom:0;
}






.section-1{
    height:208px;
    position: relative;
}
.section-1 img{
   margin:auto;
   position: absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%,0);
}

.section-2{
    height:490px;
    position:relative;
}
.section-2 img{
    position: absolute;
    top:56px;
}


.section-3 {
    background: url(白云背景.png) no-repeat left center;
    height: 506px;
    position: relative;
/*    //同级的banner 1*/
    z-index: 2;
    margin-top: -200px;
}

.position{
    padding-top:-126px;
}

/*主体*/

main.all {
    position: relative;
    z-index:2;
    min-height: 1000px;
    margin-top:-60px;
}

/*当前位置*/

.position tr a{

    font-size:14px;
    margin: 0 5px;
    color: #8C7E7E;
}



/*必看list 6个**************/

.qyly-cont{
    position: relative;
    z-index: 2;
    margin-top:60px;
}

.qyly-cont ul li{
    float: left;
    margin-right:6px;
}

.qyly-cont ul li:last-child{
    margin-right:0;
}

.qyly-cont ul li:nth-child(2n){
    margin-top:68px;
}



/*必看项目*******************************************************/




/*必看项目*******************************************************/


.intitle {
    width: 1350px;
    margin: 40px auto;
}

.intitle h2 {
    text-align: center;
    font-size: 55px;
    color: #0755e5;
    line-height: 60px;
    font-weight: normal;
    padding-top: 40px;
}

.intitle h2 a {
    display: block;
    color: #0755e5;
    font-family: "microsoft yahei";
    font-size: 55px;
}

.intitle h2 span {
    color: #d21738;
    font-weight: bold;
}

.intitle h2 em {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}


.img-list ul li{
    float: left;
    width: 390px;
    height:260px;

}

.img-list ul li{
    margin-right: 15px;
    margin-bottom:26px;
}

.img-list ul li:nth-child(3n){
    margin-right:0;
}

.img-list ul li img{
    width:390px;
    height:260px;
}

.img-list li a{
    display:block;
    position: relative;
}

.img-list .txt{
    position: absolute;
    bottom:20px;
    font-size:18px;
    line-height:36px;
    text-align:center;
    background-color:#666564;
    color:#ffffff;
    width:80%;
    left:10%;
    border-radius:15px;
}


.cr-content {
    height:auto;
}


.cr-content .cr-more {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 50px;
}

.cr-more {
    width: 360px;
    height: 84px;
    background: rgba(255, 125, 88, 0);
    border: 2px solid;
    border-color: #65A272;
    border-radius: 5px;
    line-height: 84px;
    font-size: 24px;
    font-family: 幼圆;
    color: #65A272;
    text-align: center;
    margin: 0 auto;
}


.cr-more span {
    font-weight: 600;
    transform: rotate(90deg);
    display: inline-block;
    transform-origin: center;
}




/*end 必看项目***************************************************/






/*底部*/

footer .img img{
    width: 100%;
    max-width:1920px;
    margin:auto;
}

.old_type .position,.old_type .position tr a{
	font-size: 30px;
}
.old_type .intitle h2 p {
    display: block;
    margin-top: 18px;
    font-size: 30px;
    color: #333;
    line-height: 60px;
}
.old_type .img-list .txt{
	font-size: 30px;
	line-height: 60px;
}