
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #444;}
a:hover{color: #f60;}
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: #444;
    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;
}

/*布局*/
.wp{width: 100%;max-width: 1280px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
#hd{height: 102px;/*overflow: hidden;*/position: relative;z-index: 9999;*zoom:1;}
#hd:after,#hd:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
#hd .logo{display: block;height: 102px;line-height: 102px;float: left;margin-right: 93px;}
#hd .logo img{display: block;margin-top: 36px;}
#hd .time{float: left;padding-top: 38px;}
#hd .time span{/*color: #a4a3a3;*/font-size: 12px;display: block;}
#hd .time h3{font-size: 16px;color: #014099;font-weight: normal;}
#hd .hdr{float: right;}
#hd .top{text-align: right;margin-bottom: 13px;}
#hd .top a{display: inline-block;color: #727171;font-size: 14px;margin-left: 32px;padding-left: 14px;background: url(../images/gicon15.png) no-repeat center left;height: 40px;line-height: 40px;}
#hd .top a.house{padding-left: 20px;background: url(../images/gicon14.png) no-repeat center left;}
#hd .tel{color: #727171;font-size: 12px;padding-left: 20px;background: url(../images/gicon1-1.png) no-repeat center left;height: 28px;line-height: 28px;float: left;font-weight: normal;margin-right: 25px;}
#hd .tel span{color: #014099;font-size: 20px;font-weight: bold;margin-left: 7px;vertical-align: middle;display: inline-block;margin-top: -3px;}
#hd .soBox{width: 197px;height: 32px;line-height: 32px;float: left;position: relative;}
#hd .inp{width: 100%;border: 1px solid #7fd2f1;padding: 0 33px 0 50px;height: 32px;line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#hd .so-btn{width: 32px;height: 30px;background: url(../images/gicon3.png) #014099 no-repeat center center;border-left:1px solid #9ac9da;display: block;position: absolute;right: 1px;top: 1px;border: none;cursor: pointer;}
#hd .soBox dl {position: absolute;left: 1px;top: 1px;width: 44px;text-align: center;}
#hd .soBox dl dt{width: 44px;height: 30px;cursor: pointer;background: url(../images/gicon2.png) no-repeat center center;display: block;border: none;border-right:1px solid #80d3f1;color: #727171;}
#hd .soBox dl dt.on{background: 0;}
#hd .soBox dd {display: none;position: absolute;left: 0;width: 100%;top: 100%;background: #014099;width: 44px;text-align: center;}
#hd .soBox dd span{line-height: 22px;display: block;cursor: pointer;color: #fff;}
#hd .top a:hover{color: #014099;}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #014099;
    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: 10px;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);
}
#nv{height: 50px;line-height: 50px;background-color: #f3f3f3;}
#nv ul{float: right;}
#nv li{float: left;}
#nv a{display: block;color: #3e3a39;font-size: 20px;padding: 0 35px;}
#nv li:last-child a{padding: 0 5px 0 35px;position: relative;}
#nv li:last-child a:after{content: '';position: absolute;top: 0;bottom: 0;right: -30px;width: 30px;
    background-color: #014099;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#nv li.on a,#nv a:hover{background-color: #014099;color: #fff;}
#nv li:last-child.on a:after,#nv li:last-child:hover a:after{opacity: 1;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
/*******************************
  -------[=banner]-------
*******************************/
#banner{height: 450px;overflow: hidden;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .slick-slide{outline: 0;position: relative;left: 0;right: 0;display: block;
    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;

}
#banner .slick-arrow{
    position: absolute;top: 50%;margin-top: -39px;overflow: hidden;border: none;background: none;cursor: pointer;
    width: 43px;height: 79px;font-size: 0;line-height: 0;z-index: 999;outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 43px auto;
    -ms-background-size: 43px auto;
    -moz-background-size: 43px auto;
    -webkit-background-size: 43px auto;
    background-size: 43px auto;
}
#banner .slick-prev{left: 203px;background-image: url(../images/arrow-l.png);}
#banner .slick-next{right: 203px;background-image: url(../images/arrow-r.png);}

#banner .slick-dots{position: absolute;left: 0;right:0;bottom: 36px;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 12px;text-indent: -9999em;}
#banner .slick-dots li button{display: block;width: 13px;height: 13px;text-indent: -9999em;border: none;outline: 0;cursor: pointer;border: 1px solid #b3b1be;padding: 0 0;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
#banner .slick-dots li.slick-active button{background-color: #ef9400;}

#banner2{height: 207px;overflow: hidden;}
#banner2 .slick-slider,#banner2 .slick-list,#banner2 .slick-track,#banner2 .slick-slide{height: 100%;}
#banner2 .slick-slide{outline: 0;position: relative;left: 0;right: 0;display: block;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size:  100% 100%;
    -ms-background-size:  100% 100%;
    -moz-background-size:  100% 100%;
    -webkit-background-size:  100% 100%;
    background-size: 100% 100%;
}
#banner2 .slick-arrow{
    position: absolute;top: 50%;margin-top: -39px;overflow: hidden;border: none;background: none;cursor: pointer;
    width: 43px;height: 79px;font-size: 0;line-height: 0;z-index: 999;outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 43px auto;
    -ms-background-size: 43px auto;
    -moz-background-size: 43px auto;
    -webkit-background-size: 43px auto;
    background-size: 43px auto;
}

