/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 106px;
	background-repeat: repeat-x;
	background-position: left bottom;
	/*background-image: url(../images/header-bg.png);*/
	z-index: 999;
	padding-left: 35px;
	overflow: hidden;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.logo{
	width: 463px;
	margin-top: 37px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

.dm.fl{
	font-size: 18px;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding-left: 20px;
	margin-left: 20px;
	line-height: 22px;
	margin-top: 61px;
}

.header-a{
	width: 108px;
	background-image: url(../images/header-a.png);
	background-repeat: no-repeat;
	background-position: 36px center;
	margin-right:20px;
	margin-top: 40px;
	margin-left: 40px;
}

.header-a a.fl{
	width: 18px;
	margin-top: 4px;
}

.header-a a.fl img{
	display: block;
	width: 100%;
}
.header-a a.fr{
	font-size: 18px;
	color: #b4cce5;
}
.header-a a.fr:hover{
	color: #fff;
}
.header-a a.fr img{
	margin-top: -3px;
	margin-right: 10px;
}
.return{
	width: 109px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	height: 105px;
	line-height: 105px;
/*	background-repeat: repeat-y;
	background-position: left 0;
	background-image: url(../images/return-bg.png);*/
}
.return a:hover{
	font-weight: bold;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
}
.nav>ul>li+li{
	margin-left: 35px;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	height: 106px;
	line-height: 106px;
	color: rgba(255,255,255,0.7);
	position: relative;
	transition: color .3s;
}
.nav>ul>li>a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav>ul>li:hover>a:after {
  width: 100%;
  right: auto;
  left: 0;
}
.nav>ul>li>a:hover,
.nav>ul>li.cur>a{
	color: #fff;

}
.nav>ul>li.cur>a:after {
  width: 100%;
  right: auto;
  left: 0;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}
.banner{
	position: relative;
	overflow: hidden;
	z-index: 70;
}
/*.banner::before{*/
/*	position: absolute;*/
/*	width: 1px;*/
/*	right: 109px;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	content:"";*/
/*	background-color: #fff;*/
/*	opacity: 0.2;*/
/*	z-index: 10;*/
/*}*/


.banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  z-index: 5;
}

.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}

.banner-bg{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

/*.banner-bg::before{*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	left: 0;*/
/*	top: 0;*/
/*	z-index: 1;*/
/*	background-color: #000;*/
/*	opacity: 0.2;*/
/*	content:"";*/
/*}*/



.banner-bg .container{
	position: relative;
	height: 100%;
	z-index: 30;
	width: 1600px;
}

.banner-wwen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.banner-wwen-h1{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.banner-wwen-p{
	font-size: 22px;
	color: #fff;
	line-height: 1.8;
	max-width: 50%;
	margin-top: 30px;
}


.banner-wwen-a a{
	display: inline-block;
	padding: 12px 25px;
	border-radius: 999em;
	border:1px solid #fff;
	color: #fff;
	font-size: 16px;
	transition: .3s;
	margin-top: 35px;
	line-height: 1;
}
.banner-wwen-a a:hover{
	background-color: #0d5eb0;
	border-color: #0d5eb0;
}

.banner-x{
        display: none;
    }

/*.banner-2 .banner-wwen-p{
	max-width: 50%;
}*/

.fafa .flex-control-nav{
	height: 0;
	bottom: 7%;
	display: block;
}
.fafa .flex-control-nav li{
	margin:0 7px;
}
.fafa .flex-control-paging li a{
	background-image: none;
	background-color: #ffffff;
	width: 96px;
	height: 6px;
	transition: background-color .3s;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #0d5eb0;
}


.main{
	padding: 25px 0;
}

.main1{
	padding:22px 85px;
	background-color: #e7f3ff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/main1.png);
}
.main1 h1{
	text-overflow: ellipsis;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
	font-size: 28px;
	margin: 0;
	text-align: center;
    color: #0380c7;
	font-weight: bold;
}

.main1 p{
	text-overflow: ellipsis;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
	font-size: 15px;
	margin: 0;
	text-align: center;
    color: #000;
	margin-top: 12px;
}

.m25{
	margin-top: 25px;
}
.main-left{
	width:560px ;
	margin-right: 30px;
}

.main-right{
	overflow: hidden;
}
.fmain2 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 60.7%;
	overflow: hidden;
}
.fmain2 .slides>li>a img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
}
.fmain2 .slides>li>a h1 {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 39px;
    line-height: 39px;
    color: #fff;
    background-image: url(../images/heidi2.png);
    padding-left: 22px;
    font-size: 16px;
    padding-right: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	z-index: 50;
}
.fmain2 .flex-control-nav{
	display: block;
	text-align: right;
	font-size: 0;
	height: 0;
	bottom: 20px;
	padding-right: 9px;
}

