/*
Theme Name: 4k
Theme URI: http://www.2zzt.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.2zzt.com
Version: 2017.12.27
*/
@charset "UTF-8";

* {box-sizing:border-box;}
html {font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body {margin:0;font-family: "Microsoft YaHei";}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent;color:#444;}
a:active,a:hover {color: #cb3737;outline:0;text-decoration: none!important;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
h1 {font-size:2em;margin:0.67em 0;}
mark {background:#ff0;color:#000;}
small {font-size:80%;}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
img {border:0;max-width: 100%;height: auto;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace,monospace;font-size:1em;}
button,input,optgroup,select,textarea {color:inherit;font:inherit;margin:0;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
textarea:focus,input:focus {box-shadow:none;outline:0}
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend {border:0;padding:0;}
textarea {overflow:auto;}
optgroup {font-weight:bold;}
table {border-collapse:collapse;border-spacing:0;}
td,th {padding:0;}
ul,ol{list-style:none;padding: 0;margin: 0;}

.logolist{position:fixed;width:100%;background:#fff;z-index:10;height:80px;line-height:80px;padding:0px 20px;box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);}
.logo{}
.logo a{}
.logo a img{max-height:60px;}
.youce{text-align:right;}
.youce img{width:33px;height:28px;cursor:pointer;}

/*nav*/
#navbar{}
@media (max-width:1000px){
    #navbar{display:none;}
}
.main-nav{margin:0px;padding:0px;text-align:right;}
.main-nav li{margin:0 18px;display:inline-block;position:relative;}
.main-nav li a{font-size:18px;display:block;color:#000;}
.main-nav li a i{padding-right:5px;}
.main-nav .sub-menu{display:none;position:absolute;background:#f7f7f7;color:#272727;left:-20px;top:56px;text-align:left;width:180px;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.21);padding:0px;visibility:visible;z-index:9999;border-left:3px solid #5c91d1;}
.main-nav .sub-menu li{display:block;padding:0px;margin:0;text-indent:20px;height:40px;line-height:40px;}
.main-nav .sub-menu li a{font-size:14px;font-weight:400;color:#272727;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.main-nav .sub-menu li a:hover{color:#fff;}
.main-nav .menu-item-has-children a:after{content:"\f0d7";font-family:"FontAwesome"!important;font-weight:400;display:inline-block;margin-left:5px;transition:transform ease .3s;}
.main-nav .menu-item-has-children:hover>a:after{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.main-nav li a:hover{color:#5c91d1;text-decoration:none;}
.main-nav .menu-item-has-children .sub-menu a:after{content:"";}
.main-nav .sub-menu .sub-menu{left:177px;top:-0px;}
.main-nav .sub-menu .menu-item-has-children a:after{content:"\f0da";font-family:"FontAwesome"!important;font-weight:400;display:inline-block;transition:transform ease .3s;right:20px;position:absolute;}
.main-nav .sub-menu .menu-item-has-children:hover>a:after{transform:rotate(180deg);-webkit-transform:rotate(180deg);right:0px;}
.main-nav .sub-menu .menu-item-has-children .sub-menu a:after{content:"";}


/*banbox*/
.banner{}
.banbox{width:100%;position:relative;}
.banbox a{width:100%;display:block;height:100%;}
.banbox .owl-nav{position:absolute;top:45%;width:100%}
.banbox .owl-nav .owl-prev:hover{background:#2361ad;}
.banbox .owl-nav .owl-next:hover{background:#2361ad;}
.banbox .owl-nav .owl-prev:after{content:"\f104";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.banbox .owl-nav .owl-next:after{content:"\f105";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#fff;}
.banbox .owl-nav .owl-prev{position:absolute;left:0px;width:55px;height:55px;border:2px solid #fff;text-align:center;line-height:51px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.banbox .owl-nav .owl-next{position:absolute;right:0px;width:55px;height:55px;border:2px solid #fff;text-align:center;line-height:51px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.banbox:hover .owl-nav .owl-prev{left:30px;opacity:0.8;}
.banbox:hover .owl-nav .owl-next{right:30px;opacity:0.8;}
.banbox .owl-dots{text-align:center;position:absolute;bottom:30px;width:100%;}
.banbox .owl-dots .owl-dot{display:inline-block;margin:0px 4px;}
.banbox .owl-dots .owl-dot span{width:8px;height:8px;display:block;background:#ffffff;border-radius:50%;}
.banbox .owl-dots .active span{background:#2361ad;width:20px;border-radius:8px;}
.banbox .item{background-repeat:no-repeat;background-size:cover;background-position:center center;height:600px;}
@media (max-width:992px){
    .banbox .item{height:450px;}
}
@media (max-width:768px){
    .banbox .owl-nav{top:42%;}
    .banbox .owl-prev{left:20px;width:40px;height:40px;line-height:36px;}
    .banbox .owl-next{right:20px;width:40px;height:40px;line-height:36px;}
}
.banbox .container{text-align:center;}
.banbox .container h3{padding-top:15%;color:#fff;font-size:36px;}
.banbox .container h2{font-size:50px;color:#fff;margin:20px 0px 50px 0px;}
.banbox .container b{border:3px solid #fff;padding:5px 18px 6px 18px;font-size:24px;color:#fff;}
.fwfwlist{margin:70px 0px;}
.biaoti1{text-align:center;margin-bottom:30px;}
.biaoti1 h2{font-size:60px;color:#444444;font-weight:100;}
.biaoti1 h3{font-size:60px;color:#444444;font-weight:100;}
.biaoti1 b{ck;width:50px;height:2px;margin:24px auto;background:#0068b7;display:block;}
.biaoti1 span{padding:10px 0px;font-size:24px;color:#434343;border-bottom:1px solid #bfbfbf;}
.biaoti1 p{margin:0px;font-size:36px;}
.fwfwsk{transition:all .3s;}
.fwfwsk ul{margin:0px 0px 20px 10px;}
.fwfwsk ul li{margin-bottom:4px;}
.fwfwsk .sksmnr{border:2px solid #0068b7;padding:50px 20px;margin-bottom:30px;}
.fwfwsk .sksmnr h4{font-size:23px;color:#0068b7;}
.fwfwsk .sksmnr p{font-size:16px;}
.fwfwsk:hover .sksmnr{background:#0068b7;color:#fff;transition:all .5s;cursor:pointer;}
.fwfwsk:hover .sksmnr h4{color:#fff;}
.wbj{padding-left:0px;padding-right:0px;}
.alzsfzz{position:relative;}
.alzsfzz img{}
.alzsfzz .zphover{position:absolute;top:0px;left:0px;right:0px;bottom:0px;background:#005ca1;padding:30px;opacity:0;transition:all .5s;color:#fff;}
.alzsfzz:hover .zphover{opacity:1;transition:all .7s;}
.alzsfzz .zphover .fenleiming:after{background:#fff;width:30px;height:3px;display:block;content:" ";margin-top:10px;}
.alzsfzz .zphover .fenleiming{font-size: 14px;position:absolute;top:30px;left:30px;}
.alzsfzz .zphover .zuopinming{text-align:center;font-size:16px;position:absolute;top: 40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;left:30px;right:30px;}
.alzsfzz .zphover .zuopinfbt{text-align:center;margin-top:10px;position:absolute;top: 45%;left: 30px;right: 30px;}
.alzsfzz .zphover .zuopingo{position:absolute;bottom:30px;right:30px;}
.alzsfzz .zphover .zuopingo i{font-size:30px;}
.gdjcal{text-align:center;margin:80px 0px;}
.gdjcal a{padding:10px 16px;border:2px solid #005ca1;color:#005ca1;transition:all .5s;}
.gdjcal a span{margin-right:50px;font-size:16px;}
.gdjcal a i{font-size:20px;}
.gdjcal a:hover{background:#0068b7;color:#fff;transition:all .5s;cursor:pointer;}
.hgthsj{padding:60px 0px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
.hgtms{text-align:center;font-size:18px;}
.zxmsk{padding:60px 0px;}
.hgtms p{}
.xwdtzs{}
.xwdtzs h3{}
.xwdtzs h3:after{background:#005ca1;width:100px;height:2px;display:block;content:" ";margin-top:10px;}
.xwdtzs p{margin:20px 0px;line-height:30px;}
@media (max-width:992px){
    .xwdtzszzz{padding: 0px;border-left: none;border-right: none;}
}


.xwdtzszzz{border-left:1px solid #ccc;padding:0px 20px;border-right:1px solid #ccc;}
.xwdtzszzz h3{}
.xwdtzszzz h3:after{background:#005ca1;width:100px;height:2px;display:block;content:" ";margin-top:10px;}
.xwdtzszzz ul{margin-top:20px;}
.xwdtzszzz ul li{line-height:24px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.xwdtzyyy{}
.xwdtzyyy h3{}
.xwdtzyyy h3:after{background:#005ca1;width:100px;height:2px;display:block;content:" ";margin-top:10px;}
.xwdtzyyy ul{margin-top:20px;}
.xwdtzyyy ul li{line-height:24px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.foot{background:#005ca1;padding:40px 0px;color:#fff;}
.footzuo{}
.footzuo p{line-height:26px;}
.footyou{margin-top:20px;}
.footyou h4{margin-bottom:20px;}
.weixin{}
.weixin a{}
.weixin a i{color: #fff;font-size:30px;}
.weixin a img{display:none;cursor:pointer;}
.tim{}
.tim a{}
.tim a i{color: #fff;font-size:30px;}

.weibo a i{color: #fff;font-size:30px;}
.weixin:hover img{display:block;position:absolute;left:-15px;top:-100px;}
.alhead{background:url(img/albj.jpg) top center no-repeat;text-align:center;padding:180px 0px 140px 0px;background-attachment:fixed;background-size:cover;}
.alhead h2{font-size:46px;line-height:48px;color:#fff;margin:0px 0px 30px 0px;text-transform: uppercase;}
.alhead span{border:3px solid #fff;padding:5px 18px 6px 18px;font-size:24px;color:#fff;}
@media (max-width:992px){
    .alhead{padding:110px 0px 100px 0px;}
    .alhead h2{font-size:24px;line-height:30px;}
    .alhead span{font-size:14px;}
}
.anliname{margin:70px 0px}
.al-nav{text-align:center;}
.al-nav li{border:1px solid #dcdcdc;display:inline-block;width: 120px;height: 38px;line-height: 36px;position: relative;}
.al-nav li a{display:block;}
.al-nav li.current-menu-item a,
.al-nav li a:hover{color:#fff;background:#005ca1;}



.al-nav .sub-menu{
    position: absolute;
    top: 36px;
    z-index: 99;
    border: 1px solid #efefef;
    width: 118px;
    display: none;
}
.al-nav .sub-menu li{
    background: #fdfdfd;
    border: none;
    border-bottom: 1px solid #efefef;
    width: 116px;
}
.al-nav .sub-menu li a{}


.al-nav li.menu-item-has-children:hover .sub-menu{display: block;}

.posts-nav{text-align:center;height:40px;margin:80px 0px;}
.posts-nav .page-numbers{border:2px solid #0068b7;color:#0068b7;width:40px;height:40px;display:inline-block;line-height:36px;margin:0px 4px;font-size:16px;}
.posts-nav .page-numbers:hover{background:#0068b7;color:#fff;}

@media (max-width:992px){
    .fixed{display: none;}
}

.fixed{position:fixed;bottom:0px;right:0px;width:45px;display:none;}
.fixed .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#0068b7;line-height:45px;margin-top:1px;}
.fixed .child{transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.fixed .child:hover{width:110px;background:#000;}
.fixed .child img{position:absolute;top:0px;left:0px;}
.fixed .child p{position:absolute;left:45px;color:#fff;}
.fixed .fixedQQ{bottom:92px;}
.fixed .fixedCall{bottom:46px;}
.fixed .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height:45px;font-size:14px;font-family:"MICROSOFT YAHEI","Arial Narrow";}
.fixed .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.fixed .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#0068b7;line-height:45px;margin-top:1px;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;}
.fixedCodeInfo .fixedPointer{position:absolute;right:-6px;bottom:12px;}
.xwname{margin:70px 0px}
.xw-nav{text-align:center;}
.xw-nav li{border:1px solid #dcdcdc;display:inline-block;margin:0px 8px 8px 0px;}
.xw-nav li a{padding:8px 25px;display:block;}
.xw-nav li.current-menu-item a,
.xw-nav li a:hover{color:#fff;background:#005ca1;}
.xwlist{border-top:1px solid #949494;padding:70px 0px;}
.xwlbzuo{margin-bottom:30px;}
.xwlbzuo img{}
.xwlbyou{margin-bottom:50px;}
.xwlbyou h4{font-size:40px;font-weight:normal;color:#a2a0a0;}
.xwlbyou h1{font-size:18px;line-height:26px;}
.xwlbyou p{line-height:24px;color:#908d8d;margin-bottom:34px;}
.xwlbyou a{border:2px solid #005ca1;padding:6px 20px;color:#005ca1;}
.xwlbyou a span{}
.xwlbyou a i{margin-left:20px;font-size:18px;}
.xwwzym{text-align:center;}
.xwwzym h1{margin-top:40px;margin-bottom:10px;}
.xwwzym p{margin-bottom:40px;}
.xwwzzw{border-top:1px solid #949494;padding:50px 0px;}
.xwwzzw p{line-height:32px;font-size:18px;margin-bottom:20px;}
.xwwzzw div{margin-bottom:20px;}
.fhlb{text-align:center;border-top:1px solid #949494;padding:40px 0px;}
.fhlb a{font-size:16px;border:2px solid #005ca1;padding:6px 30px;}
.altbpic{background-attachment:fixed;background-repeat:no-repeat;background-position:top center;height:600px;padding-top:80px;}
.anliwz{background:#f6f6f6;padding:40px 0px;}
.anliwz h1{font-size:33px;margin-bottom:30px;}
.anliwz p{line-height:32px;font-size:18px;margin-bottom:20px;}
.anliwz div{margin-bottom:20px;}
.alwzdt{margin-bottom:40px;}
.alwzdt .aligncenter{ width:100%!important; max-width:1150px; }
.allgan{text-align:center;border-bottom:1px solid #d2d2d2;padding:60px 0px;}
.allgan a{color:#005ca1;border:2px solid #005ca1;padding:6px 30px;margin-right:10px;transition:all .5s;}
.xgalzs{margin-bottom:60px;}
.allgan a:hover{background:#0068b7;color:#fff;transition:all .5s;cursor:pointer;}
.gywmhead{background:url(img/gy1.jpg) top center no-repeat;text-align:center;padding:200px 0px 140px 0px;background-attachment:fixed;background-size:cover;}
.gywmhead h2{font-size:46px;line-height:48px;color:#fff;margin:0px 0px 30px 0px;text-transform: uppercase;}
.gywmhead span{border:3px solid #fff;padding:5px 18px 6px 18px;font-size:24px;color:#fff;}
@media (max-width:992px){
    .gywmhead{padding:110px 0px 100px 0px;}
    .gywmhead h2{font-size:24px;line-height:30px;}
    .gywmhead span{font-size:14px;}
}
.gyzjld{margin:40px 0px;text-align:center;}
.gyzjld h3{font-size:44px;margin:0px 0px 20px 0px;}
.gyzjld b{margin-bottom:20px;width:128px;height:2px;margin:24px auto;background:#0068b7;display:block;}
.gyzjld p{font-size:16px;line-height:26px;\:20px;margin:0px;margin-bottom:30px;}
.hcyyy{background:url(img/gy2.jpg) top center no-repeat;text-align:center;padding:100px 0px;background-attachment:fixed;background-size:cover;color:#fff;}
.hcyyy h3{font-size:44px;}
.hcyyy b{margin-bottom:20px;width:128px;height:2px;margin:24px auto;background:#0068b7;display:block;}
.hcyyy h4{font-size:30px;}
.hcyyy h5{font-size:76px;line-height:100px;}
@media (max-width:992px){
    .hcyyy h3{font-size:26px;}
    .hcyyy h4{font-size:18px;}
    .hcyyy h5{font-size:36px;line-height:50px;}
    .hcyyy{padding:40px 0px;}
}
@media (max-width:992px){
    .gyzjld h3{font-size:20px;}
    .gyzjld p{font-size:14px;}
}
.cyshx{background:url(img/gy3.jpg) top center no-repeat;text-align:center;padding:100px 0px;background-attachment:fixed;background-size:cover;color:#fff;}
.cyshx h3{font-size:44px;}
.cyshx b{margin-bottom:20px;width:128px;height:2px;margin:24px auto;background:#0068b7;display:block;}
.cyshx h4{font-size:30px;}
.cyshx h5{font-size:76px;line-height:100px;}
@media (max-width:992px){
    .cyshx h3{font-size:26px;}
    .cyshx h4{font-size:18px;}
    .cyshx h5{font-size:36px;line-height:50px;}
    .cyshx{padding:40px 0px;}
}
.wmdkh{margin:80px 0px;}
.khzs{}

/*khzsbox*/
.khzsbox{width:100%;position:relative;}
.khzsbox .owl-nav{position:absolute;top:45%;width:100%}
.khzsbox .owl-nav .owl-prev:hover{background:#2361ad;}
.khzsbox .owl-nav .owl-next:hover{background:#2361ad;}
.khzsbox .owl-nav .owl-prev:after{content:"\f104";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#ccc;}
.khzsbox .owl-nav .owl-next:after{content:"\f105";font-family:"FontAwesome";font-weight:400;font-size:36px;color:#ccc;}
.khzsbox .owl-nav .owl-prev{position:absolute;left:0px;width:55px;height:55px;border:2px solid #ccc;text-align:center;line-height:51px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.khzsbox .owl-nav .owl-next{position:absolute;right:0px;width:55px;height:55px;border:2px solid #ccc;text-align:center;line-height:51px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.khzsbox:hover .owl-nav .owl-prev{left:30px;opacity:0.8;}
.khzsbox:hover .owl-nav .owl-next{right:30px;opacity:0.8;}
@media (max-width:768px){
    .khzsbox .owl-nav{top:42%;}
    .khzsbox .owl-prev{left:20px;width:40px;height:40px;line-height:36px;}
    .khzsbox .owl-next{right:20px;width:40px;height:40px;line-height:36px;}
}
.khzsbox .item{}
.wmdkhtpzs{}
.wmdkhtpzs img{border:2px solid #ccc;margin-bottom:10px;}
.list{position:fixed;top:-800px;left:0px;width:100%;height:700px;background:#fff;z-index:999;border-bottom:1px solid #ddd;}
.list .container{padding-top:80px;}
.list .left{width:100%;float:left;}
.list .left .redTitle{padding:5px 0px;height:80px;line-height:80px;border-bottom:2px solid #0068b7;color:#0068b7;font-size:48px;}
.list .left .title{color:#444;font-weight:100;border-bottom:1px solid #d3d3d3;line-height:54px;padding:14px 0 6px 0;margin-bottom:8px;font-size:44px;font-weight:normal;}
.list .left .footTitle{line-height:40px;font-size:26px;color:#444;margin:24px 0px 6px 0px;height:40px;}
.list .left .footTitle span{vertical-align:middle;font-size:20px;}
.list .left .footTitle .titleB{font-size:34px;margin-right:5px;}
.list .left .info{font-size:14px;color:#444;line-height:30px;margin:0px;}
.list .right{width:520px;float:right;}
.list .right .title{font-size:24px;color:#444;padding-bottom:8px;margin:0px;}
.list .right .line{padding:3px 0;}
.list .right .line .inputText{color:#8D8D8D;font-size:14px;border:0px;background:#f3f3f3;padding:0 18px;width:100%;height:53px;line-height:53px;margin:0px;}
.list .right .line .textArea{color:#8D8D8D;font-size:14px;border:0px;background:#f3f3f3;padding:18px;width:100%;height:145px;margin:0px;}
.list .right .line .inputBtn{width:100%;cursor:pointer;height:50px;background:#fff;color:#FF0000;font-size:17px;border:2px solid #0068b7;}
.list .right .line .inputBtn{transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.list .right .line .inputBtn:hover{background:#0068b7;color:#fff;}
.list #listCloseBtn{position:absolute;top:34px;right:34px;cursor:pointer;}
.hgthsjyy{width:100%;float:right;}
.hgthsjyy h3{font-size:24px;color:#444;padding-bottom:8px;margin:0px;}
.bddbbb h4{padding:3px 0;}
.bddbbb h4 span input{color:#8D8D8D;font-size:14px;border:0px;background:#f3f3f3;padding:0 18px;width:100%;height:53px;line-height:53px;margin:0px;}
.bddbbb h4 span textarea{color:#8D8D8D;font-size:14px;border:0px;background:#f3f3f3;padding:18px;width:100%;height:145px;margin:0px;}
.bddbaaa{}
.bddbbb{}
.bddbaaa input{width:100%;cursor:pointer;height:50px;background:#fff;color:#0068b7;font-size:17px;border:2px solid #0068b7;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.bddbaaa input:hover{background:#0068b7;color:#fff;}
.ditu{padding:60px 0px;}
.lxwmbt{text-align:center;margin-bottom:30px;}
.lxwmbt h4{font-size:30px;line-height:30px;}
.lxwmbt b{width:88px;height:2px;margin:24px auto;background:#0068b7;display:block;}
.lxwmbt p{font-size:14px;line-height:22px;}
.hgthsjzz{margin-bottom:20px;}
.hgthsjzz b{border-bottom:2px solid #0068b7;color:#0068b7;font-size:48px;padding:5px 0px;font-weight:normal;}
.hgthsjzz h3{line-height:54px;padding:14px 0 6px 0;margin-bottom:8px;font-size:44px;margin-top:0px;color:#444;font-weight:normal;border-bottom:1px solid #d3d3d3;}
.hgthsjzz p{font-size:14px;color:#444;line-height:30px;}
@media (max-width:992px){
    .hgthsjzz b{font-size:24px;}
    .hgthsjzz h3{font-size:18px;}
}
.lxwmdz{margin:30px 0px;}
.lxwmdz p{}
.lxwmwz{}
.lxwmwz p{}


.ffgii2gn{border-bottom: 1px solid #e2e2e2;margin-bottom: 30px;}
.aligncenter{clear: both;display: block;margin-left: auto;margin-right: auto;}

.pt30{padding-top:30px;}
.alzstp{margin-top:30px;}

.shoujigao{height: 80px;width: 100%}


@media (max-width:768px){
.xwdtzszzz{border-left:none; border-right: none;padding:0px 0px 20px 0px;}
.biaoti1 h2{font-size: 24px;font-weight: 500;}
.banner{padding-top:1px;}

.banbox .container h3{font-size: 24px;padding-top: 35%;}
.banbox .container h2{font-size: 28px;padding: 0px 25px;}
.banbox .container b{font-size: 14px;}

.sjbxs{display: none;}

.banbox .owl-nav .owl-prev{border: none;}
.banbox .owl-nav .owl-next{border: none;}
.banbox:hover .owl-nav .owl-prev {left: 0px;}
.banbox:hover .owl-nav .owl-next {right: 0px;}

.fwfwsk ul{margin-left: 10px;}
.fwfwsk{margin-bottom: 30px;}
.fwfwsk .sksmnr{text-align: center;}
.hcyyy h5,.cyshx h5{font-size: 22px;line-height: 30px;margin-top: 20px;}

.hgthsjzz{margin-bottom: 50px;}

.alzsfzz .zphover{display: none;}
.altbpic{background-attachment: inherit;height: 300px;background-size: cover;}

.anliwz{padding-top: 20px;    padding-bottom:20px;}
.anliwz h1{font-size: 24px;    margin-bottom: 20px;}
.anliwz p{font-size: 14px;}

.fwfwlist{display: none;}
.zxmsk{display: none;}
.footzuo p{text-align: center;font-size: 12px;}
.footyou{width: 70%;text-align: center;margin: 20px auto;}
.footyou h4{display: none}
.biaoti1 b{margin: 15px auto 10px auto;}
.alzstp{margin-top: 10px;}


.al-nav li{width: 100px;}
.al-nav .sub-menu{width: 98px;}
.al-nav .sub-menu li{width: 96px;}


}



/*mobile ico*/
#toggle-sidebar{display:none;font-size:32px;text-align: right;}
.mobguanbi{float: right;}
/*mobilebox*/
.sidebar-wrapper{display: none; background:#005ca1;position:relative;height:100%;overflow:auto;}
.sjdcbl{padding:20px;}
.sjdcbl h3{color:#fff;border-bottom:2px solid #0e65a7;padding-bottom: 15px;margin-top:10px;}
/*mobile nav*/
.menu-zk li{line-height:46px;position:relative;}
.menu-zk li a{font-size:16px;display:block;border-bottom:1px solid #0e65a7;color:#f3f3f3;}
.menu-zk .sub-menu{}
.menu-zk .sub-menu li a{font-size:14px;color:#5f5f5f;}
.menu-zk .menu-item-has-children:before{content:"\f0d7";font-family:"FontAwesome";position:absolute;right:20px;top:0px;color:#969494;}
[data-simplersidebar='active'] {
    box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width:1000px){
.navBtn{display: none}
#toggle-sidebar{display: block;}
.sidebar-wrapper{display: block;}
}


@media (min-width: 1200px) {
.col-zdlg-2-5{
float: left;
width:20%;

}
.col-zdlg-2-3{
float: left;
width:33.3%;

}

.col-zdlg-2-5 IMG{width:100%; }
}