
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    padding-top: 108px;overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #13387F;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "SourceHanSerifCN-Regular";
    src: url("../fonts/SourceHanSerifCN-Regular.eot"); /* IE9 */
    src: url("../fonts/SourceHanSerifCN-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"), /* chrome、firefox */
    url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/SourceHanSerifCN-Regular.svg#SourceHanSerifCN-Regular") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}



/*布局*/
.wp{width: 100%;max-width: 1730px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1180px;margin: 0 auto;}
.warp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{*zoom:1; position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.26);
    background-color: #fff;
}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;line-height: 108px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 83px;}
.hdr{float: right;}
.nav{float: left;}
.nav li{float: left;position: relative;margin-right: 48px;}
.nav li .v1{font-size: 21px;color: #505050;position: relative;
    display: block;line-height: 108px;position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li .v1:after{content: '';position: absolute;bottom: 0;left: 50%;right: 50%;
    height: 3px;background-color: #13387F;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li:hover .v1,.nav li.on .v1{font-weight: bold;color: #13387F;}
.nav li:hover .v1:after,.nav li.on .v1:after{left: 0;right: 0;}
.nav dl{position: absolute;left: 50%;top: 100%;width: 180px;padding: 18px 0;display: none;
    background: rgba(248, 248, 248, 0.9);text-align: center;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav dd a{display: block;line-height: 48px;font-size: 18px;}
.nav dd:hover a{background-color: #13387F;color: #fff;}

.so-btn{float: left;width: 30px;height: 30px;border-radius: 50%;
    margin-top: 39px;cursor: pointer;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 21px auto;
    -ms-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.so{position: absolute;right: 56px;top: 100%;display: none;margin-top: 10px;}
.so .inp{width: 280px;height: 45px;display: block;border-radius: 23px;
    font-size: 16px;padding: 0 45px 0 15px;color: #333;
    border: 0;background-color: rgba(255,255,255,.9);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.so .inp::-webkit-input-placeholder {color: rgba(255,255,255,.6);}
.so .inp::-moz-placeholder {color: rgba(255,255,255,.6); }
.so .inp::-ms-input-placeholder {color: rgba(255,255,255,.6);}
.so .btn{position: absolute;right: 0;top: 0;width: 45px;height: 45px;border: 0;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 21px auto;
    -ms-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}

.hd-weix{position: relative;float: right;margin-left: 25px;}
.hd-weix .ico{width: 30px;height: 30px;border-radius: 50%;
    margin-top: 39px;cursor: pointer;display: block;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
    background-size: 28px auto;
}
.hd-weix .pic{position: absolute;top: 100%;left: 50%;display: none;
    width: 150px;height: 150px;margin-top: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hd-weix:hover .pic{display: block;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #13387F;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{position: relative; overflow: visible; margin-top: 123px;}
.banner .slick-slide .con{outline: 0;position: relative;display: block;height: 900px;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /* 确保背景图完整显示 */
    overflow: hidden;
}

/* 修复slick轮播容器可能的显示问题 */
.banner .slider{
    overflow: visible !important;
}

.banner .slick-list{
    overflow: visible !important;
}

.banner .slick-track{
    overflow: visible !important;
}

/* 确保banner容器本身不会裁剪内容 */
.banner{
    overflow: visible !important;
}

/* 确保body和html不会限制显示 */
body, html{
    overflow-x: visible !important;
}
.ban-list{position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;}
.ban-list li{width: 33.33%;float: left;}
.ban-list .con{height: 128px;text-align: center;line-height: 128px;font-size: 0;
    background-color: rgba(126, 193, 20, .8);
}
.ban-list .i2 .con{background-color: rgba(164, 147, 104, .76);}
.ban-list .ico{width: 64px;height: 64px;display: inline-block;vertical-align: middle;
    text-align: center;line-height: 64px;font-size: 25px;color: #897B5D;
    font-family: "SourceHanSerifCN-Regular";font-weight: bold;
    background-color: rgba(255,255,255,.8);border-radius: 50%;
    margin-right: 12px;
}
.ban-list .desc{display: inline-block;vertical-align: middle;font-size: 22px;
    color: #fff;text-align: left;line-height: 1.3;max-width: 513px;
}

.ban{height: 560px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*******************************
  -------[=底部]-------
********************************/


.fd-con{overflow: hidden;}
.fd-l{float: left;color: #FFFFFF;padding-top: 44px;}
.fd-nv{float: left;}
.fd-nv dl{float: left;margin-right: 120px;}
.fd-nv dt{margin-bottom: 10px;}
.fd-nv dt a{font-size: 26px;color: #FFFFFF;}
.fd-nv dd a{font-size: 18px;line-height: 2;color: #FFFFFF;display: block;}
.fd-nv dd a:hover{color: #13387F;}
.fd-txt{float: left;}
/*.fd-txt .tit{font-size: 26px;font-weight: normal;color: #4F4F4F;margin-bottom: 10px;}*/
.fd-txt .tit{
    /*width: 108px;*/
    /*height: 205px;*/
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal; }
.fd-txt .desc{line-height: 30px;}
.fd-txt .desc span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;}
.fd-txt .desc p{font-size: 18px;}

.fd-r{float: right;width: 295px;text-align: center;padding: 34px 0 20px;
    /*background: linear-gradient(0deg, rgba(123, 174, 41, 0), #BDAA7B);*/
}
.fd-qr{margin-bottom: 12px;}
.fd-qr .pic{width: 199px;height: 199px;margin: 0 auto 12px;}
.fd-qr .pic img{width: 100%;height: 100%;display: block;}
.fd-qr span{font-size: 18px;color: #fff;line-height: 1.17;}
.fd-share .bdsharebuttonbox{text-align: center;}
.fd-share .bdsharebuttonbox a{display: inline-block;vertical-align: middle;
    float: none;margin: 0 6px;width: 25px;height: 25px;padding: 0;
    background-position: center;background-repeat: no-repeat;
}
.fd-share .bdsharebuttonbox .bds_weixin{background-image: url(../images/i-s1.png);}
.fd-share .bdsharebuttonbox .bds_tsina{background-image: url(../images/i-s2.png);}
.fd-share .bdsharebuttonbox .bds_sqq{background-image: url(../images/i-qq.png);}
.fd-share .bdsharebuttonbox .bds_qzone{background-image: url(../images/i-kong.png);}
.fd-bot{height: 67px;line-height: 67px;overflow: hidden;
    font-size: 18px;color: #fff;
    /*background: linear-gradient(270deg, #13387F, #BDAA7B);*/
    background: #2090CC;;
}
.fd-bot a{color: #fff;}
.fd-bot a:hover{text-decoration: underline;}
.fd-bot .copy{float: left;}
.fd-bot .link{float: right;}
.fd-bot .ico{display: inline-block;vertical-align: middle;position: relative;top: -2px;
    margin: 0 10px 0 15px;
}

/*******************************
    -------[=正文]-------
********************************/
.index{padding-top: 0;
    /*background: url(../images/p-bg1.jpg) no-repeat center bottom;*/
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.g-tab{height: 90px;line-height: 90px;overflow: hidden;
    background-color: rgba(0,0,0,.04);
}
.g-tab .tab{float: left;}
.g-tab .tab li{float: left;margin-right: 33px;}
.g-tab .tab li a{display: block;font-size: 18px;color: #333;position: relative;}
.g-tab .tab li a:after{content: '';position: absolute;bottom: 0;left: 50%;right: 50%;
    height: 2px;background-color: #13387F;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.g-tab .tab li:hover a,.g-tab .tab li.on a{color: #13387F;}
.g-tab .tab li:hover a:after,.g-tab .tab li.on a:after{left: 0;right: 0;}
.g-tab .cur{float: right;font-size: 16px;color: #888;padding-left: 21px;
    background: url(../images/i-06.png) no-repeat left center;
    -o-background-size: 13px auto;
    -ms-background-size: 13px auto;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}
.g-tab .cur a{color: #888;}
.g-tab .cur em{font-family: '黑体';margin: 0 8px;}
.g-tab .cur a:hover{color: #13387F;

.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}