.fmain2 .flex-control-paging li a{
	width: 22px;
	height: 4px;
	background-image: url(../images/arrow-b3.png);
}

.fmain2 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b3-h.png);

}

.fmain2 .flex-control-nav li{
	margin:0 4px;
}
.title-11{
	background-repeat:repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11 span{
	height:43px ;
	line-height: 43px;
	padding: 0 32px;
	font-size: 18px;
	color:#000;
	cursor: pointer;
}

.title-11 span.cur{
	background-color: #0380c7;
	color:#fff;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr{
	font-size: 14px;
	color:#737373;
	display: none;
	margin-top: 11px;
}

.title-11 a.fr:hover{
	color: #0380c7;
}

.main1-right-div-wp .main1-right-div{
	display: none;
}

.main1-right-div-wp .main1-right-div:first-child{
	display: block;
}
.tui{
	padding:  20px 0 13px;
	border-bottom: 1px dashed #d4d4d4;
}
.tui h1{
	margin:0;
	font-size: 18px;
	color:#0380c7;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tui p{
	margin:0;
	font-size: 14px;
	color:#616161;
    overflow: hidden;
	line-height: 1.8;
	height: 50px;
	margin-top: 8px;
}


.list ul{
	margin:0;

}

.list li{
	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left:0px;
	background-repeat: no-repeat;
    background-image: url(../images/dian1.jpg);
	background-position: 0px center;
	position: relative;
	padding-right:80px;
	transition: .3s;
	padding-left: 14px;
}
.list li:first-child{
	margin-top: 0;
}
.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 16px;
	color:#a0a0a0;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li:hover a{
	color:#0380c7;
}
.list1 {
	padding-top: 17px;
}
.list1 li{
	margin-top: 13px;

}

.list2 {
	padding-top: 24px;
}
.list2 li{
	margin-top:20px;

}


.yt-list ul{
	margin:0;
}

.yt-list li{
	margin-top: 24px;
}

.yt-pic{
	width: 196px;
	margin-right: 24px;
}
.yt-pic>a{
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	display: block;
}

.yt-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.yt-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.yt-con{
	overflow: hidden;
	padding-top:5px;
}

