/*初始化*/

html {
	font-size: 62.5%;
	font-family: "microsoft yahei";
	color: #363636;
}
body{
	background: url(../img/bg.jpg) 100%;
	    background-size: cover;
}


body,
div,
img,
a,
ul,
ol,
li,
span,
i,
u,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
strong,
select,
option {
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}
li {
	list-style: none;
}

a,
u {
	text-decoration: none;
	color: #363636;
}

img {
	display: block;
	border: none;
}

.inBox .inHd ul li a,
.inside_left_1 ul li,
.inside_right dl dd a.inside_right_tit,
.picMarquee-top li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.index_3 .index_3_in dl,
.index_3 .index_3_in dl dt img {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}

.nav_top_in .wx img,
.index_1 dl a img,
.inside_right ul.inside_pic li a img {
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
}

.nav_top_in .wx img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.slideBox .prev,
.slideBox .next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.nav_top_in .wx:hover img,
.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.index_1 dl a img:hover,
.inside_right ul.inside_pic li a img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


/*-------------------------------------------------------*/

.more {
	float: right;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: 100;
}

.more:hover {
	color: #005e88;
	text-decoration: underline;
}

.more1 {
	color: #005e88;
}

.more1:hover {
	text-decoration: underline;
}

.more2 {
	font-size: 1.4rem;
	padding: 7px 20px;
	border: 2px solid #005e88;
	border-radius: 4px;
	color: #005e88;
}

.more2:hover {
	background: #005e88;
	color: #FFFFFF;
}


/*顶部*/

.nav_top {
	font-family: arial;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fdfdfd;
	font-size: 1.2rem;
	color: #555555;
	z-index: 9999;
/* 	position: fixed;
	top: 0;
	left: 0; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16)
}

.nav_top_in {
	width: 1200px;
	margin: 0 auto;
}

.nav_top_in p {
	float: left;
}

.nav_top_in ul {
	float: right;
}

.nav_top_in ul li {
	float: left;
}

.nav_top_in ul li a {
	padding: 0 20px;
	border-right: 2px solid #666666;
	margin: 12px 0;
	line-height: 16px;
	height: 16px;
	display: block;
	color: #555555;
}

.nav_top_in ul li:nth-of-type(1) a {
	border-left: 2px solid #666666;
}

.nav_top_in ul li:hover a {
	color: #b40404;
}

.nav_top_in .wx {
	position: relative;
}

.nav_top_in .wx img {
	position: absolute;
	left: -27px;
	top: -110px;
	width: 145px;
	height: 145px;
}

.nav_top_in .wx:hover img {
	top: 43px;
}


/*logo*/

.logo {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 30px;
}

.logo img {
	float: right;
}

.logo a img {
	float: left;
}


/*导航*/

.nav_bj {
	width: 100%;
	height: 45px;
	background: #028ac7;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.nav ul {
	width: 1200px;
	text-align: center;
	float: left;
}

.nav ul li {
	display: inline-block;
}

.nav ul li.on,
.nav ul li:hover {
	background: #005e88;
}

.nav ul li a {
	color: #ffffff;
	line-height: 45px;
	font-size: 1.6rem;
	padding: 0 54px;
}

.nav ul li ol {
	position: absolute;
	background:#028ac7;
	border-radius: 0 0 4px 4px;
	display: none;
	overflow: hidden;
	z-index: 9999;
}

.nav ul li:hover ol {
	display: block;
}

.nav ul li ol li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/*搜索*/

.search {
	float: right;
	width: 150px;
	margin: 10px 20px 0 0;
}

.search input {
	border: 0;
	float: left;
	height: 25px;
	outline: none;
}

.search .sea {
	width: 120px;
	border-radius: 50px 0 0 50px;
	text-indent: 1em;
	color: #999999;
}

.search .but {
	width: 30px;
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
}


/*banner*/

.slideBox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 8px;
	background: #FFFFFF;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #028ac7;
}

.slideBox .bd {
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 500px;
}


/*banner前/后按钮*/

.slideBox .prev,
.slideBox .next {
	position: absolute;
	width: 35px;
	height: 50px;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	background: url(../img/l_1.png) no-repeat;
}

