/* 常量设置 */

.wrap {
    width: 1600px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #02609e;
}

 ::selection {
    color: #fff;
    background: #02609e;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #02609e;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #02609e;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head_bott {
    box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11110;
    height: 78px;
    background: linear-gradient(to right, #00a2c9, #02619e);
}

.nav>ul>li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    height: 78px;
    line-height: 78px;
    margin: 0 10px;
}

.nav>ul>li a {
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav>ul>li a:hover {
    color: #283071;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.nav .on a {
    color: #283071;
    font-weight: bold;
}

.nav .second_nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.nav .on a {
    color: #ffffff;
    font-weight: bold;
}

.nav li,
.nv {
    position: relative;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
}

.nav .dropdown-menu li a {
    color: #333333;
}

.nav .dropdown-menu li:hover {
    background: linear-gradient(to right, #00a2c9, #02619e);
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}

.navigation .on {
    font-weight: bold;
    color: #e57834;
    border-bottom: 3px #e57834 solid;
}

.language a {
    display: block;
    color: #fff;
}

.language img {
    margin-right: 5px;
    margin-left: 25px;
}

.navigation .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 130px;
    left: 0;
}

.navigation .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation .dropdown-menu li {
    line-height: 40px;
}

.navigation .dropdown-menu li:hover {
    background: linear-gradient(to right, #013996, #283071);
}

.navigation .dropdown-menu li:hover a {
    color: #fff;
}

.head_bott .yun {
    background: #013996;
    display: block;
    height: 78px;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 40px;
    margin-left: 40px;
}

.logo {
    display: block;
    margin-left: 160px;
    margin-right: 40px;
}

.head-right {
    margin-right: 100px;
}

.head-right .search {
    background: #fff;
    height: 24px;
    border-radius: 30px;
}

.head-right .search input {
    margin-left: 10px;
}

.head-right .search img {
    display: block;
}