.yt-con h1{
	color: #333;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yt-con h1 a:hover{
	color:#0380c7;
}
.yt-con  h2{
	font-size: 14px;
	color:#333;
	margin:0;
	overflow: hidden;
	margin: 13px 0 7px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yt-con p{
	margin:0;
	font-size: 14px;
	color:#616161;
    overflow: hidden;
	line-height: 1.8;
	height: 50px;
	margin-top: 8px;
}



.main4-1-left{
	width:141px ;
}

.main4-1-left dl{
	margin:0;
}


.main4-1-left dd{
	border:1px solid #e7e7e7;
	border-top: 0;
	border-right: 0;
}
.main4-1-left dd:first-child{
	border-top:1px solid #e7e7e7;
}

.main4-1-left dd span{
	display: block;
	height: 69px;
	line-height: 69px;
	font-size: 16px;
	color:#000;
	cursor: pointer;
	padding-left: 54px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 18px center;
	position: relative;
}
.main4-1-left dd span i{
	position: absolute;
	width: 11px;
	top: 50%;
	margin-top: -9px;
	right: -2px;
	display: none;
}
.main4-1-left dd span i img{
	display: block;
	width: 100%;
}
.main4-1-left dd.cur{
	border-color: #0380c7!important;
}
.main4-1-left dd.cur span{
	background-color: #0380c7;
	color:#fff;
}
.main4-1-left dd.cur span i{
	display: block;
}
.main4-1-left dd.m4d1 span{background-image: url(../images/m4d1.png);}
.main4-1-left dd.m4d2 span{background-image: url(../images/m4d2.png);}
.main4-1-left dd.m4d3 span{background-image: url(../images/m4d3.png);}
.main4-1-left dd.m4d4 span{background-image: url(../images/m4d4.png);}

.main4-1-left dd.m4d1.cur span{background-image: url(../images/m4d1h.png);}
.main4-1-left dd.m4d2.cur span{background-image: url(../images/m4d2h.png);}
.main4-1-left dd.m4d3.cur span{background-image: url(../images/m4d3h.png);}
.main4-1-left dd.m4d4.cur span{background-image: url(../images/m4d4h.png);}



.main4-1-div-wp .main4-1-div{
	display: none;
}

.main4-1-div-wp .main4-1-div:first-child{
	display: block;
}

.main4-1-right{
	overflow: hidden;
	height: 281px;
	border:2px solid #0380c7;
	padding: 17px;
}

.main4-1-p{
	font-size: 14px;
	color:#333;
	text-indent: 2em;
	line-height: 2.2;
	height: 210px;
	overflow: hidden;
}
.main4-1-a{
	margin-top: 10px;
}
.main4-1-a a{
	font-size: 14px;
	color:#0380c7;
}
.main4-1-a a:hover{
	text-decoration: underline
}
.main4-2 ul{
	margin:0;
}

.main4-2 li{
	float: left;
	border-left: 1px solid #ffffff;
	width: 127px;
}

.main4-2 li.cur{
	width:356px ;
}
.main4-2 li>a{
	display: block;
	height: 281px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	background-size: cover;
}

.lanse-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/landi.png);
}
.lanse{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 110px 48px 0;
	font-size: 22px;
	color:#fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position:center 50px ;
}


.heise{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height:52px ;
	line-height: 52px;
	background-image: url(../images/heidi.png);
	color:#fff;
	font-size: 18px;
	padding-left: 40px;
	z-index: 20;
	display: none;
}

.main4-2 li.cur .heise{
	display: block;
}
.main4-2 li.cur .lanse-wp{
	display: none;
}


.main4-2-2{
	display: none;
}

.main4-2-2-list .item>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 79%;
}
.main4-2-2-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.main4-2-2-list .item>a .heise{
	padding-left: 0;
	text-align: center;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}




.main5{
	border:1px solid #e7e7e7;
}

.main5 .title-11{
	background-image: url(../images/title-11-2.jpg);
}

.main5 .title-11 a.fr{
	margin-right: 12px;
}

.main5-div-wp{
	position: relative;
	overflow: hidden;
}
.main5-div{
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
	padding: 25px;
}
.main5-div.cur{
	position: relative;
	left: 0;
}


.main5-list .item h1{
	color: #5d5d5d;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	margin-top: 18px;
}
.main5-pic:hover+h1{
	color:#0380c7;
}
.main5-pic>a{
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	display: block;
}

.main5-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.main5-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}

.footer-1{
	background-color: #0380c7;
	padding: 35px 0;
}

.foo1-list ul,.foo1-list dl{
	margin:0;
}

.foo1-list li{
	float: left;
	margin-left: 85px;
}
.foo1-list li:first-child{
	margin-left: 0;
}
.foo1-list li h1{
	margin:0;
	font-size: 16px;
	color:#fff;
}
.foo1-list li dd{
	margin-top: 13px;
}
.foo1-list li dd:first-child{
	margin-top: 23px;
}
.foo1-list li dd a{
	font-size: 14px;
	color:#f7f7f7;
	transition: .3s;
}
.foo1-list li dd a:hover{
	color:#fff;
}

