/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"ham";
	src:url("../fonts/HammerThin Regular.ttf");

}
body{
	overflow-x: hidden;
}


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*/
/**************************************************************/

.index_top{
	
	width:100%;
	height:583px;
	background: url(../images/index_top.jpg) no-repeat center;
	
}

@media only screen and (max-width: 1130px){

	.index_top{
		    height: 16rem;
			background-size: cover;
			margin-top: 75px;
			background-position: top center;
	}
	
}


#header{

}
.header-1{
	background-color: #f1f0ef;
	height: 35px;
	overflow: hidden;
}
.header-lun{
	overflow: hidden;
}
.header-lun ul{
	margin:0;
}

.header-lun li{
	float: left;
	padding: 0 15px;
	background-image: url(../images/header-li.jpg);
	height: 35px;
	line-height: 35px;
	background-repeat: no-repeat;
	background-position: right center;
}

.header-lun li>a{
	font-size: 14px;
	color:#999;
}

.header-lun li>a:hover{
	color:#38478D;
}

.header-2{
	height: 100px;
	background-color: #fff;
}

.logo{
	width: 190px;
    margin-top: 20px;
    z-index: 12;
    position: relative;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}







.header-right{
	margin-top: 20px;
}
.header-a dl{
	margin:0;
}

.header-a dd{
	float: right;
	width: 27px;
	margin-left: 22px;
}

.header-a dd>a{
	display: block;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
}
.header-a dd>a:hover .hdd2-er{
	display: block;
}
.hdd2-er{
	position: absolute;
	width: 210px;
	left: 50%;
	margin-left: -105px;
	top: 35px;z-index: 500;
	display: none;
}
.hdd2-er img{
	width: 100px;
	display: block;
}

.header-a dd.hdd1>a{background-image: url(../images/hdd1.png);}
.header-a dd.hdd2>a{background-image: url(../images/hdd2.png);}
.header-a dd.hdd3>a{background-image: url(../images/hdd3.png);}

.header-a dd.hdd1>a:hover{background-image: url(../images/hdd1h.png);}
.header-a dd.hdd2>a:hover{background-image: url(../images/hdd2h.png);}
.header-a dd.hdd3>a:hover{background-image: url(../images/hdd3h.png);}

.nav{
	margin-top: 0px;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-left:10px; 
	height: 55px;
	line-height: 55px;
	padding: 0	20px;
	position: relative;

}
.nav>ul>li:first-child{
	margin-left: 0;
}
.nav>ul>li>a{
	font-size: 16px;
	color:#333;
	
	/*background-color:#ccc;*/
	
	
}
.nav>ul>li.active>a,.nav>ul>li:hover>a{
	color:#38478D;
	font-weight:600;
}

.nav>ul>li ul{
	position: absolute;
	left: -15px;
	right: -15px;
	top: 55px;
	z-index: 999;
	display: none;
	
}

.nav>ul>li ul li{
	line-height: 1.6;
	text-align: center;
	
	
}


.nav>ul>li ul li>a{
	display: block;
	color:#fff; 
	padding: 8px 10px;
	line-height: 1.6;
	font-size: 14px;
	background-color:#38478D;
	transition: .3s;
}

.nav>ul>li ul li>a:hover{
	background-color:#337ab7;
}



/* 产品中心-开始 */
.second-menu-wrapper {
    display: none;
    position: fixed;
    top: 60px;
    left: 50%;
    padding-top: 50px;
    width: 1100px;
    height: 720px;
    /* background-color: #38478D; */
    background: rgba(255, 255, 255, 0.95);
    /* background: #f00; */
    border-radius: 4px;
    transform: translateX(-50%);
    z-index: 10;
}

.second-menu {
    padding: 0 20px;
    position: relative;
    /* height: 100%; */

}

.second-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 180px;
    width: 1px;
    height: 100%;
    background: #ccc;
}

.second-menu .second-menu-li {
    /* flex: 1; */
    /* padding: 0 25px; */

    padding: 0 20px;
    position: relative;
    width: 170px;
}

.second-menu .second-menu-li>a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    /* -moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; */
}

.second-menu .second-menu-li>a>i {
    display: none;
    font-size: 20px;
    font-style: normal;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.second-menu .second-menu-li.active>a,
.second-menu .second-menu-li>a:hover {
    color: #38478D;
    /* 	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; */
}

.second-menu .second-menu-li.active>a>i,
.second-menu .second-menu-li>a:hover>i {
    display: inline-block;
    padding-right: 5px;
    /* -moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; */
}

.second-menu-li.active .third-menu {
    display: block;
}

.third-menu {
    /* display: none;
    position: absolute;
    top: 0;
    left: 170px;
    width: 880px; */
    display: none;
    position: fixed;
    top: 0;
    left: 185px;
    width: 880px;
    position: fixed;
    top: 55px;

}

.third-menu-li {
    float: left;
    width: 31.3%;
    margin: 0 1%;

}

.third-menu-li>a{
    font-size: 15px;
    font-weight: 600;
    color: #333;
    position: relative;

    padding: 10px 12px;

}

.third-menu-li>a.third-menu-li-a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 4px;
    height: 40%;
    background: #004298;

}

.second-menu .second-menu-li:hover .third-menu {
    display: inline-block;
    /* width: 700px; */


}

.productscenter {
    position: relative;
}

.productscenter:hover .second-menu-wrapper {
    display: block;

}

.fourth-menu {
    padding-left: 15px;
}

.fourth-menu-li {
    height: 40px;
    line-height: 40px;
}

