@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    word-break:break-word;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

body {
    min-width: 1440px;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

 .pic video{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
    transform: translate(-50%, -50%);
}


.pic .outside{
    display:flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transition: all .3s;
    transform: translate(-50%, -50%);
}
.pic img{
    margin:auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
  
}
.pic:hover img {
    transform: scale(1.2);
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.main-top {
    position: relative;
}

.top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #8c6aba;
}

.top.on {
    background: #8c6aba;
}

.header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    width: 100%;
}

.head-r {
    float: right;
    margin-top: 20px;
}

.search {
    display: inline-block;
    width: 320px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 30px;
}

.search input[type="text"] {
    width: 190px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    padding: 0 15px;
    vertical-align: middle;
    color: #fff;
}

.search input[type="image"] {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.search input::placeholder {
    font-size: 16px;
    color: #fff;
}

.search span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.search span img {
    display: inline-block;
    vertical-align: middle;
}

#nav {}

.nav>ul {
    margin-left: -20px;
    margin-right: -20px;
}

.nav>ul>li {
    line-height: 60px;
    position: relative;
    float: left;
   /* width: 6.1333%; */
    margin:0 8px;
    padding:0 1px;
    text-align: center;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
    display: none;
}

.nav>ul>li.on>a::before {
    display: block;
}

.nav>ul>li ul {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
}

.nav>ul>li ul li {
    line-height: 40px;
}

.nav>ul>li ul li a {
    font-size: 12px;
    color: #333;
}

.nav>ul>li:hover {
    background: rgba(255, 255, 255, .2);
}

.nav>ul>li ul li:hover {
    background-color: #8c6aba;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
	height: 480px;
}

.banner a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/head-tc.png) no-repeat center top;
    background-size: 100% auto;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.banner .slick-dots {
    bottom: 40px;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7px;
    transition: all .3s;
    background-position: right center;
}

.banner .slick-dots li span {
    font-size: 16px;
    color: #fff;
}

.banner .slick-dots li.slick-active {
    padding-right: 40px;
    background: url(../images/slick-active.png) no-repeat right center;
}

.banner .slick-dots li.slick-active span {
    font-size: 24px;
    font-weight: bold;
}

.footer {
    background-color: #8c6aba;
}

.foot {
    padding: 30px 0;
}

.foot-l {
    float: left;
    width: 500px;
}

.foot-l a {
    display: block;
    margin-bottom: 25px;
}

.foot-l a img {
    display: block;
    max-width: 499px;
    width: 100%;
}

.foot-l p {
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.foot-m {
    float: left;
    width: 730px;
    margin-left: 35px;
}

.foot-m>ul>li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    border-left: 1px dashed #9272be;
}

.foot-m>ul>li:first-child {
    border-left: none;
}

.foot-m>ul>li>a {
    position: relative;
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.foot-m>ul>li>ul>li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.foot-m>ul>li:last-child {
    /* width: 390px; */
}

.foot-m>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: .6;
}

.foot-m>ul>li:last-child>ul {
    font-size: 0;
}

.foot-m>ul>li:last-child>ul>li {
    /* display: inline-block; */
    /* width: 50%; */
}

.foot-m>ul>li>a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.foot-m>ul>li>ul>li:hover>a {
    text-decoration: underline;
    opacity: 1;
}

.foot-r {
    float: right;
    text-align: center;
}

.foot-r p {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
}

.foot-down {
    line-height: 60px;
    background: #785ba0;
    text-align: center;
}

.foot-down p {
    font-size: 14px;
    color: #fff;
}



/*
--分页栏示意代码
<div style="margin-top:10px;text-align:center;" class="pagebar">
    <span class="p_pages">
        <span class="p_first_d p_fun_d">首页</span>
        <span class="p_prev_d p_fun_d">上页</span>
        <span class="p_no_d">1</span>
        <span class="p_no"><a href="#">2</a></span>
        <span class="p_dot">...</span>
        <span class="p_no"><a href="#">12</a></span>
        <span class="p_next p_fun"><a href="#">下页</a></span>
        <span class="p_last p_fun"><a href="#">尾页</a></span>
    </span>
    <span class="p_goto"><input type="text" class="p_goto_input" maxlength=20 ></span>
    <span class="p_goto"><a href="#">跳转</a></span>
</div>
 
--样式名称表
 名称    带链接样式 不带链接样式 公共样式 不带链接公共样式
 首页     p_first   p_first_d   p_fun   p_fun_d
 尾页     p_last    p_last_d    p_fun   p_fun_d
 上一页   p_prev    p_prev_d    p_fun   p_fun_d
 下一页   p_next    p_next_d    p_fun   p_fun_d
 某页     p_no      p_no_d
  
 省略号   p_dot
 页码框   p_goto_input  p_goto
 跳转     p_goto
*/
/*pagebar可改为自定义名称*/
 
/*公共样式 字体，行高，字体颜色等*/
.pagebar {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;
 
    color:#222;
}
 
/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;
}
 
/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{
    margin-left: -5px;
}
 
/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun a, .pagebar .p_no a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}
 
/*文字对齐样式*/
.pagebar .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
}
 
/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}
 
/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{

}
 
/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover{
    background-color: #8c6aba;
    color:#fff;
}
 
 
/*页码省略号...的外观*/
.pagebar .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;
}
 
/*当前页码的外观*/
.pagebar .p_no_d {
   background: #8c6aba;
    color: #fff;
    border: 1px solid #8c6aba;
}
 
/*按钮控制*/
 
/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
    /*display:none;*/
}
 
/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{
    /*display:none;*/
}
 
/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{
    /*display:none;*/
}
 
/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{
    /*display:none;*/
}
 
/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
    font-family: SimSun;
    font-size:12px;
 
    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;
 
    outline-width:thin;
    outline-color:#258CFF;
     
    margin:0px 2px;
    padding:0px 1px;
 
    width:22px;
    text-align:center;
}
 
/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
    border: 1px solid #8c6aba;
}
 
/*跳转按钮的外观*/
.pagebar .p_goto a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
 
    margin:0px;
 
    height:24px;
    -height:auto;
     
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}