/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 14px;
    font-family: '';
    <!--color: #ffffff;-->
}

a {
    color: #fff;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

p {
    line-height: 2.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

.head {
    padding: 15px 0;
}

.menu ul li {
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

.menu ul li.cur2 {
    border-bottom: 2px solid #009BFF;
    line-height: 36px;
}

.menu ul li:hover {
    border-bottom: 2px solid #009BFF;
    line-height: 36px;
}

.menu ul li a {
    color: #000;
}

.phone {
    display: none;
}

.phonehead {
    padding: 15px 0;
}

.phonehead .menuicon a {
    color: #000;
    font-size: 20px;
}

.menulist {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.menulist .close {
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
    text-align: right;
}

.menulist ul li {
    line-height: 40px;
    font-size: 14px;
}

.menulist ul li a {
    color: #fff;
}

.pad {
    padding: 20px 0;
}

.tit {
    margin-bottom: 30px;
    text-align: center;
}

.tit h3 {
    font-size: 18px;
    color: #363435;
}

.con ul li {
    width: 14.6%;
    margin: 0% -20px;
    float: left;
    text-align: center;
}

.con ul li span {
    display: block;
    font-size: 14px;
}

.con ul li .img2 {
    display: none;
}

.con ul li:hover .img2 {
    display: inline-block;
}

.con ul li:hover .img1 {
    display: none
}

.foot {
    text-align: center;
    background: #363435;
    padding: 7px 0
}

.foot span {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    line-height: 24px;
}

.list .left {
    width: 15%;
}

.list .left ul li {
    line-height: 40px;
    background: #363435;
    text-align: center;
    margin-bottom: 15px;
}

.list .left ul li a {
    font-size: 14px;
}

.list .left ul li.cur a {
    text-decoration: underline;
    color: #f60;
}

.list .right {
    width: 82%;
}

.shuaixuan dl dd {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    background: #363435;
    line-height: 30px;
    margin-bottom: 10px;
}

.shuaixuan dl dd.cur {
    background: #363435;
}
.shuaixuan dl dd a.cur{color: #f60;}
.list .right .main {
    margin-top: 20px;
}

.list .right .main ul li {
    margin-bottom: 15px;
    position: relative;
    /*height:480px*/
}

.list .right .main ul li .erweima {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.list .right .main ul li .erweima img {
    margin-top: 20%;
    margin-left: 67%;
    width: 106px;
    height: 120px
}

.list .right .main ul li:hover .erweima {
    display: block;
}

.list3 ul li {
    width: 31.3%;
    margin: 1%;
    float: left;
}

.list3 ul li {
    margin-bottom: 10px;
    position: relative;
}

.list3 ul li a {
    color: black;
}

.list3 ul li .erweima {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    text-align: center;
}

.list3 ul li .erweima img {
    margin-top: 140px;
}

.list3 ul li:hover .erweima {
    display: block;
}

.list3 ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.list3 li span a {
    color: black;
}

.link {
    color: black !important;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .wapper {
        width: 90%;
        padding: 0 5%;
    }
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .con ul li {
        width: 48%;
        margin: 1%;
        float: left;
        text-align: center;
    }
    .list .left {
        width: 100%;
    }
    .list .right {
        width: 100%;
    }
    .list3 ul li {
        width: 48%;
        margin: 1%;
        float: left;
    }
    .list .right .main ul li .erweima img {
        margin-top: 20px;
        margin-left: 116px;
    }
}