.fourth-menu-li>a {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fourth-menu-li>a:hover {
    color: #38478D;
    font-weight: 600;
}

.hide {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 产品中心-结束 */

.header-2-dl,.header-2-dl *{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.header-2-dl{float: right;margin-top:15px}
.header-2-dl dl{
	margin:0;
}
.header-2-dl dd{float: left;width: 40px;padding-left: 0;height: 40px;border: 1px solid #38478D;
	border-radius: 30px;position: relative;overflow: hidden;transition: all 0.3s ease 0s;
	margin-left: 16px}

.header-2-dl dd{display: block;color: #38478D;font-size: 14px;line-height: 40px;cursor: pointer;}
.header-2-dl dd a{
	display: block;
}
.header-2-dl dd img{display: inline-block;height: 40px;line-height: 40px;vertical-align: top}
.header-2-dl dd span{position: absolute;right: -60px;top: 0}
.header-2-dl dd:hover{padding-left: 80px}
.header-2-dl dd:hover a span{right: 44px}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}


.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
	position: relative;
}

.banner-wen{
	position: absolute;
	display:none;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50;
}

.banner-table{
	display: table;
	width: 100%;
	height: 100%;
}
.banner-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.banner-wen h1{
	font-size: 60px;
	color:#fff;
	margin:0;
}
.banner-wen .line{
	width: 116px;
	height: 4px;
	background-color: #38478D;
	margin:22px 0;
}
.banner-wen h2{
	font-size:18px;
	color:#fff;
	margin:0;
	text-transform: uppercase;
}

.banner-wen h3{
	font-size:30px;
	color:#fff;
	margin:0;
	text-transform: uppercase;
	margin-top: 20px;
}

.fafa .slides>li>a img{
	display: none;
}

.fafa .flex-control-nav{
	display: none;
}

.fafa .flex-direction-nav{
	display: block;
}

.fafa .flex-direction-nav a{
	width: 60px;
	height: 109px;
	margin-top: -55px;
}

.title-11{
	text-align: center;
}

.title-11 h1{
	font-size: 48px;
	color:#333;
	text-transform: uppercase;
	font-family: "ham";
	margin:0;
}
.title-11 h2{
	font-size: 26px;
	color:#333;
	display: inline-block;
	margin:0;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}


.line0{
	width: 40px;
	height: 2px;
	background-color: #38478D;
	margin:15px auto;
}

.yao a{
	display: block;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}





.main3{
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}




.main1-left{
	width: 1030px;
	margin-right: 60px;
	padding: 35px 40px;
	background-color: #fff;
}

.main1-right{
	overflow: hidden;
}


.main1-dl dl{
	margin:0;
}
.main1-dl dd{
	margin-top: 21px;
}
.main1-dl dd>a{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 40.17%;
}
.main1-dl dd:first-child{
	margin-top: 0px;
}
.main1-dl dd a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	width: 100%;
	/*transition: .3s;*/
}


.main1-dl dd a:hover img{
	/*图片中心放大代码*/
	  /*-webkit-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}


.main-title{
	padding-bottom: 15px;
	border-bottom: 2px solid #bcbcbc;
}
.main-title h1{
	font-size: 18px;
	color:#333;
	margin:0;
}


.main-title a.fr{
	font-size: 14px;
	color:#333;
}

.main-title a.fr:hover{
	color:#38478D;
}

.main1-dlhua{
	padding-top: 30px;
}
.main1-dlhua dl{
	margin:0;
}

.main1-dlhua dd{
	float: left;
	width: 25%;
	border-left: 2px solid #fff;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 14px;
	color:#333;
	position: relative;
}
.main1-dlhua dd i{
	position: absolute;
	width: 14px;
	margin-left: -7px;
	left: 50%;
	bottom: -7px;
	display: none;
}

.main1-dlhua dd i img{
	display: block;
	width: 100%;
}
.main1-dlhua dd.cur{
	background-color: #38478D;
	color:#fff;
}

.main1-dlhua dd.cur i{
	display: block;
}
.main1-dlhua dd:first-child{
	border-left: 0;
}

.news-left{
	width: 437px;
	margin-right: 38px;
}

.news-pic a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.news-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	
}

.news-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-left h1{
	margin: 0;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    padding: 0	30px;
    text-align: center;
}
.news-right{
	overflow: hidden;
}

.list1 ul{
	margin:0;
}
.list1{
	border-top: 1px solid #eaeaea;

}
.list1 li{
	padding: 12px;
	border-bottom: 1px solid #eaeaea;
}

.list1 li h1{
	margin: 0;
    font-size: 12px;
    color: #999;

}
.list1 li h1 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 3px;
}
.list1 li h2{
	margin: 0;
    font-size: 14px;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
}


.list1 li h2 a:hover{
	color:#38478D;
}

.news-div{
	display: none;
}
.news-div:first-child{
	display: block;
}

.main2{
	position: relative;
	overflow: hidden;
}
.main2 .container{
	position: relative;
	z-index: 50;
}
.main2-bai{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 40;
	height: 500px;
	background-color: #fff;
}
.main2-list.m40{
	margin-top: 80px;
}
.main3-div1{
	padding: 15px 0 10px;
}

.main3-div1{
	width: 960px;
	margin:0 auto;
}

.main3-div-p p{
	margin:0;
}

.main3-div-p{
	font-size: 16px;
	color:#333;
	line-height: 2.3;
	text-align: center;
}


.main3-a{
	text-align: center;
	margin-top: 40px;
}

.main3-a a{
	font-size: 16px;
	color:#333;
}
.main3-a a:hover{
	color:#38478D;
}

.main3-list{
	margin-top: 60px;
}
.main3-list .item>a{
	display: block;
}

.main3-list .item>a h1{
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	color:#333;
	margin:0;
	transition: .3s;
}
.main3-list .item>a:hover h1{
	background-color: #38478D;
	color:#fff;
}
.main3-pic{
	display: block;
	position: relative;
	padding-bottom:37.2%;
	overflow: hidden;
}
.main3-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*transition: .3s;*/
	
}

.main2-list .item>a{
	display: block;
}

.main2-pic{
	display: block;
	position: relative;
	padding-bottom:120%;
	
	overflow: hidden;
}
.main2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*transition: .5s;*/
	background-repeat: no-repeat;
	background-position: center  bottom;
	-webkit-background-size: cover;
	background-size: cover;
    -webkit-transition: background .8s;
	    	transition: background .8s;
}
.main2-list .item>a:hover .main2-pic img{
	/*图片中心放大代码*/
	/*  -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);*/
	background-position: center  top;
}

.main2-list .owl-prev{
	position: absolute;
	left:-80px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.main2-list .owl-next{
	position: absolute;
	right:-80px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

/* .main2-list .owl-item:first-child .item .main2-wen, */
/* .main2-list .owl-item:nth-child(3) .item .main2-wen, */
/* .main2-list .owl-item:nth-child(4) .item .main2-wen, */
/* .main2-list .owl-item:nth-child(5) .item .main2-wen{ */
	/* color:#fff; */
/* } */
/* .main2-list .owl-item:first-child .item .line333{ */
	/* background-color: #fff; */
/* } */
.main2-list .owl-item .item .main2-wen{
	color:#fff;
}
.main2-list .owl-item .item .line333{
	background-color: #fff;
}
.main2-wen{
	position: absolute;
	left: 0;
	right: 0;
	top: 13%;
	text-align: center;
	transition: transform .8s;
    -webkit-transition: -webkit-transform .8s;
	color:#666;
}

.main2-wen h1{
	margin:0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.2;
}
.main2-wen h2{
	margin:0;
	font-size: 16px;
	
	margin-top: 15px;
}



.line333{
	width: 30px;
	height: 1px;
	background-color: #bdbdbd;
	margin:15px auto 0;
}


.main2-wen22 h1{
	color:#333;
}

.main2-wen22 h2{
	color:#333;
}


.main2-wen22 .line333{
	background-color: #333;
}
.main2-list .item>a:hover .main2-wen {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #4e4e4e;
}

.footer-1 a{
	transition: .3s;
	color:#ccc;
}
.footer-1 a:hover{
	color:#fff;
}
.footer-1{
	padding: 65px 0 85px;
}


.footer-1 ul{
	margin:0;
}

.footer-1 li{
	float: left;
	margin-left: 60px;
	border-top: 1px solid #8d8d8d;
	padding-top: 20px;
}
.footer-1 li:first-child{
	margin-left: 40px;
}
.footer-1 li h1{
	margin:0;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;

}
.footer-1 li dl{
	margin:0;
}
.footer-1 li dl.fdl1{
	width: 217px;
}
.footer-1 li dl.fdl2{
	width: 137px;
}
.footer-1 li dd{
	float: left;
	margin-top: 15px;
	font-size: 14px;
	color:#ccc;
}
.footer-1 li dl.fdl1 dd{
	width: 50%;
}
.footer-1 li dl.fdl2 dd{
	width: 100%;
}

.footer-2{
	padding: 40px 0;
	border-top: 1px solid #8d8d8d;
}
.foo2-right{
	margin-top: 13px;
}

.foo2-logo{
	width: 80px;
	margin-right:20px; 
	margin-top: 0px;
}
.foo2-logo img{
	display: block;
	width: 100%;
}
.foo2-left-con{
	font-size: 14px;
	overflow: hidden;
	color:#ccc;
	line-height: 2.2;

	padding-left: 15px;

}

.foo2-right ul{
	margin:0;
}

.foo2-right li{
	float: left;
	margin-left: 9px;
	position: relative;
}

.sel-list{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 100%;
	background-color: #e8e8e8;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	display: none;
	height: 300px;
	overflow-y:auto 
}
.sel-list dl{
	margin:0;
}

.sel-list dd{
	padding: 5px;
}

.sel-list dd>a{
	display: block;
	line-height: 1.6;
	font-size: 12px;
}

.sel-list dd>a:hover {
    color: #38478D;
}
.foo2-right li:first-child{
	margin-left: 0;
}

.sel-span{
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 12px;
	color:#333;
	cursor: pointer;
	width: 180px;
	padding-left: 20px;
	background-color: #e8e8e8;
	background-image: url(../images/jian1.png);
	background-repeat: no-repeat;
	background-position: 150px center;
}
/**************************************************************/
/*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;
  
}
.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: 6px;
	
	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:10px 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: 190px;
    margin-left: 15px;
    margin-top:19px;
}

.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: 572px;*/
	/* height: 555px; */
	background-image: none!important;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: block;
	width: 100%;
}
.p70{
	padding: 70px 0;
	overflow: hidden;
}
.m60{
	margin-top: 60px;
}
.m40{
	margin-top: 40px;
}
.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.jpg);
	text-align: center;
}

