@charset "gb2312";
/* CSS Document */

body{
    font:12px/1.5 MicrosoftjhengHei,Tahoma, Microsoft Yahei,\5FAE\8F6F\96C5\9ED1,sans-serif;
    margin:0 auto;
    line-height:24px;
    color:#444;
}
.banner-bg{
    background:#f2f2ee url(../images/banner-bg.jpg) center bottom no-repeat;
    width:100%;
    background-size:100% 100%;
}
.banner{
    width: 1200px;
    margin:0 auto;
}
.banner .left{
    width: 22%;
}
.banner .right{
    width: 78%;
}
.cnt-top{
    position: relative;
    margin-bottom:140px;
}
.cnt-top h1{
    position: absolute;
    left:-10000px;
}
.nav{
    position: absolute;
    left:50%;
    bottom:-18%;
    width: 1200px;
    height: 140px;
    margin-left:-600px;
    padding:30px 0;
    background:url(../images/nav-bg.png) no-repeat center top;
    background-size: 100% 100%;

}

.nav a{
    display: block;
    width: 16.66666667%;
    float:left;

}
.nav a em{
    display: block;
    width: 60px;
    height: 60px;
    margin:0 auto 15px;
    background-color: #cbcbcb;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.nav a:hover em{
    background-color: #ff7538;
}
.nav a span{
    display: block;
    width: 100%;
    line-height:30px;
    text-align: center;
    font-size:18px;
    color:#666;
}
.leadin{
    width: 1200px;
    margin:0 auto 50px;
}
.leadin dt{
    width: 21%;
    text-align: center;
}

.leadin dd{
    width: 69%;
    padding:0 5%;
    font-size:18px;
    color:#666;
    line-height: 34px;
}
h2{
    font-size:46px;
    height: 60px;
    line-height: 60px;
    margin-bottom:40px;
    text-align: center;
}
.main-lead{
    font-size:16px;
    color:#888;
    margin-bottom:50px;
    width: 80%;
    padding:0 10%;
}

.main01-bg{
    background-color: #f5f5f5;
    padding:50px 0;
}
.main01,.main02,.main03,.main04,.main05,.main06,.main07{
    width: 1200px;
    margin:0 auto;
}
.main01 ul li{
    float:left;
    width: 23.33333%;
    height: 230px;
    margin:0 3% 3%;
    padding:0.5% 2% 2%;
    background-color:#f5f5f5;
    position: relative;
    -webkit-box-shadow:0 1px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 1px 10px rgba(0, 0, 0, .2);
    box-shadow:0 1px 10px rgba(0, 0, 0, .2);

}
.main01 ul li.li04,.main01 ul li.li05,.main01 ul li.li06{
   height: 350px;
}
.main01 ul li:after{
    content: "";
    width: 0;
    height: 0;
    border-top:20px solid #e2e2e2;
    border-right:20px solid transparent;
    position: absolute;
    right:-20px;
    bottom: 0;
}
.main01 ul li em{
    display: block;
    width: 50px;
    height: 50px;
    margin:0 auto 15px;
    background-color: #ff7538;
    position: absolute;
    left:-15px;
    top:-10px;
}
.main01 ul li h3{
    font-size:20px;
    color: #ff7538;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom:1px #dedede solid;
    margin-bottom:15px;
}
.main01 ul li p{
    line-height: 30px;
    font-size:14px;
}
.main02-bg{
    padding:50px 0;
    background: url(../images/main02-bg.jpg) no-repeat center top;
    margin-bottom:50px;
}
.main02 h2,.main02 .main-lead,.main04 h2,.main04 .main-lead,.main06 h2,.main06 .main-lead{
    color:#fff;
}

