/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/


body {
	background-color: #f1f0ef;
	overflow-x: hidden;
}


div.clear {
	clear: both;
	height: 0;
	width: 0;
}




a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

img {
	border: 0;
	max-width: 100%;
}


div.wp {
	padding-left: 60px;
	padding-right: 60px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tran {
	transition: all .3s ease-out 0s;
}

.tver {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/

	overflow: hidden;
}

.img-box img {
	transition: .3s;
	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);
}


/*图片中心放大代码区域*/


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}

.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);
}

/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header {
	position: relative;
	z-index: 999;
}

.header-1 {
	height: 123px;
	position: relative;
	z-index: 600;
}

.logo {
	width: 450px;
	margin-top: 29px;
}

.logo a,
.logo img {
	display: block;
	width: 100%;
}

.header-a1 {
	margin-top: 56px;
}

.header-a1 a {
	float: left;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
	position: relative;
}

.header-a1 a+a {
	margin-left: 17px;
}

.header-a1 a.a1 {
	background-image: url(../images/header-a1.png);
}

.header-a1 a.a2 {
	background-image: url(../images/header-a2.png);
}

.header-a1 a.a3 {
	background-image: url(../images/header-a3.png);
}

.header-a1 a.a1:hover {
	background-image: url(../images/header-a1h.png);
}

.header-a1 a.a2:hover {
	background-image: url(../images/header-a2h.png);
}

.header-a1 a.a3:hover {
	background-image: url(../images/header-a3h.png);
}

.header-a1 a:hover .a2er {
	display: block;
}

.a2er {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 40px;
	display: none;
}




.jsfw {
	margin-top: 53px;
	margin-right: 15px;
	position: relative;
}

.jsfw a.jsfwa {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #275390;
	color: #fff;
}


.jsfw-div {
	position: absolute;
	width: 500px;
	top: 100%;
	right: 0px;
	background-image: url(../images/baidi.png);
	padding: 25px 30px 30px;
	display: none;
}


.jsfw-list dl {
	margin: 0;
}


.jsfw-list dd {
	float: left;
	width: 50%;
	font-size: 0px;
	line-height: normal;
	color: #000;
	text-align: center;
}

.jsfw-list dd a {
	font-size: 16px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.jsfw-list dd a img {
	display: block;
	margin: 0 auto 10px;
}

.jsfw-list dd a:hover {
	color: #275390;
}

.bgxt {
	margin-top: 53px;
	margin-right: 15px;
	position: relative;
}

.bgxt a.bgxta {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #275390;
	color: #fff;
}


.bgxt-div {
	position: absolute;
	width: 1000px;
	top: 100%;
	right: 0px;
	background-image: url(../images/baidi.png);
	padding: 30px 30px 30px;
	display: none;

}


.bgxt-list dl {
	margin: 0;

}



.bgxt-list dd {
	float: left;
	width: 20%;
	font-size: 0px;
	line-height: normal;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
}

.bgxt-list dd a {
	font-size: 16px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.bgxt-list dd a img {
	display: block;
	margin: 0 auto 10px;
}

.bgxt-list dd a:hover {
	color: #275390;
}

.header-a2 {
	margin-right: 15px;
	width: 210px;
	margin-top: 60px;
}

.header-a2 a {
	font-size: 14px;
	color: #666;
}

.header-a2 a+a {
	margin-left: 76px;
}

.header-a2 a:hover {
	color: #275390;
}

.nav-wp {
	position: relative;
	background-color: #275390;
	z-index: 500;
}

.nav {
	padding: 0 25px;
}

.nav ul {
	margin: 0;
}

.nav>ul>li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;

}

.nav>ul>li+li {
	border-left: 1px solid #275390;
}

.nav>ul>li>a {
	display: block;
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a,
.nav>ul>li.active>a {
	background-color: #18345a;
	/*font-weight: bold;*/

}

.nav>ul>li>ul {
	position: absolute;
	left: 0px;
	right: 0;
	top: 100%;
	z-index: 600;
	background-color: #275390;
	display: none;
	border-top: 1px solid #275390;
}

.nav>ul>li>ul>li>a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color: #fff;
	/*transition: .3s;*/
	text-align: center;

}

.nav>ul>li>ul>li>a:hover {
	background-color: #18345a;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main {}

.main1 {
	position: relative;
	display: none;
}

.main1-bg-wp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
}

.main1-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 1.5s;
	background-position: center;
    background-repeat: no-repeat;
}

.main1-bg.cur {
	opacity: 1;
}






/*新春banner*/


