@charset "UTF-8";

/*
 * @Author: xhy
 * @Date: 2019-04-01 09:39:17 
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2019-07-09 16:04:03
 */


/********头部样式*******/

.xhy-h {
    width: 100%;
    height: 182px;
    min-width: 1185px;
    background: url(../images/xhy-bg_11.png;vpn_img) no-repeat top center;
}

.xhy-hn {
    width: 1185px;
    margin: 0 auto;
}

.xhy-hn1 {
    padding-top: 30px;
    font-size: 14px;
    color: #666;
}

.xhy-hn1 a {
    color: #666;
}

.xhy-hn1 span {
    padding: 0 10px;
}

.xhy-hrtt {
    margin-top: 15px;
    width: 420px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #7eb8e4;
    border-radius: 30px;
    box-sizing: border-box;
}

.xhy-hrtt input {
    width: 87%;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.xhy-hrtt button {
    margin-top: 10px;
    width: 28px;
    height: 28px;
    background: url(../images/xhy-search_06.png;vpn_img) no-repeat;
    cursor: pointer;
}

.xhy-hrtb {
    line-height: 35px;
    font-size: 15px;
    color: #999999;
    padding-left: 15px;
    box-sizing: border-box;
}

.xhy-hrtb a {
    font-size: 13px;
    color: #999999;
    padding-right: 10px;
}

.xhy-nav {
    width: 100%;
    height: 60px;
    min-width: 1200px;
    line-height: 60px;
    background: #3b9be5;
}

.xhy-navul {
    width: 1185px;
    margin: 0 auto;
}

.xhy-navul li {
    width: 197px;
    height: 100%;
    float: left;
}

.xhy-navul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.xhy-navul li a.xhy-cur1,
.xhy-navul li a:hover {
    background: #3092dd;
}

.xhy-navul li a:first-child img {
    padding-right: 9px;
}


/***尾部***/

.xhy-f {
    width: 100%;
    background: #3b92d5;
    padding-bottom: 10px;
    min-width: 1190px;
}

.xhy-f-t {
    width: 100%;
    height: 50px;
    padding-top: 20px;
}

.xhy-f-link {
    width: 1190px;
    height: 80px;
    margin: 0 auto;
}

.xhy-f-p {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
}

.xhy-f-p span {
    margin-left: 5px;
}

.xhy-f-drops {
    margin-top: 10px;
    line-height: 28px;
}

.xhy-drop-select {
    margin-right: 22px;
}

.xhy-drop-select p {
    line-height: 30px;
    width: 220px;
    height: 40px;
    font-size: 14px;
    color: #566279;
    position: relative;
    cursor: pointer;
    border: 1px solid #3389cb;
    box-sizing: border-box;
}

.db {
    display: inline-block;
}

.xhy-f-text {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-left: 18px;
    color: #ffffff;
    font-size: 12px;
}

.xhy-f-icon {
    position: relative;
    left: 20px;
    top: 3px;
    margin-left: 50px;
}

.arrow {
    transition: 1s;
    -webkit-transition: 1s;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.arrow.cur {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.xhy-dropdown-menu {
    overflow-y: auto;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #ededed;
    width: 215px;
    height: 100px;
    font-size: 12px;
    color: #566279;
    background: #ffffff;
}

.xhy-dropdown-menu li {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    height: 30px;
}

.xhy-dropdown-menu li a:hover {
    text-decoration: underline;
}

.xhy-special {
    margin-right: 0px;
}

.xhy-f-b {
    width: 1100px;
    height: 104px;
    margin: 0 auto;
    padding-top: 27px;
    box-sizing: border-box;
}

.xhy-f-text1 {
    margin-left: 250px;
}

.xhy-f-text1 p {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}

.xhy-morelinka a {
    color: #ffffff;
}

.xhy-morelinka a:hover {
    text-decoration: underline;
}