.slideBox .next {
	background: url(../img/r_1.png) no-repeat;
	left: auto;
	right: 10%;
}


/*底部*/

.nav .top {
	line-height: 45px;
	font-size: 2.4rem;
	background: #005e88;
	color: #FFFFFF;
	float: right;
	width: 200px;
	text-align: center;
}

.footer_bj {
	/* margin-top: 15px; */
	width: 100%;
	background: url(../img/bottombg.jpg);
	overflow: hidden;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.footer p {
	float: left;
	text-align: left;
	border-right: 1px solid #7f7f7f;
	width: 38%;
	margin: 25px 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
}

.footer p a {
	color: #fff;
	text-decoration: underline;
}

.footer p a:hover {
	color: #005e88;
}

.footer .dh {
	float: right;
	margin: 30px 0px;
	width: 60%;
}

.fobot{
	width: 100%;
	height: 20px;
	background: #000;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}


/*内页样式*/

.inside {
	width: 1200px;
	margin: 50px auto 40px;
	overflow: hidden;
	background: #fff;
	padding: 25px;
}


/*左侧*/

.inside_left {
	float: left;
	width: 240px;
}

.inside_left_1 {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	overflow: hidden;
	/* margin-bottom: 26px; */
}

.inside_left_1 h2 {
	line-height: 45px;
	padding: 0 15px;
	background: #0058a9;
	color: #FFFFFF;
	font-size: 1.6rem;
}

.inside_left_1 ul li {
	border-bottom: 1px dashed #C9C9C9;
	line-height: 40px;
	padding: 0 10px
}

.inside_left_1 ul li:hover {
	background: #F4F4F4;
}

.inside_left_nav ul li,
.inside_left_nav h2 {
	text-align: center;
}

.inside_left_1 ul li:nth-last-of-type(1) {
	border: none;
}

.inside_left_1 ul li a {
	font-size: 1.4rem;
}

.picMarquee-top .bd {
	padding: 10px;
}

.picMarquee-top .bd li {
	border: none;
	padding: 0;
}

.picMarquee-top li a p {
	text-align: center;
	padding: 0 10px;
	background: #FFFFFF;
}

.picMarquee-top li:hover a p {
	color: #005e88;
}

.picMarquee-top li a img {
	width: 100%;
	height: 165px;
}


/*右侧*/

.inside_right {
	width: 930px;
	float: right;
}

.inside_right_top {
	background: #0058a9;
	line-height: 45px;
	padding: 0 20px;
	font-size: 1.4rem;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
	color: #fff;
}

.inside_right_top a {
	/* float: left; */
	color: #FFFFFF;
	padding: 0 10px;
}

.inside_right_top i {
	float: left;
	color: #FFFFFF;
	font-style: normal;
}

.inside_right_top .home {
	background: url(../img/home.png) no-repeat left 50%;
	padding-left: 25px;
}

.inside_right_top a:hover {
	text-decoration: underline;
}


/*翻页*/

.Flip {
	    float: right;
    clear: both;
    padding: 20px 20px 0px 0px;
    color: #000;
    margin-bottom: 20px;
}
.Flip li{
    float: left;
    margin-left: 8px;
    border: 1px solid #e0e0e0;
    padding: 3px 10px;
}


.Flip a.on,
.Flip a.on:hover {
	background: #005e88;
	color: #FFFFFF;
}

#Flip_6 {
	border: none;
}

.Flip a:hover {
	background: #F5F5F5;
}




/*详情页样式*/

.inside_right h2 {
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	line-height: 50px;
	font-size: 2rem;
	margin-bottom: 15px;
	padding: 0 20px;
}

.inside_right_1 {
	overflow: hidden;
}

.inside_right .inside_right_1_left {
	/* float: left; */
}

.inside_right .inside_right_1_left p {
	font-size: 1.4rem;
	text-align: center;
	color: #666666;
	padding: 0 10px;
	line-height: 28px;
}

.bdsharebuttonbox {
	float: right;
}

.bdsharebuttonbox p {
	float: left;
	font-size: 1.4rem;
	line-height: 28px;
	color: #666666;
}

.inside_right_2 {
	padding: 20px;
}

.inside_right_2 img {
	max-width: 600px;
	margin: 0 auto;
}



.index_1,
.index_2,
.index_3,
.index_4 {
	/* width: 1200px; */
	/* margin: 15px auto 0; */
	overflow: hidden;
}

.tit {
	/* text-align: center; */
	background: url(../img/tit_bj.png) no-repeat 50% 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #028ac7;
}

.tit dt {
	font-size: 27px;
	line-height: 40px;
	display: inline-block;
}

.tit dd {
	line-height: 40px;
	color: #999999;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}





/*企业文化*/

.index_1 div {
	width: 360px;
	margin: 0 20px;
	float: left;
	text-align: center;
}

.index_1 div a {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: block;
}

.index_1 div a img {
	width: 100%;
	height: 100%;
}

.index_1 div dt {
	font-size: 2rem;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 2px solid #028ac7;
	margin: 0 100px;
}

.index_1 div dd {
	font-size: 1.4rem;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #666666;
	margin: 20px 30px 0 30px;
}


/*关于我们*/
.index_2{
	width: 65%;
	float: left;
}
.index_2_bj {
	   width: 1300px;
    margin: 0 auto;
	/* height: 720px; */
	/* background: url(../img/bj_1.jpg) no-repeat; */
}

.index_2 .tit {
	/* margin-top: 15px; */
}

.index_2 .tit{
	
}


.index_2 h3 {
	text-align: center;
	font-size: 2rem;
	color: #0058a9;
	font-weight: 100;
	margin-bottom: 30px;
}

.index_2 p {
	width: 65%;
	float: left;
	font-size: 15px;
	color: #666666;
	line-height: 34px;
	/* height: 204px; */
	overflow: hidden;
	text-indent: 2em;
	margin-bottom: 15px;
}
.index_2 .videomain{
	float: right;
    width: 33%;
    height: 225px;
}
.index_2 ul {
	overflow: hidden;
}

.index_2 ul li {
	width: 190px;
    float: left;
    margin-right:28px;
}

.index_2 ul li img {
	width: 100%;
	height: 122px;
}

.index_4{
	/* background: #fff; */
	width: 33%;
	float: right
}



/* 视频 */
.videomain img{
	width: 100%;
    height: 90%;
}
.video-btn{
    position: fixed;
    width: 800px;
    height: 600px;
    top: 3%;
    left: 24%;
    display: none;
    z-index: 101;
    }
 .video-area{
      float:left;
      width: 770px;
    height: 540px;
      background:#fff;
      padding:15px;
    }
.video-shut{
	height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: -30px;
    background: #000;

   }
.video-shut:hover{
	cursor:pointer;
}
#shadow{
      position: fixed;
      opacity: 0.5;
      filter:alpha(opacity=50);
      bottom:0;
      left: 0;
      right: 0;
      top: 0;
      background:black;
      z-index: 100;
      display: none;
    }



.index_case ul li{
	float: left;
    width: 33%;
    margin-right: 0.3%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.index_case ul li img {
    width: 100%;
    height: 218px;
}

.index_case ul li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #028ac787;
    opacity: 0;
    transition: all ease-in .3s;
}
.index_case ul li .mask .desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    top: 30%\9;
}
.index_case ul li .mask .desc p {
    margin-top: 40px;
    margin-bottom: 25px;
}
.index_case ul li .mask .desc .p1 {
    letter-spacing: 5px;
    font-size: 20px;
}