/*.main1-bg.cur {*/
/*	opacity: 0;*/
/*}*/


/*.main1-bg-wp{*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url('../images/main1-bg-xc.jpg');*/
/*}*/



/*新春banner*/











.main1-item-wp {
	font-size: 0;
	line-height: none;
	position: relative;
	z-index: 50;
}

.main1-item {
	display: inline-block;
	width: 14.28571%;
	vertical-align: top;
	position: relative;
	background-image: url(../images/heidi2.png);
	transition: background-image .9s;
}
.main1-item:nth-child(4) dd{
    text-align: left;
    padding-left: 15px;
}
.main1-item:nth-child(4) dd:last-child{
    width: 99%;
}
/*.main1-item:nth-child(4) dd:last-child{*/
/*        padding-left: 10.5%;*/
/*    width: 99%;*/
/*    text-align: left;*/
/*}*/

.main1-item:hover {
	background-image: url(../images/landi.png);
	/* transition: background-image 1.5s; */
}


.main1-item:hover .main1-dl {
	opacity: 1;
	transition: .5s;

}
.main1-item:hover .main1-menu{
	padding-top: 60px;
}
.main1-menu {
	padding: 150px 0 0 0;
	position: relative;
	height: 400px;
	z-index: 30;
	font-size: 0;
	text-align: center;
	transition: padding .5s;
}

.main1-menu-h1h2 {
	display: inline-block;
	text-align: left;
}

.main1-menu-h1h2 h1 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}

.main1-menu-h1h2 h2 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 10px;
}

.main1-dl {
	position: absolute;
	left: 25px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
}

.main1-dl dl {
	margin: 0;
	margin-left: -4%;
}

.main1-dl dd {
	float: left;
	width: 49%;
	margin-left: 0.5%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	/* background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
	padding-left: 13px; */
}

.main1-dl dd a:hover {
	font-weight: bold;
}


.main2 {
	padding: 90px 0 75px;
	padding: 30px 0;
}

.main2-div {
	margin-top: 0px!important;
}

.main2-1 {
	width: 1045px;
	height: 492px;
	margin-right: 65px;
	background-color: #fff;
	padding: 51px 45px;

}

.main2-menu dl {
	margin: 0;
}

.main2-menu dd {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	background-color: #e6e6e6;
	font-size: 18px;
	color: #666;
	/*font-weight: bold;*/
	text-align: center;
	cursor: pointer;
	position: relative;
}

.main2-menu dd+dd {
	border-left: 2px solid #fff;
}

.main2-menu dd.cur {
	background-color: #275390;
	color: #fff;

}

.main2-menu dd.cur::after {
	position: absolute;
	width: 16px;
	height: 8px;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	content: "";
	background-image: url(../images/jiao1.png);
	background-size: 100%;
}


.main2-1-div-wp {
	margin-top: 40px;
}

.main2-1-div-wp .main2-1-div {
	display: none;
}

.main2-1-div-wp .main2-1-div:first-child {
	display: block;
}

.main2-1-pic {
	width: 471px;
	margin-right: 34px;
}

.main2-1-pic .shipin-item {
	box-shadow: none;
}

.main2-1-pic .shipin-pic .imgbox_a::before,
.main2-1-pic .shipin-pic .imgbox_a::after {
	display: none;
}

.main2-1-pic .shipin-con {
	background-color: #f4f4f4;
}
.fmain2-11 .flex-direction-nav .flex-prev{
	width:35px;
	height:57px;
	margin-top: -90px;
	background-image: url(../images/left202.png);
	left: 0;
}
.fmain2-11 .flex-direction-nav .flex-next{
	width:35px;
	height:57px;
	margin-top: -90px;
	background-image: url(../images/right202.png);
	right: 0;
}





.main2-1-con {
	overflow: hidden;
}

.main2-1-con-item {
	display: none;
}

.main2-1-con-item:first-child{
	display: block;
}

.main2-1-con-item-wei .main2-1-dl dl {
	padding-top: 0;
	position: relative;
	top: -8px;
}

.main2-1-con-item-wei .tui1 {
	display: none;
}



.tui1-pic {
	width: 192px;
	margin-right: 20px;
}

.tui1-pic .imgbox_a {
	padding-bottom: 63.564%;
	border-radius: 5px;
}

.tui1-con {
	overflow: hidden;
}

.tui1-con h1 {
	margin: 0;
	font-size: 14px;
	color: #d3d3d3;
}

.tui1-con h2 {
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1.8;
	height: 3.6em;
	margin-top: 8px;
}