.erji-title h1{
	font-size: 48px;
	color:#333;
	margin:0;
}

.erji-title h2{
	font-size: 24px;
	color:#333;
	margin:0;
	font-family: "ham";
	margin: 15px 0 15px;
	text-transform: uppercase;
}

.line2{
	width: 40px;
	height: 2px;
	background-color: #38478D;
	margin:0 auto;
}

.xinwen1-left{
	width: 750px;
	margin-right: 65px;
}

.xinwen1-right{
	overflow: hidden;
}

.fxinwen1 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.fxinwen1 .slides>li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

.fxinwen1 .slides>li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	line-height: 88px;
	background-image: url(../images/heidi.png);
	margin:0;
	font-size: 16px;color:#fff;
	padding: 0	160px 0 30px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fxinwen1 .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	bottom: 35px;
	padding-right: 20px;
}

.fxinwen1 .flex-control-paging li a{
	background-image: url(../images/arrow-b2.png);
	width: 13px;
	height: 13px;
}

.fxinwen1 .flex-control-nav li{
	margin:0 8px;
}

.fxinwen1 .flex-control-paging li a.flex-active{
	width: 13px;
	background-image: url(../images/arrow-b3-h.png);

}

.xinwen1-right ul{
	margin:0;
}

.xinwen1-right li{
	margin-top: 20px;
	border:1px solid #dadada;
	padding: 25px 20px 20px;
}

.xinwen1-right li:first-child{
	margin-top: 0;
}

.xinwen1-right li h1{
	margin:0;
	font-size: 18px;
	color:#38478D;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen1-right li h2{
	margin:0;
	font-size: 14px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:15px 0 10px;
}

.xinwen1-right li p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
    overflow: hidden;
    height: 56px;
    overflow: hidden;
}
.more1{
	margin-top: 50px;
}
.more1 a{
	display: block;
	width: 197px;
	border:2px solid #f1f0ef;
	font-size: 14px;
	color:#999;
	height: 42px;
	line-height: 38px;
	border-radius: 40px;
	transition: .3s;
	text-align: center;
	margin:0 auto;
	background-color: #fff;
}
.more1 a:hover{
	background-color: #38478D;
	border-color: #38478D;
	color:#fff;
}

.xinwen2{
	
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/xinwen2.jpg);
}

.xinwen2-pic{
	width: 300px;
}
.xinwen2-pic a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.xinwen2-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	
}

.xinwen2-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.xinwen2-list ul{
	margin:0;
	margin-left: -4%;
}

.xinwen2-list li{
	float: left;
	float: left;
	width: 46%;
	margin-left: 4%;
	background-color: #fff;
	margin-top: 30px;
}
.xinwen2-list li:first-child,.xinwen2-list li:first-child+li{
	margin-top: 0;
}
.xinwen2-con {
	overflow: hidden;
	padding: 35px 28px 0;
}
.xinwen2-con  h1{
	margin:0;
	font-size: 18px;
	color:#38478D;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen2-con h2{
	margin:0;
	font-size: 14px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:15px 0 13px;
}

.xinwen2-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
    overflow: hidden;
    height: 84px;
    overflow: hidden;
}















.xinwen3-list ul{
	margin:0;
	margin-left: -4%;
}

.xinwen3-list li{
	margin-top: 20px;
	border:1px solid #dadada;
	padding: 25px 20px 20px;
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-top: 20px;
	transition: .3s;
}
.xinwen3-list li:hover{
	border-left: 13px solid #38478D;
}
.xinwen3-list li:first-child,.xinwen3-list li:first-child+li{
	margin-top: 0;
}

.xinwen3-list li h1{
	margin:0;
	font-size: 18px;
	color:#38478D;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen3-list li h2{
	margin:0;
	font-size: 14px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:15px 0 10px;
}

.xinwen3-list li p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
    overflow: hidden;
    height: 56px;
    overflow: hidden;
}















.bgf1{
	background-color: #f1f0ef;
}













.xinwen4-list ul{
	margin:0;
	margin-left: -3%;
}

.xinwen4-list li:first-child{
	width: 47%;
	/*margin-left: 0;*/
}
.xinwen4-list li{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.xinwen4-list li.xw4_li{
	margin-top: 2.1%;
}

.xinwen4-list li>a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.xinwen4-list li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
	
}

.xinwen4-list li>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen4-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
	z-index: 30;
}

.bo{
	position: absolute;
	width: 62px;
	margin-left: -31px;
	top: 50%;
	margin-top: -31px;
	left: 50%;
}

.bo img{
	display: block;
	width: 100%;
}


.xinwen4-list li h1{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	margin:0;
	font-size: 16px;color:#fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;z-index: 30;
    text-align: center;
}

.xinwen4-list li:first-child h1{
	bottom: 40px;
}




.zt1-list ul{
	margin:0;
	
}

.zt1-list li{




	margin-top: 30px;
	
}
.zt1-list li>a{
	display: block;
	position: relative;
	box-shadow: 0 0 18px 1px rgba(0,0,0,0.15);
	
}
.zt1-list li:first-child{
	margin-top: 0;
}