.er{
	width:96px ;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.er:first-child{
	margin-right: 34px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer-2{
	background-color: #00639b;
	color:#fff;
	font-size: 14px;
	line-height: 1.6;
	padding: 10px 0;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	/*background-color: #fff;*/
	background-color: #0380c7;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	
}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
       width: 350px;
    margin-left: 15px;
    margin-top: 20px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{
	
	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/

	
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
	
}










/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.banner-2{
	height: 660px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 240px;
	position: relative;
}

/*.banner-2::before {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*    background-color: #000;*/
/*    opacity: 0.2;*/
/*    content: "";*/
/*}*/
.banner-2 .container{
	position: relative;
	z-index: 20;
}
.banner-2-wen1{
	font-size: 60px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}


.banner-2-wen2{
	font-size: 54px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 20px;
}


.erji-top{
	background-image: url(../images/nav22.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	margin-left: 65px;
}
.erji-nav dd>a{
	display: block;
	font-size: 16px;
	color:#333;
	height:69px ;
	line-height: 69px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.erji-nav dd.active>a,.erji-nav dd:hover>a{
	background-image: url(../images/nav222.jpg);
	color:#0380c7;

}
.erji-nav dd:first-child{
	margin-left: 0;
}

.mianbaoxie{
	font-size: 14px;
	color:#333;
	height:69px ;
	line-height: 69px;
	padding-left: 27px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.mianbaoxie a:hover{
	color:#0380c7;

}

.erji-content{
	padding: 50px 0;
}
.chanpin-item{
	margin-bottom: 30px;
}
.chanpin-item>a{
	display: block;
}

.chanpin-pic{
	position: relative;
	padding-bottom: 65.4%;
	overflow: hidden;
}

.chanpin-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.chanpin-item>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.chanpin-item>a h1{
	margin:0;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color:#333;
	background-color: #ebebeb;
	text-align: center;
	text-overflow: ellipsis;
	transition: .3s;
    white-space: nowrap;
    overflow: hidden;
}


.chanpin-item>a:hover h1{
	background-color: #0380c7;
	color:#fff;
}
/*.fenye{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
	display: inline-block;
}
.fenye li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin:0 15px;
}
.fenye li a img{
	display:block;
	width:50px ;
}
.fenye li a{
	font-size: 16px;
	color:#2c2c2c;
}
.fenye li.cur a,.fenye li a:hover{
	color:#0380c7
}*/
.m-page{text-align: center;padding: 40px 0 ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #4a86db;color:#fff;background-color: #4a86db;}

.about-left{
	width: 414px;
	margin-right: 95px;
	padding-top: 88px;
}

.about-right{
	overflow: hidden;
}

.about1{
	border:6px solid #31a3e4;
	padding: 45px 16px 45px 25px;
}

.about1 h1{
	font-size: 36px;
	color:#31a3e4;
	margin:0;
	font-weight: bold;
}

.about1 p{
	font-size: 18px;
	color:#2c2c2c;
	margin:0;
	line-height: 2;
	margin-top: 15px;
}

.about2{
	font-size: 28px;
	color:#fff;
	background-color: #0380c7;
	padding: 60px 52px;

	line-height: 2;
	margin-top: 40px;
}

.about-title{
	font-size: 36px;
	color:#333;
}
.about-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	margin-top: 25px;
}
.about-con p{
	margin:0;
}

.about-con img{
	display: block;
	margin:25px auto;
}



.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
	
}

.danpian-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0380c7;

}

.gaoguan-1-div{
	width: 45.4%;
	font-size: 18px;
	color:#000;
	font-weight: bold;
	text-align: center;
}

.gaoguan-1-div img{
	display: block;
	width: 100%;
	margin-bottom: 26px;
}

.gaoguan-2-li dl{
	margin:0;
}

.gaoguan-2-li dd{
	float: left;
	width: 50%;
	padding-left: 8px;
	font-size: 18px;
	color:#000;
}

.gaoguan-2-li dd:first-child{
	padding-left: 0;
	padding-right: 8px;
	color:#305db6;
	font-weight: bold;
	text-align: right;
}

.gaoguan-2-li{
	margin-top: 39px;
}

.gaoguan-2-li:first-child{
	margin-top: 0px;
}

.gaoguan-2{
	padding: 75px 0 50px;
}

.meiti ul{
	margin:0;
}

.meiti li{
	padding: 50px 0;
	border-bottom:1px solid #dbdbdb;
}
.meiti li:first-child{
	padding-top: 0;
}
.meiti-pic{
	width: 302px;
	margin-right: 50px;
}

.meiti-pic>a{
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	display: block;
}

.meiti-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.meiti-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.meiti-con{
	overflow: hidden;
}
.meiti-con h1{
	color: #2c2c2c;
	font-size: 16px;
	margin:0;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.meiti-con h1 a:hover{
	color:#0380c7;
}
.meiti-con p{
	color: #999999;
    line-height: 1.8;
	font-size: 15px;
	margin:0;
	margin-top: 22px;
	height: 54px;
	overflow: hidden;

}

.meiti-con h2{
	color: #7e7e7e;
	font-size: 18px;
	margin:0;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 35px;
}


.rongyu-pic{
	border:1px solid #e4e4e4;
	padding: 20px 34px;
}

.rongyu-pic>a{
	position: relative;
	padding-bottom: 150%;
	overflow: hidden;
	display: block;
}

.rongyu-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.rongyu-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rongyu-item:hover h1{
	color:#0380c7
}
.rongyu-item h1{
	color: #000;
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	margin-top: 30px;
}


.rongyu-item {
    margin-bottom: 50px;
}

.xinwen1{
	padding: 28px;
	background-color: #f4f4f4;
}

.xinwen2 ul{
	margin:0;
}

.xinwen2 li{
	width:45% ;
	padding: 60px 0 45px;
	border-bottom: 1px solid #dbdbdb;
}

.xinwen2 li h1{
	font-size: 14px;
	color:#666;
	margin:0;
}

.xinwen2 li h1 span{
	font-size: 22px;
	padding-right: 10px;
}

.xinwen2 li h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color:#2c2c2c;
	margin:0;
	height: 64px;
	overflow: hidden;
	margin-top: 25px;
}
.xinwen2 li h2 a:hover{
	color:#0380c7;
}
.xinwen2 li p{
	font-size: 14px;
	line-height: 1.8;
	color:#999;
	margin:0;
	height: 75px;
	overflow: hidden;
	margin-top: 15px;
}

.xinwen1-pic{
	width: 580px;
	margin-right: 56px;
}
.xinwen1-pic>a{
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
	display: block;
}

.xinwen1-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.xinwen1-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen1-con{
	overflow: hidden;
	padding-top: 30px;
}

.xinwen1-con h1{
	color: #a2a2a2;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xinwen1  h2{
	font-size: 26px;
	line-height: 1.7;
	color:#2c2c2c;
	margin:0;
	height: 88px;
	overflow: hidden;
	margin-top: 20px;
}
.xinwen1 h2 a{
	display: block;
}
.xinwen1 h2 a:hover{
	color:#0380c7;
}

.xinwen1 p{
	font-size: 14px;
	line-height: 1.8;
	color:#999;
	margin:0;
	height: 75px;
	overflow: hidden;
	margin-top: 18px;
}
.xinwen1-a{
	margin-top: 30px;
}
.xinwen1-a a{
	display: block;
	width: 115px;
	height: 38px;
	line-height: 36px;
	border:1px solid #dedede;
	font-size: 14px;
	color:#989898;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 82px center;
	background-image: url(../images/more.png);
	transition: .3s;
}

.xinwen1-a a:hover{
	background-color: #0380c7;
	border-color:#0380c7;
	color:#fff;
	background-image: url(../images/moreh.png);
}

.fxinwen .flex-control-nav{
	display: block;
	text-align: left;
	font-size: 0;
	height: 0;
	bottom: 26px;
	padding-left: 631px;
}

.fxinwen .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow-b2.png);
}

.fxinwen .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}

