html,
body,
header,
nav,
footer,
div,
ul,
ol,
li,
p,
form,
input,
a,
span,
em,
i,
strong,
b,
font,
img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0
}

body {
    font-family: 思源黑体;
    font-size: 14px
}

a {
    text-align: center;
    text-decoration: none;
    outline: 0
}

input {
    outline: 0
}

em {
    font-style: normal
}

.main_banner {
    width: 100%;
    height: 375px
}

.main_banner_wrap {
    width: 100%;
    max-width: 1080px;
    height: 375px;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

@-webkit-keyframes roll {
    from {
        -webkit-transform: rotate(120deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg);
        opacity: .8
    }
}

@keyframes roll {
    from {
        transform: rotate(120deg);
        opacity: 0
    }
    to {
        transform: rotate(0deg);
        opacity: .8
    }
}

.banner_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 9;
    top: 20px
}

.btn_next {
    right: -130px
}

.banner_btn span {
    width: 40px;
    height: 80px;
    display: block;
    position: absolute;
    left: -90px;
    top: 70px;
    opacity: 0;
    transition: .5s;
    background: url(/asserts/images/bannerBtn1.png) no-repeat 0 0
}

.btn_next span {
    background-position: -50px 0
}

.main_banner_box:hover .banner_btn_arrow {
    opacity: .6
}

.banner_btn span i {
    width: 30px;
    height: 80px;
    display: block;
    background: url(/asserts/images/bannerBtn1.png) no-repeat 0 0
}

.btn_next span i {
    background-position: -50px 0
}

.banner_btn:hover i {
    -webkit-animation: arrow .5s infinite alternate ease-in-out;
    -moz-animation: arrow .5s infinite alternate ease-in-out
}

@-webkit-keyframes arrow {
    from {
        -webkit-transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.5);
        opacity: .2
    }
}

@-moz-keyframes arrow {
    from {
        -moz-transform: scale(1);
        opacity: 1
    }
    to {
        -moz-transform: scale(1.5);
        opacity: .2
    }
}

.main_banner_box {
    width: 80%;
    height: 280px;
    margin: 40px auto 0;
    position: relative;
    z-index: 0
}

.main_banner li {
    position: absolute;
    background: #000;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.main_banner li#imgCard0 {
    width: 340px;
    height: 280px;
    z-index: 5;
    left: 240px;
    top: 0;
    opacity: 1;
    background: #333d46
}

.main_banner li#imgCard1 {
    width: 220px;
    height: 200px;
    z-index: 1;
    left: 600px;
    top: 40px;
    opacity: 1;
    background: #333d46
}

.main_banner li#imgCard2 {
    width: 200px;
    height: 160px;
    z-index: 1;
    left: 730px;
    top: 60px;
    opacity: 0;
    background: #333d46
}

.main_banner li#imgCard3 {
    width: 200px;
    height: 160px;
    z-index: 1;
    left: 0;
    top: 60px;
    opacity: 0;
    background: #333d46
}

.main_banner li#imgCard4 {
    width: 220px;
    height: 200px;
    z-index: 2;
    left: 0;
    top: 40px;
    opacity: 1;
    background: #333d46
}

.main_banner li img {
    width: 100%;
    height: 100%
}

.main_banner li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 1;
    filter: alpha(opacity=0);
    color: #fff;
    font-size: 30px;
    line-height: 120px;
    text-align: center
}

.main_banner li p {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 88, 151, .9);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    padding-top: 10px
}

.btn_list {
    text-align: center;
    position: relative;
    left: 0;
    top: 6px;
    z-index: 10
}

.btn_list span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 15px 5px;
    background: #787d82;
    border-radius: 50%;
    cursor: pointer
}

.btn_list span.curr {
    background: #ffae00
}

.reviewbtn {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    top: -100px
}

.reviewbtn button {
    width: 120px;
    height: 36px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0;
    font-size: 18px
}

.reviewbtn button:hover {
    background-color: #06c;
    border: 1px #fff solid;
    color: #fff;
    cursor: pointer
}

.reviewtitle {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding: 0 15px
}

.reviewtitle .titleleft {
    float: left
}

.reviewtitle .titleleft span {
    font-size: 26px;
    color: #333;
    position: relative;
    top: 8px
}

.reviewtitle .titleright {
    float: right;
    margin-right: 20px
}

.reviewtitle .titleright a {
    display: inline-block;
    width: 50px;
    margin-top: 20px;
    height: 40px;
    font-size: 14px;
	
}
.reviewtitle .en_titleright a {width: 70px;}

.reviewtitle .titleright .luntan {
    background: url(./forumbg_tag.png) no-repeat;
	background-size: 100% 100%;
    color: #fff; 
    font-size: 14px;
    text-align: center
}

.reviewtitle .titleright a:hover {
    background: url(./forumbg_tag.png) no-repeat;
    color: #fff
}
.reviewtitle .en_titleright a:hover {background-size: 100% 100%;}

.fbox-desc p {
    text-align: left
}

.fbox-desc .yytitle {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px
}

.yyjlcontainer {
    padding: 0 30px;
    margin-top: 30px
}