@charset "utf-8";
/*--------------------Reset-----------------*/
/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.wrap{width:1200px;margin:auto;}
.gay{color:#b6b6b6;}
.bjl{background-color:#daedfb;}
.bjb{background-color:#fff;}
.margin-top-10{margin-top:10px;}
.padding-20{padding:10px 20px;}
.padding-38{padding: 10px 38px 20px;}
.margin-20{margin-bottom:20px;}
a:hover{color: #2688d3;}
.row{padding:0 10px;}
.img-responsive{display: block;max-width: 100%; height: auto;width:100%;}
video::-webkit-media-controls-fullscreen-button {display: none;} 
video::-webkit-media-controls-play-button {display: none;}  
video::-webkit-media-controls-timeline {display: none;}  
video::-webkit-media-controls-current-time-display{display: none;} 
video::-webkit-media-controls-time-remaining-display {display: none;} 
/*video::-webkit-media-controls-mute-button {display: none;} */
/*video::-webkit-media-controls-volume-control-container{display: none};  */
/*video::-webkit-media-controls-enclosure{display: none;} */
.vodio h1,.zt-more h1,.yq-link h1{height:46px;border-bottom: 4px solid #e2e2e2;}
.vodio h1 span,.zt-more h1 span,.yq-link h1 span{display:inline-block;border-bottom:4px solid #da0000;font-size:24px;color:#da0000;font-weight:bold;line-height:46px;padding:0 14px;}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3%, 0, 0);
		transform: translate3d(3%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3%, 0, 0);
		transform: translate3d(3%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3%, 0, 0);
		transform: translate3d(-3%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3%, 0, 0);
		transform: translate3d(-3%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

.flipInX {
	visibility: visible !important;
	visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
   color: #fff;
}
.line-2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 16px;}
.line-3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999999999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}
/*头部*/
.head{background:url(../images/top_bj_02.png) top right #306ecb no-repeat;padding: 29px 0px;}
.list_yw .head{background-image:none;}
.logo-pc{width:47%;}
.logo-pc img{max-width:100%;}
.xiaoxun{margin-left:10%;width:28%;}
.xiaoxun p{color:#fefefe;font-size:20px;line-height:40px;}
.xiaoxun p.icon1{margin-left: 13%;}
.xiaoxun p.icon2{margin-left: 27%;}
.head-r{width:22%}
.head-r p{color:#fefefe;font-size: 14px;padding-left: 12%;}
.head-r p a{color: #fff;position: relative;}
.head-r p a:first-child:after{content:'';display:inline-block;width:2px;height:15px;margin: 0 24px;background: #fff;top: 3px;position: relative;}
.head .search{width:100%;height: 46px;margin-top: 16px;position:relative;background:#e2f0ff;border-radius:27px;}
.head .search .text{width:84%;height: 46px;position:absolute;left:0px;top:0px;background: transparent;font-size: 16px;color:#666;text-indent:20px;}
input::-webkit-input-placeholder{color:#666;}
input::-moz-placeholder{color:#666;}
input:-moz-placeholder{color:#666;}
input:-ms-input-placeholder{color:#666;}
.head .search .submit{width: 13%;height: 38px;position:absolute;left:84%;top: 3px;background: transparent;background:url(../images/search_03.png) left 6px no-repeat;cursor:pointer;}
/*手机头部*/
.head-sj{position:relative;background:url(../images/top_bj_02.jpg) center right #306ecb no-repeat;}
.head-sj .logo img{margin: 6px 0px 0px 10px;}
.head-sj{padding:15px 10px;}
.header-right .icon-search{background-image:url(../images/icon1_06.png);width:18px;height:19px;cursor:pointer;position:absolute;top: 42px;right:10px;margin-right:4px;}
.header-right .closeSearch{background-image:url(../images/icon2_03.png);background-size: 100%;width:18px;height:19px;}
.header-right .icon-search:before{display:none;}
/*搜索*/
.search_box{background-color:#2F2F2F;height:44px;position:absolute;left:0px;top: 103px;width:100%;display:none;z-index: 100;}
.search_box .text{width:66%;background-color:#fff;height:34px;line-height:34px;margin:5px 0px;}
.search_box .submit{width:30%;background-color:#0053ba;height:34px;line-height:34px;margin:5px 0px;color:#fff;}
/*pc导航*/
.nav{height:60px;line-height:60px;}
.nav li{float:left;width: 7.6%;height:60px;line-height:60px;position:relative;text-align:center;}
.nav li a{color:#333;font-size: 17px;display:inline-block;}
.nav li a.hover{border-bottom:4px solid #005eb1;color:#005eb1;height:56px;}
.nav li ul{width:100%;position:absolute;left:0px;top:60px;background:#fff no-repeat;z-index:55;*z-index:55;_z-index:55;display:none;}
.nav li ul li{width:100%;height:45px;line-height:45px;}
.nav li ul li a{display:block;color:#171717;height:45px;line-height:45px;font-size:16px;}
.nav li ul li a:hover{color:#fff;background:#ffb400;}
.nav li ul li a:after{display:none;}
.nav li ul.submenu1 li:nth-of-type(1),ul.submenu3 li:nth-of-type(1){display:none;}
/*手机导航*/

.nav-sj {width:100%;position: relative;z-index: 55;background: #fff;}
.nav-sj #titbar {padding: 13px 10px;font-size: 15px;color: #333;display: block;font-weight: 500;}
.nav-sj #titbar .btn { float: right }
.nav-sj #titbar img {height: 15px;width: 16px;float: right;margin-top: .2rem;}
.nav-sj .subwrap {width: 100%; position: absolute;display: none;background-color: #fff;border-bottom:1px solid #dedede}
.nav-sj .subwrap li{line-height: 40px;overflow: hidden;width: 100%;text-align: left;text-indent: 0.5rem;border-top-width: 1px;border-top-style: solid;border-top-color: #dedede;font-size: 0.4rem;display: block;}
.nav-sj .subwrap li a{color: #333333;display:block;width:88.1%;float:left;font-size: 14px;}
.nav-sj .subwrap li i{ width:11.5%; float: right;border-left: 1px solid #dedede;text-align: center;}
.nav-sj .subwrap li .current{background-color: #f8f8f8;}
.nav-sj .subwrap li ul.submenulist{background-color: #f8f8f8;display: none;/* margin-top: 3rem; */width:100%;}
.nav-sj .subwrap li ul.submenulist li{ line-height:3.3rem;}
.nav-sj .subwrap li ul.submenulist li a{ width:100%;}
.nav-sj .subwrap li .submenulist li>a{width:88.1% !important;}
.nav-sj .subwrap li i{font-size:13px;}
.head-sj,.nav-sj{display:none;}

/* 尾部 */
.foot{background: url(../images/foot_bj_02.jpg) top center;padding:22px 0px 34px;color: #fff;}
.foot .copy{margin-top: 18px;}
.foot .lxwm{width:73%;}
.foot .lxwm p{font-size: 14px;line-height: 42px;}
.foot h1{color: #fff;font-size: 27px;font-weight:bold;background: url(../images/icon1_41.png) left 9px no-repeat;padding-left: 4%;display: inline-block;border-bottom: 1px solid #89a6d9;padding-bottom: 24px;}
.foot span{display: inline-block;padding-left: 10px;}
.foot .img{margin-top: 20px;text-align:center;}
.foot .img p{line-height:36px;text-align: center;}
.foot .img img{max-width: 121px;}

.container{max-width:1400px;margin:auto;}