.fxinwen .flex-control-nav li{
	margin:0 5px;
}


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}











.news1{
	padding: 65px 0 110px;
	background-color: #f8f8f8;
}

.news1-item{
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.news1-pic{
	width: 731px;
}

.news1-pic .imgbox_a{
	padding-bottom: 66%;
}


.news1-con{
	overflow: hidden;
	padding: 50px 70px 0;
}
.news1-h1{
	font-size: 16px;
	color: #999;
}
.news1-h1 span{
	display: inline-block;
	font-size: 55px;
	color: #222;
	border-bottom: 2px solid #0170b4;
	padding-bottom: 10px;
	line-height: 1;
	margin-right: 15px;
}
.news1-h2{
	font-size:30px;
	color: #222;
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden;
	margin-top: 25px;
}
.news1-h2 a:hover {
  color: #0055b8;
}

.news1-p{
	font-size:18px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}

.news1-con .more11{
	margin-top: 50px;
}
.news1-con .more11 a {
  border-color: #373737;
  color: #222;
}


.news1-con .more11 a:hover {
  color: #0055b8;
  font-weight: bold;
}


.fnews1 .flex-control-nav{
	width: 731px;
	left: 0;
	bottom: 66px;
	text-align: right;
	padding-right: 28px;
	height: 0;
	font-size: 0;
}
.fnews1 .flex-control-nav li{
	margin:0;
}
.fnews1 .flex-control-nav li+li{
	margin-left: 10px;
}
.fnews1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b33.png);
	font-size: 0;
}


