@charset "UTF-8";

@keyframes myanimate {
    0% {
        -webkit-box-shadow: 0 0 5px 7ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }

    50% {
        -webkit-box-shadow: 0 0 20px #ddd;
        -moz-box-shadow: 0 0 20px #ddd;
        box-shadow: 0 0 20px #ddd
    }

    100% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }
}

@-webkit-keyframes myanimate {
    0% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }

    50% {
        -webkit-box-shadow: 0 0 20px #ddd;
        -moz-box-shadow: 0 0 20px #ddd;
        box-shadow: 0 0 20px #ddd
    }

    100% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }
}

@-moz-keyframes myanimate {
    0% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }

    50% {
        -webkit-box-shadow: 0 0 20px #ddd;
        -moz-box-shadow: 0 0 20px #ddd;
        box-shadow: 0 0 20px #ddd
    }

    100% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }
}

@-o-keyframes myanimate {
    0% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }

    50% {
        -webkit-box-shadow: 0 0 20px #ddd;
        -moz-box-shadow: 0 0 20px #ddd;
        box-shadow: 0 0 20px #ddd
    }

    100% {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.search {
    position: absolute;
    left: 500px;
    top: 50%;
    margin-top: -20px;
    width: 350px;
    height: 40px;
    border: 1px solid #004EA2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search #keyword {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    outline: none;
    border: none;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    width: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url('../img/search.png') no-repeat center center;
    cursor: pointer
}

.fixed {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 999;
    background: white;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80)
}

#welcome {
    background: #E6E6E6;
    height: 35px;
    line-height: 35px
}

#welcome .str_wrap {
    overflow: hidden;
    width: 300px;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #808080;
    white-space: nowrap
}

#welcome .str_wrap.str_active {
    background: #f1f1f1
}

#welcome .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

#welcome .str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

#welcome .str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

#welcome .str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

#welcome .str_vertical .str_move,
#welcome .str_down .str_move {
    white-space: normal;
    width: 100%
}

#welcome .str_static .str_move,
#welcome .no_drag .str_move,
#welcome .noStop .str_move {
    cursor: inherit
}

#welcome .str_wrap img {
    max-width: none !important
}

#welcome .fav {
    color: #808080
}

#welcome .fav>a {
    padding: 0 5px;
    color: #808080
}

#header1 {
    width: 100%;
    height: 120px;
    line-height: 120px
}

#header1 .logo {
    display: block;
    width: 406px;
    height: 120px;
    margin-right: 110px;
    background: url('../img/logo.png') no-repeat center center
}

#header1 .hotline {
    padding-top: 40px
}

#header1 .hotline p:nth-child(1) {
       font-size: 20px;
    color: #333;
   
    text-align: center;
    line-height: 42px;

}

#header1 .hotline p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    color: #F00A12;
    line-height: 20px;
    text-align: center
}

#header1 ul {
    padding-top: 40px
}

#header1 ul li {
    float: left;
    margin: 0 5px
}

#header1 ul li>a {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #004EA2;
    text-align: center;
    border: 1px solid #004EA2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#header1 ul li>a>i {
    font-size: 30px
}

#header1 ul li>a .hide {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 140px;
    height: 138px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999
}

:root #header1 ul li>a .hide {
    filter: none
}

#header1 ul li>a .hide>img {
    position: absolute;
    width: 120px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px
}

#header2 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #004EA2
}

#header2 #lang {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 63px;
    background: url('../img/lang.png') no-repeat center center
}

#header2 #lang>img {
    animation: rotate 20s linear 0s infinite normal;
    -moz-animation: rotate 20s linear 0s infinite normal;
    -webkit-animation: rotate 20s linear 0s infinite normal;
    -o-animation: rotate 20s linear 0s infinite normal;
    line-height: 1;
    margin: 8px auto;
    display: block
}

#header2 #lang>a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    color: white
}

#header2 #lang>a:hover {
    color: #F00A12
}

#header2 .ul1 .li1 {
    position: relative;
    float: left
}

#header2 .ul1 .li1 i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    height: 20px;
    width: 1px;
    background: #90BCE3;
    border-right: 1px solid #5E8FC6
}

#header2 .ul1 .li1>a {
    padding: 0 56px;
    text-align: center;
    display: block;
    font-size: 17px;
    color: white;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-transform: capitalize;
    
}

#header2 .ul1 .li1>a.hover {
    background: #F00A12
}

#header2 .ul1 .li1>a:hover {
    background: #F00A12
}

#footer1 {
    width: 100%;
    background: #E6E6E6
}

#footer1 ul li:nth-child(1) {
    background: url('../img/contact-1.jpg') no-repeat center center
}

#footer1 ul li:nth-child(2) {
    background: url('../img/contact-2.jpg') no-repeat center center
}

#footer1 ul li:nth-child(3) {
    background: url('../img/contact-3.jpg') no-repeat center center
}

#footer1 ul li {
    float: left;
    width: 400px;
    height: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    padding-top: 40px
}

#footer1 ul li>img {
    margin-right: 30px
}

#footer1 ul li .des p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #f00a12;
    line-height: 1.5;
    width: 300px;
}

#footer1 ul li .des p:nth-child(2) {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    width: 300px;
}

#footer2 {
    width: 100%;
    background: #333;
    height: 350px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 80px
}

#footer2 .ul1 .li1 {
    float: left
}

#footer2 .ul1 .li1:first-child>a {
    padding-left: 0
}

#footer2 .ul1 .li1:first-child .ul2 .li2>a {
    padding-left: 0
}

#footer2 .ul1 .li1:last-child>a {
    border-right: none
}

#footer2 .ul1 .li1>a {
    display: block;
    color: white;
    font-size: 16px;
    padding: 0 25px;
    text-align: center;
    border-right: 1px solid #90BCE3
}

#footer2 .ul1 .li1>a:hover {
    color: #F00A12
}

#footer2 .ul1 .li1>a.hover {
    color: #F00A12
}

#footer2 .ul1 .li1 .ul2 {
    margin-top: 50px
}

#footer2 .ul1 .li1 .ul2 .li2 {
    line-height: 2
}

#footer2 .ul1 .li1 .ul2 .li2>a {
    display: block;
    color: #A8A8A8;
    padding-left: 25px;
    text-transform: capitalize;
}

#footer2 .ul1 .li1 .ul2 .li2>a:hover {
    color: white
}

#footer2 .ewm>p {
    padding-top: 10px;
    text-align: center;
    color: #A8A8A8;
    font-size: 12px
}

#footer3 {
    height: 55px;
    line-height: 55px;
    background: #333
}

#footer3 p {
    border-top: 1px solid #A8A8A8
}

#footer3 p>span {
    margin: 0 5px;
    color: #A8A8A8;
    font-size: 12px
}

#footer3 p>a {
    color: #A8A8A8;
    font-size: 12px
}

#iconTop {
    position: fixed;
    z-index: 999;
    width: 100px;
    height: 100px;
    line-height: 100px;
    bottom: 0;
    right: 0;
    text-align: center
}

#iconTop #backTop {
    font-size: 40px;
    color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: myanimate 2s linear 0s infinite normal;
    -moz-animation: myanimate 2s linear 0s infinite normal;
    -webkit-animation: myanimate 2s linear 0s infinite normal;
    -o-animation: myanimate 2s linear 0s infinite normal
}

#iconTop #backTop:hover {
    color: #666
}