.tui1-con h2 a:hover {
	color: #275390;
}

.main2-1-dl dl {
	margin: 0;
	padding-top: 13px;
}

.main2-1-dl dd {
	height: 55px;
	line-height: 54px;
	border-bottom: 1px dotted #dddddd;
	position: relative;
	padding-left: 55px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}

.main2-1-dl dd span.span_11 {
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 14px;
	color: #d3d3d3;
}

.main2-1-dl dd a {
	font-size: 16px;
	color: #333;
}

.main2-1-dl dd a:hover {
	color: #275390;
}


.main2-2 {
	overflow: hidden;
	height: 492px;
	background-repeat: no-repeat;
	background-position: center bottom;
	/*background-image: url(../images/main2-2-bg.jpg);*/
	background-size: cover;
	padding: 35px 35px 0;
	position: relative;
	background-color: #fff;
}

.main2-2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/main2-2-bg.webp);
	background-size: center;
	bottom: 0;
	left: 0;
	z-index: -2;
	display: none;
}

.main2-2::after {
	content: "";
	position: absolute;
	background: #fff;
	filter: Alpha(Opacity=60);
	opacity: 0.5;
	width: 100%;
	height: 60%;
	z-index: -1;
	bottom: 0;
	left: 0;
}

.main2-2 .erji-title {
	font-size: 20px;

}

.main2-2 .erji-title::after {
	margin-top: 15px;
	background-color: #bb342e;
}

.main2-2 .erji-title-en {
	font-size: 20px;
	margin-top: 10px;
}

.main2-2 .erji-title-en::after {
	display: none;
}

.fmain2-2-sp .flex-direction-nav .flex-prev{
	width:35px;
	height:57px;
	margin-top: -55px;
	background-image: url(../images/left202.png);
	left: -35px;
}
.fmain2-2-sp .flex-direction-nav .flex-next{
	width:35px;
	height:57px;
	margin-top: -55px;
	background-image: url(../images/right202.png);
	right: -35px;
}
.main2-2-sp {
	margin-top: 30px;
}

.main2-2-sp video {
	display: block;
	width: 100%;
	height: 268px;
	background-color: #000;
	border: 0;
}

.main2-2-sp video:focus {
	outline: none;
}

.main2-2-sp-h1 {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 26px;
}









.main3-item .imgbox_a {
	padding-bottom: 54.4444%;
}

.main3-item .imgbox_a::before {
	content: "";
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	opacity: 0.4;
}

.main3-title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
}

.main3-title .erji-title {
	font-size: 20px;
	color: #fff;
}

.main3-title .erji-title::after {
	background-color: #73a0de;
}

.main3-title .erji-title-en {
	font-size: 20px;
	color: #fff;
}

.main3-title .erji-title-en::after {
	display: none;
}


.main4 {
	padding: 85px 0;
}

.main4-list {
	margin-top: 55px;
}


.main4-list .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -56px;
	width: 69px;
	height: 112px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}


.main4-list .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -56px;
	width: 69px;
	height: 112px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}

a.main4-item {
	display: block;
}

a.main4-item:hover .main4-con .erji-title {
	color: #275390;
}



.main4-pic .imgbox_a {
	padding-bottom: 59.2742%;
}

.main4-pic .imgbox_a::before {
	content: "";
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0.3;
}

.main4-con {
	background-color: #fff;
	padding: 85px 20px 30px;
	position: relative;
	z-index: 30;
}

.main4-con .erji-title {
	font-size: 20px;
	color: #333;
}

.main4-con .erji-title::after {
	margin-top: 15px;
}

.main4-con .erji-title-en {
	font-size: 20px;
	color: #333;
	margin-top: 12px;
}

.main4-con .erji-title-en::after {
	display: none;
}

.main4-ico {
	position: absolute;
	width: 140px;
	height: 140px;
	border: 6px solid rgba(0, 0, 0, 0);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70px;
	left: 50%;
	margin-left: -70px;
	top: -75px;
	border-radius: 50%;
}

.container-radius {
	display: flex;
	height: 180px;
	width: 180px;
	position: absolute;
	top: -13.0%;
	left: -12.6%;
}



.main4-item:hover .circle {

	fill: none;
	stroke: #73a0de;
	stroke-width: 8.5;
	stroke-linecap: round;
	stroke-dasharray: 435.32;
	stroke-dashoffset: 435.32;
	transform: rotate(-90deg);
	transform-origin: center;
	transform-box: fill-box;
	animation: circle 1.2s 1;
	animation-fill-mode: forwards;
}