.zt1-pic{
	position: relative;
	padding-bottom: 8.7%;
	overflow: hidden;
}
.zt1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	
	
}
.zt1-list li>a:hover .zt1-h1{
	color:#38478D;
}
.zt1-h1{
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	
	z-index: 30;
	padding: 0	10px;
	font-size: 20px;
	color:#333;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zt1-pic:hover img{
	/*图片中心放大代码*/
	/*  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

.quanshu-list ul{
	margin-left: 0;
}

.quanshu-list li{
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-top: 60px;
	border:1px solid #e3e3e3;
	
}
.quanshu-list li>a{
	display: block;
	background-color: #f1f0ee;
	padding: 35px;
	background-repeat: no-repeat;	
	background-position: 93% 90%;
	background-image: url(../images/wei.png);
	transition: .3s;
	
}


.quanshu-list li:first-child,.quanshu-list li:first-child+li{
	margin-top: 0;
}

.quanshu-pic img{
	display: block;
}
.quanshu-list li h1{
	margin: 0;
    font-size: 30px;
    color: #333;
    text-overflow: ellipsis;
	transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    margin: 20px 0 ;
}
    
.quanshu-add{
	font-size: 16px;
	transition: .3s;
	color:#666;
	line-height: 2.3;
	height: 216px;
	overflow: hidden;
}
.quanshu-list li>a:hover{
	background-color: #38478D;
}
.quanshu-list li>a:hover  h1{
	color: #fff;
}
.quanshu-list li>a:hover .quanshu-add{
	color: #fff;
}

.map-wp{
	background-color: #38478D;
	background-image: url(../images/you.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.map{
	width: 1134px;
	height: 658px;
	background-repeat: no-repeat;
	background-position: center ;
}

.map-con{
	overflow: hidden;
	padding:55px 40px 0; 
}
.map-con h1{
	margin: 0;
    font-size: 26px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;	
}


.map-p p{
	margin:0;
}

.map-p{
	font-size: 16px;
	color:#fff;
	line-height: 2.3;
	padding: 12px 0 15px;
	border-top: 1px dashed #80c8a5;
	border-bottom: 1px dashed #80c8a5;
	margin-top: 18px;
}


.map-phone{
	padding-left: 76px;
	border-top: 1px dashed #80c8a5;
	height: 96px;
	padding-top: 18px;
	background-image: url(../images/map2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.map-phone h2{
	margin: 0;
    font-size: 30px;
    font-family: "Arial";
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.map-phone h3{
	margin: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.map-er{
	border-top: 1px dashed #80c8a5;
	padding-top: 20px;
}

.er{
	width: 119px;
	margin-right: 20px;
}

.er img{
	display: block;
	width: 100%;
}


.map-er-con
{overflow: hidden;}
.map-er-1{
	font-size: 18px;
	color:#fff;
}
.map-er-2{
	font-size: 16px;
	color:#fff;
	margin: 5px 0 12px;
}
.contact-list ul{
	margin:0;
	margin-left: -3%;
}

.map-a{
	font-size: 0;
}

.map-a a{
	padding: 0	2px;
}

.contact-list li{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	border:1px solid #e3e3e3;
	background-color: #f1f0ee;
	padding: 50px 40px;
	background-repeat: no-repeat;	
	background-position: 93% 85%;
	background-image: url(../images/wei.png);
	height: 320px;
}

.contact-list li h1{
	margin: 0;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;	
    font-weight: bold;
}

.contact-p p{
	margin:0;
}

.contact-p{
	font-size: 16px;
	color:#666;
	line-height: 2.2;
	margin-top: 20px;
}


.qiye1-pic{
	width: 748px;
	margin-right: 64px;
}

.qiye1-pic img{
	display: block;
	width: 100%;
	border-radius: 5px;
}

.qiye1-con{
	overflow: hidden;
	padding-top: 30px;
}

.qiye1-con-h1{
	font-size: 30px;
	color:#333;

}

.qiye1-p{
	font-size: 16px;
	color:#333;
	line-height: 2.5;
	margin-top: 25px;
	height: 320px;
	overflow-y: auto;
}

.qiye1-p p{
	text-indent: 2em;
	margin:0;
}

.qiye2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/qiye2.jpg);
}

.qiye2-pic{
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.qiye2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	
}

.qiye2-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.qiye2-list .item>a{
	display: block;
}

.qiye2-list .item>a h1{
	margin: 0;
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin: 26px 0 15px;
}


.qiye2-list .item>a:hover h1{
	color:#38478D;
}

.qiye2-list .owl-prev{
	position: absolute;
	left:-80px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.qiye2-list .owl-next{
	position: absolute;
	right:-80px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.qiye3-div{
	background-color: #f1f0ee;
	background-image: url(../images/wei.png);
	background-repeat: no-repeat;
	background-position: 95% 85%;
}

.qiye3-map{
	width: 825px;
	height: 411px;
	background-repeat: no-repeat;
	background-position: center ;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;

}

.qiye3-con{
	overflow: hidden;
	padding-top: 50px;
	padding-left: 40px;
}

.qiye3-con-h1{
	font-size: 30px;
	color:#333;
}

.qiye3-con-p{
	font-size: 16px;
	color:#666;
	line-height: 2.2;
	margin-top: 28px;
}

.qiye3-con-p p{
	margin:0;
}


.shehui.p70{
	position: relative;
	padding-bottom: 240px;
}

.shehui .container{
	position: relative;
	z-index: 35;
}

.shehui-bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.shehui-bg img{
	display: block;
	width: 100%;
}
.shehui1{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	height: 652px;
	background-image: url(../images/shehui1.jpg);
	padding: 70px 60px 0;
	overflow: hidden;
}

.shehui2{

	background-image: url(../images/shehui2.jpg);
	margin-top: 70px;
}

.shehui-title{
	width: 360px;
	margin-left: 30px;
	margin-top: 10px;
}

.shehui-title .erji-title{
	text-align: left;
	background-image: none;
}

.shehui-title .erji-title h1{
	font-weight: bold;
}
.shehui-title .erji-title h2{
	margin-bottom: 0;
}

.shehui-title-a a{
	display: inline-block;
	padding-left: 30px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color:#333;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more2.png);
}
.shehui-title-a a:hover{
	color:#38478D;
}
.shehui-title-a{
	margin-top: 12px;
}



.shehui1-con{
	overflow: hidden;
}
.shehui1-list{
	width: 357px;
	margin-left: 30px;
}
.shehui1-list ul{
	margin:0;
}
.shehui1-list li{
	margin-top: 30px;
}
.shehui1-list li:first-child{
	margin-top: 0px;
}
.shehui1-list li>a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.shehui1-list li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.shehui1-list li>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.shehui1-list li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	margin:0;
	font-size: 16px;color:#fff;
	padding: 0	20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.shehui1-list-2 li:first-child{
	opacity: 0;
	visibility: hidden;
}
.shehui1-list-2{
	margin-left: 0;
}


.shehui1-list-phone-wp{
	display: none;
	/*margin-top: 50px;*/
}
.shehui1-list-phone{
	padding: 0 70px;
}
.shehui1-list-phone .item>a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.shehui1-list-phone .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.shehui1-list-phone .item>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.shehui1-list-phone .item>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	margin:0;
	font-size: 16px;color:#fff;
	padding: 0	20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.shehui1-list-phone .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.shehui1-list-phone .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}









.shehui2-list{
	margin-top: 60px;
}

.shehui2-list{
	padding: 0px 70px;
}


.shehui2-pic a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.shehui2-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.shehui2-pic a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shehui2-con{
	background-color: #fff;
	padding: 15px 30px;
}

.shehui2-con h1{
	font-size: 16px;
	color:#38478D;
	margin:0;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
}

.shehui2-con h2{
	font-size: 14px;
	color:#999;
	margin:0;
	margin:10px 0 10px;
}
.shehui2-con p{
	font-size: 14px;
	color:#666;
	margin:0;
	line-height: 2;
	height: 84px;
	overflow: hidden;
}

.shehui2-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.shehui2-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.about1-pic{
	width: 310px;
	margin-right: 120px;
	margin-top: 10px;
	margin-left: 43px;
}

.about1-con{
	overflow: hidden;
}

.about1-title h1{
	margin:0;
	font-size: 40px;
	color:#333;
}

.about1-title h2{
	margin:0;
	font-size: 24px;
	color:#333;
	font-family: "ham";
	text-transform: uppercase;
	margin: 12px 0;
}
.line3{
	width: 40px;
	height: 2px;
	background-color: #38478D;

}
.about1-wen {
	margin-top: 15px;
}
.about1-wen h1{
	margin:0;
	font-size: 30px;
	color:#333;
	line-height: 1.6;
}

.about1-wen p{
	margin:0;
	font-size: 16px;
	color:#333;
	line-height: 2;
	margin-top: 10px;
}

.about1-qian{
	font-size: 0;
	text-align: right;
}

.more3 a{
	display: block;
	width: 145px;
	border:2px solid #f1f0ef;
	font-size: 14px;
	color:#999;
	height: 42px;
	line-height: 38px;
	border-radius: 40px;
	transition: .3s;
	text-align: center;
	
	background-color: #fff;
}
.more3 a:hover{
	background-color: #38478D;
	border-color: #38478D;
	color:#fff;
}

.about2-con{
	width: 748px;
}