.fnews1 .flex-control-paging li a.flex-active {
	width: 30px;
  background-image: url(../images/arrow-b33-h.png);
}


.erji-title1{
	font-size: 48px;
	color: #222;
	line-height: 1;
}
.erji-title1-ziBai{
	color: #fff;
}

.mm50{margin-top: 50px;}

.news2{
	padding: 80px 0 60px;
}
.news2-list{
	overflow: hidden;
}
.news2-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.news2-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}


.news2-item{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}

.news2-pic .imgbox_a{
	padding-bottom: 66%;
}

.news2-con{
	border:1px solid #eae9e9;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 35px 30px;
}

.news2-h1{
	font-size: 16px;
	color: #999;
	line-height: 1;
}

.news2-h2{
	font-size:26px;
	color: #222;
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden;
	margin-top: 20px;
}
.news2-h2 a:hover {
  color: #0055b8;
}
.news2-con .more11{
	margin-top: 30px;
}
.news2-con .more11 a{
	margin-top: 0;
	color: #222;
	border:0;
	width: 105px;
	background-position: right center;
	padding-left: 0;
	height: 25px;
	line-height: 25px;
}

.news2-con .more11 a:hover {
    color: #0055b8;
    font-weight: bold;
}



.fnews1 .flex-control-nav{
		width: 548px;
		bottom:45px;
		display: block;
	}
	.news2-con .more11 a{
		font-size: 16px;
	}
	.news2-con .more11 {
    margin-top: 20px;
	}
	.news2-con{
		padding: 27px 25px;
	}
	.news2-h2{
		font-size: 22px;
		margin-top: 15px;
	}
	.news1-con{
		padding: 30px 40px 0;
	}
	.news1-con .more11 {
    margin-top: 30px;
	}
	.erji-title1{
		font-size: 42px;
	}
	.news1-pic {
    width:548px;
	}
	.news1-h1 span{
		font-size: 44px;
	}
	.news1-h1{
		font-size: 14px;
	}
	.news1-h2{
		font-size: 24px;
	}
	.news1-p{
		font-size: 15px;
	}


.fenye{
	text-align: center;
	margin-top:60px;
}
.fenye ul{
	margin:0;
}

.more11{
	width: 170px;
}
.more11 a{
	display: block;
	width: 100%;
	height: 52px;
	line-height: 50px;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 999em;
	font-size: 18px;
	color: #fff;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 125px center;
	background-image: url(../images/fr.png);
}
.more11 a:hover{
	color: #0055b8;
	font-weight: bold;
}


.news3-list dl{
	margin:0;
}
.news3-list dd{
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.news3-list dd+dd{
	margin-top: 30px;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news3-list .news2-h1{
	margin:15px 0;
}
.news3-h1{
	font-size:26px;
	color: #222;
}

.news3-h1 a:hover {
  color: #0055b8;
}

.news3-p{
	font-size:16px;
	color: #666;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
}