@keyframes circle {
	100% {
		stroke-dashoffset: 0;
	}
}

.main5-dl dl {
	margin: 0;
}

.main5-dl dd {
	float: left;
	width: 25%;
}

.main5-dl dd .imgbox_a {
	padding-bottom: 63.25%;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e4e3e3;
}

.main5-dl dd:first-child .imgbox_a {
	background-color: #bb342e;
}


.main5-dl .details {
	display: none;
	margin: 0;
	font-size: 14px;
	z-index: 16;
	font-weight: normal;
	margin-top: 10px;
}

.main5-dl a:hover .main5-con {
	top: 0;
	padding-top: 20%;
	backdrop-filter: blur(2px);
	background: rgba(0, 0, 0, 0.343);
}

.main5-dl a:hover .details {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #d3d3d3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-height: 200%;
	-webkit-box-orient: vertical;
}


.flip:hover {
	animation: myflip 1s;
}

@keyframes myflip {

	50% {
		transform: rotateY(90deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

.main5-title1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	padding-right: 78px;
	text-align: right;
}

.main5-title1 h1 {
	margin: 0;
	font-size: 35px;
	color: #fff;
	line-height: 1;
	font-family: "Mongolian Baiti";
}

.main5-title1 .line {
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin: 15px 0 17px auto;
}

.main5-title1 h2 {
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}




.main5-title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
}

.main5-ico {
	width: 71px;
	margin: 0 auto 12px;
}

.main5-title .erji-title {
	font-size: 20px;
	color: #333;
	transition: color .3s;
}

.main5-title .erji-title::after {
	background-color: #bb342e;
	margin-top: 17px;
}

.main5-title .erji-title-en {
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}

.main5-title .erji-title-en::after {
	display: none;
}


.main5-con {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px 20px;
	z-index: 15;
	top: 70%;
	background: rgba(0, 0, 0, 0);
	transition: top .5s;
	transition: background .5s .2s;
	-webkit-transition: top .5s;

}

.main5-con::before {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 92px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yin3.png);
	z-index: 11;
	content: "";
}

.main5-con h1 {
	position: relative;
	margin: 0;
	font-size: 18px;
	color: #d3d3d3;
	font-family: "Impact";
	z-index: 15;
}

.main5-con h2 {
	position: relative;
	margin: 0;
	font-size: 15px;
	color: #fff;
	z-index: 15;
	margin-top: 10px;
}

.main5-dl dd .imgbox_a:hover .main5-title .erji-title {
	color: #bb342e;
}

.main6 {
	padding: 90px 0 60px;
}


.main6-1 {
	margin-top: 55px;
}

.main6-1 .shipin-pic .imgbox_a::before {
	display: none;
}

.main6-1 .shipin-item {
	box-shadow: none;
}


.main6-1-list .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -43px;
	width: 53px;
	height: 86px;
	background-image: url(../images/left21.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}


.main6-1-list .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -43px;
	width: 53px;
	height: 86px;
	background-image: url(../images/right21.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}

.main6-1-list .details {
	display: block;
	color: #fff;
	position: absolute;
	width: 85%;
	top: 60%;
	transition: top .5s;
	-webkit-transition: top .5s;
}

.main6-1-list .item {
	height: 380px;
}

.main6-1-list .item .shipin-item {
	position: relative;
	height: 100%;
}

.main6-1-list .item .shipin-con {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	z-index: 18;
	top: 62%;
	transition: top .5s;
	-webkit-transition: top .5s;
}

.main6-1-list .item h2 {
	font-size: 16px;
}

.main6-1-list .item:hover h2 a {
	color: #000;
}

.main6-1-list .item:hover .shipin-con {
	/* height: 200px; */
	background: #fff;
	top: 50%;
}

.main6-1-list .item:hover .details {

	color: #666;
	font-size: 13px;
	line-height: 200%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
	top: 30%;
}





.main6-2 {
	margin-top: 40px;
}

.main6-2 .imgbox_a {
	padding-bottom: 32.447%;
}


.main6-title h1 {
	margin: 0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.main6-title a.fr {
	font-size: 16px;
	color: #333;
	margin-top: 4px;
}

.main6-title a.fr:hover {
	color: #275390;
	/*font-weight: bold;*/
}

.main6-title {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 25px;
	margin-bottom: 30px;
}








.main6-2-list .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -32px;
	width: 40px;
	height: 65px;
	background-image: url(../images/left22.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}


.main6-2-list .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -32px;
	width: 40px;
	height: 65px;
	background-image: url(../images/right22.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}






.main6-3 {
	margin-top: 60px;
}

.main6-3 dl {
	margin: 0;
	margin-left: -1%;
}

.main6-3 dd {
	float: left;
	width: 13.28571%;
	margin-left: 1%;
}

.main6-3 dd>a {
	display: block;
	background-color: #fff;
	padding: 13px 19px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.06);
}

