@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;background-color: #fff;font-family: 'PingFang SC','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;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
input[type="submit"]{cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;font-family: 'PingFang SC','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需要还原值为radio和checkbox*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #aaa;}
/*滚动条*/
body *::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #aaa;border-radius: 2px;}
/*常用宽度*/
.w1820{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1820px;}
.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;}
.w1366{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1366px;}
.w1340{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1340px;}
.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;}
.w1140{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1140px;}
.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{position: relative;display: inline-block;vertical-align: top;box-sizing: border-box;padding: 0 2em;margin: 0 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;font-size: 15px;line-height: 34px;color: #000;cursor: pointer;transition: 0.3s;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}
.btns-area .btn .arrow{position: relative;display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em 0 0 6px;transition: 0.3s;}
.btns-area .btn .arrow:before{content: "";position: absolute;left: 0;right: 0;top: 50%;height: 1px;background-color: currentColor;transform: translateY(-50%);}
.btns-area .btn .arrow:after{content: "";position: absolute;left: 50%;top: 50%;width: 40%;height: 40%;border-top: 1px solid currentColor;border-right: 1px solid currentColor;transform: translate(0,-50%) rotate(45deg);}
.btns-area .btn:hover .arrow{transform: translateX(5px);}
/*自定义单选框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: #1a5392;border-color: #1a5392;}
.custom-input input[type="radio"]:checked + em:before{background-color: #fff;}
.custom-input input[type="radio"] + em:hover{border-color: #1a5392;}
/*自定义多选框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("/skin/fonts/c947d69792ec4cdb811bb83618e29c5c.woff");background-size: 100% 100%;transform: translate(-50%,-50%);}
.custom-input input[type="checkbox"]:checked + em{background-color: #1a5392;border-color: #1a5392;}
.custom-input input[type="checkbox"]:checked + em:before{background-color: #1a5392;}
.custom-input input[type="checkbox"] + em:hover{border-color: #1a5392;}
/*自定义表单通用样式*/
.custom-form{font-size: 0;}
.custom-form *{box-sizing: border-box;}
.custom-form .main-title{font-size: 18px;line-height: 40px;text-align: center;overflow: hidden;}
.custom-form .main-title span{position: relative;display: inline-block;color: #1a5392;}
.custom-form .main-title span:before{content: '';position: absolute;right: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .main-title span:after{content: '';position: absolute;left: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .sub-title{height: 40px;margin-bottom: 20px;border-bottom: 1px solid #ddd;line-height: 40px;}
.custom-form .sub-title span{float: left;height: 40px;padding: 0 10px;border-bottom: 1px solid #1a5392;font-size: 14px;color: #1a5392;}
.custom-form .sub-title em{font-size: 14px;color: #f00;}
.custom-form .row{margin-bottom: 20px;font-size: 14px;}
.custom-form .row .item{display: inline-block;vertical-align: top;width: 100%;}
.custom-form .row .item.w50{width: 50%;}
.custom-form .row .item.w33{width: 33%;}
.custom-form .row .name{float: left;width: 6em;padding: 10px 1em;line-height: 16px;text-align: right;font-weight: bold;}
.custom-form .row .name i{position: absolute;margin-left: -0.6em;color: #f00;}
.custom-form .row .info-content{margin-left: 6em;}
.custom-form input{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;}
.custom-form input:focus{border-color: #1a5392;}
.custom-form textarea{vertical-align: top;width: 100%;height: 100px;border: 1px solid #ddd;padding: 10px;border-radius: 4px;resize: none;}
.custom-form textarea:focus{border-color: #1a5392;}
.custom-form select{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;outline: none;}
.custom-form select:focus{border-color: #1a5392;}
.custom-form .choice-area{padding: 10px 0;line-height: 16px;}
.custom-form .choice-area label{display: inline-block;vertical-align: top;margin: 0 10px 5px 0;cursor: pointer;}
.custom-form .choice-area label input[type=radio]{appearance: radio;-webkit-appearance: radio;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label input[type=checkbox]{appearance: checkbox;-webkit-appearance: checkbox;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label span{margin-left: 3px;}
.custom-form .yzm-area{}
.custom-form .yzm-area input[type="text"]{width: 100px;}
.custom-form .yzm-area .btn{display: inline-block;vertical-align: top;width: 100px;height: 36px;background-color: #ddd;border-radius: 4px;text-align: center;line-height: 36px;}
.custom-form .yzm-area .btn img{width: 100%;height: 100%;}
.custom-form .yzm-area .tip{display: inline-block;vertical-align: top;line-height: 36px;color: #1A5392;}
.custom-form .btns-area{margin-top: 20px;}
.custom-form .btns-area .btn{width: 40%;font-size: 14px;}
/*自定义select*/
.custom-select{z-index: 1;position: relative;width: 100%;max-width: 200px;}
.custom-select *{box-sizing: border-box;}
.custom-select .name{position: relative;height: 40px;padding: 0 30px 0 20px;background-color: #fff;border: 1px solid #999;color: #333;line-height: 38px;cursor: pointer;user-select: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.custom-select .name:after{content: '';position: absolute;right: 10px;top: 50%;width: 6px;height: 6px;border-right: 1px solid #999;border-bottom: 1px solid #999;transform: rotate(45deg) translate(-50%,-50%);}
.custom-select .list{display: none;position: absolute;left: 0;width: 100%;max-height: 150px;background-color: #fff;overflow-y: auto;box-shadow: 0 0 6px rgba(0,0,0,.2);overscroll-behavior: contain;}
.custom-select .list li a{display: block;padding: 10px 20px;border: 1px solid #eee;border-bottom: 0;font-size: 13px;line-height: 16px;transition: 0.3s;}
.custom-select .list li a:hover{background-color: #1a5392;color: #fff;}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-title{background: #333;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: -40px;top: -50px;background-image: none;border-radius: 50%;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: '';position: absolute;width: 30px;height: 30px;background-image: url('/skin/fonts/8ce0e904814c442da6a252fd1bac5b7e.woff');background-size: 100% 100%;}
body .custom-skin .layui-layer-btn .layui-layer-btn0{background-color: #1a5392;border-color: #1a5392;color: #fff;}
body .custom-skin .layui-layer-resize{display: none;}
/*按钮背景动效*/
.ani-btn{z-index: 1;position: relative;overflow: hidden;}
.ani-btn:after{content: '';z-index: -1;position: absolute;left: 30%;top: 100%;width: 40px;height: 40px;border-radius: 50%;background-color: #c80000;transform: translate(-50%,-50%) scale(0);}
.ani-btn:hover{border-color: #c80000!important;color: #fff!important;transition: 0.5s ease-in-out;}
.ani-btn:hover:after{transform: translate(-50%,-50%) scale(10);transition: 1s ease-in-out;}
/*按钮背景动效2*/
.ani-btn2{z-index: 1;position: relative;overflow: hidden;}
.ani-btn2:after{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #c80000;transform: skew(50deg) scaleX(0);transform-origin: left bottom;}
.ani-btn2:hover{background-color: rgba(255,255,255,0);border-color: #c80000!important;color: #fff!important;transition: 0.5s ease-in;}
.ani-btn2:hover:after{transform: skew(50deg) scaleX(1.5);transition: 0.5s ease-in;}
/*分享栏*/
.share-wrap{font-size: 0;}
.share-wrap .pre{display: inline-block;vertical-align: bottom;font-size: 14px;line-height: 32px;color: #666;}
.share-wrap .item{position: relative;display: inline-block;vertical-align: top;width: 32px;height: 32px;margin-left: 10px;background-color: #fff;border: 1px solid #fff;border-radius: 50%;cursor: pointer;}
.share-wrap .item:first-child{margin-left: 0;}
.share-wrap .item .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 20px;height: 20px;margin: auto;}
/*弹窗-视频*/
.popup-video{display: none;z-index: 2;position: fixed;left: 50%;top: 50%;width: 90%;max-width: 1000px;transform: translate(-50%,-50%);}
.popup-video .close-btn{z-index: 1;position: absolute;right: 0;top: 0;width: 40px;height: 40px;background-color: #0091db;font-size: 40px;text-align: center;line-height: 32px;color: #fff;cursor: pointer;}
.popup-video video{width: 100%;}
.video-js{position: static;width: 100%;height: auto;padding-top: 56.3%;}
.video-js .vjs-big-play-button{display: none;}


/*header*/
header{z-index: 2;position: fixed;left: 0;right: 0;top: 0;height: 130px;background-color: rgba(255,255,255,.2);transition: 0.5s;}
/*logo*/
header .logo{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
header .logo img{display: block;max-width: 420px;max-height: 110px;transition: 0.5s;}
/*移动端导航按钮*/
header .menu-btn{display: none;z-index: 1;position: absolute;right: 0;top: 50%;width: 20px;height: 18px;cursor: pointer;transform: translateY(-50%);}
header .menu-btn span{display: block;height: 2px;background-color: #000;transition: 0.3s;}
header .menu-btn span:nth-child(2){margin: 6px 0;}
/*导航*/
.nav-box{position: absolute;right: 0;bottom: 0;transition: 0.5s;}
.nav-box .nav-1st{}
.nav-box .nav-1st > li{position: relative;float: left;padding-bottom: 20px;margin: 0 15px;transition: 0.5s;}
.nav-box .nav-1st > li:first-child{margin-left: 0;}
.nav-box .nav-1st > li:last-child{margin-right: 0;}
.nav-box .nav-1st > li > a{position: relative;display: block;font-size: 18px;line-height: 50px;font-weight: bold;color: #fff;transition: 0.3s;}
.nav-box .nav-1st > li > a:after{content: '';position: absolute;left: 50%;bottom: 0;width: 30px;height: 6px;margin-left: -15px;
	background-size: 100% 100%;background-image: url('/skin/fonts/dh.svg');transform: scaleX(0);transition: 0.5s;}
.nav-box .nav-1st > li:hover > a:after{transform: scaleX(1);}
.nav-box .nav-1st > li.on > a{color: #eb2805;}
.nav-box .nav-1st > li.on > a:after{transform: scaleX(1);}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100%;width: 100%;min-width: 140px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 5px;transform: translateX(-50%);}
.nav-box .nav-2nd > li{position: relative;}
.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: #1a5392;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}
.nav-box .nav-3rd{position: absolute;left: 100%;top: -8px;width: 140px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 5px;transform: translateY(10px);opacity: 0;visibility: hidden;transition: 0.3s;}
.nav-box .nav-3rd > li{}
.nav-box .nav-3rd > li > a{display: block;padding: 10px;font-size: 14px;line-height: 16px;text-align: center;color: #fff;}
.nav-box .nav-3rd > li > a:hover{background-color: #1a5392;}
.nav-box .nav-2nd > li:hover > a{background-color: #1a5392;}
.nav-box .nav-2nd > li:hover .nav-3rd{transform: translateY(0);opacity: 1;visibility: visible;}
/*搜索按钮*/
header .search-btn{position: absolute;right: 0;top: 40px;width: 20px;height: 20px;background-size: 100% 100%;background: url('/skin/picture/ss.svg');cursor: pointer;filter: brightness(0) invert(1);transition: 0.5s;}
/*弹窗内容-搜索栏*/
.popup-search-wrap{position: absolute;left: 50%;top: 50%;width: 80%;transform: translate(-50%,-50%);}
.popup-search-wrap .text-input{box-sizing: border-box;width: 100%;height: 40px;padding: 0 50px 0 10px;border: 1px solid #eee;}
.popup-search-wrap .sub-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;background: #1a5392 url('/skin/picture/ss2.svg') center no-repeat;background-size: 20px 20px;}
/*功能栏*/
header .func-wrap{position: absolute;right: 40px;top: 40px;}
header .func-wrap .item{position: relative;display: inline-block;vertical-align: top;padding-left: 25px;margin-left: 20px;font-size: 16px;line-height: 20px;color: #fff;}
header .func-wrap .item:first-child{margin-left: 0;}
header .func-wrap .item .icon{position: absolute;left: 0;top: 0;width: 20px;height: 20px;filter: brightness(0) invert(1);}
header .func-wrap .item:hover{text-decoration: underline;}
/*头部-页面滚动样式*/
header.fixed{height: 80px;background-color: #fff;box-shadow: 0 4px 8px rgba(0,0,0,.1);}
header.fixed .logo img{max-width: 400px;max-height: 80px;}
header.fixed .nav-box{right: 40px;}
header.fixed .nav-box .nav-1st > li{padding-bottom: 15px;}
header.fixed .nav-box .nav-1st > li > a{color: #333;}
header.fixed .search-btn{top: 30px;filter: none;}
header.fixed .func-wrap{display: none;}

/*footer*/
footer{position: relative;background: #1a5392 url(/skin/images/footer_bg.jpg) left bottom no-repeat;background-size: cover;}
footer .top{overflow: hidden;padding: 40px 0 30px;border-bottom: 1px solid rgba(255,255,255,.3);}
footer .bottom{position: relative;padding: 40px 0 50px;}
/*底部logo*/
footer .logo{float: left;}
footer .logo img{display: block;max-width: 300px;max-height: 70px;}
/*底部导航*/
footer .nav-1st{float: right;margin-top: 35px;}
footer .nav-1st > li{float: left;margin-left: 40px;}
footer .nav-1st > li:first-child{margin-left: 0;}
footer .nav-1st > li > a{display: block;font-size: 18px;line-height: 20px;transition: 0.3s;}
footer .nav-1st > li > a:hover{transform: translateY(-5px);}
/*版权*/
footer .cr{font-size: 16px;line-height: 20px;}
footer .cr p{margin: 10px 0;}
footer .cr span{margin-right: 20px;word-break: keep-all;}
footer .cr a{}
footer .cr a:hover{text-decoration: underline;}
/*地址*/
footer .addr{margin-bottom: 25px;}
/*二维码*/
footer .qrcode{position: absolute;right: 0;top: 24px;}
footer .qrcode .pic{display: block;width: 80px;height: 80px;}
footer .qrcode .tit{margin-top: 10px;text-align: center;line-height: 20px;}


/*中屏PC:<=1440px(针对1366*650)*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC:>=1025px && <=1280px*/
@media screen and (max-width: 1280px){
	
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	/*header*/
	header{height: 100px;}
	/*logo*/
	header .logo img{max-width: 400px;max-height: 80px;}
	/*导航*/
	.nav-box .nav-1st > li{padding-bottom: 10px;}
	.nav-box .nav-1st > li > a{font-size: 16px;}
	/*搜索按钮*/
	header .search-btn{top: 20px;}
	/*功能栏*/
	header .func-wrap{top: 20px;}
	
	/*footer*/
	footer .top{padding: 30px 0;}
	footer .bottom{padding: 30px 0 40px;}
	/*底部logo*/
	footer .logo img{max-width: 200px;max-height: 50px;}
	/*底部导航*/
	footer .nav-1st{margin-top: 20px;}
	footer .nav-1st > li{margin-left: 20px;}
	footer .nav-1st > li > a{font-size: 16px;}
	/*版权*/
	footer .cr{margin-right: 150px;font-size: 13px;}
	footer .cr span{margin-right: 10px;}
	/*地址*/
	footer .addr{margin-bottom: 15px;}
	/*二维码*/
	footer .qrcode{top: 20px;}
	footer .qrcode .tit{margin-top: 5px;font-size: 13px;}
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*header*/
	header{height: 60px;background-color: #fff;}
	header .logo img{max-width: 280px;max-height: 80px;}
	/*移动端导航按钮*/
	header .menu-btn{display: block;}
	/*导航*/
	header .nav-box{display: none;}
	/*搜索按钮*/
	header .search-btn{right: 40px;filter: brightness(0);}
	/*功能栏*/
	header .func-wrap{display: none;}
	/*头部-页面滚动样式*/
	header.fixed{height: 60px;}
	header.fixed .logo img{max-width: 200px;max-height: 40px;}
	header.fixed .search-btn{top: 20px;}
	
	/*footer*/
	footer .top{padding: 10px 0;}
	footer .bottom{padding: 15px 0 20px;}
	/*底部logo*/
	footer .logo{float: none;}
	footer .logo img{max-width: 200px;max-height: 40px;margin: 0 auto;}
	/*底部导航*/
	footer .nav-1st{display: none;}
	/*版权*/
	footer .cr{margin-right: 0;font-size: 12px;text-align: center;}
	footer .cr p{margin: 5px 0;}
	footer .cr span{display: block;margin-right: 0;word-break: normal;}
	/*地址*/
	footer .addr{margin-bottom: 0;}
	/*二维码*/
	footer .qrcode{display: none;}
}