.main02-l{
    width:58%;
}
.main02-l div{
    padding:2% 4% 2% 0;
    font-size:14px;
    color:#444;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
}
.main02-l div.div01{
    margin-bottom:30px;
}
.main02-l div h3{
    width: 180px;
    font-size:20px;
    color: #fff;
    text-align: center;
    margin-bottom:20px;
    line-height: 40px;
    background-color: #ff7538;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,0.2) ;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2) ;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    position: relative;
}
.main02-l div h3:before{
    width: 16px;
    height: 48px;
    content: url(../images/m2-h3.png);
    position: absolute;
    left:-16px;
    top:0;
}
.main02-l div h3:after{
    width: 0;
    height: 0;
    content: "";
    border-top:40px solid #ff7538;
    border-right:20px solid transparent;
    position: absolute;
    bottom:0;
    right:-20px;
}
.main02-l div p{
    margin-bottom:20px;
    padding-left:4%;
}
.main02-r{
    width:35%;
}
.main02-r h3{
    height: 66px;
    line-height: 66px;
    background-color: #ff7538;
    text-align: center;
    font-size:20px;
    color:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main02-r div.div03{
    padding:3% 8% 5%;
    color:#444;
    background-color: #f5f5f5;
    background-color: rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);

}
.main02-r div.div03 p{
    font-size:14px;
    line-height: 30px;
}
.main02-r div.div03 a{
    display: block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    margin:5% 30% 2%;
    color:#fff;
    text-align: center;
    background-color: #ff7538;
    font-size:18px;
    border-radius: 3px;
}
.main03{
    margin-bottom:50px;
}
.main03 .fs-cnt{
    margin-bottom:50px;
    position: relative;
}
.main03 ul{
    width:47%;
    position: absolute;
}
.main03 ul li{
    float: left;
    width:180px;
    height: 180px;
    line-height: 180px;
    color:#ff7538;
    font-size:18px;
    text-align: center;
    background: url(../images/m3-libg.png) no-repeat center center;
    background-size: 100%  ;
    position: absolute;
}
.main03 ul li:hover{
    background: url(../images/m3-libg02.png) no-repeat center center;
    color:#fff;
}
.main03 ul.left{
    top:0;
    left:0;
}
.main03 ul.right{
    top:0;
    right:0;
}
.main03 ul.right li{
    width: 110px;
    padding:60px 35px;
    height: 60px;
    line-height: 30px;
}
.main03 ul li.li01{
    position: inherit;
    margin: 0 33.3333%;
}
.main03 ul li.li02{
    left:16.666666%;
    top:90px;
}
.main03 ul li.li03{
    left:50%;
    top:90px;
}
.main03 ul li.li04{
    left:0%;
    top:180px;
}
.main03 ul li.li05{
    left:66.6666666%;
    top:180px;
}
.main03 .fs-cnt p{
    background: url(../images/li-bg.png) no-repeat center center;
    width:10%;
    padding:10%;
    height: 80px;
    line-height: 40px;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    float:left;
    margin:0 35% 5%;

}
.main03 dl.dl01{
    margin-bottom:4%;
}
.main03 dl dt{
    width: 21.6%;
}
.main03 dl dd{
    width: 67.5%;
    position: relative ;
}
.main03 dl.dl01 dt,.main03 dl.dl02 dd{
    float: left;
}
.main03 dl.dl01 dd,.main03 dl.dl02 dt{
    float: right;
}

.main03 dl.dl01 dd{
    padding-left:10%;

}
.main03 dl.dl01 dd:before,.main03 dl.dl02 dd:after{
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid #ff7538;
    border-left: 100px solid transparent;
    content: "";
    position: absolute;
    top:40%;
    left:5%;
    z-index: -10;
}
.main03 dl.dl02 dd:after{
    left:inherit;
    right:5%;
    border-right: 100px solid transparent;
}
.main03 dl.dl02 dd{
    padding-right:10%;
}
.main03 dl dd span{
    display: block;
    font-size:24px;
    line-height: 50px;
    padding-left:5%;
}
.main03 dl.dl02 dd span{
    text-align:right ;
    padding-left:0%;
    padding-right:5%;
}
.main03 dl dd span em{
    color:#ff7538 ;
    font-style: normal;
}

