/* CSS Document */
/* public */
<-- 阻止iPhone改变字体大小 !-->

*{
	margin:0;
	padding:0;
	border:none;
	
-webkit-text-size-adjust:100%;}
body{font-family:Microsoft YaHei;-webkit-text-size-adjust:100%;}
a{ text-decoration:none; color:white;}
ul{ list-style:none;}
.main{width:1000px;margin:0 auto;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}

/* head */
.head{width:100%; height:74px;    background: #fff; font-family:Microsoft YaHei;}
.head a{display:block; height:74px; line-height:74px; float:right;color:#333; font-size:18px; padding:0 17px; }
.head a:hover,.head a:nth-of-type(2){background: #197c8f;color:white;}
.head a:first-of-type{ padding:0; width:200px;float:left;}

/* header */
header{background:url(images/banbg.jpg) top no-repeat;height: 650px;overflow: hidden;}
header>p{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
    letter-spacing: 12px;
    background: white;
    width: 16em;
    margin: 100px auto 0 auto;
    border: 5px solid #5d7da2;
    border-radius: 2em;
    color: #5d7da2;
    box-shadow: 5px 5px 20px #cab5b5,5px 5px 10px #ceb6bb inset;
}
header>img{
    display: block;
    margin: 50px auto 30px auto;
}
/* main */
dl{background: url(images/pic_06.jpg) no-repeat;background-position: 0px 193px;overflow: hidden;padding-top: 10px;margin-top: 40px;}


dl dd a{
    width: 165px;
    height: 165px;
    border: 3px solid #f5c57c;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    overflow:hidden;
}
dl dd a:hover{

border: 3px solid #ffffff80;

box-shadow: 0px 0px 20px #6d92c7;
}
dl dd i{
    display: block;
    font-style: normal;
    font-size: 22px;
    color: #d3d1aa;
    margin-top: 16px;
    text-align: center;
    letter-spacing: 2px;
}
dl dd a img{
	width: 100%;
    height: 100%;
}
dl dd p{
    color: #9f7867;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    margin-left: 10px;
}
dl dd p span{
	display:block;
	text-indent:5rem
}

@media(min-width:1080px) {
dd{
    flex:.2;
	margin:0;
}
dl{
	display: flex;
}
}

.leixing{padding-toP: 65px;}
.leixing dl{margin:30px 0px 0px 0px; padding-bottom:20px;}
.leixing>h3{
        text-align: center;
        font-size: 50px;
        color: #358a8f;
        text-shadow: 2px 2px 0px #e6e6aa;
}
.leixing>h3::before,.leixing>h3::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("images/title_l.png");
    background-size: 100%;
    width: 78px;
    height: 29px;
    margin: 0 20px;
}
.leixing>h3::after {
    background-image: url("images/title_r.png");
}
.leixing>h3:after{
	    /* content: ""; */
	    /* width: 100px; */
	    /* height: 3px; */
	    /* background: #555; */
	    /* display: block; */
	    /* margin: 10px auto 0 auto; */
	}
.leixing>span{
	    display: block;
	    text-align: center;
	    font-size: 24px;
	    padding-top: 10px;
	    color: #555555;
	    width: 13em;
	    margin: 0 auto;
	}
.leixing ul{
    width: 850px;
    margin: 0 auto;
    border: 1px solid #ff0000;
    border-radius: 46px;
    height: 60px;
    margin-top: 2px;
}
.leixing ul li{
    color: #555;
    float: left;
    font-size: 22px;
    line-height: 60px;
    padding-left: 40px;
}
.leixing ul li:nth-of-type(1){
    width: 8%;
}
.leixing ul li:nth-of-type(2){
    width: 16%;
}
.leixing ul li:nth-of-type(3){
    width: 12%;
}
.leixing ul li:nth-of-type(4){
    width: 26%;
}
.leixing ul a{
    background: #ff0000;
    border-radius: 40px;
    display: block;
    width: 140px;
    float: right;
    margin: 2px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.1s all;
    font-weight: bold;
    text-shadow: 1px 1px 9px #00000038;
    letter-spacing: 1px;
}
.leixing ul a:hover{background: #ffb200;}
iframe.ds{background: #358a8f;margin-top: 100px;height:300px;background: -webkit-linear-gradient(top,#97c6a6,#358a8f);}
/*footer*/
footer{background: #358a8f;}
.footbox{color:#fff;font-size:13px;text-align:center;line-height:30px;padding-top:30px;padding-bottom:30px; width:960px; margin:0 auto; overflow:hidden;}
.footbox a{font-size:13px;color:#fff}
.footbox a:hover{text-decoration:underline;}
.bottom_list{
    width: 1200px;
    margin: 2em auto 0 auto;
    padding-bottom: 70px;
}
.bottom_list li{
    float: left;
    width: 380px;
    height: 240px;
    overflow: hidden;
}
.bottom_list li:nth-child(2){
    margin: 0    30px;
}
.bottom_list li:hover img{
    transform:scale(1.05);
}
.bottom_list li a img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    padding: 0.25rem;
}
.tuijian {
    background: #1d2c3f;
    overflow: hidden;
}


@media(max-width:1080px) {
.main{width:100%;}

.head {height:40px;}
.head img{height:40px;}
.head a{display: block;
height: 40px;
line-height: 40px;
color: #333;
font-size: 14px;padding:0 10px;}
.head a:first-of-type {
    padding: 0;
    width: 100px;
    float: left;
	}
header>p {
    font-size: 26px;
    letter-spacing: 3px;
    padding: 5px 0;
    border: 3px solid;
    margin-top: 45px;
    width: 14em;
}
header>img {
    display: block;
    margin: 25px auto 30px auto;
    width: 89%;
}
header {
     height: 200px;
    background-size: cover;
	}
.leixing>h3 {
    font-size: 26px;
}
.leixing>span {
    font-size: 18px;
}
dl {
    background: none;
    margin-top: 20px;
	    overflow: inherit;
}
dd {
    width: 30%;
    padding: 0 1.6%;
	float: left;
}
dl dd a {
    width: 100px;
    height: 100px;
	}
dl dd a img {
    width: 100px;
}
dl dd i {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    letter-spacing: 2px;
    background: #358a8f;
    padding: 3px 0;
}
dl dd p {font-size: 14px;line-height: 21px;min-height: 5rem;}
iframe.ds {
    background: #90abc9;
    margin-top: 0px;
    height: 650px;
}
footer {
    display: None;
}
.leixing>h3::before,.leixing>h3::after {
	width: 2.5rem;
	height: .825rem;
	margin: 0 .3rem;
}
.bottom_list{width:80%}
.bottom_list li{width:80%;height: auto;}
.bottom_list li:nth-child(2){margin:0;}
dl dd p span{text-indent: 2.5rem;margin-top: -1.3rem;}
.leixing{padding-top:30px;}
    
    
    
    
    
}