*, html, body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
}

body {
    background: url(.././img/bg.png) no-repeat center fixed;
    background-size: cover;
}

ul, ol, dl, li, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hk-banner {

}

.hk-banner img {
    width: 100%;
}

/*内页二级导航*/

.ins-navbox {
    height: 75px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.ins-navbox.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.ins-navbox ul {
    width: 88%;
    margin: 0 auto;
}

.ins-navbox li {
    margin-right: 23px;
    font-size: 16px;
    line-height: 74px;
    display: inline-block;
}

.ins-navbox.twrap li {
    margin-right: 10px;
}

.ins-navbox li a {
    display: block;
    padding: 0 18px;
    font-size: 16px;
}

.ins-navbox.twrap li a {
    padding: 0 10px;
}

.ins-navbox li a:hover, .ins-navbox li a.hover {
    color: #0d6fb8;
    border-bottom: 2px solid #0d6fb8;
    position: relative;
    margin-bottom: -1px;
}

/**/
.inner-wrap {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
}

/**/
.main-width {
    width: 1200px;
    margin: 0 auto;
}

.main-title {
    line-height: 28px;
    margin: 20px auto;
}

.main-title h2 {
    color: #262526;
    font-size: 30px;
    height: 60px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 100;
}

.main-more {
    text-align: center;
    margin-top: 42px;
}

.main-more a {
    color: #0d6fb8;
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.2;
    min-width: 160px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid transparent;
}

.main-more a:before, .main-more a:after {
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.main-more a:before {
    border-left: solid 1px #0d6fb8;
    border-top: solid 1px #0d6fb8;
    top: 0;
    left: 0;
}

.main-more a:after {
    border-right: solid 1px #0d6fb8;
    border-bottom: solid 1px #0d6fb8;
    right: 0;
    bottom: 0;
}

.main-more a:hover {
    background: #0d6fb8;
    color: #ffffff;
}

/*main-banner*/
.main-banner {

}

.main-banner img {
    width: 100%;
}

/*page 页数*/
.page {
    padding-top: 20px;
    clear: both;
    margin: 60px auto 0;
    text-align: center;
}

.page a {
    display: inline-block;
    border: 1px solid #0d6fb8;
    padding: 8px 16px;
    font-size: 14px;
}

.page .current {
    background: #0d6fb8;
    color: #fff;
}

.page a:hover {
    color: #fff;
    background: #0d6fb8;
    cursor: pointer;
}

/*===============
		header
=====================================================================================================================*/
header {
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.header-top {
    background: #f8f8f8;
    padding: 5px 0;
}

.header-top .main-width > div {
    display: inline-block;
}

.header-top * {
    font-size: 12px;
    color: #aaa;
}

.head-lang {
    float: right;
}

.head-lang a {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: top;
}

.head-lang a img {
    height: 14px;
    margin-right: 3px;
    vertical-align: sub;
}

.head-lang a:first-child {
}

.head-lang a:hover {
    text-decoration: underline;
    color: #ffffff;
}

header > .main-width {
    padding: 10px 0;
}

header > .main-width > div {
    display: inline-block;
    vertical-align: top;
}

.head-logo {
    width: 400px;

}

.head-logo img {
    height: 56px;
}

.head-nav {
    width: calc(100% - 408px);
    text-align: right;

}

.head-nav-ul {
    position: relative;
    left: 3%;
}

.head-nav li {
    width: 12%;
    line-height: 56px;
    text-align: center;

    display: inline-block;
}

.head-nav li a {
    font-size: 15px;
}

.head-nav li a:hover {
    color: #0d6fb8;
}

.head-nav li.active a {
    color: #0d6fb8;
}

/*===============
        footer
=====================================================================================================================*/

footer {
    background: url(".././img/footer-bg.jpg") no-repeat center;
    background-size: cover;
}

footer * {
    color: #eee;
}

.footer-top {
    overflow: hidden;
    padding: 3% 0;
}

.footer-top > div {
    float: left;
}

.footer-nav li div {
    display: inline-block;
    text-align: left;
}

.footer-mess {
    width: 40%;
}

.footer-mess > img {
    height: 50px;
    display: block;
    margin-bottom: 20px;
}

.footer-tel {
    display: inline-block;
    width: 60%;
}

.footer-tel p {
    line-height: 28px;
}

.footer-ewm {
    float: right;
    width: 40%;
    overflow: hidden;
    text-align: center;
}

.footer-ewm > div {
    width: 50%;
    float: left;
}

.footer-ewm img {
    width: 80%;
    margin: 6px auto;
}

.footer-ewm p {
    font-size: 12px;
}

.footer-nav {
    width: 55%;
    padding-left: 1%;
    margin-left: 5%;
    border-left: 1px dotted rgba(137, 137, 137, 0.66);
}

.footer-nav li {
    display: inline-block;
    text-align: center;
    width: 24%;
    vertical-align: top;
}

.footer-nav h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 26px;
}

.footer-nav a {
    display: block;
    line-height: 36px;
}

.footer-copy {
    border-top: 1px solid #888;
    padding: 10px 0;
}

.footer-copy * {
    color: #cccccc;
    font-size: 12px;
}

.footer-copy > div {
    display: inline-block;
}

.footer-copy div:last-child {
    float: right;
}

/*===============
		banner
=====================================================================================================================*/
.banner {
    height: calc(100vh - 103px);
}

/*轮播*/
/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: url(.././img/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
    height: 100%;
}

.slides li {
    position: relative;
    height: 100%;
}

.slides li > img {
    width: 100%;
}

.slides li .banner-adv {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 26%;
    left: calc((100% - 1200px) / 2);
    text-align: left;
    margin-left: 6%;
}

.slides li .banner-adv > div {
    position: relative;
}

.slides li .banner-adv p {
    font-size: 35px;
    color: #0d6fb8;
    line-height: 54px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 50px;
    overflow: hidden;
    background: url(.././img/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(.././img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(.././img/next.png) center center no-repeat;
}

/*===============
		index
=====================================================================================================================*/

/*main-about*/
.main-about {
    width: 100%;
    padding: 3% 0;
    text-align: center;
    overflow: hidden;
}

.main-about .main-width > div {
    float: left;
    width: 50%;
    height: 100%;
}

.main-about-img {
}

.main-about-img img {
    width: 100%;
}

.main-about-con {
    padding: 4% 8%;
}

.main-about-con img {
}

.main-about-con span {
    display: block;
    width: 2px;
    height: 50px;
    background: #eee;
    margin: 0 auto;
}

.main-about-con .main-title h2 {
}

.main-about-con p {
    color: #666;
    font-size: 12px;
    line-height: 34px;
}

/*main-gd*/
.main-gd {
    height: 460px;
    background: url(".././img/gd.jpg") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
}

.main-gd .main-gd-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.14);
}

.main-gd .main-adv {
    position: relative;
    top: 50%;
    width: 66%;
    left: 17%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-gd .main-adv img {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.main-gd .main-adv p {
    font-size: 28px;
    color: #ffffff;
    line-height: 56px;
    position: relative;
    display: inline-block;
}

.main-gd .main-adv p:first-child {
    left: -66px;
}

.main-gd .main-adv p:first-child:before {
    content: ' “ ';
    position: absolute;
    top: -4px;
    left: -24px;
    font-family: fantasy;
    font-size: 48px;
    color: #0d6fb8;
}

.main-gd .main-adv p:last-child {
    left: 66px;
}

.main-gd .main-adv p:last-child:after {
    content: ' ” ';
    position: absolute;
    bottom: -4px;
    right: -24px;
    font-family: fantasy;
    font-size: 48px;
    color: #0d6fb8;
}

/*main-pub*/
.main-pub {
    padding: 3% 0;
    text-align: center;
}

.main-pub .main-title h2:after {
    left: 31%;
}

.main-pub-box {
    text-align: left;
    -webkit-transition: all ease-out .68s;
    -moz-transition: all ease-out .68s;
    -ms-transition: all ease-out .68s;
    -o-transition: all ease-out .68s;
    transition: all ease-out .68s;
}

.main-pub-items {
    padding: 6px 12px;
    position: relative;
    left: 0;
    margin: 0 auto;
    line-height: 42px;
    border-bottom: rgba(188, 188, 188, 0.2) 1px solid;
    -webkit-transition: all ease-out .68s;
    -moz-transition: all ease-out .68s;
    -ms-transition: all ease-out .68s;
    -o-transition: all ease-out .68s;
    transition: all ease-out .68s;
}

.main-pub-items a {
}

.main-pub-items h2 {
    font-weight: 100;
    display: inline-block;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.main-pub-items em {
    font-style: inherit;
    color: #999;
    font-size: 13px;
    letter-spacing: -1px;
    vertical-align: top;
    margin-right: 6%;
}

.main-pub-items img {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.main-pub-items .main-pub-img2 {
    display: none;
}

.main-pub-box > div:hover {
    background: #0d6fb8;
}

.main-pub-items:hover * {
    color: #ffffff;
}

.main-pub-items:hover span {
    background: #ffffff;
    color: #0d6fb8;
}

.main-pub-items:hover .main-pub-img1 {
    display: none;
}

.main-pub-items:hover .main-pub-img2 {
    display: block;
}

/*main-bus*/
.main-bus {
    width: 100%;
    clear: both;
    padding: 4% 0 6%;
    background: url(".././img/yw.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
}

.main-bus .main-width {
    position: relative;
}

.main-bus .main-width h2 {
    color: #ffffff;
}

.main-bus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
}

.main-bus-box {
    overflow: hidden;
}

.main-bus-items {
    display: block;
    float: left;
    width: 23%;
    text-align: center;
    margin-right: 2.33%;
    cursor: pointer;
}

.main-bus-items:last-child {
    margin-right: 0;
}

.main-bus-items .main-bus-div {
    height: 320px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.main-bus-items .main-bus-div:after {
    content: "";
    position: absolute;
    top: -99%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d6fb8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-bus-items .main-bus-div > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.main-bus-items .main-bus-div h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 42px;
    padding-top: 16px;
    color: #0d6fb8;
    margin-top: 20px;
    background: url(.././img/icon-yw.png) no-repeat center top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-bus-items .main-bus-div span {
}

.main-bus-items .main-bus-div img {
    width: 56px;
    margin: 0 auto;
}

.main-bus-items .main-bus-img2 {
    display: none;
}

.main-bus-items:hover .main-bus-div:after {
    top: 0;
}

.main-bus-items:hover .main-bus-img2 {
    display: block;
}

.main-bus-items:hover .main-bus-img1 {
    display: none;
}

.main-bus-items:hover .main-bus-div h1 {
    color: #ffffff;
    background: url(.././img/icon-yw2.png) no-repeat center top;
}

/*main-news*/
.main-news {
    padding: 4% 0;
    text-align: center;
}

.main-news .main-title h2:after {
    left: 31%;
}

.main-news-box {
    text-align: left;
    -webkit-transition: all ease-out .68s;
    -moz-transition: all ease-out .68s;
    -ms-transition: all ease-out .68s;
    -o-transition: all ease-out .68s;
    transition: all ease-out .68s;
}

.main-news-items {
    padding: 6px 12px;
    position: relative;
    left: 0;
    margin: 0 auto;
    line-height: 42px;
    border-bottom: rgba(188, 188, 188, 0.2) 1px solid;
    -webkit-transition: all ease-out .68s;
    -moz-transition: all ease-out .68s;
    -ms-transition: all ease-out .68s;
    -o-transition: all ease-out .68s;
    transition: all ease-out .68s;
}

.main-news-items a {
}

.main-news-items h2 {
    font-weight: 100;
    display: inline-block;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.main-news-items em {
    font-style: inherit;
    color: #999;
    float: left;
    font-size: 13px;
    letter-spacing: -1px;
}

.main-news-items span {
    font-size: 12px;
    color: #fff;
    background: #0d6fb8;
    padding: 4px 20px;
    margin: 0 42px;
}

.main-news-items img {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.main-news-items .main-news-img2 {
    display: none;
}

.main-news-box > div:hover {
    background: #0d6fb8;
}

.main-news-items:hover * {
    color: #ffffff;
}

.main-news-items:hover span {
    background: #ffffff;
    color: #0d6fb8;
}

.main-news-items:hover .main-news-img1 {
    display: none;
}

.main-news-items:hover .main-news-img2 {
    display: block;
}