.main6-3 dd>a:hover .main6-3-h1 {
	color: #2962b1;
}

.main6-3 dd>a:hover .flip {

	animation: myflip 0.5s;

}

.main6-3-ico {
	width: 48px;
	margin-right: 20px;
}

.main6-3-ico img {
	display: block;
	width: 100%;
}

.main6-3-h1 {
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #666;
}




/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer {}

.footer-1 {
	background-color: #fff;
	padding: 50px 0 45px;
}


.foo1-1 {
	width: 343px;
	margin-right: 80px;
}

.foo-logo {
	width: 341px;
}

.foo-logo a,
.foo-logo img {
	display: block;
	width: 100%;
}

.foo1-a a {
	display: block;
	height: 88px;
	line-height: 88px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-left: 200px;
	background-image: url(../images/foo1-a.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.foo1-p {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 18px 0;
}

.foo1-2 {
	overflow: hidden;
}

.foo1-2 ul {
	margin: 0;
}

.foo1-2 li {
	float: left;
}

.foo1-2 li+li {
	margin-left: 54px;
}

.foo1-2 dl {
	margin: 0;
	padding-top: 3px;
}

.foo1-2 dd {
	margin-top: 9px;
}

.foo1-2 dd a:hover {
	color: #275390;
}

.foo1-2 .foo1-h1 a:hover {
	color: #275390;
}






.foo1-3 {
	width: 280px;
	padding-left: 50px;
	border-left: 1px solid #d9d9d9;
	height: 257px;
}

.foo1-h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.foo1-3-sel-wp {
	padding-top: 30px;
}

.foo1-3-sel+.foo1-3-sel {
	margin-top: 15px;
}

.foo1-3-sel select {
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #d9d9d9;
	padding-left: 15px;
}









.footer-2 {
	background-color: #333333;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
}

.footer-2 .fr a:hover {
	font-weight: bold;
}

/**************************************************************/
/*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: #0089d0;*/

}

.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: 0px;
	display: none;
	font-size: 0;
	line-height: normal;
	padding-left: 25px;
	padding: 7px 0 10px 25px;
}

.nav-2>ul>li>ul>li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.nav-2>ul>li>ul>li>a {
	display: block;
	font-size: 14px;
	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: 19px;
	width: 18px;

}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 300px;
	margin-left: 15px;
	margin-top: 17px;
}

.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: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-2 img {
	display: none;
	width: 100%;
}

.banner-2-dl {
	position: absolute;
	z-index: 15;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 126px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/banner-2-dl.png);
	padding-top: 68px;
}

.banner-2-dl dl {
	margin: 0;
	text-align: center;
	font-size: 0;
	line-height: normal;
}


.banner-2-dl dd {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	position: relative;
}

.banner-2-dl dd+dd {
	padding-left: 68px;
}

.banner-2-dl dd+dd {
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: 33px center;
}

.banner-2-dl dd a {
	position: relative;
}

.banner-2-dl dd a::after {
	position: absolute;
	width: 0%;
	left: 50%;
	bottom: -15px;
	height: 3px;
	content: "";
	background-color: #74a8f0;
	transition: .3s;
}

.banner-2-dl dd a:hover::after,
.banner-2-dl dd.cur a::after {
	width: 100%;
	left: 0;
}

.erji {
	padding: 80px 0;
}

.erji-title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1;
}

.erji-title::after {
	display: block;
	content: "";
	width: 40px;
	height: 3px;
	background-color: #275390;
	margin: 20px auto 0;
}

.erji-title-en {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 1;
	font-family: 'Mongolian Baiti';
	margin-top: 15px;
}

.erji-title-en::after {
	display: block;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #bfbfbf;
	margin: 15px auto 0;
}

.shipin-dl dl {
	margin: 0;
	margin-left: -3%;
}

.shipin-dl dd {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 4%;
}

.shipin-item {
	box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.1);

}

.shipin-item:hover .shipin-con h2 {
	color: #275390;
}

.shipin-pic .imgbox_a {
	padding-bottom: 63.564%;
}

.shipin-pic .imgbox_a::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 87px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/shipin1-bg.png);
	z-index: 15;
	content: "";

}

