@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
html{ float:none; line-height:18px; font-size:14px; color:#666; font-family:arial,"Microsoft Yahei"; min-width: 1200px;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-weight: normal;font-style: normal;}
ol,ul,li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
q:before,q:after {content:”;}
abbr,acronym { border: 0;}
a,a:hover{text-decoration:none; color: #656565; cursor: pointer;}

html{
    background: #fff;
}

.trans02s{
	transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.trans05s{
	transition: all .5s;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.trans08s{
	transition: all .8s;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.boxinline-2box{
    width: 49.5%;
    margin-right: 1%;
    float: left;
}

.boxinline-2box-mini{
    width: 48%;
    margin-right:4%;
    float: left;
}
.boxinline-2box-mini-0{
    margin-right: 0;
}

.boxinline-2box-0{
    margin-right: 0;
}

.boxinline-3box{
    width: 33%;
    margin-right: .5%;
    float: left;
}
.boxinline-3box-0{
    margin-right: 0;
}

.boxinline-4box{
    width: 23.875%;
    margin-right: 1.5%;
    float: left;
}
.boxinline-4box-0{
    margin-right: 0;
}
.boxinline-4box-nowhite{
    width: 25%;
    float: left;
}

.boxinline-3box-mini{
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.boxinline-3box-mini-0{
    margin-right: 0;
}
.boxinline-w30{
    width: 30%;
    margin-right: 5%;
    float: left;
}
.boxinline-w70{
    width: 65%;
    margin-right: 5%;
    float: left;
}
.boxinline-w75{
    width: 66%;
    margin-right: 4%;
    float: left;
}

.boxinline-w40{
    width: 40%;
    margin-right: 5%;
    float: left;
}
.boxinline-w60{
    width: 55%;
    margin-right: 5%;
    float: left;
}

.boxinline-w20{
    width: 20%;
    margin-right: 4.5%;
    float: left;
}
.boxinline-w80{
    width: 75.5%;
    margin-right: 4.5%;
    float: left;
}

.right-no{
    margin-right: 0 !important ;
}
.boxinline-center{
    float: none !important;
    margin: 0 auto;
}

.MainContainer{
	width: 1200px;
	margin: 0 auto;
}
.img-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline img{
    width: 100%;
    height: auto;
    float: left;
}
.scal1-1 .img-outline{
    overflow: hidden;
}
.scal1-1:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}
.Page-Text{
	width: 100%;
    height: auto;
    line-height: 2rem;
}
.Page-Text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Page-Text img , .Page-Text table{
	max-width: 100%;
}

.Index-Bg{
    background: url(../images/indexbg.png) center 32px  no-repeat #fff;
}

.HEADER-Top{
    height: 32px;
    background: #f9f7f4;
    border-bottom: 1px solid #c9c9ca
}
.HEADER-Top ul , .HEADER-Top li{
    display: inline;
}
.HEADER-Top li a{
    padding: 0 9px;
    line-height: 32px;
    display: inline-block;
    color: #000;
    font-family:'SimSun','NSimSun','FangSong', 'KaiTi','SimHei','Arial Narrow', Arial, sans-serif;
    font-size: 13px;
}
.HEADER-Top li a:hover{
    text-decoration: underline;
    color: #fca22c;
}
.HEADER-Top li.active a{
    font-weight: bold;
    color: #c00;
}

.HEADER-Main{
    background: url(../images/headbg.png) bottom right no-repeat;
    background-size: cover;
}

.HEADER-Notice{
    height:60px;
}
.HEADER-Notice .notice{
    height: 20px;
    padding-top: 10px;
}
.HEADER-Notice h2{
    color: #222;
    font-size: 15px;
    font-weight: bold;
    width: 5%;
    float: left;
    line-height: 20px;
}
.HEADER-Notice marquee{
    width: 95%;
    float: left;
    color: #222;
    line-height: 20px;
}
.HEADER-Notice .info{
    line-height: 20px;
    color: #222;
}
.HEADER-Notice .info a{
    float: right;
    font-size: 16px;
    color: #fe8125;
    padding-right: 70px;
}

.HEADER-Nav{
    height: 40px;
    border-top: 1px solid #f36e73;
    /**background: url(../images/bg_nav.jpg) center top;**/
    background: rgba(255, 0, 0, .55);
    padding: 10px 0;
}
.HEADER-Nav ul , .HEADER-Nav li{
    display: inline;
}
.HEADER-Nav a{
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 0 14px;
    font-size: 16px;
}
.HEADER-Nav a:hover{
    text-decoration: underline;
}
.HEADER-Nav li.active a{
    font-weight: bold;
    font-size: 18px;
}

.owl-nav{
    z-index: 10;
}
.owl-nav button , .owl-nav button span{
    width: 38px;
    height: 75px;
    font-size: 0;
    display: block;
}
.owl-nav button {
    top: 40%;
    position: absolute;
}
.owl-nav button.owl-prev {
    left:2%;
}
.owl-nav button.owl-prev span{
    background: url(../images/banner-nav.png) left center;
}
.owl-nav button.owl-next{
    right: 2%;
}
.owl-nav button.owl-next span{
    background: url(../images/banner-nav.png) right center;
}
.owl-dots{
    width: 100%;
    height: 15px;
    line-height: 15px;
    z-index: 10;
    position: absolute;
    bottom: 15px;
    text-align: right;
}
.owl-dots button, .owl-dots button{
    width: 12px !important;
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
}
.owl-dots button span{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #fff;
}
.owl-dots button.active{
    margin-right: 25px;
}
.owl-dots button.active span{
	background: #f60
}
.the-slide{
	width: 100%;
    display: block;
    position: relative;
}
.the-slide .img-outline{
    position: relative;
    z-index: 1;
}
.the-slide h3{
    position: absolute;
    background: rgba(0,0,0,.75);
    height: 46px;
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 98%;
    padding: 0 1%;
    line-height: 46px;
}


.Index-Main{
    padding: 5px 0 50px 0;
}

.VideoSlider-Outline{
    height: 450px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.VideoSlid{
    position: relative;
    overflow: hidden;
    height: 450px;
    width: 800px;
    float: left;
    z-index: 0;
}
.VideoSlid .the-slide{
    height: 450px;
}
.VideoSlid .the-slide .Video-Btn{
    width: 111px;
    height: 111px;
    display: inline-block;
    position: absolute;
    z-index: 10;
    background: url(../images/videobtn.white.png);
    left: 44%;
    top: 35%;
}
.VideoSlid .the-slide .Video-Btn:hover{
    background: url(../images/videobtd.colored.png);
}
.VideoSlid a{
    color: #fff;
}
.VideoSlid a:hover{
    text-decoration: underline;
}

.VideoSlider-VideoBg{
    width: 800px;
    height: 450px;
    overflow: hidden;
    background: #000;
    position: absolute;
    z-index: 10;
    top: 0;
    left: -800px;
}
.VideoSlider-VideoBg .Video-outline{
    position: relative;
    text-align: center;
}
.VideoSlider-VideoBg video{
    height: 450px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.VideoSlider-VideoBg button{
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 50px;
    background: url(../images/video.close.png) center center no-repeat;
    right: 0;
    top: 0;
    outline: none;
    border: none;
}
.VideoSlider-VideoBg button:hover{
    background: url(../images/video.close.color.png) center center no-repeat;
}

.ImgSlider-Outline{
    height: 400px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.ImgSlid{
    position: relative;
    overflow: hidden;
    height: 400px;
}
.ImgSlid .the-slide{
    height: 400px;
}


.VideoSlider-Right{
    width: 380px;
    float: right;
}
.VideoSlider-Right .Title{
    height: 40px;
    border-bottom: 1px solid #fff;
}
.VideoSlider-Right .Title h1{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    background:#ff9126; 
    font-weight: bold;
    border-bottom: 1px solid #ff9126;
    float: left;
}
.VideoSlider-Right li{
    margin-top: 1px;
}
.VideoSlider-Right li a{
    background: #f2f2f2;
    display: block;
    padding: 20px;
    color: #333232;
    line-height: 26px;
}
.VideoSlider-Right li a span{
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 26px;
}
.VideoSlider-Right li a:hover{
    background: #ffb526;
    color: #fff;
}
.VideoSlider-Right li a i{
    float: left;
    margin-right: 10px;
    width: 1px;
    height: 26px;
    background: #f6a200;
}


.IxBox{
    margin-top: 20px;
    height: 400px;
    overflow: hidden;
    font-family:'宋体' , SimSun , '仿宋' , FangSong ;
}
.IxBox .Title{
    height: 50px;
    border-top: 2px solid #f6a200;
}
.IxBox .Title h1{
    height: 40px;
    line-height:40px;
    color: #2f4c79;
    font-size: 17px;
    float: left;
    font-family: '黑体' , SimHei , '微软雅黑' , 'Microsoft YaHei' ;
}
.IxBox .Title a.more{
    float: right;
    margin-top: 10px;
}
.IxBox .Title a.more i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon_more.png);
}
.IxBox .Title a.more:hover i{
    background: url(../images/icon_more.hover.png);
}

.IxBox li{
    margin-bottom: 15px;
}
.IxBox li a{
    display: block;
}
.IxBox li .text{
    color: #393939;
    line-height: 20px;
}
.IxBox li .text.strong{
    color: #fe8125;
    font-family: '黑体' , SimHei , '微软雅黑' , 'Microsoft YaHei' ;
    font-size: 15px;
}
.IxBox li .text:hover{
    color: #2f4c79;
}
.IxBox .img{
    position: relative;
}
.IxBox .img .img-outline{
    position: relative;
    height: 158px;
    overflow: hidden;
}
.IxBox .img h3{
    position: absolute;
    background: rgba(48,87,152,.75);
    height: 40px;
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 94%;
    padding: 0 3%;
    line-height: 40px;
}

.Foot-Links{
    padding: 20px 0;
    background: #f1f1f1;
    border-top: 1px solid #d2d2d2;
    font-family:'SimSun','NSimSun','FangSong', 'KaiTi','SimHei','Arial Narrow', Arial, sans-serif;
}
.Foot-Links h2{
    width: 10%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #333232;
    line-height: 60px;
}
.Foot-Links ul{
    width: 90%;
    float: left;
}
.Foot-Links li{
    display: inline;
}
.Foot-Links a{
    color: #333232;
    padding: 0 7px;
    line-height: 30px;
}
.Foot-Links a:hover{
    text-decoration: underline;
}
.Copyright{
    padding: 30px 0 20px 0;
    background: #ffa902;
    color: #fff;
    text-align: center;
    line-height: 24px;
    height: 80px;
}
.Copyright a{
    color: #fff;
    padding: 0 5px;
}
.Copyright a:hover{
    text-decoration: underline;
}
.Copyright .vcode{
    float: left;
    margin-top: -15px;
}
.Copyright .vcode img{
    width: 90px;
    border:5px solid #fff;
}

.Page-List{
    width: 72%;
    float: left;
    margin-right: 2%;
    margin-top: 10px;
}
.Page-Show{
    width: 72%;
    float: left;
    margin-left: 2%;
    margin-top: 10px;
}
.Page-Side{
    width: 26%;
    float: left;
    margin-top: 10px;
}
.PageSlid{
    height: 380px;
    overflow: hidden;
}
.PageSlid .img-outline{
    height: 380px;
    overflow: hidden;
}
.Page-List ul{
    margin-bottom: 50px;
}
.Page-box{
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0 20px 0;
    margin-top: 20px;
}
.Page-box a{
    display: block;
}
.Page-box h3{
    line-height: 30px;
    color: #444;
    font-size: 22px;
    padding-bottom:10px;
}
.Page-box h3:hover{
    text-decoration: underline;
}
.Page-box .text p{
    height: 75px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.Page-box .text p.date{
    height: 24px;
    color: #999;
    text-align: right;
}
.Page-box .img{
    width: 22%;
    float: left;
    margin-right: 3%;
    height: 99px;
    overflow: hidden;
}
.Page-box .text{
    width: 75%;
    float: left;
}
.Page-box.Page-Noimg .text{
    width: 100%;
}


.Page-Pager{
	width: 100%;
}
.Page-Pager .PageInfo{
	display: none;
}
.Page-Pager .PageBtn{
	width: 100%;
	text-align: center;
}
.Page-Pager li{
	display: inline;
	padding: 0 5px;
}
.Page-Pager li a{
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 20px;
	color: #333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.Page-Pager li a:hover{
	color: #fe7714;
	border: 1px solid  #fe7714;
}
.Page-Pager li.active a{
	border: 1px solid #fe8125;
	background: #fe8125;
	color: #fff;
}

.Side-box{
    margin-bottom: 30px;
}
.Side-box .SideTitle{
    border-top: 1px solid #fe8125;
    height: 40px;
}
.Side-box .SideTitle h3{
    color: #fe8125;
    font-size: 18px;
    line-height: 40px;
}
.SideList1 li{
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0 10px 0;
    line-height: 26px;
    font-size: 15px;
    color: #111;
}
.SideList1 li span{
    margin-right: 5px;
}
.SideList1 li a{
    font-size: 16px;
    color: #111;
}
.SideList1 li a:hover{
    text-decoration: underline;
}

.SideList1 li.ImgBox{
    padding-top: 0;
}
.SideList1 li.ImgBox a{
    display: block;
}
.SideList1 li.ImgBox h3{
    line-height: 20px;
    color: #111;
    font-size: 14px;
    padding-bottom:10px;
    font-weight: bold;
}
.SideList1 li.ImgBox h3:hover{
    text-decoration: underline;
}
.SideList1 li.ImgBox .text p{
    height: 100px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.SideList1 li.ImgBox .img{
    width: 40%;
    float: left;
    margin-right: 5%;
    height: 99px;
    overflow: hidden;
}
.SideList1 li.ImgBox .text{
    width: 55%;
    float: left;
}
.SideList3{
    margin-top: 10px;
}
.SideSlid .owl-dots{
    display: none;
}
.SideSlid  h3{
    padding: 0 10px;
}
.SideSlid .owl-nav button {
    top: 30%;
}
.SideList2 {
    margin-top: 10px;
}
.SideList2 ul{
    border: 1px solid #dfdfdf;
    border-bottom: none;
}
.SideList2 ul li{
    border-bottom: 1px solid #dfdfdf;
}
.SideList2 h3{
    line-height: 40px;
    color: #111;
}
.SideList2 ul li .img-outline{
    height: 0;
    overflow: hidden;
}
.SideList2 ul li  span{
    height: 40px;
    line-height: 40px;
    width: 46px;
    text-align: center;
    display:block;
    float: left;
    margin-right: 0;
}
.SideList2 ul li.active .img-outline{
    height: 150px;
    border-bottom: 1px solid #dfdfdf;
}
.SideList2 ul li.active h3{
    font-weight: bold;
}
.SideList2 ul li.active  span{
    background: #fe7714;
    color: #fff;
    margin-right: 10px;
}


.Location{
    height: 60px;
    text-align:left;
    margin-top: 30px;
}
.Location h1{
    line-height: 60px;
    font-size: 30px;
    color: #fe8125;
    padding-right: 30px;
    float: left;
}
.Location ul{
    height: 60px;
}
.Location ul li{
    display: inline-block;
    line-height: 50px;
    padding-top: 10px;
    margin-right: 10px;
    font-size:18px;
    color: #333;
    font-weight: bold;
}
.Location a, .Location span{
    color: #666;
    font-weight: normal;
}
.Location a:hover{
    text-decoration: underline;
}

.NewsShow-top{
	padding-bottom: 10px;
    margin-bottom: 30px;
    background: url(../images/NewsTop.png) bottom center repeat-x;
    margin-top: 50px;
    padding-bottom: 30px;
}
.NewsShow-top h1{
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
    color: #111;
    text-align: center;
    padding: 0 10% 20px 10%;
}
.NewsShow-top p{
	line-height: 30px;
	color: #111;
}
.NewsShow-top p span{
    padding-right: 30px;
    font-weight: bold;
    color: #333;
}
.Page-Show .Video-outline{
    text-align: center;
    margin-bottom: 30px;
}
.Page-Show .Video-outline video{
    max-height: 460px;
    background: #000;
}
.Gallery-Outline{
    margin-bottom: 30px;
}
.Gallery-Outline .img-outline{
    max-height: 400px;
    overflow: hidden;
}
.Gallery-Outline .the-slide .text{
    background: rgba(0,0,0,.75);
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 96%;
    padding: 15px 2%;
}
.Gallery-Outline .the-slide .text h3{
    background:none;
    position: relative;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
}
.Gallery-Outline .the-slide .text p{
    color: #fff;
    line-height: 20px;
    height: 0;
    overflow: hidden;
}
.Gallery-Outline .the-slide:hover .text p{
    height: auto;
    margin-top: 15px;
}

.SideBar{
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 9999;
}
.SideBar li{
    border: 1px solid #c5e8f8;
    border-top:none;
    background: #effaff;
    height: 40px; 
    line-height: 40px;
    color: #305798;
    width: 120px;
    text-align:center;
}
.SideBar li a{
    color: #305798;
}
.SideBar li a:hover{
    text-decoration: underline;
}
.SideBar li span{
    width: 30px;
    height: 30px;
    background: url(../images/ico_map.png) center bottom no-repeat;
    vertical-align:top;
    display: inline-block;
    margin-left: -20px;
    margin-top: 3px;
}
.SideBar li.home{
    padding-top: 5px;
    background: url(../images/ico_home.png) 10px center no-repeat #305798;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -o-radius:5px 5px 0 0;
    border: 1px solid #305798;
}
.SideBar li.home a{
    color: #fff;
}
.SideBar li.Gotop{
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -o-radius:0 0 5px 5px; 
    height: 15px; 
    padding-top:10px;
}
.SideBar li.Gotop button{
    width: 30px;
    height: 30px;
    background: url(../images/GoTop.png);
    display: inline-block;
    border:none;
}

.ContactTitle{
    height: 40px;
    padding-top: 30px;
}
.ContactTitle h1{
    line-height: 36px;
    font-size: 30px;
    color:#ffb526;
}
.ContactTitle h1 span{
    color: #fff;
    font-size: 20px;
}
.ContactTitle p{
    line-height:10px;
    text-align: left
}
.ContactTitle p span{
    width: 60px;
    height: 3px;
    display: inline-block;
    background: #ff9724;
}

.ContactBody{
    margin-top: 30px;
    background: #fff;
    padding: 30px 50px;
    margin-bottom: 50px;
}
.ContactBody ul{
    width: 35%;
    float: left;
    margin-right: 5%;
}
.ContactBody ul li{
    margin-bottom: 30px;
}
.ContactBody  h2{
    font-size: 28px;
    line-height: 80px;
    color: #111;
    font-weight: bold;
    text-align: center;
}
.ContactBody ul h3{
    font-size: 20px;
    color: #111;
    line-height: 30px;
}
.ContactBody ul p{
    line-height: 50px;
    font-size: 20px;
    color: #999;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.ContactBody .img{
    width: 60%;
    float: left;
    margin-top: 30px;
}

.search-bg{
    background: #fff;
}

.HEADER-Top .MainContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HEADER-Top{
    height: 42px;
    z-index: 999;
    position: relative;
}

.header-sites li, .header-sites a{
    line-height: 42px;
    position: relative;
}
.header-sites a.more{
    padding-right: 30px;
}
.header-sites a.more::after{
    content: '▶';
    position: absolute;
    right: 10px;
    font-size: 10px;
}
.header-sites .open a.more::after{
    transform: rotate(90deg);
}
.header-sites .open a.more{
    color: #f00;
}

.header-sites li ul{
    position: absolute;
    top: 29px;
    width: 330px;
    right: 0;
    background: #f9f7f4;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
    padding-left: 10px;
    display: none;
    flex-wrap: wrap;
    padding: 5px 0 5px 10px;
}
.header-sites li.open ul{
    display: flex;
}
.header-sites ul li, .header-sites ul a{
    line-height: 32px !important;
    height: 32px !important;
    display: inline-block;
}

.header-sites ul li.active {
    width: auto !important;
}

.top-search{
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-search label{
    line-height: 36px;
    color: #666;
}
.top-search input{
    width: 180px;
    line-height: 24px;
    height: 24px;
    border:1px solid #ccc;
    padding: 0 5px;
    border-radius: 2px;
    color: #333;
    margin-right: 10px;
}
.top-search button{
    line-height: 24px;
    height: 24px;
    border:1px solid #ccc;
    background: #f1f1f1;
    border-radius: 2px;
    padding: 0 5px;
    color: #333;
    cursor: pointer;
}