@charset "utf-8";
/*!
 * 米维建站  一建轻松建站
 * 详尽信息请看官网：http://www.miwinfo.com/
 *
 * Copyright 2014 米维建站
 *
 * 请尊重原创，保留头部版权
 * 仅供学习参考使用，不可用于任何商业用途
 *
 * 客服QQ 974837117
 */
.content { max-width: 1200px; padding: 0 10px; height: auto; margin: 0 auto; box-sizing: border-box;}
img {max-width: 100%;}
.page-down {width: 30px;height: 30px;background: #999;position: fixed;bottom: 30px;right: 30px;text-align: center;line-height: 30px;font-size: 18px;color: #fff;cursor: pointer;display: none;z-index: 99999;}
.page-down:hover {background: #287ab6;}
.table{ display:table; width:100%; height:100%;}
.table .cell{ display:table-cell; text-align:center; vertical-align:middle;}
.smallest-screen {position: fixed;z-index: 999999;width: 100%;height: 100%;background: url(../images/displaynone.png) no-repeat center #666;display: none;}
@media only screen and (max-width : 319px) {
.smallest-screen {display: block;} /*判断屏幕小于319px隐藏显示网站*/
}
.white{ color:#fff !important;}
.webmain{ overflow:hidden; }
.tishi{ text-align: center; color: #fff; font-size: 14px; }

.middle_holder { display: inline-block; font-size: 0; width: 0; height: 50px;vertical-align: middle;}
.middle {display: inline-block;vertical-align: middle; width: 100%;}
.nav_handle { display: none; position: relative; width: 27px; padding: 0 15px; cursor: pointer; float: right; }
.nav_handle b { width: 27px; height: 10px; position: relative; }
.nav_handle b i { display: block; position: absolute; left: 0; right: 0; height: 2px; background-color: #333; top: 0; -webkit-transform-origin: 29% 50%; transform-origin: 29% 50%;  transition: all .3s ease; -webkit-transition: all .3s ease; }
.nav_handle b .l_2 { top: auto; bottom: 0; }
.nav_handle.on b i{transform: rotate(45deg); background: #287ab6;}
.nav_handle.on b .l_2 { transform: rotate(-45deg); }

.banner{ position: relative; margin: 0 auto; overflow: hidden; }
.banner img{ width: 1920px; height: auto; max-width: initial; }
.banner .pagination{ z-index: 99; text-align: center; line-height: 20px; height: 20px; width: 100%; position: absolute; left: 0; bottom: 10px; }
.banner .pagination .swiper-pagination-switch{ width: 38px; height: 4px; background: #fff; display: inline-block; margin: 0 3px; }
.banner .pagination .swiper-active-switch{ background:#287ab6;  }

.header{ padding: 30px 0; }
.header .logo{ float: left; }
.header .waplogo{ float: left; display: none; }
.header .phone{ float: right; padding-left: 45px; background: url(../images/index_01.jpg) no-repeat left center; line-height: 22px; }
.header .phone span{ font-size: 16px; display: block; color: #333; }
.header .phone em{ font-size: 18px; font-weight: bold; color: #287ab6; }

.inmuen{ background: #287ab6; line-height: 55px; }
.inmuen ul li{ display: block; float: left; padding: 0 52px; font-size: 16px; color: #fff; }
.inmuen ul li:hover{ background: #fff; color: #333; }
.inmuen ul li.on{ background: #fff; color: #333; }

.inabout{ padding: 50px 0; background: url(../images/index_02.jpg) no-repeat center; }
.inabout .left{ width: 50%; margin-right: 10%; float: left; padding: 30px 0; }
.inabout .left .tit{ font-size: 30px; color: #333; margin-bottom: 10px; }
.inabout .left .xian{ height: 1px; width: 60px; background: #287ab6; margin-bottom: 10px; }
.inabout .left .nr{ font-size: 16px; color: #555; line-height: 35px; margin-bottom: 20px; max-height: 175px; overflow: hidden; }
.inabout .left .more{ display: block; width: 160px; height: 35px; line-height: 35px; border: 1px solid #287ab6; text-align: center; font-size: 14px; color: #287ab6; }
.inabout .left .more:hover{ background: #287ab6; color: #fff; }
.inabout .right{ width: 40%; float: left; }
.inabout .right img{ width: 100%; height: auto; }

.inpro{ padding: 50px 0; background: #fbfbfb; border-top: 1px solid #dfdfdf; }
.inpro .lmtit{ font-size: 30px; color: #333; margin-bottom: 10px; text-align: center; }
.inpro .lmxian{ height: 1px; width: 60px; background: #287ab6; margin: 0 auto; }
.inpro .nav{ padding: 20px 0; text-align: center; }
.inpro .nav ul li{ display: inline-block; height: 30px; line-height: 30px; font-size: 16px; padding: 0 15px; border: 1px solid #999; color: #333; border-radius: 5px; margin: 5px; }
.inpro .nav ul li:hover{ border: 1px solid #287ab6; background: #287ab6; color: #fff; }
.inpro .nr{ margin-bottom: 30px; }
.inpro .nr ul li{ overflow: hidden; display: block; position: relative; width: calc(33.333333% - 20px); width: -webkit-calc(33.333333% - 20px); width: -moz-calc(33.333333% - 20px); float: left; margin: 10px; }
.inpro .nr ul li .tit{ transition: all .5s; height: 45px; line-height: 45px; z-index: 999; background: rgba(40,122,182,.5); text-align: center; color: #fff; font-size: 16px; position: absolute; width: 100%; padding: 0 10px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; left: 0; top: 50%; margin-top: -22px; }
.inpro .nr ul li .pic{ overflow: hidden; }
.inpro .nr ul li .pic img{ width: 100%; height: auto; transition: all .5s; }
.inpro .nr ul li:hover .pic img{ transform: scale(1.1,1.1); }
.inpro .nr ul li:hover .tit{ opacity: 0; }
.inpro .more{ display: block; width: 120px; height: 25px; line-height: 25px; font-size: 12px; border: 1px solid #287ab6; text-align: center; color: #287ab6; margin: 0 auto; }
.inpro .more:hover{ background: #287ab6; color: #fff; }

.incase{ padding: 50px 0; background: url(../images/index_06.jpg) repeat; }
.incase .lmtit{ font-size: 30px; color: #333; margin-bottom: 10px; text-align: center; }
.incase .lmxian{ height: 1px; width: 60px; background: #287ab6; margin: 0 auto; }
.incase .nav{ padding: 20px 0; text-align: center; }
.incase .nav ul li{ display: inline-block; height: 30px; line-height: 30px; font-size: 16px; padding: 0 15px; border: 1px solid #999; color: #333; border-radius: 5px; margin: 5px; }
.incase .nav ul li:hover{ border: 1px solid #287ab6; background: #287ab6; color: #fff; }
.incase .nr{ margin-bottom: 30px; }
.incase .nr ul li{ transition: all .5s; border: 1px solid #666; box-sizing: border-box; overflow: hidden; display: block; position: relative; width: calc(33.333333% - 20px); width: -webkit-calc(33.333333% - 20px); width: -moz-calc(33.333333% - 20px); float: left; margin: 10px; }
.incase .nr ul li .pic{ overflow: hidden; }
.incase .nr ul li .pic img{ width: 100%; height: auto; transition: all .5s; }
.incase .nr ul li .wz{ padding: 10px; background: #fff; }
.incase .nr ul li .tit{ font-size: 20px; color: #333; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.incase .nr ul li .ico{ text-align: center; color: #287ab6; font-size: 20px; }
.incase .nr ul li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.1); }
.incase .nr ul li:hover img{ transform: scale(1.1,1.1); }
.incase .more{ display: block; width: 120px; height: 25px; line-height: 25px; font-size: 12px; border: 1px solid #287ab6; text-align: center; color: #287ab6; margin: 0 auto; }
.incase .more:hover{ background: #287ab6; color: #fff; }

.innews{ padding: 50px 0; }
.innews .lmtit{ font-size: 30px; color: #333; margin-bottom: 10px; text-align: center; }
.innews .lmxian{ height: 1px; width: 60px; background: #287ab6; margin: 0 auto 10px; }
.innews .lmjj{ text-align: center; font-size: 12px; margin-bottom: 40px; }
.innews .left{ width: 48%; margin-right: 4%; float: left; position: relative; }
.innews .left .pic{ overflow: hidden; }
.innews .left img{ width: 100%; height: auto; transition: all .5s; }
.innews .left .tit{ height: 30px; line-height: 30px; background: rgba(40,122,182,.5); font-size: 14px; color: #fff; padding: 0 90px 0 10px; box-sizing: border-box; position: absolute; width: 100%; left: 0; bottom: 0; }
.innews .left .more{ width: 70px; height: 18px; line-height: 18px; border: 1px solid #fff; font-size: 12px; text-align: center; color: #fff; position: absolute; right: 10px; top: 5px; }
.innews .left .more:hover{ background: #fff; color: #287ab6; }
.innews .innewsnr{ width: 48%; float: left; }
.innews .innewsnr .hd{ border-top: 1px solid #999; border-left: 1px solid #999; }
.innews .innewsnr .hd ul li{ display: block; cursor: pointer; float: left; width: 33.333333%; line-height: 60px; box-sizing: border-box; border-right: 1px solid #999; border-bottom: 1px solid #999; font-size: 18px; color: #333; text-align: center; }
.innews .innewsnr .hd ul li.on{ color: #287ab6; border-bottom: 0px; }
.innews .innewsnr .bd ul li{ height: 20px; line-height: 20px; border-bottom: 1px solid #dfdfdf; font-size: 14px; display: block; padding: 0 70px 0 0; position: relative; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.innews .innewsnr .bd ul li .date{ position: absolute; width: 60px; text-align: right; font-size: 12px; right: 0; top: 0; }
.innews .innewsnr .bd .more{ height: 50px; line-height: 50px; text-align: center; display: block; border-bottom: 1px solid #dfdfdf; color: #287ab6; }

.inlink{ padding: 20px 0; background: #f5f5f5; }
.inlink .lmtit{ font-size: 16px; font-weight: bold; color: #333; margin-bottom: 10px; }
.inlink .nr{ line-height: 30px; }
.inlink .nr a{ font-size: 14px; margin-right: 10px; }

.footer{ padding: 30px 0; background: #2c2c2c; color: #fff; }
.footer a{ color: #fff; }
.footer .lmtit{ font-size: 18px; margin-bottom: 20px; }
.footer .fabout{ width: 290px; margin-right: 150px; float: left; }
.footer .fabout .flogo{ margin-bottom: 20px; }
.footer .fabout .nr{ line-height: 30px; font-size: 14px; }
.footer .kslink{ width: 180px; margin-right: 70px; float: left; }
.footer .kslink .nr a{ display: block; line-height: 30px; width: 50%; float: left; }
.footer .fcon{ width: 300px; float: left; }
.footer .fcon .nr{ line-height: 30px; font-size: 14px; }
.footer .fcon .nr i{ font-size: 18px; width: 18px; text-align: center; }
.footer .ewm{ float: right; width: 100px; }
.banq{ line-height: 22px; padding: 10px 0; background: #333333; text-align: center; color: #eee; }
.banq a{ color: #fff; }

.Bottomerkg{ height: 59px; display: none; }
.Bottomer{ display: none; position:fixed; bottom:0; width:100%; background:#287ab6; z-index: 999999; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.Bottomer .BottomList li{width:25%; float:left; display:inline-block;  text-align:center;position:relative;padding:10px 0px;}
.Bottomer .BottomList li img{ vertical-align:middle;height: 20px;}
.Bottomer .BottomList li span{font-size:14px;color:#fff; display: block;margin-top: 5px;}
.Bottomer .BottomList li p{ font-size:14px; color:#D5A334; margin:0; position:absolute; right:20px; top:10px;}
.Bottomer .BottomList li.current{background: #BC9661;}

.nybanner img{ width: 100%; height: auto; }

.nypronav{ padding: 10px 0; }
.nypronav .tit,.nypronav ul li{ display: inline-block; padding: 0 35px; height: 45px; line-height: 45px; font-size: 16px; color: #333; margin: 5px; }
.nypronav ul li:hover{ background: #287ab6; color: #fff; }

.nypro{ padding: 20px 0; background: #f8f8f8; }
.nypro ul li{ display: block; margin: 30px 0; background: #fff; padding: 15px 25px 15px 690px; position: relative; min-height: 345px; box-sizing: border-box; }
.nypro ul li .pic{ width: 660px; height: 345px; overflow: hidden; position: absolute; left: 0; top: 0; }
.nypro ul li .pic img{ width: 100%; height: auto; transition: all .5s; }
.nypro ul li .tit{ padding: 30px 0 30px 150px; }
.nypro ul li .tit .cn{ font-size: 20px; color: #287ab6; margin-bottom: 10px; }
.nypro ul li .tit .en{ font-size: 18px; color: #666; }
.nypro ul li .jj{ font-size: 16px; color: #666; line-height: 30px; padding-top: 10px; border-top: 1px solid #dfdfdf; height: 121px; overflow: hidden; margin-bottom: 20px; }
.nypro ul li .more{ font-size: 16px; color: #333; }
.nypro ul li .more i{ width: 20px; height: 20px; border-radius: 50%; border: 1px solid #dfdfdf; text-align: center; line-height: 20px; font-size: 16px; margin-left: 10px; }
.nypro ul li:hover img{ transform: scale(1.1,1.1); }
.nypro ul li:hover .more{ color: #287ab6; }
.nypro ul li:hover .more i{ background: #287ab6; border: 1px solid #287ab6; color: #fff; }
.nypro ul li.two{ padding: 15px 690px 15px 25px; }
.nypro ul li.two .pic{ right: 0; left: auto; }

.showpro{ padding: 50px 0; background: #f8f8f8; }
.showpro .info{ position: relative; padding: 15px 25px 15px 690px; min-height: 345px; box-sizing: border-box; margin-bottom: 50px; }
.showpro .pic{ width: 660px; height: 345px; overflow: hidden; position: absolute; left: 0; top: 0; }
.showpro .pic img{ width: 100%; height: auto; transition: all .5s; }
.showpro .tit{ padding: 30px 0 30px 0; }
.showpro .tit .cn{ font-size: 20px; color: #287ab6; margin-bottom: 10px; }
.showpro .tit .en{ font-size: 18px; color: #666; }
.showpro .jj{ font-size: 16px; color: #666; line-height: 30px; padding-top: 10px; border-top: 1px solid #dfdfdf; height: 121px; overflow: hidden; margin-bottom: 20px; }
.showpro .detail .lmtit{ font-size: 20px; color: #333; border-bottom: 1px solid #ccc; line-height: 50px; }
.showpro .detail .nr{ padding: 10px 0; line-height: 30px; font-size: 14px; color: #666; }