/*******************************
  -------[=底部]-------
********************************/
#fd{padding: 50px 0;background-color: #014099;color: #fff;font-size: 14px;overflow: hidden;}
#fd.ab-fd{position: fixed;bottom: 0;left: 0;right: 0;}
#fd .fd-l{width: 778px;float: left;padding-right:110px;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#fd .fd-r{float: left;}
#fd .link,#fd .top{margin-bottom: 8px;}
#fd .link dt{float: left;}
#fd .link dd{padding-left: 68px;}
#fd a{display: inline-block;color: #fff;}
#fd a:hover{text-decoration: underline;}
/*******************************
    -------[=正文]-------
********************************/
/*
-----------------[公用头部]--------------*/
.g-tab1{border-bottom: 1px solid #c9c9ca;height: 54px;line-height: 54px;position: relative;font-size: 14px;}
.g-tab1 li{display: inline-block;margin-right: 55px;}
.g-tab1 li a{color: #014099;font-size: 22px;position: relative;display: block;}
.g-tab1 li.on a,.g-tab1 a:hover{font-weight: bold;}
.g-tab1 li a:after{position: absolute;left: 0;right: 0;height: 4px;background-color:#0e61d8;bottom: -2px;display: none;content: '';}
.g-tab1 li.on a:after,.g-tab1 li a:hover:after{display: block;}
.g-tab1 .more{display: block;position: absolute;color: #3e3a39;font-weight: bold;text-transform: uppercase;right: 0;bottom: 0;height: 33px;line-height: 33px;}
.g-tab2 li a{color: #014099;}
.g-tab2 li.on a,.g-tab2 a:hover{/*font-weight: normal;*/}
.g-tab2 li{margin-right: 28px;}

.g-cur{padding: 26px 0 6px;color: #727171;font-size: 14px;}
.g-cur a{color:#727171; }
.g-cur a:hover{color: #014099;}
.row{overflow: hidden;margin-bottom: 60px;}
.side-col{width: 22%;float: left;}
.main-col{width: 73%;float: right;}
.s-nav{background-color: #f3f3f3;line-height: 60px;font-size: 18px;border-bottom: 1px solid #c1c1c2;margin-top: 18px;}
.s-nav a{display: block;color: #3e3a39;border-bottom: 1px solid #c1c1c2;height: 60px;overflow: hidden;line-height: 60px;
}
.s-nav .s1{/*text-align: center;*/padding-left: 82px;}
.s-nav dl{padding-left: 82px;}
.s-nav dl dd:last-child a{border-bottom:none;}
.s-nav a:hover,.s-nav .on a{color: #014099;}

.s-nav2{line-height: 58px;font-size: 16px;border-bottom: 1px solid #c1c1c2;margin-top: 43px;border-top:4px solid #014099;}
.s-nav2 a{display: block;color: #3e3a39;border-bottom: 1px solid #c1c1c2;height: 58px;overflow: hidden;}
.s-nav2 .s1{text-align: center;background-color: #f3f3f3;font-weight: bold;position: relative;font-size: 18px;}
.s-nav2 dl dd:last-child a{border-bottom:none;}
.s-nav2 dl a{padding:0 10px 0 72px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s-nav2 a:hover,.s-nav2 .on a{color: #014099;}
.s-nav2 .s1 i{position: absolute;width: 29px;height: 31px;top: 50%;margin-top: -15px;left: 19px;}
.s-nav2 .s1 .icon1{background: url(../images/gicon25.png) no-repeat center center;}
.s-nav2 .s1 .icon2{background: url(../images/gicon26.png) no-repeat center center;}
.g-title1{height: 53px;line-height: 53px;border-bottom:1px solid #c4c4c5;color: #014099;margin-bottom: 2px;}
.g-title1 h2{display: inline-block;position: relative;font-size: 18px;}
.g-title1 h2:after{height: 3px;width: 88px;background-color:#014099;content: '';left: 0;bottom: -1px; display: block;}

.m-page{text-align: center;margin-bottom: 100px;}
.m-page li{display: inline-block;margin: 0 2px;}
.m-page a{display: block;padding: 0 9px;border: 1px solid #d8d8d8;height: 25px;line-height: 25px;color: #3e3a39;}
.m-page .num:hover a,.m-page .num.on a{border-color: #fff;color: #014099;font-weight: bold;}
.m-page .txt:hover a,.m-page .txt.on a{background-color:#014099;color: #fff;border-color: #014099;}
.g-title2{height: 87px;line-height: 87px;border-bottom:1px solid #c1c1c2;color: #3e3a39;font-size: 18px;}