.index_case ul li .mask .desc .p2 span {
	font-size: 14px;
	padding: 0 10px;
	font-weight: normal;
}

.index_case ul li .mask .desc .p3 a {
	border: 1px solid #fff;
	padding: 5px 25px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 15px;
	color: #fff;
}

.index_case ul li .mask .desc .p3 a:hover {
	background: #fff;
	color: #028ac7;
}

.index_case ul li:hover .mask {
	opacity: 1;
}


.honor{
	width: 19%;
	float: right
}
.myscroll { 
	width: 247px; 
	height: 446px; 
	margin: 0 auto; 
	/* border: 1px solid #ccc;  */
	line-height: 26px; 
	font-size: 12px; 
	overflow: hidden;
}
.myscroll li { 
	overflow: hidden;
}
.myscroll img { 
	max-width: 100%;
	border: 0 none;
	margin-bottom: 15px;
}


/*新闻中心*/

.outBox {
	width: 100%;
}

.outBox .hd {
	/* text-align: center; */
	overflow: hidden;
}

.outBox .hd ul li {
	display: inline-block;
	padding: 0 38px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	color: #363636;
	background: #eee;
}

.outBox .hd ul li.on {
	background: #028ac7;
	color: #fff;
}

.inBox {
	/* padding: 35px; */
}

