@charset "utf-8";
/*head*/
#header{height:122px;width:100%;background-color: #5e068c;}
.logo{width:353px;height:68px;margin-top:25px;}
.searchBox{height:26px;background-color:#ffffff;border-radius: 13px;}
.search{width:140px;height:26px;background-color: transparent;line-height:26px;padding:0 6px 0 15px;color:#555555;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;}
.searchIcon{margin:5px 10px 0 0;}
.search::-webkit-input-placeholder{
    color:#555555;
}
.search::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#555555;
}
.search:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#555555;
}
.search:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#555555;
}
.search:focus{width:200px;}
.hR>.hT{padding-top:20px;}
.hR p{margin-right:25px;}
.hR p,.hR p a{color:#cabad7;line-height:26px;}
.hR p:first-child span{height:12px;width:1px;background-color: #cabad7;margin:8px 10px 0;}
.hR p a:hover{color:#ffffff;}
.hR img{margin-top:25px;}
.headLine{border-bottom:1px solid #cabad7;padding-top:26px;}
/*导航*/
.navBar>li>a{display: block;width:120px;height:50px;line-height:50px;text-align: center;font-size:17px;color:#fff}
.topLine{width:100%;top:-1px;height:4px;background-color: #d1bb75;display: none;}
.checkName .topLine,.navBar>li:hover .topLine{display: block;}
.checkName>a,.navBar>li:hover>a{color:#fff;font-weight:bold;}
.subNav{top:50px;width:100%;z-index: 10;background: url(../img/navBg.png);display: none;}
.navBar>li:hover .subNav {display: block;}
.subNav a{display: block;width:100%;height:35px;text-align: center;line-height:35px;color:#ffffff;font-size:14px;}
.subNav li:hover a{background-color: #5e068c;}
.subNav img{left:50%;margin-left:-6px;top:-5px;}
/*foot*/
#footer{height:130px;width:100%;background-color: #404040;}
.copyRight{margin-top:22px;}
.copyRight li{margin-left: 300px;font-size:13px;color:#b3b3b3;line-height:24px;}
.copyRight li a{font-size:13px;color:#b3b3b3;}
.commLink{margin-top:2px;}
.commLink>p{margin-right:50px;cursor:pointer;width:235px;height:40px;border:1px solid #b3b3b3;font-size:13px;color:#b3b3b3;line-height:38px;padding-left:15px;background: url(../img/san.png) 215px center no-repeat;}
.subLink{width:235px;background-color: #ffffff;left:0;bottom:40px;display: none;}
.subLink a{display: block;width:100%;font-size:13px;padding:5px 15px;line-height:22px;color:#666;}
.subLink a:hover{background-color: #5e068c;color:#ffffff;}
.footR{margin-top:43px;}
.wx li+li{margin-left:28px;cursor: pointer;}
.wx li img.ab{left:-40px;bottom:50px;display: none;}
.wx li+li img.ab{left:0;}
.wx li:hover img.ab{display: block;}