.shipin-pic .imgbox_a::before {
	width: 49px;
	height: 49px;
	position: absolute;
	left: 50%;
	top: 50%;
	/*bottom: 0;*/
	margin-left: -25px;
	margin-top: -25px;
	z-index: 25;
	background-image: url(../images/bo.png);
	background-size: 100%;
	content: "";
}

.shipin-con {
	background-color: #fff;
	padding: 35px 30px;
}

.shipin-con h1 {
	margin: 0;
	font-size: 18px;
	color: #d3d3d3;
}

.shipin-con h2 {
	margin: 0;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}


/*===页码====*/
.m-page {
	text-align: center;
	overflow: hidden;
	color: #999;
	ont-size: 0;
	line-height: normal;
	margin-top: 70px;
}

.m-page ul {
	display: inline-block;
	margin: 0;
	font-size: 0;
	line-height: normal;
	vertical-align: middle;
}

.m-page ul li {
	display: inline-block;
	margin-right: 10px;
}

.m-page ul li a {
	display: block;
	line-height: 38px;
	font-size: 14px;
	padding: 0 12px;
	border: 1px solid #e6e6e5;
	color: #333;
	border-radius: 5px;
	background-color: #fff;
}

.m-page ul li.on a,
.m-page ul li a:hover {
	border-color: #2a5693;
	background-color: #2a5693;
	color: #fff
}

.m-page span {
	display: inline-block;
	font-size: 14px;
	color: #333;
}

.m-page select {
	height: 18px;
	width: 35px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #999;
}


.erji-content {
	padding-top: 60px;
}

.xinwen-dl dl {
	margin: 0;
}


.xinwen-dl dd+dd {
	margin-top: 30px;
}

.xinwen-item {
	background-color: #ffffff;
	transition: background-color .3s;

}

.xinwen-item:hover {
	background-color: #275390;
}


.xinwen-item:hover .xinwen-date h1 {
	color: #fff;
}

.xinwen-item:hover .xinwen-date h2 {
	color: #fff;
}

.xinwen-item:hover .xinwen-con h1 {
	color: #fff;
}

.xinwen-item:hover .xinwen-con p {
	color: #fff;
}

.xinwen-item:hover .xinwen-a a {
	background-image: url(../images/xinwen-ah.png);
}



.xinwen-pic {
	width: 423px;
}

.xinwen-pic .imgbox_a {
	padding-bottom: 63.6%;
}

.xinwen-date {
	width: 230px;
	text-align: center;
	margin-top: 95px;
}

.xinwen-date h1 {
	margin: 0;
	font-size: 60px;
	color: #333;
	font-family: "Impact";
	line-height: 1;
}

.xinwen-date h2 {
	margin: 0;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}

.xinwen-con {
	overflow: hidden;
	padding: 60px 100px 0px 45px;
	padding-bottom: 66px;
}

.xinwen-con h1 {
	margin: 0;
	font-size: 26px;
	color: #333;
}

.xinwen-con p {
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin: 20px 0 30px;
}

.xinwen-a a {
	display: block;
	width: 28px;
	height: 9px;
	background-image: url(../images/xinwen-a.png);
	background-repeat: no-repeat;
	background-position: center;
}


.danpian {
	background-color: #fff;
	padding: 50px;
}

.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;

}

.bsBox,
.bsBox *,
#bsPanelHolder,
#bsPanelHolder * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0 20px;
}

.danpian-con * {
	/*font-size: 16px !important;*/
	/*color: #666 !important;*/
	/*line-height: 2 !important;*/
	/*font-family: "Microsoft Yahei" !important;*/
}

.danpian-con img {
	display: block;
	margin: 15px auto!important;
}

.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}


.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: #275390;
}


.about {
	padding-bottom: 75px;
}

.about1 {
	padding: 80px 0 75px;
}

.about1-div {
	margin: 38px auto 0;
	max-width: 1107px;
}

.about1-img {
	padding: 20px 0;
}

.about1-img>img {
	display: block;
	width: 100%;

}

.about1-p {
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-align: center;
}



.more1 a {
	display: block;
	width: 263px;
	height: 59px;
	line-height: 57px;
	border: 1px solid #cbcac9;
	padding-left: 30px;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 191px center;
	background-image: url(../images/more1.png);
	background-color: #f1f0ef;
	transition: .3s;
}


.more1 a:hover {
	border-color: #275390;
	background-color: #275390;
	color: #fff;
	background-image: url(../images/more1h.png);
	background-position: 200px center;
}




