@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;transition: 0.3s;}
i,em{font-style: normal;}
img{display: inline-block;vertical-align: top;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333；}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
/*常用盒模型*/
*{box-sizing: border-box;-webkit-box-sizing: border-box;}
/*滚动条*/
body *::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #00b1b7;border-radius: 2px;}
/*常用宽度*/
.w1500{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1500px;}
.w1400{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1400px;}
.w1300{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1300px;}
.w1280{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1280px;}
.w1200{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1200px;}
.w1100{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1100px;}
.w1000{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1000px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*按钮区通用样式*/
.btns-area{font-size: 0;text-align: center;}
.btns-area .btn{display: inline-block;padding: 0 2em;margin: 0 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;font-size: 16px;line-height: 34px;color: #000;cursor: pointer;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}
.btns-area .btn:hover{opacity: .9;}
/*按钮hover动效1*/
.hover-btn{z-index: 1;position: relative;display: inline-block;padding: 0 2em;background-color: transparent;border: 1px solid #ccc;border-radius: 0;font-size: 16px;line-height: 34px;color: #000;cursor: pointer;}
.hover-btn:after{content: "";z-index: -1;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #00b1b7;transform: scaleX(0);transition: 0.3s;}
.hover-btn:hover{color: #fff;}
.hover-btn:hover:after{transform: scaleX(1);}
/*自定义单选框input[type="radio"]样式*/
.custom-input label{display: inline-block;cursor: pointer;}
.custom-input input[type="radio"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="radio"] + em{position: relative;display: inline-block;width: 16px;height: 16px;margin: -2px 4px 0 0;background-color: #fff;border: 1px solid #999;border-radius: 50%;vertical-align: middle;cursor: pointer;}
.custom-input input[type="radio"] + em:before{content: '';position: absolute;left: 50%;top: 50%;width: 6px;height: 6px;border-radius: 50%;transform: translate(-50%,-50%);}
.custom-input input[type="radio"]:checked + em{background-color: #00b1b7;border-color: #00b1b7;}
.custom-input input[type="radio"]:checked + em:before{background-color: #fff;}
.custom-input input[type="radio"] + em:hover{border-color: #00b1b7;}
/*自定义多选框input[type="checkbox"]样式*/
.custom-input input[type="checkbox"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="checkbox"] + em{position: relative;display: inline-block;width: 16px;height: 16px;margin: -2px 4px 0 0;background-color: #fff;border: 1px solid #999;vertical-align: middle;cursor: pointer;}
.custom-input input[type="checkbox"] + em:before{content: '';position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBwdCIgaGVpZ2h0PSIxMHB0IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjg1IiBkPSJNNC4zMSA2Ljc2QzUuNjEgNC4xNCA3LjE3IDEuNTkgOS43Mi4wMUwxMCAzLjN2LjMxQzcuNzcgNS40NSA1Ljk4IDcuNzIgNC4yMyAxMGgtLjE2QzIuODkgOC44MiAxLjg1IDYuOTMgMCA2Ljgydi0uNTNjLjU5LS40MSAxLjc4LTEuMjMgMi4zNy0xLjY0LjY1LjcgMS4yOSAxLjQxIDEuOTQgMi4xMXoiLz48L3N2Zz4=");background-size: 100% 100%;transform: translate(-50%,-50%);}
.custom-input input[type="checkbox"]:checked + em{background-color: #00b1b7;border-color: #00b1b7;}
.custom-input input[type="checkbox"]:checked + em:before{background-color: #00b1b7;}
.custom-input input[type="checkbox"] + em:hover{border-color: #00b1b7;}
/*自定义表单通用样式*/
.custom-form{font-size: 0;}
.custom-form .title{margin-bottom: 30px;font-size: 18px;line-height: 20px;}
.custom-form .title span{display: inline-block;padding-left: 10px;border-left: 3px solid #ca0000;color: #ca0000;}
.custom-form .row{display: inline-block;width: 100%;margin-bottom: 20px;font-size: 14px;}
.custom-form .row.w50{width: 50%;}
.custom-form .row.w33{width: 33%;}
.custom-form .row .name{float: left;width: 5em;padding: 10px 1em 10px 0;line-height: 16px;text-align: right;}
.custom-form .row .info-content{margin-left: 5em;}
.custom-form input{width: 100%;height: 36px;padding-left: 10px;border: 1px solid #ddd;border-radius: 4px;}
.custom-form input:focus{border-color: #932526;}
.custom-form textarea{width: 100%;height: 200px;border: 1px solid #ddd;padding: 10px;border-radius: 4px;resize: none;}
.custom-form textarea:focus{border-color: #932526;}
.custom-form select{width: 100%;height: 36px;padding-left: 5px;border: 1px solid #ddd;outline: none;}
.custom-form select:focus{border-color: #932526;}
.custom-form .upload-avatar{position: relative;display: block;width: 80px;height: 80px;border-radius: 50%;cursor: pointer;overflow: hidden;}
.custom-form .upload-avatar input[type="file"]{display: none;}
.custom-form .upload-avatar .avatar{height: 100%;}
.custom-form .upload-avatar .avatar img{width: 100%;height: 100%;}
.custom-form .upload-avatar .tips{position: absolute;left: 50%;top: 50%;width: 4em;height: 20px;background-color: rgba(0,0,0,.3);text-align: center;line-height: 20px;color: #fff;transform: translate(-50%,-50%);}
.custom-form .choice-area{padding: 10px 0;line-height: 16px;}
.custom-form .choice-area label{display: inline-block;margin: 0 10px 5px 0;cursor: pointer;}
.custom-form .choice-area label span{margin-left: 3px;}
.custom-form .yzm-area{position: relative;width: 300px;}
.custom-form .yzm-area input[type="text"]{width: 200px;}
.custom-form .yzm-area .btn{position: absolute;right: 0;top: 0;width: 100px;height: 100%;}
.custom-form .yzm-area .btn img{width: 100%;height: 100%;}
.custom-form .btns-area{margin-top: 20px;}
.custom-form .btns-area .btn{width: 40%;font-size: 14px;}
.custom-form .btns-area .btn:first-child{background-color: #932526;border-color: #932526;color: #fff;}
/*自定义select*/
.custom-select{position: relative;width: 200px;}
.custom-select .name{position: relative;height: 36px;padding-left: 20px;background-color: #fff;border: 1px solid #999;color: #333;line-height: 34px;cursor: pointer;}
.custom-select .name:after{content: "";position: absolute;right: 10px;top: 50%;width: 8px;height: 8px;border-right: 1px solid #999;border-bottom: 1px solid #999;transform: rotate(45deg) translate(-100%,-10%);}
.custom-select .list{display: none;position: absolute;left: 0;width: 100%;background-color: #fff;box-shadow: 0 5px 10px rgba(0,0,0,.2);}
.custom-select .list li a{display: block;padding: 10px 20px;border: 1px solid #eee;border-bottom: 0;font-size: 12px;line-height: 16px;}
.custom-select .list li a:hover{background-color: #00b1b7;color: #fff;}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-title{background: #00b1b7;color: #fff;}
body .custom-skin .layui-layer-setwin .layui-layer-close1{filter: brightness(100);}
body .custom-skin .layui-layer-setwin .layui-layer-close1:hover{opacity: 1;}
body .custom-skin .layui-layer-setwin .layui-layer-close2{right: -10px;top: -10px;background-image: none;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: "×";position: absolute;width: 30px;height: 30px;font-size: 24px;text-align: center;line-height: 26px;font-weight: bold;}
body .custom-skin .layui-layer-btn .layui-layer-btn0{background-color: #00b1b7;border-color: #00b1b7;color: #fff;}
body .custom-skin .layui-layer-resize{display: none;}
/*百度分享*/
.share-wrap .bdsharebuttonbox{}
.share-wrap .bdsharebuttonbox a{width: 50px;height: 50px;margin: 0;border-radius: 4px;overflow: hidden;opacity: 1;background-position: center;background-repeat: no-repeat;background-size: 30px 30px;}
.share-wrap .bdsharebuttonbox .bds_weixin{background-image: url();}
.share-wrap .bdsharebuttonbox .bds_tsina{background-image: url();}
.share-wrap .bdsharebuttonbox .bds_sqq{background-image: url();}
.share-wrap .bdsharebuttonbox .bds_more{background-image: url();}
.fixed-wrap .bdsharebuttonbox a:hover{filter: brightness(100);opacity: 1;}
.bdshare_popup_box{display: none!important;}


/*header*/
.header{position: relative;height: 120px;}
.header .logo{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.header .logo img{max-width: 300px;max-height: 70px;}
/*搜索栏*/
.search-wrap{width: 190px;}
.search-wrap:before{content: "";position: absolute;left: 10px;top: 50%;width: 14px;height: 14px;background: url(../images/icon_search_20.png) center no-repeat;background-size: 100% 100%;transform: translateY(-50%);}
.search-wrap .input-text{width: 100%;height: 24px;padding: 0 60px 0 30px;}
.search-wrap .sub-btn{position: absolute;right: 10px;top: 0;line-height: 24px;}
.header .search-wrap{position: absolute;right: 0;top: 20px;border: 1px solid #333;border-radius: 15px;overflow: hidden;}
/*电话*/
.header .phone-wrap{position: absolute;right: 200px;top: 20px;padding-left: 30px;font-size: 20px;line-height: 24px;font-weight: bold;}
.header .phone-wrap .icon{position: absolute;left: 0;top: 0;width: 24px;height: 24px;padding: 4px;border: 2px solid #fff;border-radius: 50%;filter: brightness(0);}
/*导航*/
.nav-box{}
.nav-box .nav{}
.nav-box .nav > li{position: relative;float: left;margin: 0 25px;line-height: 60px;}
.nav-box .nav > li:first-child{margin-left: 0;}
.nav-box .nav > li:last-child{margin-right: 0;}
.nav-box .nav > li > a{position: relative;display: block;font-size: 15px;}
.nav-box .nav > li > a:after{content: "";position: absolute;left: 0;bottom: 10px;width: 100%;height: 2px;background-color: #fff;transform: scaleX(0);transition: 0.3s;}
.nav-box .nav > li.on > a:after,.nav-box .nav > li:hover > a:after{transform: scaleX(1);}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 60px;width: 100%;min-width: 120px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 5px;transform: translateX(-50%);}
.nav-box .nav-2nd > li{}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #fff;}
.nav-box .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.nav-box .nav-2nd > li > a:hover{background-color: #932526;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}
.header .nav-box{position: absolute;right: 0;bottom: 0;}

/*banner*/
.banner{position: relative;width: 100%;height: 465px;padding-bottom: 15px;overflow: hidden;}
.banner .swiper-slide{display: block;background-position: center;background-size: cover;background-repeat: no-repeat;transition: none;}
.banner .swiper-pagination{bottom: 0px;font-size: 0;}
.banner .swiper-pagination-bullet{width: 60px;height: 5px;background-color: #bbb;border-radius: 0;opacity: 1;transition: 0.3s;}
.banner .swiper-pagination-bullet-active{background-color: #5d5d5d;}
.banner .btn{z-index: 3;position: absolute;top: 50%;width: 30px;height: 30px;margin-top: -15px;background: url(../images/icons_arrowLR_30_white.png) no-repeat;cursor: pointer;transition: 0.3s;}
.banner .prev-btn{left: 0;background-position: 0 0;transform: translateX(-100%);}
.banner .next-btn{right: 0;background-position: -30px 0;transform: translateX(100%);}
.banner:hover .prev-btn{transform: translateX(50%);}
.banner:hover .next-btn{transform: translateX(-50%);}

/******首页******/
.index-content{}
/*标题*/
.index-title{}
.index-title .name{text-align: center;}
.index-title .name .en{font-family: Arial;font-size: 50px;line-height: 60px;font-weight: bold;color: #6d7075;text-transform: uppercase;letter-spacing: -2px;transform: scaleX(.8);}
.index-title .name .en span{margin-right: 20px;color: #932526;}
.index-title .name .cn{position: relative;display: inline-block;vertical-align: top;font-size: 18px;line-height: 30px;color: #666;}
.index-title .name .cn:before{content: "";position: absolute;right: 100%;top: 50%;width: 120px;height: 1px;background-color: #b2b2b2;}
.index-title .name .cn:after{content: "";position: absolute;left: 100%;top: 50%;width: 120px;height: 1px;background-color: #b2b2b2;}
.index-title .name .cn span{position: relative;display: inline-block;padding: 0 1.5em;}
.index-title .name .cn span:before{content: "";position: absolute;left: 0;top: 50%;width: 5px;height: 5px;margin-top: -2px;background-color: #b2b2b2;border-radius: 50%;}
.index-title .name .cn span:after{content: "";position: absolute;right: 0;top: 50%;width: 5px;height: 5px;margin-top: -2px;background-color: #b2b2b2;border-radius: 50%;}
.index-title .intro{margin: 10px 10% 0;text-align: center;}
.index-title .intro .big{font-size: 22px;line-height: 30px;}
.index-title .intro .small{margin-top: 5px;font-size: 15px;line-height: 22px;color: #666;}
/*布局*/
.index-content{}
.index-content .part1{padding: 50px 0;}
.index-content .part1 .part-content{padding-top: 40px;}
.index-content .part2{padding: 40px 0 50px;background-color: #606060;}
.index-content .part2 .index-title{color: #fff;}
.index-content .part2 .index-title .en{color: #932526;}
.index-content .part2 .index-title .en span{color: #fff;}
.index-content .part2 .index-title .name .cn{color: #fff;}
.index-content .part2 .index-title .name .cn:before{background-color: #fff;}
.index-content .part2 .index-title .name .cn:after{background-color: #fff;}
.index-content .part2 .index-title .name .cn span:before{background-color: #fff;}
.index-content .part2 .index-title .name .cn span:after{background-color: #fff;}
.index-content .part2 .part-content{padding-top: 30px;}
.index-content .part2 .part-content .btns-area{margin-top: 40px;}
.index-content .part2 .part-content .btns-area .btn{position: relative;width: 90px;padding: 0;margin: 0;border: 0;border-radius: 12px;font-size: 12px;line-height: 24px;text-indent: -1em;transition: 0.3s;}
.index-content .part2 .part-content .btns-area .btn:after{content: "+";position: absolute;right: 1.5em;top: 50%;line-height: 10px;transform: translateY(-60%);}
.index-content .part2 .part-content .btns-area .btn:hover{width: 120px;background-color: #932526;text-indent: -2.5em;color: #fff;}
.index-content .part3{padding: 50px 0 20px;}
.index-content .part3 .part-content{padding-top: 40px;}

/*服务展示*/
.service-box{font-size: 0;}
.service-box .item{display: inline-block;vertical-align: top;width: 23%;margin: 0 1% 2%;font-size: 14px;}
.service-box .item .pic{overflow: hidden;}
.service-box .item .pic em{display: block;padding-top: 60%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: 0.8s;}
.service-box .item .tit{margin-top: 10px;font-size: 18px;line-height: 30px;text-align: center;}
.service-box .item .txt{height: 40px;margin-top: 5px;line-height: 20px;color: #666;overflow: hidden;}
.service-box .item:hover .icon{background-color: #932526;}

/*案例展示列表*/
.case-list{overflow: hidden;}
.case-list li{float: left;width: 25%;padding: 0 5px;margin-bottom: 10px;}
.case-list li .pic{position: relative;display: block;overflow: hidden;}
.case-list li .pic:before{content: "";z-index: 1;position: absolute;left: 50%;top: 50%;width: 150%;padding-top: 150%;background-color: rgba(147,37,38,.5);border-radius: 50%;transform: translate(-50%,-50%) scale(0);transition: 0.3s ease-in;}
.case-list li .pic em{display: block;padding-top: 64%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.case-list li:hover .pic:before{transform: translate(-50%,-50%) scale(1);}

/*新闻列表*/
.news-center-list{overflow: hidden;}
.news-center-list li{float: left;width: 23%;margin: 0 1% 2%;}
.news-center-list li a{overflow: hidden;display: block;}
.news-center-list li .pic{overflow: hidden;}
.news-center-list li .pic em{display: block;padding-top: 60%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.news-center-list li .tit{margin-top: 10px;font-size: 18px;line-height: 30px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-center-list li:hover .pic em{transform: scale(1.05);}
.news-center-list li:hover .info .tit{color: #932526;}

/*footer*/
.footer{padding: 30px 0;background: #333;}
.footer .links{font-size: 0;text-align: center;}
.footer .links a{position: relative;display: inline-block;padding: 0 10px;border-left: 1px solid #ccc;font-size: 14px;line-height: 12px;color: #ccc;}
.footer .links a:first-child{border-left: 0;}
.footer .links a:hover{color: #fff;transform: translateY(-2px);}
.footer .cr{margin-top: 10px;text-align: center;line-height: 24px;color: #ccc;}
.footer .cr span{display: inline-block;vertical-align: top;margin: 0 10px;}
.footer .cr a{color: #ccc;}
.footer .cr a:hover{text-decoration: underline;color: #fff;}
.footer .qrcode{margin-top: 20px;text-align: center;}
.footer .qrcode img{max-width: 100px;}


/******内页******/
.inpage-content{min-height: 500px;padding: 30px 0 70px;}
.inpage-content > .con-l{float: left;width: 200px;}
.inpage-content > .con-r{margin-left: 240px;}
/*标题*/
.inpage-title{position: relative;height: 46px;border-bottom: 1px solid #d9d9d9;line-height: 46px;}
.inpage-title .name{float: left;height: 46px;padding: 0 10px;border-bottom: 2px solid #932526;font-size: 20px;}
/*面包屑*/
.bread{line-height: 20px;color: #999;}
.bread:before{content: "您现在的位置：";}
.bread a{position: relative;display: inline-block;vertical-align: top;margin: 0 8px;color: #999;}
.bread a:after{content: ">";position: absolute;right: -14px;}
.bread a:first-child{margin-left: 0;}
.bread a:last-child:after{display: none;}
.bread a.on,.bread a:hover{color: #932526;}
.inpage-title .bread{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/*分页*/
.page{padding-top: 40px;font-size: 0;text-align: center;}
.page > *{display: inline-block;padding: 0 .8em;margin: 0 5px;height: 30px;background-color: #fff;border: 1px solid #e6e6e6;font-size: 14px;line-height: 28px;color: #333;}
.page > *.on,.page > *:hover{background-color: #932526;border-color: #932526;color: #fff;}
/*菜单栏*/
.menu{border: 2px solid #932526;}
.menu .menu-1st{}
.menu .menu-1st > li{position: relative;}
.menu .menu-1st > li:before{display: none;content: "";position: absolute;right: 30px;top: 50%;width: 16px;height: 16px;margin-top: -8px;background-color: #fff;border-radius: 50%;}
.menu .menu-1st > li:after{display: none;content: "";position: absolute;right: 33px;top: 50%;width: 0;height: 0;margin-top: -3px;border: 3px solid transparent;border-left: 3px solid #932526;}
.menu .menu-1st > li > a{position: relative;display: block;padding: 15px 60px 15px 30px;font-size: 16px;line-height: 20px;}
.menu .menu-1st > li > a:before{content: "";position: absolute;left: 20px;top: 50%;width: 2px;height: 2px;background-color: #666;}
.menu .menu-1st > li:hover{background-color: #eee;}
.menu .menu-1st > li.on{background-color: #932526;}
.menu .menu-1st > li.on:before{display: block;}
.menu .menu-1st > li.on:after{display: block;}
.menu .menu-1st > li.on > a{color: #fff;}
.menu .menu-1st > li.on > a:before{background-color: #fff;}

/*在线留言*/
.message-wrap{}
.message-wrap .pic{padding-top: 67%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.message-wrap .info{color: #666;}
.message-wrap .info .phone{position: relative;padding-left: 30px;font-size: 20px;line-height: 20px;font-weight: bold;}
.message-wrap .info .phone .icon{position: absolute;left: 0;top: 0;width: 20px;height: 20px;}
.message-wrap .info .address{margin-top: 5px;line-height: 20px;}

/*关于我们*/
.about-box{padding-top: 70px;}
.about-box .top-banner{overflow: hidden;}
.about-box .top-banner .con-l{float: left;width: 70%;}
.about-box .top-banner .con-r{margin-left: 71%;}
.about-box .top-banner .pic{height: 200px;background-position: center;background-size: cover;background-repeat: no-repeat;}
.about-box .top-banner .title{height: 200px;padding: 0 20px;background-color: #aeaeae;color: #fff;}
.about-box .top-banner .title .cn{position: relative;padding: 40px 0 10px;font-size: 20px;}
.about-box .top-banner .title .cn:after{content: "";position: absolute;left: 0;bottom: 0;width: 30px;height: 2px;background-color: #fff;}
.about-box .top-banner .title .en{margin-top: 40px;font-size: 12px;line-height: 16px;text-transform: uppercase;}
.about-box .bottom-banner{height: 120px;background-position: center;background-size: cover;background-repeat: no-repeat;}
.about-box .content{padding: 50px 0;line-height: 32px;}
.about-box .content p{margin-bottom: 20px;}

/*新闻区*/
.news-box{padding-top: 30px;}
/*标题新闻*/
.news-box .title-news{overflow: hidden;display: block;margin-bottom: 30px;}
.news-box .title-news .con-l{float: left;width: 230px;padding: 1px;border: 1px solid #bbb;overflow: hidden;}
.news-box .title-news .con-r{margin-left: 250px;}
.news-box .title-news .pic{padding-top: 65%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.3s;}
.news-box .title-news .info{padding-top: 5px;}
.news-box .title-news .info .tit{font-size: 18px;line-height: 20px;color: #932526;}
.news-box .title-news .info .txt{max-height: 48px;margin-top: 10px;line-height: 24px;color: #666;overflow: hidden;}
.news-box .title-news .info .more{margin-top: 5px;line-height: 20px;color: #932526;}
.news-box .title-news .info .date{position: relative;padding-left: 20px;margin-top: 10px;line-height: 20px;}
.news-box .title-news .info .date .icon{position: absolute;left: 0;top: 50%;width: 16px;height: 16px;margin-top: -8px;}
.news-box .title-news:hover .pic{transform: scale(1.05);}
/*新闻列表*/
.news-list{}
.news-list li{position: relative;padding-right: 200px;border-bottom: 1px dashed #999;line-height: 40px;}
.news-list li a{display: inline-block;vertical-align: top;max-width: 100%;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list li em{position: absolute;right: 0;color: #666;transition: 0.3s;}
.news-list li:hover a{text-indent: 1em;color: #932526;}
.news-list li:hover em{color: #932526;}

/*新闻详情*/
.news-details{padding-top: 30px;}
.news-details .title{padding: 0 3em;font-size: 20px;line-height: 32px;text-align: center;font-weight: bold;}
.news-details .record{padding-bottom: 30px;margin-top: 15px;border-bottom: 1px solid #e6e6e6;text-align: center;line-height: 20px;color: #999;}
.news-details .record span{display: inline-block;margin: 0 10px;}
.news-details .record span .icon{display: inline-block;width: 16px;height: 16px;vertical-align: middle;margin: -2px 4px 0 0;}
.news-details .content{padding: 30px 0;line-height: 32px;text-align: justify;}
.news-details .content p{margin-bottom: 10px;}
.news-details .content img{display: inline-block;}
.news-details .other-links{padding-top: 20px;border-top: 1px solid #e6e6e6;}
.news-details .other-links .item{margin-bottom: 10px;line-height: 24px;font-weight: bold;}
.news-details .other-links .item span{float: left;}
.news-details .other-links .item a{display: block;padding-left: 4em;}
.news-details .other-links .item a:hover{text-decoration: underline;color: #932526;}

/*图片信息列表*/
.pic-info-list{min-height: 400px;padding-top: 40px;}
.pic-info-list li{float: left;width: 29.33%;margin: 0 2% 35px;border: 3px solid transparent;transition: 0.3s;}
.pic-info-list li a{display: block;}
.pic-info-list li .pic{overflow: hidden;}
.pic-info-list li .pic em{display: block;padding-top: 108%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.3s;}
.pic-info-list li .info{padding: 10px 20px;background-color: #f5f5f5;}
.pic-info-list li .info .tit{height: 40px;font-size: 16px;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.pic-info-list li .info .txt{height: 40px;margin-top: 10px;line-height: 20px;color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: none;}
.pic-info-list li .more{padding: 0 20px;background-color: #adadad;line-height: 30px;color: #fff;transition: 0.3s;}
.pic-info-list li:hover{border-color: #932526;transform: translateY(-5px);}
.pic-info-list li:hover .more{background-color: #932526;}

/*联系我们*/
.contact-box{padding-top: 40px;}
.contact-box .info{padding: 20px 0;}
.contact-box .info .tit{font-size: 16px;line-height: 20px;font-weight: bold;}
.contact-box .info .txt{margin-top: 10px;line-height: 30px;}
/*电子地图*/
.e-map{display: block;width: 100%;height: 400px;}

/*留言区*/
.message-box{min-height: 500px;padding-top: 40px;}
.message-box .custom-form{width: 40%;margin: 0 auto;}
.message-box .custom-form textarea{height: 100px;}
.message-box .custom-form .yzm-area{width: 200px;}
.message-box .custom-form .yzm-area input{width: 100px;}


/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	
}

/*pad横屏:>=769px && <=1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	
}