.inBox .inHd {
	float: right;
	width: 425px;
}

.inBox .inHd ul li {
	border-bottom: 1px dashed #eee;
	font-size: 15px;
	line-height: 47px;
	overflow: hidden;
}

.inBox .inHd ul li a {
	color: #000;
	float: left;
	width: 66%;
}

.inBox .inHd ul li a:hover {
	color: #028ac7;
}

.inBox .inHd ul li span {
	float: right;
	color: #000;
}

.inBox .inBd {
	float: left;
	width: 360px;
	margin-top: 15px;
}

.inBox .inBd ul li .inBd_img {
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.inBox .inBd ul li p {
	color: #000;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	text-indent: 2em;
	margin-bottom: 20px;
}

.newstley{
	width: 100%;
	background: url(../img/newstley.jpg)no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}








.container {
	width: 1300px;
	margin: 0px auto;
	margin-top: 15px;
}

.scroll {
	width: 1300px;
	/* border: 1px solid #ccc; */
	overflow: hidden;
}

.scroll ul {
	white-space: nowrap;
}

.scroll ul li {
	display: inline-block;
	margin: 10px;
	
}

.scroll ul img {
	vertical-align: top;
	width: auto;
	height: 153px;
}

.padding-5 {
	padding: 5px;
}

.margin-t-20 {
	margin-top: 20px;
}

.select {
	margin-top: 10px;
}



.index_bottom{
	width: 1300px;
	margin: 0 auto;
}

.index_case1{
	width: 80%;
	float: left;
}


/*新闻列表样式*/

.inside_right dl {
	overflow: hidden;
	border-bottom: 1px dashed #E6E6E6;
	padding: 0 10px 15px;
    margin-bottom: 5px;
}

.inside_right dl dt {
	float: left;
	width: 240px;
	height: 140px;
	border: 1px solid #CCCCCC;
}

.inside_right dl dt:hover {
	border-color: #e97913;
}


.newspic{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
}

.newspic img {
	display: block;
	width: 100%;
	/* max-height: 100%; */
} 




.inside_right dl dd {
	float: right;
	width: 650px;
	margin-top: 15px;
}

.inside_right dl dd a.inside_right_tit {
	font-size: 1.6rem;
	font-weight: bold;
	width: 80%;
	margin-bottom: 10px;
}

.inside_right dl dd span.dat,
.inside_right dl dd span.dat a {
	margin-left: 30px;
	color: #9b9b9b;
}

.inside_right dl dd span.dat a:hover,
.inside_right dl dd a.inside_right_tit:hover {
	color: #e97913;
	text-decoration: underline;
}

.inside_right dl dd p {
	font-size: 1.4rem;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
	text-indent: 2em;
	margin-top: 15px;
}


/*案例列表样式*/

.inside_right ul.inside_pic {
	overflow: hidden;
}

.inside_right ul.inside_pic li {
	width: 282px;
	margin: 0 7px 30px;
	float: left;
	overflow: hidden;
}

.inside_right ul.inside_pic li a {
	width: 280px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 1.4rem;
}

.inside_right ul.inside_pic li a.img {
	height: 215px;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	background: #fff;
}

.inside_right ul.inside_pic li a img {
	width: 100%;
	height: 100%;
}

.inside_right ul.inside_pic li:hover a {
	color: #EB0000;
}