.main03 dl dd  .dd-cnt{
    background-color: #ff7538;
    border-radius:10px ;
    padding:3% 4%;
}
.main03 dl dd  .dd-cnt p{
    font-size:16px;
    color:#fff;
    line-height: 30px;
}

.main04-bg{
    padding:50px 0;
    background: url("../images/main04-bg.jpg") no-repeat center top;
    margin-bottom:50px;
}
.main04-cnt{
    background-color: #ff7538;
}
.main04-cnt ul{
    float:left;
    width:28%;
    padding:2% 0%;
    background-color: #fff;
}
.main04-cnt ul li{
    font-size:20px;
    text-align: center;
    line-height: 30px;
    padding-bottom:15px;
    border-bottom:1px #dedede solid;
    margin:0 20% 5%;
    position: relative;
}
.main04-cnt ul li#aa3{
    border-bottom:0px;
    margin-bottom:0;
}
.main04-cnt ul li:hover,.main04-cnt ul li.hover{
    color: #ff7538;
}
.main04-cnt ul li.hover::after{
    width: 0;
    height: 0;
    content:"";
    display: block;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    top:20%;
    right:-45%;
}
.main04-cnt .tab-box{
    float:right;
    width:62%;
    padding:5%;
}
.main04-cnt .tab-box p{
    font-size:16px;
    line-height: 30px;
    height: auto;
    color:#fff;
}
.main04-cnt .tab-box div{
    display: none;
}
.main04-cnt .tab-box div.box-hover{
    display: block;
}
.main05{
    margin-bottom:50px;
}
.main05 .main-lead{
    font-size:30px;
    color: #ff7538;
    line-height: 50px;

}
.main05-cnt dl{
    margin-bottom:4%;
    position: relative;
    padding:25px 0;
}
.main05-cnt dt{
    width:11.5%;
    background: url(../images/y-bg.png) no-repeat center center;
    height: 150px;
    padding:3%;
    position: absolute;
    top:0;

}
.main05-cnt dt div{
    background: url(../images/xg.png) no-repeat center center;
}
.main05-cnt dt span,.main05-cnt dt em{
    display: block;
    font-size:36px;
    color:#fff;
    line-height: 70px;
}
.main05-cnt dt em{
    line-height: 70px;
    font-size:20px;
    text-align: right;
}
.main05-cnt dd{
    width:63%;
    border:4px  #ff7538 solid;
    border-radius:100px;
    padding:2% 5%;

}
.main05-cnt dl.dl01 dt,.main05-cnt dt.dl03 dd,.main05-cnt dl.dl05 dt{
    left:0;
}
.main05-cnt dl.dl01 dd,.main05-cnt dl.dl03 dd,.main05-cnt dl.dl05 dd{
    padding-left:12%;
    margin-left:6%;
}
.main05-cnt dl.dl02 dt,.main05-cnt dl.dl04 dt{
   right:0;
}
.main05-cnt dl.dl02 dd,.main05-cnt dl.dl04 dd{
    padding-right:12%;
    margin-right:6%;
}
.main05-cnt dd h3{
    font-size:20px;
    color:#ff7538;
    line-height: 36px;
    margin-bottom:5px;
}
.main05-cnt dd p{
    font-size:14px;
    line-height: 26px;
}
.main6-bg{
    padding:50px 0;
    background: url(../images/main06-bg.jpg) no-repeat left top;
    margin-bottom:50px;
}

.main06 ul li{
    float:left;
    width:23%;
    margin:0 1%;
    text-align: center;
}
.main06 ul li span{
    display: block;
    width:95%;
    padding:0 2.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
}
.main07{
    margin-bottom:50px;
}
.main07 ul{
    border-left:2px #dedede solid;
    border-top:2px #dedede solid;
}