.about2-con-1 h1{
	font-size: 36px;
	color:#333;
	margin:0;
}
.about2-con-1 h2{
	font-size:20px;
	color:#999;
	margin:0;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 22px;
}

.about2-con-1 p{
	font-size:16px;
	color:#333;
	margin:0;
	line-height: 2.2;
	margin-top: 10px;
}
.about2-pic{
	width: 748px;
}

.about2-pic img{
	display: block;
	width: 100%;
}
.about2-con-2{
	padding: 35px 0;
}
.about2-con-2 dl{
	margin:0;
}

.about2-con-2 dd{
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px 0;
	border-left: 1px solid #cccccc;
}

.about2-con-2 dd:first-child{
	border-left: 0
}
.about2-con-2 dd h1{
	font-size: 14px;
	color:#333;
	margin:0;
}

.about2-con-2 dd h1 span{
	font-size: 36px;
	color:#38478D;
	padding-right: 5px;
}

.about2-con-2 dd h2{
	font-size: 16px;
	color:#333;
	margin:0;
	margin-top: 8px;
}

.about3-p{
	font-size: 16px;
	color:#333;
	line-height: 2.2;
	text-align: center;
}

.about3-list .item>a{
	display: block;
	padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
}

.about3-list .item>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.about3-list .item>a:hover .about3-con{
	
	bottom: 0;
}
.about3-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -123px;
	text-align: center;
	padding: 30px 0;
	background-image: url(../images/lvdi.png);
	z-index: 30;
	transition: .3s;

}

.about3-con h1{
	text-align: center;
	color:#fff;
	font-size: 30px;
	margin:0;
}
.about3-con h2{
	text-align: center;
	color:#fff;
	font-size:14px;
	margin:0;
	margin-top: 15px;
}

.about3-list .owl-prev{
	position: absolute;
	left:-80px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.about3-list .owl-next{
	position: absolute;
	right:-80px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.about4{
	background-color: #fbfafa;
}

.about4-pic img{
	display: block;
	margin:0 auto;
}

.about5{
	background-image: url(../images/about5.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	
}

.about5-con{
	text-align: center;
	padding-top: 120px;
}

.about5-con h1{
	text-align: center;
	color:#38478D;
	font-size: 48px;
	line-height: 1.6;
	margin:0;
}

.about5-con h2{
	text-align: center;
	color:#666;
	font-size: 24px;
	margin:0;
	line-height: 1.6;
	margin:20px 0;
}

.about5-con p{
	text-align: center;
	color:#666;
	font-size:16px;
	line-height: 1.8;
	margin:0;
}

.about7{
	background-image: url(../images/about7.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	
}

.fabout7 .flex-direction-nav{
	display: block;
}

.fabout7 .flex-direction-nav a{
	width: 60px;
	height: 109px;
	margin-top: -54px;
}

.fabout7 .flex-direction-nav .flex-next{
	right: 0;
}

.fabout7 .flex-direction-nav .flex-prev{
	left: 0;
}


.about7-left{
	width: 198px;
	padding-right:1px; 
}

.about7-left dl{
	margin:0;
}

.about7-left dd{
	margin-top: 2px;
	font-size: 20px;
	color:#fff;
	text-align: center;
	padding: 18px 0 16px;
	cursor: pointer;
	position: relative;
}

.jian_0{
	position: absolute;
	width: 12px;
	right: -12px;
	top: 50%;
	margin-top: -12px;
	display: none;
}
.jian_0_1{
	display: block;
}
.jian_0 img{
	display: block;
	width: 100%;
}
.about7-left dd>img{
	display: block;
	margin:0 auto 11px;
}
.about7-left dd:first-child{
	margin-top: 0;
}


.add1{background-color: #3b6ba6;}
.add2{background-color: #38478D;}
.add3{background-color: #be7459;}
.add4{background-color: #e4df73;}
.ah11{color: #3b6ba6;}
.ah12{color: #38478D;}
.ah13{color: #be7459;}
.ah14{color: #e4df73;}
.about7-right{
	overflow: hidden;
	height: 506px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about7-div.jpg);
	padding-top: 80px;
	padding-left: 100px;
	padding-right: 
}

.about7-div-item{
	display: none;
	

}
.about7-div h1{
	font-size: 40px;
	margin:0;
}
.about7-div-item:first-child{
	display: block;
}

.about7-div-p p{
	margin:0;
}

.about7-div-p{
	font-size: 16px;
	color:#333;
	line-height: 2.2;
	margin-top: 22px;
	width: 900px;
}

.about1-title h3{
	font-size: 16px;
	color:#333;
	margin:0;
	margin-top: 28px;
}

.about8-div-wp{
	padding-left: 345px;
	position: relative;
	/*height: 433px;*/
}

.about8-title{
	position: absolute;
	width: 280px;
	left: 0;
	top: 0;
}


.about8-list .item:hover .about8-con{
	border-color: #38478D;
}


.about8-pic a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.about8-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.about8-pic a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about8-con{
	background-color: #f1f0ef;
	padding: 22px 20px;
	padding-bottom: 21px;
	border-bottom: 4px solid #f1f0ef;
}

.about8-p p{
	margin:0;
}

.about8-p{
	font-size: 16px;
	color:#333;
	line-height: 2.3;
	height: 108px;
	overflow: hidden;
}



.yiyao1 .erji-title{
	background-image: none;
}

.yiyao1{
	/*height: 1200px;*/

	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/yiyao1.jpg);
}

.yiyao1.p70{
	padding-bottom: 150px;
}



.wish-box {
  position: relative;
  height: 908px;
  margin-top: 110px; }

.wish-box .center {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  outline: 1px solid #1e9c60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.wish-box .center .border {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 230px;
  height: 230px;
  border: 10px solid #38478D; }

.wish-box .center img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -ms-transform: rotate(-45deg); }

.wish-box .center-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 430px;
  height: 100%;
  -webkit-transform: translateX(-215px);
  transform: translateX(-215px);
  -ms-transform: translateX(-215px); }

.wish-box .line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wish-box .line-box .line {
  position: absolute;
  display: block;
  width: 300px;
  height: 1px;
  background-color: #38478D;
  opacity: .3; }

.wish-box .line-box .line:nth-child(1) {
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -500px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform: rotate(0); }

.wish-box .line-box .line:nth-child(2) {
  top: 50%;
  right: 50%;
  margin-top: -348px;
  margin-right: -159px; }

.wish-box .line-box .line:nth-child(2), .wish-box .line-box .line:nth-child(3) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); }

.wish-box .line-box .line:nth-child(3) {
  bottom: 0;
  left: 50%;
  margin-bottom: -199px;
  margin-left: -161px; }

.wish-box .line-box .line:nth-child(4) {
  right: 0;
  bottom: 0;
  margin-right: -354px;
  margin-bottom: 154px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform: rotate(0); }

.wish-box .text-box {
  position: absolute;
  width: 340px;
  text-align: center; }
.wish-box .text-box>a{
	display: block;
}
.wish-box .text-box>a:hover h4{
	font-weight: bold;
}
 .icon-box {
  position: relative;
  margin: 0 auto 30px;
  width: 74px;
  height: 74px; }

 .icon-box .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background-color: #38478D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

 .icon-box .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 74px; }

.wish-box .text-box .icon-box .icon i {
  color: #fff;
  font-size: 2pc; }

.wish-box .center-box .text-box h4 {
	margin:0;
  margin-bottom: 15px;
  color: #38478D;
  font-weight: 300;
  font-size: 24px; }

.wish-box .center-box .text-box p {
	margin:0;
  color: #38478D;
  font-weight: 300;
  font-size: 18px; }

.wish-box .text-box-1 {
  top: 228px;
  left: -350px; }

.wish-box .text-box-2 {
  top: 228px;
  right: -350px; }

.wish-box .text-box-3 {
  bottom: 120px;
  left: 50%;
  margin-left: -170px; }

.wish-box .text-box-4 {
  top: -56px;
  left: 50%;
  margin-left: -170px; }

 .iconfont{
	background-repeat: no-repeat;
	background-position: center ;
	display: block;
	height: 74px;
	line-height: 74px;

}

.icon-qizhi{background-image: url(../images/icon-qizhi.png);}
.icon-quanqiugou{background-image: url(../images/icon-quanqiugou.png);}
.icon-qiyeyuanjing{background-image: url(../images/icon-qiyeyuanjing.png);}
.icon-jiankang {background-image: url(../images/icon-jiankangfuwu.png);}
.yiyao2{
	display: none;
}


.yiyao2-ico{

}
.yiyao2-list .item>a{
	display: block;
}

.yiyao2-list .item>a h1{
	margin:0;
	font-size: 20px;
	color:#38478D;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.yiyao2-list .item>a h2{
	margin:0;
	font-size:18px;
	color:#38478D;
	text-align: center;

}


.time1{
	padding-bottom:50px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/time1.png);
}
.time1-list{
	padding: 0	80px;
}
.time1-list .item{
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 26px;
	color:#bbb;
	cursor: pointer;
}

.time1-list .item.cur{
	color:#38478D;
}

.time1-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}
.time1-list .owl-prev:hover{
	background-image: url(../images/left2h.png);

}
.time1-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	background-image: url(../images/right2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.time1-list .owl-next:hover{
	background-image: url(../images/right2h.png);

}


.time2-div{
	display: none;
}

.time2-div:first-child{
	display: block;
}
.time2-title{
	text-align: center;
	padding: 20px 0 40px;
}
.time2-title h1{
	font-size: 50px;
	color:#38478D;
	margin:0;
}

.time2-title h2{
	display: inline-block;
	padding: 0	7px 22px;
	border-bottom: 3px solid #dddddd;
	font-size: 18px;
	color:#333;
	margin:0;
	margin-top: 35px;
}

.time2-pic-wp{
	width: 419px;
	margin-right: 50px;
}

.time2-pic{
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
	border-radius: 5px;
}

.time2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.time2-gun-wp{
	overflow: hidden;
}

.time2-gun{
	font-size: 16px;
	color:#333;
	height: 293px;
	line-height: 2.2;
	overflow-y: auto;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 70px;
}
.xinwen2_listwpp{
	background-image: none!important;
	height: auto!important;
}

.xinwen2_listwpp .xinwen2-list li{
	background-color: #f1f0ef;
}

.danpian-h1{
	font-size: 32px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding-bottom: 10px;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	
}
.danpian-con,.danpian-con *{
	font-size: 16px!important;
}
.danpian-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}

.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:#38478D;

}







.shipp-pic a{
	display: block;
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}
.shipp-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	
}


.shipp-pic a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shipp-list ul{
	margin:0;
	margin-left: -3%;
}

.shipp-list li{
	float: left;
	width: 30.333333333%;
	margin-left: 3%;
	margin-top:50px;
}
.shipp-list li:first-child,.shipp-list li:first-child+li,.shipp-list li:first-child+li+li{
	margin-top: 0;
}
.shipp-list li h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
}


.shipp-list li h2{
	margin: 0;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background-image: url(../images/heidi.png);
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.shipp-list li h1 a:hover{
	color:#38478D;
}


.shipp-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.shipp-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -54px;
	width: 60px;
	height: 109px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}


.shipp-list ul#uul1{
	margin-left: 0;
}
.shipp-list ul#uul1 li{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}