.about2 {
	background-image: url(../images/about2-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 0;
}

.about2 .erji-title {
	color: #fff;
}

.about2 .erji-title::after {
	background-color: #fff;
}

.about2 .erji-title-en {
	color: #fff;
}

.about2-list {
	margin-top: 50px;
}

.about2-item {
	background-color: #fff;
	padding: 60px 40px 40px;
	border-bottom: 7px solid #2962b1;
}

.about2-ico {
	width: 99px;
	margin: 0 auto;
}

.about2-ico img {
	display: block;
	width: 100%;
}

.about2-item h1 {
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 35px 0 20px;
}

.about2-con {
	padding: 30px 0;
	position: relative;
}

.about2-con::before {
	position: absolute;
	width: 23px;
	height: 19px;
	content: "";
	left: 0;
	top: 0;
	background-image: url(../images/yin1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.about2-con::after {
	position: absolute;
	width: 23px;
	height: 19px;
	content: "";
	right: 0;
	bottom: 0;
	background-image: url(../images/yin2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.about2-p {
	font-size: 18px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	text-align: center;
}


.about2-list .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -56px;
	width: 69px;
	height: 112px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}

.about2-list .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -56px;
	width: 69px;
	height: 112px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
}



.about3 {
	padding: 80px 0 105px;
}

.about3-1 {
	position: relative;
}

.about3-1 dl {
	margin: 0;
	margin-left: -3%;
}

.about3-1 dd:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	float: none;
	width: 65.5%;
	margin-left: 0;
}

.about3-1 dd {
	float: left;
	width: 30.333333%;
	margin-left: 3%;
}

.about3-1 dd:first-child .imgbox_a {
	padding-bottom: 86.2745%;
}

.about3-1 dd:last-child .imgbox_a {
	padding-bottom: 18.7817%;
}

.about3-1 dd .imgbox_a {
	padding-bottom: 39.5722%;
}

.about3-1 dd .imgbox_a::after {
	position: absolute;
	content: "";
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.about3-1-title {
	position: absolute;
	width: 100%;
	left: 63px;
	top: 65px;
	z-index: 50;
}

.about3-1-title .erji-title {
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.about3-1-title .erji-title::after {
	/*width: ;*/
	margin-left: 0;
	background-color: #73a0de;
	margin-top: 18px;
}

.about3-1-title .erji-title-en {
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin-top: 15px;
}

.about3-1-title .erji-title-en::after {
	display: none;
}



.about3-2 {
	margin-top: 80px;
}




.about3-2-list-wp {
	padding: 70px 80px 0;
}

.about3-2-list {
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/about3-2-line.jpg);
}

.about3-2-list .owl-nav button.owl-prev {
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-image: url(../images/left2.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
	background-size: 100%;
}

.about3-2-list .owl-nav button.owl-prev:hover {
	background-image: url(../images/left2h.jpg);
}

.about3-2-list .owl-nav button.owl-next {
	position: absolute;
	right: -80px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-image: url(../images/right2.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	z-index: 50;
	background-size: 100%;
}

.about3-2-list .owl-nav button.owl-next:hover {
	background-image: url(../images/right2h.jpg);
}

.about3-2-list .owl-nav button.disabled {
	display: none !important;
}





.about3-2-list .item {
	position: relative;
}

.about3-2-item {
	position: relative;
	height: 520px;
}

.about3-2-item2 .about3-2-div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}


.about3-2-item2 .about3-2-div::before {
	top: auto;
	bottom: 0;
}

.about3-2-item2 .about3-2-nian {
	margin-top: -35px;
}


.about3-2-nian {
	position: absolute;
	font-size: 16px;
	color: #666;
	left: 0;
	top: 50%;
	margin-top: 15px;
}

.about3-2-div {
	padding-left: 18px;
	position: relative;
}



.about3-2-div::before {
	position: absolute;
	width: 1px;
	background-color: #ababaa;
	content: "";
	top: 0;
	left: 0;
	height: 238px;
}

.about3-2-pic {
	width: 200px;
	margin-right: 22px;
}

.about3-2-pic .imgbox_a {
	padding-bottom: 63.5%;
}

.about3-2-con {
	overflow: hidden;
}

.about3-2-con h1 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.about3-2-con-p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 15px;
}


.about4 {
	position: relative;
	padding: 200px 100px 200px 0;
}

.map-wp {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 15;

}

.map-wp::before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	background-color: #000;
	opacity: 0.2;
	/*content: "";*/
}

.map {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about4-con {
	background-color: #fff;
	height: 310px;
	position: relative;
	z-index: 50;
	width: 664px;
	margin-left: auto;
	padding: 65px 50px 0;
}

.about4-con h1 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.about4-con dl {
	margin: 0;
	padding-top: 20px;
}

.about4-con dd {
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 25px;
}

.zt-list dl {
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}

.zt-list dd {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.zt-list dd .imgbox_a {
	padding-bottom: 32.45%;
}




.pic-list dl {
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}

.pic-list dd {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}


.pic-list dd .shipin-pic .imgbox_a::before {
	display: none;
}




.search-fform {
	width: 400px;
	margin: 0px auto;
}

.search-fform-li {
	margin-bottom: 20px;
}

.search-fform-li span.fl {
	height: 34px;
	line-height: 34px;
	margin-right: 5px;
	font-size: 16px;
	color: #333;
	width: 85px;
	text-align: right;
}

.search-ffrom-input {
	overflow: hidden;
}



.search-ffrom-input-li {
	width: 80px;
	margin-right: 10px;
}

.search-ffrom-input-datets {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #da251d;
}

.search-fform-li-btn {
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 0 !important;
}

.search-fform-li-btn input:focus {
	outline: none;
}

.search-fform-li-btn input {
	width: 100px;
	height: 34px;
	line-height: 34px;
	border: 0;
	border-radius: 4px;
	background-color: #275390;
	color: #fff;
	cursor: pointer;
	font-size: 14px;

}

.search-fform-li-btn input[type="reset"] {
	background-color: #ccc;
	margin-left: 20px;
}

.yjy{
	margin-top: 60px;
}
.yjy-div{
	position: relative;
	padding: 110px 0;
}
.yjy1{
	position: absolute;
	width: 893px;
	left: 0;
	top: 0;
	z-index: 10;
}
.yjy1 img{
	display: block;
	width: 100%;
}
.yjy2{
	width: 882px;
	margin-left: auto;
	z-index: 5;
	position: relative;
}
.yjy2-phone{
	position: absolute;
	width: 165px;
	right: 54px;
	bottom: 15px;
	z-index: 10;
}
.yjy2 img{
	display: block;
	width: 100%;
}

.yjy2-con{
	position: absolute;
	width: 400px;
	left: 235px;
	z-index: 50;
	top: 110px;
}

.yjy2-con1{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 1.8;
}

.yjy2-er{
	width: 100px;
	margin-top: 25px;
}

.yjy2-er img{
	display: block;
	width: 100%;
}


.yjy2-con .more1{
	margin-top: 30px;
}



.yjy2-con .more1 a{
	margin:0;
}

.yjy2-con .more1 a{
    border-color: #275390;
    background-color: #275390;
    color: #fff;
    background-image: url(../images/more1h.png);
    background-position: 200px center;
}

.yjy2-con .more1 a:hover{font-weight: bold;}


.ttop{
	position: relative;
}

.ttop-img img{
	display: block;
	width: 100%;
}



.close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #be0302;}
.close_btn:hover{background:#be0302;}
.close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
.close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
.close_btn:hover i{opacity:1;visibility:visible;}
.close_btn i{font-style:normal;opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}


.shipin-pic-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 15;
}


.main2-1-pic .shipin-pic-con .shipin-con{
	background-color: transparent;
	padding: 15px;
	padding-right: 100px;
}
.shipin-pic-con .shipin-con h1{
	color: #fff!important;
}

.shipin-pic-con .shipin-con h2{
	color: #fff!important;
	
}
.shipin-con h1{
	font-size: 14px;

}
.shipin-con h2{
	margin:0 0 10px!important;
}



.fshipin .flex-control-nav{
	text-align: right;
	padding-right:15px;
	height: 0;
	bottom: 39px;
}
.fshipin .flex-control-nav li{
	margin: 0;
}
.fshipin .flex-control-nav li+li{
	margin-left: 13px;
}
.fshipin .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: none!important;
	background-color: #fff;
}
.fshipin .flex-control-paging li a.flex-active{
	background-color: #bb342e;
}

#index-nnav{
	padding: 0 51px;
}
#index-nnav .nav{padding: 0}
#index-nnav .container{
	max-width: 100%;
	/*background-color: #f0f;*/
}

.nav-wp-copyico{
	position: absolute;
	width: 51px;
	top: 0;
	cursor: pointer;
	padding: 8px;
	/*background-color: #f00;*/
}
.nav-wp-copyico img{
	display: block;
	width: 100%;
}
.nav-wp-copyico1{
	left: 0;
}
.nav-wp-copyico2{
	right: 0;
}