.main07 ul li{
    float: left;
    width: 20.8%;
    padding:0 2%;
    border-right:2px #dedede solid;
    border-bottom:2px #dedede solid;
    text-align: center;
    line-height: 50px;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*footer*/
#footer{ width:1200px; margin:0px auto 30px ;}
#footer table{ width:100% !important;}
.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #ff7538; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}
.last{ display:none;width:100%; height:40px; line-height:40px; background:#ff7538; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fea882 solid; background:#ff7538; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF;  text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}
/*footer*/

.zzy_float_r{ position: fixed; bottom:60px;z-index: 1000; float:right; text-align: right; right:1%; }
.zzy_float_r em.zzy_float_tit{ display: block; background:url(../images/float_icon.png) no-repeat 0 0; width: 48px; height: 44px; cursor:pointer;}
.zzy_float_r ul{float:right; }
.zzy_float_r ul li{ width: 48px;background-color:#dfdfdf; cursor: pointer; border-bottom:1px #fff solid;position: relative; z-index:100; }
.zzy_float_r ul li.li00{ background-color:transparent; padding:0; border-bottom:0; }
.zzy_float_r ul li:hover a{ color:#fff; }
.zzy_float_r ul li.li01 span{ display: block; line-height: 16px; font-size:12px; margin:0px auto; padding:8px 12px;position: relative; z-index:150;  }
.zzy_float_r ul li.li01:hover span{background-color:#ff7538;}
.zzy_float_r ul li em{ background:#dfdfdf url(../images/float_icon.png) no-repeat; display: block;margin:0px auto; width: 48px; height: 48px; position: relative; z-index:150; }
.zzy_float_r ul li:hover em{background-color:#ff7538;position: relative; z-index:150;}
.zzy_float_r ul li.li00:hover em{ background-color:transparent;}
.zzy_float_r ul li p{ position: absolute;  background-color: #ff7538; right:47px; bottom:0; color:#fff; padding:5px 20px; display: none;}
.zzy_float_r ul li.li06 em{ position:inherit;}
.zzy_float_r ul li.li06:hover em{ position:inherit;}

.zzy_float_r ul li:hover p{ display: block; }
.zzy_float_r ul li p span,.zzy_float_r ul li p b{ display: block; width:100%;height: 24px; line-height: 24px; font-size:14px; text-align: center;}
.zzy_float_r ul li.li04 em{ background-position: 0 -140px; }
.zzy_float_r ul li.li04:hover em{background-position: -48px -140px;}
.zzy_float_r ul li.li04 p{ width: 122px;  padding:15px;}
.zzy_float_r ul li.li04 p img{display: block; line-height: 122px; }
.zzy_float_r ul li.li04 p span{ margin-top: 5px; }
.zzy_float_r ul li.li06 em{ background-position: 0 -236px; }
.zzy_float_r ul li.li06:hover em{ background-position:-48px -238px;  }
.gb{ position:absolute; top:-20px; right:0px; cursor:pointer;}








@media only screen and (max-width:1200px){
    .banner,.leadin,.main01, .main02, .main03, .main04, .main05, .main06, .main07,#footer{
        width: 1024px;
    }
    .nav{
        width: 1024px;
        margin-left:-512px;
    }
    .main01 ul li{
        height: 260px;
    }
    .main01 ul li.li04, .main01 ul li.li05, .main01 ul li.li06{
        height: 380px;
    }
    .main03 ul li{
        width: 166px;
        height: 166px;
        line-break: 166px;
    }
    .main03 ul.right li{
        width:100px;
        padding:53px 33px;
    }
    .main05-cnt dt{
        width:15%;
    }
    .main05-cnt dl.dl01 dd, .main05-cnt dl.dl03 dd, .main05-cnt dl.dl05 dd{
        margin-left:10%;
    }
    .main05-cnt dl.dl02 dd, .main05-cnt dl.dl04 dd{
        margin-right:10%;
    }

}
@media only screen and (max-width:1024px){
    .banner{
        width: 100%;
    }
    .banner img{
        vertical-align: top;
    }
    .banner .left{
        display: none;
    }
    .banner .right{
        width: 100%;
    }
    .leadin,.main01,.main02, .main03, .main04, .main05, .main06, .main07, #footer{
        width: 95%;
        margin:0 2.5%;
    }
   .leadin,.main03,.main07, #footer,.cnt-top,.main02-bg,.main04-bg,.main-lead,.main6-bg{
       margin-bottom:5%;
   }

    h2{
        margin-bottom:4%;
    }
    .nav{
        width: 95%;
        height:auto;
        position: inherit;
        left:inherit;
        bottom:inherit;
        margin:2% 2.5% 0;
        background: #fff none;
        -moz-box-shadow:0 1px 4px rgba(0,0,0,0.2) ;
        -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2) ;
        box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    }
    .leadin dd{
        font-size:16px;
    }
    .leadin dt{
        margin-top:5%;
    }

    .main01-bg,.main04-bg,.main6-bg{
        padding:5% 0;
    }
    .main01 ul li{
        width:40%;
        height: 230px;
        margin:0 3% 6%
    }
    .main01 ul li.li03, .main01 ul li.li04{
        height: 290px;
    }
    .main01 ul li.li05, .main01 ul li.li06{
        height: 350px;
    }
    .main02-bg{
        background-size: auto 100%;
        padding:5% 0;
    }
    .main02-l{
        width:59%;
    }
    .main02-r{
        width:39%;
    }
    .main02-r div.div03 a{
        width: 70%;
        margin:5% 15% 3%;
    }
    .main03 dl.dl01 dd:before{
        left:0;
    }
    .main03 dl.dl02 dd:after{
        right:0;
    }
    .main03 .fs-cnt p{
        width: 97%;
        height: 46px;
        line-height: 46px;
        padding:0% 0 0 3%;
        margin:0% 0 2% 0;
        background: #ff7538 none;
        text-align: left;
    }
    .main03 ul{
        position: inherit;
        width: 100%;

    }
    .main03 ul li{
        position: inherit;
        left:inherit !important;
        right:inherit !important;
        top:inherit !important;
        width: 19%;
        height: 40px;
        line-height: 40px;
        margin:0 0.5%  1%!important;
        background: #eeeeee none;
    }
    .main03 ul.right li{
        width: 17% !important;
        height: 60px;
        line-height: 30px;
        padding:1%;

    }
    .main03 dl dd{
        width:72.5%;
    }
    .main03 dl.dl01 dd{
        padding-left:5%;
    }

    .main03 dl.dl02 dd{
        padding-right:5%;
    }
    .main04-cnt ul{
        width:35%;
    }
    .main04-cnt ul li{
        margin:0 10% 5%;
    }
    .main04-cnt ul li.hover::after{
        right:-23%;
    }
    .main04-cnt .tab-box{
        width:55%;
    }
    .main05-cnt dt{
        width:19%;
        padding:7% 5%;
        height: 120px;
    }
    .main05-cnt dt span{
        font-size:30px;
        line-height: 50px;
    }
    .main05-cnt dt em{
        line-height: 50px;
    }
    .main05-cnt dd{
     width:60%;
    }
    .main05-cnt dl.dl01 dd, .main05-cnt dl.dl03 dd, .main05-cnt dl.dl05 dd{
        padding-left:20%;
    }
    .main05-cnt dl.dl02 dd, .main05-cnt dl.dl04 dd{
        padding-right:20%;
    }
    .main07 ul li{
        width: 29%;
    }

}

@media only screen and (max-width:767px){
    .nav{
        width:100%;
        margin:0;
    }

    .nav a{
        width: 33.333333333%;
        margin-bottom:3%;
    }
    .nav a em{
        margin-bottom:5px;
    }
    .nav a span{
        font-size:16px;
    }
    h2{
        font-size:40px;
        height: auto;
    }
    .cnt-top{
        margin-bottom:0;
    }
    .leadin dt{
        width: 100%;
        margin-bottom:3%;
    }
    .leadin dd{
        width: 100%;
        padding:0;
    }
    .main02-l{
        width: 100%;
        margin-bottom:4%;
    }
    .main02-r{
        width: 100%;
    }
    .main03 dl.dl01 dd:before,.main03 dl.dl02 dd:after{
        top:20%;
    }

    .main04-cnt ul{
        width: 40%;
    }
    .main04-cnt .tab-box{
        width: 50%;
    }
    .main04-cnt ul li{
        font-size:16px;
    }
    .main04-cnt .tab-box p{
        font-size:14px;
    }
    .main05 .main-lead{
        font-size:26px;
    }
    .main05-cnt dt{
        background: #ff7538 none;
        height: auto;
        padding:2%;
    }
    .main05-cnt dt div{
        background: none;
    }
    .main05-cnt dt div span,.main05-cnt dt div em{
        text-align: center;
    }
    .main05-cnt dt div em{
        line-height: 30px;
        font-style: normal;
    }
    .main05-cnt dd{
        border-radius:80px ;
        width:62%;
        padding:5% 8%;
    }

    .main05-cnt dl.dl01 dd, .main05-cnt dl.dl03 dd, .main05-cnt dl.dl05 dd{
        padding-left:15%
    }
    .main05-cnt dl.dl02 dd, .main05-cnt dl.dl04 dd{
        padding-right:15%;
    }
    .main6-bg{
        background-size: auto 100%;
    }
    .main06 ul li{
        width:47%;
        margin:0 1.5% 3%;
    }
    #footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
    #QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
    .copyright,.last{ display:block;}
}
@media only screen and (max-width:680px){
    .main01 ul li.li03, .main01 ul li.li04{
        height: 320px;
    }
    .main01 ul li.li05, .main01 ul li.li06{
        height: 420px;
    }
    .main03 ul.right li{
        width: 24.333333% !important;
        padding:1% 4%;
    }
    .main03 ul.right li.li01{
        width: 63.66666% !important;
        padding:0 1%;
        height:40px;
        line-height: 40px;

    }
    .main03 ul.right li.li02{
        width: 30.333333% !important;
        padding:0 1%;
        height:40px;
        line-height: 40px;
    }
}
@media only screen and (max-width:600px){
    h2{
        font-size:30px;
    }
    .main01 ul li{
        width: 86%;
        height:auto !important;
        padding:0 4% 4%;
        margin:0 3% 10%;
    }
    .main04-cnt ul{
        width: 100%;
        padding:5% 0;
    }
    .main04-cnt ul li{
        width: 29%;
        float: left;
        margin:0;
        border-bottom:0;
        border-right:1px #dedede solid;
        padding:0 2%;
        line-height: 26px;
    }
    .main04-cnt ul li{
        font-size:14px;
    }
    .main04-cnt .tab-box{
        width: 90%;
    }
    .main04-cnt ul li.hover::after{
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 30px solid #fff;
        right:inherit;
        top:inherit;
        left:30%;
        bottom:-60px;
        z-index: 100;
    }
    .main07 ul li{
        width:45.5%;
    }

}
@media only screen and (max-width:480px){
    .main03 dl dt,.main03 dl.dl01 dd:before,.main03 dl.dl02 dd:after{
        display: none;
    }
    .main03 dl dd{
        width:100%;
    }
    .main03 dl.dl02 dd span{
        text-align: left;
        padding-left:5%;
        padding-right:0;
    }
    .main03 ul.left li{
        width: 32.333333333%;
    }
    .main03 ul.left li.li04,.main03 ul.left li.li05{
        width: 49%;
    }
    .main04-cnt ul li.hover::after{
        bottom:-58px;
    }
    .main05-cnt dt span{
        font-size:20px;
    }
    .main05-cnt dt em{
        font-size:14px;
    }
    .main03 ul li{
        font-size:16px;
    }
    .main06 ul li span{
        width:90%;
        padding:0 5%;
    }
    .main07 ul li{
        width:45%;
    }

}
@media only screen and (max-width:400px){
    .main03 ul li{
        font-size:14px;
    }
    .main06 ul li span{
        width:92%;
        padding:4%;
        line-height: 30px;
        font-size:16px;
        overflow: inherit;
        white-space: normal;
    }

}