.erji-nav{
	background-color: #f1f0ef;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	margin-left: 2px;

}
.erji-nav dd:first-child{
	margin-left: 0;
}
.erji-nav dd>a{
	display: block;
	height: 60px;
	line-height: 56px;
	border-top: 4px solid #f1f0ef;
	font-size: 18px;
	color:#333;
	padding: 0	25px;
	transition: .3s;
}

.erji-nav dd.cur>a,.erji-nav dd>a:hover{
	border-color: #38478D;
	background-color: #fff;

}










/*zhucece*/

.biaodan-box{
	width: 700px;
	margin:0 auto;
}
.zhucece{
	padding: 30px 0 30px;
}


.zhucece-title{
	font-size: 20px;
	color:#38478D;
	padding: 0px 0 30px;
	text-align: center;
}
.zhucece-title i{
	font-style: normal;
	color:#f00;
}
.zhucece-title span{
	color:#999;
	font-size: 14px;
	padding-left: 10px;
}
.zhucece-div-wp{
	margin-bottom: 15px;
}
.zhucece-div.fl,.zhucece-div.fr{
	width: 48%;
}
.zhucece-div span.fl{
	font-size: 14px;
	color:#333;
	text-align: right;
	margin-right: 10px;
	width: 110px;
	height: 34px;
	line-height: 34px;
}
.zhucece-div span i{
	font-style: normal;
	color:#f00;
	vertical-align: middle;
	padding-right: 5px;
}
.zhucece-div-input{
	overflow: hidden;
}

.zhucece-div-input{
	height: 34px;
	line-height: 34px;
}

.zhucece-div-input input[type="radio"],.zhucece-div-input input[type="checkbox"]{
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.zhucece-div-input input[type="file"]{
	vertical-align: middle;
}
.zhucece-div-input input[type="file"]:focus{
	outline: none;
}
.zhucece-div-input_1{
	width: 46%;
}

.zhucece-div-input_2{
	overflow: hidden;
	text-align: center;
}

.zhucece-div-wp2{
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #eaeaea;
}

.zhucece-div-wp2 .btn{
	margin:0 10px;
	font-size: 16px;
	padding: 6px 25px;
}

.zhucece-div-textarea{
	height: auto;
	line-height: 1.6;
}

.zhucece-div-textarea textarea{
	height:250px;
	resize: none;
}


.zhucece-div-textarea p{
	margin:0;
	margin-top: 10px;
	color:#999;
	text-align: right;
}
.zhucece-div-input_4{
	width: 80px;
}

.zhucece-div-input_5{
	width: 150px;
	margin-left: 10px;
}

.zhucece-div-input_6 {
    overflow: hidden;
    padding-left: 15px;
}

a.a_xia_a{
	display: inline-block;
	width: 150px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color:#fff;
	background-color: #0271b9;
	border-radius: 5px;
}

a.a_xia_a:hover{
	background-color: #0468a9;
}

.input_ok_input{
	width: 150px;
	height: 38px;
	font-size: 14px;
	color:#fff;
	background-color: #0271b9;
	border-radius: 5px;
	border:0;
}
.input_ok_input:focus{
	outline: none;
}

.input_ok_input:hover{
	background-color: #0468a9;
}

.zhucece-none{
	display: none;
}

.zhucece-jia{
	margin-top: 30px;
}

.zhucece-jia span{
	cursor: pointer;
	font-size: 16px;
	color:#0271b9;
}

.zhucece-jia span:hover{
	color: #0468a9;
}

.zhucece-div-input_1111 .form-control{
	width: 300px;
}

.zhucece-2{
	margin-top: 45px;
}

.zhucece-div-input img{
	margin-top: -3px;
	margin-left: 5px;
}

.fyao .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 17px;
	width: 1600px;
	text-align: right;
	left: 50%;
	margin-left: -800px;
}

.fyao .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow-b12.jpg);
}

.fyao .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b12-h.jpg);
	width: 10px;

}

.fyao .flex-control-nav li{
	margin:0 5px;
}




