body,
html{
    margin: 0;
    padding: 0;
}
body{
    font-family:Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    width: 100%;
    height:auto;
    background-color: #fff;
}
ul,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.clear{
    content: ".";
    display: block;
    clear: both;
}
img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align:bottom;
}
a{
    text-decoration: none;
    color: #666;
}
.clear{
    content: "";
    display: block;
}







.top{
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #E5DDFB;
}
.top .top_body{
    width: 1000px;
    margin: 0 auto;
}
.top .top_body a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #323234;
}
.banner{
    width: 100%;
    height: auto;
    position: relative;
}
.list1_bg{
    background: #F6F0D1;
}
.list1{
    width: 1140px;
    margin: 0 auto;
}
.list_title{
    text-align: center;
    padding: 30px 0;
}
.list_title .list_eng span{
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    font-family: "宋体";
    position: relative;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}
.list_title .list_eng span::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    width: 30px;
    height: 1px;
    background: #333;
}
.list_title .list_eng span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    width: 30px;
    height: 1px;
    background: #333;
}
.list_title .list_zh{
}
.list_title .list_zh span{
    display: inline-block;
    padding: 0 45px 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    font-size: 36px;
    border-bottom: 1px solid #000;
}
.list_detail{
    text-indent: 2em;
    padding: 0 90px;
}
.list_detail span{
    font-size: 18px;
    line-height: 28px;
    text-indent: 2em;
}
.list_btn{
    text-align: center;
    padding: 30px 0;
}
.list_btn:hover .list_text{
    background: #fc3944;
    -moz-box-shadow:0px 5px 10px #9C9C9C;
    -webkit-box-shadow:0px 5px 10px #9C9C9C;
    box-shadow:0px 5px 10px #9C9C9C;
}
.list_btn .list_text{
    display: inline-block;
    background: #FF565F;
    color: #fff;
    width: 123px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    padding-right: 17px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.list_btn .list_text .list_icon{
    background: url(../img/btn_icon.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 7px;
}

.list2_bg{
    background: url(../img/list2_bg.jpg) no-repeat;
    background-size: cover;
}
.list_table{
    width: 1110px;
    padding: 0 15px;
    margin: 0 auto;height: 580px;
}
.list_table .list_item{
    float: left;
    margin-bottom: 30px;
    background: #fff;
}
.list_table .list_left{
    width: 370px;
    margin-right: 20px;
    height: 580px;
}
#list6 .list_table .list_left,
#list6 .list_table .list_right{
	background: #f5f5f5;
}
.list_table .list_left .list_left_a{
    display: block;
    width: 370px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.list_table .list_left .list_left_a .list_left_img{
    width: 100%;
    height: 100%;
}
.list_table .list_left .list_left_a .left_left_bg{
    width: 100%;
    height: 100%;
    background: rgba(255,39,42,0.7);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.list_table .list_left .list_left_a:hover .left_left_bg{
    transform: rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform:rotate(0deg);
}
.list_table .list_left .list_left_a .left_left_bg .list_left_opa .opa_icon{
    text-align: center;
    padding: 30px 0;
}
.list_table .list_left .list_left_a .left_left_bg .list_left_opa .opa_icon .opa_icon_jh{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.list_table .list_left .list_left_a .left_left_bg .list_left_opa .opa_icon .opa_icon_jh::before{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 19px;
    width: 2px;
    height: 20px;
    background: #d11704;
}
.list_table .list_left .list_left_a .left_left_bg .list_left_opa .opa_icon .opa_icon_jh::after{
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 19px;
    height: 2px;
    width: 20px;
    background: #d11704;
}
.list_table .list_left .list_left_a .left_left_bg .list_left_opa_text{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.list_table .list_left .list_left_text{
    padding: 20px;
}
.list_table .list_left .list_left_text span{
    text-indent: 2em;
    display: block;
    line-height: 24px;
}
.list_table .list_right{
    width: 670px;
    padding: 10px 25px 0;
    height: 570px;
}
.list_table .list_right .list_right_item{
    padding-top: 10px;
}
.list_table .list_right .list_right_item .list_right_title{
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    color: #ff5971;
    margin-bottom: 10px;
}
.list_table .list_right .list_right_item .list_right_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ff5971;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    font-style: normal;
    font-size: 18px;
}
.list_table .list_right .list_right_item .list_right_detail span{
    font-size: 16px;
    display: inline;
    line-height: 26px;
}
.text_color{
    color: #e40101;
}
.list3_bg{
    background: url(../img/list3_bg.jpg) no-repeat;
    background-size: cover;
}
.list3 .list_table .list_left .list_left_a .left_left_bg{
     background: rgba(43,146,250,0.7);
 }
.list3_bg .list_btn {
    padding: 10px 0 0 0;
}
.list3_bg .list_btn:hover .list_text{
    background: #2b92fa;
}
.list3_bg .list_btn .list_text{
    background: #459FFA;
}
.list4_bg{
    background: url(../img/list4_bg.jpg) no-repeat;
    background-size: cover;
}
.list4_bg .list4_table{
    width: 1110px;
    padding: 0 15px;
    margin: 0 auto;
}
.list4_bg .list4_table .list4_item{
    width: 1090px;
    height: 480px;
    padding: 10px;
    background: #fff;
}
.list4_bg .list4_table .list4_item .list4_a{
    float: left;
    width: 340px;
    height: 220px;
    margin: 10px;
}
.list4_bg .list4_table .list4_item .list4_a:hover .list4_img{
    margin-top: -5px;
}
.list4_bg .list4_table .list4_item .list4_a .list4_img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.list4_bg .list4_table .list4_item .list4_a .list4_img:hover{
    -moz-box-shadow:0px 5px 10px #878787;
    -webkit-box-shadow:0px 5px 10px #878787;
    box-shadow:0px 5px 10px #878787;
}
.list4_bg .list4_table .list4_item .list4_a.list4_margin{
    margin: 10px 15px;
}

.list4_bg .list_btn:hover .list_text{
    background: #e76d00;
}
.list4_bg .list_btn .list_text{
    background: #F57604;
}

.list5{
    width: 100%;
    height: auto;
	padding-bottom: 30px;
	background: #14B0B6;
	margin-bottom: -15px;
}
.list5 .list5_table{
    width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}
.list5 .list5_table .list5_item.list5_item_left{
    width: 100%;
    height: auto;
    background: #14B0B6;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_text{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_text>span{
    display: inline;
    height: 50px;
    line-height: 50px;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_text .list5_item_left_num{
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_bottom{
    text-align: center;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_bottom span,
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_bottom a{
    color: #fff !important;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_bottom img{
	vertical-align: middle;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_bottom span{
    display: block;
    line-height: 28px;
}
.list5 .list5_table .list5_item.list5_item_left .list5_item_left_zx{
	text-align: center;
}
.list5 .list5_table .list5_item.list5_item_right{
    padding: 25px;
    width: 725px;
    height: 355px;
    background: #fff;
}
.list5 .list5_table .list5_item_left_zx .list5_item_left_btn{
    display: inline-block;
    width: 105px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    margin: 10px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
}
.list5 .list5_table .list5_item_left_zx .list5_item_left_btn .list5_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.list5 .list5_table .list5_item_left_zx .list5_item_left_btn:hover .list5_btn{
    position: absolute;
    left: 15px;
    top: 0;
}
.list5 .list5_table .list5_item_left_zx .list5_item_left_btn i.list5_zx{
    background: url(../img/zx.png) no-repeat;
}
.list5 .list5_table .list5_item_left_zx .list5_item_left_btn i.list5_bm{
    background: url(../img/bm.png) no-repeat;
}
#top{
    position: fixed;
    right: 15px;
    bottom: 10%;
    width: 180px;
    text-align: center;
    height: 370px;
    background: url(../img/float.png) no-repeat;
}
#top .top_item{
    margin-top: 124px;
    padding-left: 18px;
}
#top .top_item .top_list{
    height: 32px;
    line-height: 32px;
}
#top .top_item .top_list a:hover,
#top .top_item .top_list span:hover,
#top .top_item .top_list.active a{
    color: #950108;
}
#top .top_item .top_list span,
#top .top_item .top_list a{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