.jubaoxinxiang{
	padding-bottom: 100px;
}
.jubaoxinxiang-pic{
	width: 482px;
	margin-right: 60px;
	margin-top: 35px;
}

.jubaoxinxiang-pic img{
	display: block;
	width: 100%;
}

.jubaoxinxiang-con{
	overflow: hidden;
}

.jubaoxinxiang-con h1{
	font-size: 30px;
	color:#333;
	margin:0;
}

.jubaoxinxiang-con p{
	font-size: 18px;
	color:#666;
	margin:0;
	line-height: 2;
	margin-top:20px; 
}
.jubaoform{
	font-size: 16px;
	color:#000;
	font-weight: bold;
	margin-top: 40px;
}
.jubaoform input:focus{
	outline: none;
}

.jubaoform input[type="checkbox"]{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.jubaoform input[type="button"]{
	width: 200px;
	height: 51px;
	cursor: pointer;
	color:#fff;
	font-size: 18px;
	background-color: #ca0000;
	border:0;
	font-weight: normal;
	margin-left: 25px;
}


.about33-list .item{
	padding: 1px;

}

.about33-list .item-div{
	height: 520px;
	border:1px solid #ccc;
	padding: 70px 0 0;
	transition: .3s;
}
.about33-list .item-div:hover{
	background-color: #38478D;
	border-color: #38478D;

}

.about33-list .item-div:hover h1{
	color:#fff;
}

.about33-list .item-div:hover .about33-dl dl{
	color:#fff;
}
.about33-list .item-div h1{
	font-size: 36px;
	color:#333;
	text-align: center;
	margin:50px auto 40px;
	transition: .3s;
}


.about33-ico{
	width: 104px;
	height: 104px;
	background-repeat: no-repeat;
	background-position: center ;
	margin:0 auto;
	transition: .3s;
}

.about33-ico1{background-image: url(../images/about33-1.png);}
.about33-ico2{background-image: url(../images/about33-2.png);}
.about33-ico3{background-image: url(../images/about33-3.png);}


.about33-list .item-div:hover .about33-ico1{background-image: url(../images/about33-1h.png);}
.about33-list .item-div:hover .about33-ico2{background-image: url(../images/about33-2h.png);}
.about33-list .item-div:hover .about33-ico3{background-image: url(../images/about33-3h.png);}

.about33-dl dl{
	padding: 0 40px 0 80px;
}
.about33-dl dl{
	margin:0;
	font-size: 16px;
	color:#333;
	transition: .3s;
}

.about33-dl dd span.fl{
	width: 110px;
	text-align: right;
	
	line-height: 33px;
}

.about33-dd-con{
	overflow: hidden;
	padding-left: 5px;
	line-height: 33px;
}


.about33-dd-con span{
	display: inline-block;
	margin-right: 12px;
}



.ztt{
	background-image: url(../images/ztt-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f4f4f4;
	/*position: relative;*/
	/*z-index: 20;*/
}




.ztt-footer{
	background-color: #b80606;
	height: 126px;
	padding-top: 82px;
	font-size: 14px;
	color:#fff;
	/*position: relative;*/
	/*z-index: 10;*/
	margin-top: -57px;
}

.ztt-wp{
	width: 1000px;
	margin:0 auto;
}

.ztt-top img{
	display: block;
	padding: 30px 0;
}

.ztt-div{
	background-color: #fff;
	padding: 30px;

	position: relative;
	z-index: 20;
	min-height: 700px;
}

.ztt-div1-left{
	width: 530px;
	margin-right: 11px;
}

.ztt-div1-right{
	overflow: hidden;
}

.fztt .slides>li>a{
	display: block;
	position: relative;
	padding-bottom:70%;
}
.fztt .slides>li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fztt .slides>li>a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	font-size: 14px;
	color:#fff;
	padding-left: 16px;
	padding-right: 120px;text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}


.fztt .flex-control-nav{
	right: 0;
	width: 170px;
	display: block;
	font-size: 0;
	bottom: 20px;
	text-align: right;
	padding-right: 13px;
}
.fztt .flex-control-nav li{
	margin:0 5px;
}

.fztt .flex-control-paging li a{
	width: 11px;
	height: 11px;
	background-image: url(../images/arrow-b222.png);
	
}

.fztt .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b222-h.png);

}

.ztt-div1-right ul{
	margin:0;
}
.ztt-div1-right li:first-child{
	margin-top: 0;
}
.ztt-div1-right li{
	background-color: #f8f5e2;
	padding:21px;
	margin-top: 10px;
}

.ztt-div1-right li h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ztt-div1-right li h1>a:hover{
	color:#b80606;
}
.ztt-div1-right li p{
	font-size: 12px;
	color:#666;
	line-height: 2;
	margin:0;
	margin-top: 10px;
	height:48px;
	overflow: hidden;
}

.ztt-div2{
	padding-top: 20px;
}
.ztt-div2 ul{
	margin:0;
}
.ztt-div2 li:first-child{
	margin-top: 0;
}
.ztt-div2 li{
	/*background-color: #f8f5e2;*/
	border-bottom:1px dashed #ccc; 
	padding:21px 0;
	
}

.ztt-div2 li h1{
	margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ztt-div2 li h1>a:hover{
	color:#b80606;
}
.ztt-div2 li p{
	font-size: 16px;
	color:#666;
	line-height: 1.8;
	margin:0;
	margin-top: 14px;
	/*height:56px;*/
	overflow: hidden;
}


.ztt-div2 li h2{
	margin: 0;
    font-size: 14px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}



.fenye22{
	text-align: center;
	padding: 50px 0;
}

.fenye22 ul{
	margin:0;
}



.fenye22 .pagination > li > a,
.fenye22 .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #b80606;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.fenye22 .pagination > li > a:hover,
.fenye22 .pagination > li > span:hover,
.fenye22 .pagination > li > a:focus,
.fenye22 .pagination > li > span:focus {
  z-index: 2;
  color: #b80606;
  background-color: #eee;
  border-color: #ddd;
}
.fenye22 .pagination > .active > a,
.fenye22 .pagination > .active > span,
.fenye22 .pagination > .active > a:hover,
.fenye22 .pagination > .active > span:hover,
.fenye22 .pagination > .active > a:focus,
.fenye22 .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #b80606;
  border-color: #b80606;
}




.xinwen3-gai-left{
	width: 357px;
	margin-right: 69px;
	margin-left: 40px;
}

.xinwen3-gai-right{
	overflow: hidden;
	background-image: url(../images/xinwen3-xian.jpg);
	background-repeat: repeat-y;
	background-position: 8px top;
}

.xinwen3-gai-left dl{
	margin:0;
}
.xinwen3-gai-left dd{
	margin-top: 25px;
}
.xinwen3-gai-left dd:first-child{
	margin-top: 0;
}
.xinwen3-gai-left dd>a{
	display: block;
	overflow: hidden;
}
.xinwen3-gai-left dd img{
	display: block;
	width: 100%;
	transition: .3s;
}
.xinwen3-gai-left dd>a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen3-gai-right ul{
	margin:0;
	
}

.xinwen3-gai-right li{


	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/xinwen3-qiu.jpg);
	margin-top: 50px;
	/*transition: .3s;*/
	padding-left: 50px;
	padding-top: 5px;
}
.xinwen3-gai-right li:first-child{
	margin-top: 0;
}
.xinwen3-gai-right li h1{
	margin:0;
	font-size: 18px;
	color:#38478D;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xinwen3-gai-right li h1>a:hover{
	text-decoration: underline;
}


.xinwen3-gai-right li p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
    overflow: hidden;
    height: 56px;
    overflow: hidden;
    margin-top: 15px;
}

.xinwen2{
	background-image: url(../images/xinwen2-gai.jpg);
}

.xinwen2-gai-div{
	width: 46.75%;
}

.xinwen-gai-title h1{
	float: left;
	margin:0;
	font-size: 30px;
	color:#38478D;
}

.xinwen-gai-title h1 span{
	font-family: "ham";
    text-transform: uppercase;
    font-size: 24px;
    color:#999;
    padding-left: 5px;
}

.xinwen-gai-title a.fr{
	font-size: 14px;
	color:#999;
	margin-top: 7px;
}
.xinwen-gai-title a.fr:hover{
	color:#38478D;

}

.xinwen3-gai-list ul{
	margin:0;
}

.xinwen3-gai-list li{
	height: 50px;
	line-height: 48px;
	border:1px solid #cccccc;
	position: relative;
	padding: 0 115px 0 22px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
}
.xinwen3-gai-list li:first-child{
	margin-top: 40px;
}
.xinwen3-gai-list li span{
	position: absolute;
	right: 22px;
	top: 0;
	font-size: 14px;
	color:#666;
}

.xinwen3-gai-list li a{
	font-size: 14px;
	color:#666;
}

.xinwen3-gai-list li a:hover{
	color:#38478D;

}

.xinwen3-gai-list{
	overflow: hidden;
}

.xinwen1 .xinwen3-gai-list li {
    margin-top: 10px;
}

.xinwen3 .xinwen3-gai-list li {
    margin-top: 10px;
}

.xinwen1-11-div-wp .xinwen1-11-div{
	display: none;
}

.xinwen1-11-div-wp .xinwen1-11-div:first-child{
	display: block;
}
.xinwen1-11-ul{
	font-size: 0;
	text-align: center;
	line-height: normal;
	padding-bottom: 50px;
}
.xinwen1-11-ul ul{
	margin:0;
	display: inline-block;
}

.xinwen1-11-ul li{
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #f1f0ef;
	color:#333;
	font-size: 18px;
	cursor: pointer;
	margin:0 25px;
}

.xinwen1-11-ul li.cur{
	background-color: #38478D;
	color:#fff;
}


.sel-list .mCSB_inside > .mCSB_container {
    margin-right: 8px;
}



.sel-list .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #e8e8e8;
}

.kku-dl{

	margin-top: 35px;
}

.kku-dl dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.kku-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.kku-dl dd a{
	display: block;
	height: 43px;
	line-height: 41px;
	border:1px solid #cecdcb;
	font-size: 18px;
	color:#333;
	text-align: center;
	transition: .3s;
}

.kku-dl dd a:hover{
	background-color: #38478D;
	border-color: #38478D;
	color:#fff;
}









/*列表分页代码*/

/*----------分页----------*/
.page{text-align: center;}
.page .mypage{display: inline-block; font-size: 14px;  margin-top: 52px; margin-bottom: 45px; border-radius: 3px; clear: both;}
.page .mypage tr{ border-left: 1px solid #ddd;}
.page .mypage li,.page .mypage td { font-size: 14px;    padding: 3px 10px; list-style: none; display: inline; float: left; line-height: 1em; text-decoration: none; border: 1px solid #ddd; border-left-width: 0;  line-height: 22px; }
.page .mypage li a,.page .mypage td a{ display: inline-block;color: #999; font-size: 14px; }
.page .mypage li a:hover,.page .mypage td a:hover{ text-decoration: none; color: #222;}
.page .mypage li.thisclass { background-color: #f9f9f9; color: #999; }
.page .mypage li:first-child { border-left-width: 1px; border-radius: 3px 0 0 3px; }
.page .mypage li:last-child { border-radius: 0 3px 3px 0; }
.page .mypage .pageinfo { color: #444; }


.page .mypage li.active a{
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}





/* 发展历史 */
.history-wrapper {

	/* width: 100%; */
	/* width: 1400px; */
	/* height: 600px; */
	margin: 0 auto;
	background: linear-gradient(to bottom, #1A2F6C, #1D5CA9);
	position: relative;
	overflow: hidden;
}

.history-tip {
	text-align: center;
	margin: 40px auto 0;
	color: #fff;
	font-size: 40px !important;
	font-weight: 600;
}

.history-name {
	text-align: center;
	color: #fff;
	font-size: 30px !important;
	font-weight: 600;
}

.history-top {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 50px;
	margin: 50px auto;
	background: url(./../images/history-icon01.png) no-repeat center;
	background-size: contain;
}

.history-wra {
	position: relative;

	margin: 100px auto 0;
	padding: 80px 0;
	overflow: hidden;

}

.history-wra::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	border-left: 2px dashed #fff;
}


.history-list {
	float: left;
	width: 100%;
	color: #ababab;
	overflow: hidden;
	position: relative;
}

.history-data-icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);

	width: 60px;
	height: 60px;

	background: url(./../images/history-icon02.png) no-repeat center;
	background-size: contain;
	z-index: 1;
}

.history-data-wrapper {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
}

.history-data {
	position: relative;
	height: 60px;
	line-height: 60px;
	width: 100%;
	left: 0;

}

.history-data::after {
	content: '';
	position: absolute;
	width: 12%;
	height: 60px;
	left: 0;
	top: 50%;
	border-top: 2px dashed #fff;
}

.history-data p {
	position: absolute;
	left: 14%;
	top: 0;
	font-size: 45px !important;
	font-weight: 600;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.history-content {
	position: relative;
	left: 57.5%;
	top: 0;
	margin-top: 65px;
	width: 40%;
}

.history-content .history-item {
	position: relative;
	text-indent: 20px;
}

.history-content .history-item::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 12px;
	background: #fff;
	border-radius: 100%;
	z-index: 1;
}

.history-list:nth-child(2n) .history-data-wrapper {
	left: 0;
}


.history-list:nth-child(2n) .history-data {
	left: 2.5%;
}

.history-list:nth-child(2n) .history-data p {
	left: auto;
	right: 14%;
	text-align: right;
}



.history-list:nth-child(2n) .history-data::after {
	left: auto;
	right: 0;
}

.history-list:nth-child(2n) .history-content {
	left: auto;
	right: -4%;
}

.history-list:nth-child(2n) .history-item {
	text-indent: 0;
	text-align: right;
	padding-right: 20px;
}

.history-list:nth-child(2n) .history-item::before {
	left: auto;
	right: 0;
}


@media only screen and (max-width: 1200px) {
	.history-wrapper {
		width: 100%;
	}

	.history-tip {
		margin: 25px auto 0;
		font-size: 30px !important;
	}

	.history-wra {
		margin-top: 0;
		padding: 0;
	}

	.history-data-icon,
	.history-data::before,
	.history-top {
		display: none;
	}

	.history-wra::after {
		display: none;
	}
	
	
	.history-list{
		margin-top: 2%;
	}

	.history-list:nth-child(2n) .history-data-wrapper,
	.history-data-wrapper {
		left: 2%;
		    width: 98%;
	}



	.history-data::after {
		display: none;
	}

	.history-data p {
		left: 0;
	}

	.history-content {
		margin-left: 0;
		left: 4%;
		 width: 92%;
	}

	.history-list:nth-child(2n) .history-data {
		text-align: left;
		left: 0;
	}

	.history-list:nth-child(2n) .history-data p {
		left: 0;
		right: auto;
		text-align: left;
	}

	.history-list:nth-child(2n) .history-content {
		margin-right: 0;
	}

	.history-list:nth-child(2n) .history-item {
		text-indent: 20px;
		text-align: left;
		padding-right: 0;
	}

	.history-list:nth-child(2n) .history-item::before {
		left: 0;
		right: auto;
	}
}