/**************************************/
/*************[公用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)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}

*{
	font-family: 'Arial';
}


a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.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: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
	height: 100px;
	border-top: 3px solid #0a8acd;
	width: 100%;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}


.logo{
	width: 114px;
	margin-top: 27px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.yx{
	width: 182px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/yx.png);
	margin-top: 37px;
}


.yx-item{
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.yx-item:hover{
	color: #0a8acd;
}

.yx-div{
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 800;
	width: 384px;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

.yx-title{
	font-size: 18px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	background-color: #36aee2;
	/*font-weight: bold;*/
	padding-left: 20px;
}

.yx-close{
	position: absolute;
	width: 19px;cursor: pointer;
	right: 20px;
	top: 23px;
	z-index: 150;
}

.yx-form{
	padding: 25px 20px 30px;
}
.yx-form-item input:focus,
.yx-form-item textarea:focus{
	outline: none;
}
.foo1-4 input::placeholder{
	color:white;
}
.yx-form-item+.yx-form-item{
	margin-top: 10px;
}
.yx-form-item textarea{
	display: block;
	width: 100%;
	height: 185px;
	border:1px solid #dddddd;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding: 10px 15px;
	resize: none;
	border-radius: 4px;
}
.yx-form-item input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	border:1px solid #dddddd;
	border-right: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:  7px 15px;
	border-radius: 4px;
}
.yx-form-item input[type="submit"]{
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #fff;
	border:0;
	border-radius: 4px;
	background-color:#36aee2;
	transition: background-color .3s;
}
.yx-form-item input[type="submit"]:hover{
	/*font-weight: bold;*/
	background-color: #0a8acc;
}




.language{
	
	position: relative;
	height: 97px;
	padding-top: 36px;
		cursor: pointer;
}

.language-item{
	font-size: 16px;
	color: #666;

}
.language-item:hover{
	color: #0a8acd;
}
.language-item img{
	margin-top: -3px;
	margin-right: 14px;
}

.language:hover .language-dl{
	display: block;
}
.language-dl{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 100%;
	background-color: #fff;
	display: none;
}

.language-dl dl{
	margin:0;
}

.language-dl dd>a{
	display: block;
	font-size: 14px;
	color: #333;
	padding: 8px 10px 8px 20px;
}
.language-dl dd>a:hover{
	background-color: #0a8acd;
	color: #fff;
}
.language-dl dd>a img{
	width: 20px;
	margin-top: -3px;
	margin-right: 10px;
}


.hline{
	width: 45px;
	height: 97px;
	background-image: url(../images/hline.png);
	background-repeat: no-repeat;
	background-position: center;
}

.ha{
	margin-right: 24px;
	margin-top: 28px;
}

.ha a{
	display: block;
	width:112px;
	height: 40px;
	line-height: 40px;
	background-color: #0a8acd;
	border-radius:4px;
	color: #fff;
	text-align: center;
	font-size: 16px;

}
.ha a:hover{
	background-color: #36aee2;
}

.nav{
	margin-right: 60px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 97px;
	line-height: 97px;
}
.nav>ul>li+li{
	margin-left: 40px;
}
.nav>ul>li>a{
	font-size: 17px;
	color: #333;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	top:100%;
	z-index: 600;
	display: none;
	background-color: #fff;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 3px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#333;
	text-align: center;
	transition: color .3s,background-color .3s;
}


.nav>ul>li>ul>li>a:hover{
	background-color: #0a8acd;
	color: #fff;
}


.xiala{
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	border-top:1px solid #dddddd;
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
	padding: 50px 0;
	display: none;
}
/*.xiala1{
	display: block;
}*/
.xiala a:hover{
	color: #0a8acd;
}
.xiala1-ul{
	max-width: 1350px;
	margin:0 auto;
}

.xiala1-ul ul{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.xiala1-ul li{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top: 3%;
	line-height: normal;
}

.xiala1-h1{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.xiala1-ul dl{
	margin:0;
	padding-top: 10px;
}

.xiala1-ul dd{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	line-height: 1.5;
}

.xiala2-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow:hidden;
	margin-top: 15px;
}
.xiala2 .xiala1-ul{
	max-width: 100%;
}

.xiala2 .xiala1-ul li{
	width: 13.66667%;

}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	margin-top: 100px;
}


.banner-1-item{
	background-color: #eeeeee;
	padding: 37px 0;
}

.banner-1-img{
	width: 566px;
	margin-right: 115px;
	margin-left: 100px;
}

.banner-1-con{
	overflow: hidden;
	padding-top: 40px;
}

.banner-1-h1{
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}
.banner-1-h1 span{
	color: #0a8acc;
	display: block;
}
.banner-1-dl{
	padding-top: 35px;
}
.banner-1-dl dl{
	margin:0;
}

.banner-1-dl dd{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	font-style: italic;
	margin-top: 13px;
	padding-left: 17px;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
.banner-1-con .more11{
	margin-top: 75px;
}
.banner-1-con .more11 a{margin:0;}

.banner-1-h2{
	font-size: 16px;
	color: #666;
	margin-top: 65px;
}
.banner-1-h2 span{
	font-weight: bold;
	color: #333;
}

.fafa .flex-control-nav{
	height: 0;
	bottom: 35px;
}
.fafa .flex-control-nav li{
	margin:0 6px;
}
.fafa .flex-control-paging li a{
	width: 50px;
	height: 6px;
	background-color: #bebebe;
	background-image: none!important;
	transition: background-color .3s;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #0a8acd;
}

.main1{
	background-color: #fff;
	padding: 50px 0;
}


.main-p {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 20px;
  margin-left: auto;
	margin-right: auto;
  font-style: italic;
}

.main1-bottom{
	margin-top: 65px;
	padding: 0 30px;
}

.main1-bottomx{
	padding-top: 20px;
}

.main1-list dl{
	margin:0;
	display: flex;
	justify-content: space-around;
}

.main1-list dd{
	width: 15.625%;
}


.main1-listx dl{
	margin:0;
	margin-left: -3%;
	font-size: 0;
}

.main1-listx dd{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}


.main1-pic .imgbox_a{
	padding-bottom: 56.33%;
}
.main1-con{
	margin-top: 30px;
}
.main1-h1{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.main1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 15px;
	height: 7.2em;
	overflow: hidden;
}

.main2{
	background-color: #f8f8f8;
	padding: 80px 0 80px;
}

.main2 .main-p{
	max-width: 1320px;

}
.main2-list{
	padding-top: 30px;
}
.main2-list dl{
	margin:0;
	margin-left: -2%;
}

.main2-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.main2-item{
	position: relative;
	padding: 30px;
	display: block;
}

.main2-item-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	background-color: #fff;
	transition: .3s;
}

.main2-item-bg-ico{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 16;
	transition: opacity .3s;
	opacity: 0;
}

.main2-item-con{
	position: relative;
	z-index: 50;
}

.main2-h1{
	font-size: 18px;
	color: #0a8acd;
	transition: color .3s;
}
.main2-ico{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	position: relative;
	margin-right: 10px;
}
.main2-ico img{
	display: block;
	width: 100%;
	transition: opacity .3s;
	opacity: 1;
}
.main2-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.main2-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
	transition: color .3s;
}
.main2-item:hover .main2-item-bg-ico{
	opacity: 1;
}
.main2-item:hover .main2-item-bg{
	background-color: #48a8da;
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
}
.main2-item:hover .main2-ico img{opacity: 0;}
.main2-item:hover .main2-ico img.imgCur{opacity:1;}
.main2-item:hover .main2-h1{color: #fff;}
.main2-item:hover .main2-p{color: #fff;}

.main3{
	background-color: #fff;
	padding: 0px 0 50px;
}


.main3-list dl{
	margin:0;
	margin-left: -3%;
}

.main3-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.main3-h1{
	background-color: #48a8da;
	height:100px;
	padding: 25px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main3-h1-ico{
	width: 66px;
	margin-left: 15px;
}

.main3-h1-ico img{
	display: block;
	width: 100%;
}
.main3-h1-con{
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}


.main3-con{
	background-color: #f8f8f8;
	height:170px;
	padding: 25px 20px 0;
}

.main3-con-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

.main4{
	background-image: url(../images/main4-bg.jpg);
	padding: 85px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main4 .biaomian-h1{
	color: #fff;
}
.main4 .main-p{
	color: #fff;
	max-width: 1085px;
}

.main4-menu{
	margin-top: 85px;
	
}
.main4-menu dl{
	margin:0;
	font-size: 0;
	margin-left: -1%;
	padding-bottom: 13px;
}
.main4-menu dd{
	display: inline-block;
	vertical-align: top;
	width: 13.28571%;
	margin-left: 1%;
	height: 102px;
	border:1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.2);
	padding: 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	position: relative;
	transition: background-color .3s,border-color .3s,color .3s;
}
.main4-menu dd::after{
	position: absolute;
	width: 24px;
	height: 12px;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	left: 50%;
	margin-left: -12px;
	z-index: 10;
	opacity: 0;
	bottom: -12px;
	transition: opacity .3s;
}
.main4-menu dd.cur{
	background-color: #fff;
	border-color: #fff;
	color: #0a99d9;
}
.main4-menu dd.cur::after{
	opacity: 1;
}


.main4-div-wp{
	margin-top: 65px;
}

.main4-div-wp .main4-div{display: none;}
.main4-div-wp .main4-div:first-child{display: block;}


.main4-pic{
	width: 832px;
	border:1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.2);
	padding: 15px;
	margin-left: 100px;
}
.main4-pic .imgbox_a{
	padding-bottom: 56.25%;
}

.main4-con{
	overflow: hidden;
	padding-top: 35px;
}

.main4-con .biaomian-h1{
	color: #fff;
	text-align: left;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
}


.main4-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	font-style: italic;
	margin-top: 35px;
}
.main4-con .more11{
	margin-top:130px; 
}
.main4-con .more11 a{margin: 0;width: 190px;}


.main5{
	background-image: url(../images/about1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 11%;
	padding: 50px 0;
}

.main5-div{
	width: 750px;
	margin-top: 75px;
}

.main5-dl{
	position: relative;
}
.main5-dl::before{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #dedede;
	content:"";
	left: 0;top: 50%;
}
.main5-dl::after{
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #dedede;
	content:"";
	left: 50%;
	top: 0%;
}
.main5-dl dl{
	margin:0;
	margin-left: -5%;
	position: relative;
	z-index: 15;
}

.main5-dl dd{
	float: left;
	width: 45%;
	margin-left: 5%
}

.main5-dl dd:nth-child(2),
.main5-dl dd:nth-child(4){
	/*margin-top: 65px;*/
	padding-left: 30px;
}

.main5-dl dd:nth-child(3),
.main5-dl dd:nth-child(4){
	margin-top: 65px;
}


.main5-dd-h1{
	font-size: 20px;
	color: #666;
	line-height: 1;
}

.main5-dd-h1 span{
	font-size: 46px;
	color: #0d8ed1;
	vertical-align: top;
	padding-right: 20px;
}

.main5-dd-h2{
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	margin-top: 5px;
}

.main5-9001{
	font-size: 18px;
	color: #333;
	text-align: center;
	background-color: #fff;
	border:1px solid #dddddd;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	border-radius: 8px;
	padding: 35px 15px;
	margin-top: 70px;
}


.main6{
	position: relative;
	padding: 365px 0 85px;
}
.main6-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 606px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 5;
}

.main6 .container{
	position: relative;
	z-index: 15;
}

.main6-1{
	background-color: #f8f8f8;
	padding: 50px 70px;
}


.main6-1-left{
	width: 475px;
	margin-right: 100px;
}

.main6-1-left .biaomian-h1{
	text-align: left;
}
.main6-1-left .main-p{
	text-align: left;
}

.main6-1-left .more11{
	margin-top:130px; 
}
.main6-1-left .more11 a{margin: 0;width: 190px;}

.main6-1-right{
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height: 2;
}

.main6-2{
	margin-top: 70px;
	position: relative;
	padding-left: 642px;
}

.main6-2-title{
	position: absolute;
	width: 575px;
	left: 0;
	top: 30px;
	z-index: 15;
}

.main6-2-title .biaomian-h1{
	text-align: left;
}
.main6-2-title .main-p{
	text-align: left;
}



.main6-2-pic .imgbox_a{
	padding-bottom: 75%
}


.main6-2-con{
	margin-top: 25px;
}

.main6-2-h1{
	font-size: 20px;
	color: #000;
}
.main6-2-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
	margin-top: 12px;
}
.main6-2-list{
	position: static;
}
.main6-2-list .owl-nav{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
}
.main6-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 52px;
    height: 52px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition:  background-image .3s;
}
.main6-2-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/lefth.jpg);

}
.main6-2-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 52px;
    height: 52px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition:  background-image .3s;
}

.main6-2-list .owl-nav button.owl-next:hover{
    background-image: url(../images/righth.jpg);

}










.main7-top{
	background-color: #f8f8f8;
	padding: 50px 0 50px;
}

.main7-list dl{
	margin:0;
}

.main7-list dd{
	float: left;
	width: 25%;
}

.main7-list .imgbox_a{
	padding-bottom: 56.25%;
}

.main7-list .imgbox_a::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	content:"";
	z-index: 5;
	transition: opacity .3s;
}

.main7-con{
	position: absolute;
	left: 15%;
	top: 15%;
	right: 15%;
	bottom: 15%;
	z-index: 15;
	background-color: rgba(255,255,255,0.9);
	padding: 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s;
}

.main7-h1{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.main7-h2{
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.main7-list .imgbox_a:hover::before{
	opacity: 0;
}
.main7-list .imgbox_a:hover .main7-con{
	opacity: 1;
}




.main8{
	background-color: #fff;
	padding: 50px 0 50px;
}

.main8-div{
	margin-top: 45px;
	padding:  0 100px;
}

.main8-div .pingjia-item-con-p{
	height: 10.8em;
	overflow: hidden;
}
.main8-list .owl-dots {
    margin-top: 50px;
}
.main8-list .owl-dots .owl-dot{
    margin:0 10px;
}
.main8-list .owl-dot span{
    width: 12px;
    height: 12px;
    background-image: none!important;
    background-color: #cccccc;
    border-radius: 50%;
}

.main8-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);
    background-color: #48a8da;

}
.pingjia-a{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.main9{
	background-color: #f8f8f8;
	padding: 50px 0;
}


.main9-div{
	margin-top: 50px;
}




/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #0a80c6;
}


.footer-1{
	padding: 80px 0 30px;
}

.foo-logo{
	width: 190px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.foo1-h1{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
}


.foo1-dl dl{
	margin:0;
}

.foo1-dl dd{
	font-size: 16px;
	color: #fff;
	font-style: italic;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 22px;
	margin-top:15px;
}


.foo1-2 a:hover{
	text-decoration: underline;
}
.foo1-2 dl{
	margin:0;
}

.foo1-2 dd{
	float: left;
}
.foo1-2 dd+dd{
	margin-left: 42px;
}

.foo1-2-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}


.foo1-2 ul{
	margin:0;
	padding-top: 15px;
}
.foo1-2 li{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}


.footer-1-bottom{
	margin-top: 90px;
	display: none!important;
}


.foo1-3{
	width: 381px;
	padding-left: 108px;
	height: 40px;
	position: relative;
	margin-top: 25px;
}

.foo1-3-title{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	width: 100px;
}

.foo1-3-dl dl{
	margin:0;
}

.foo1-3-dl dd{
	float: left;
	width: 40px;
}
.foo1-3-dl dd+dd{
	margin-left: 18px;
}

.foo1-3-dl dd>a,
.foo1-3-dl dd>a>img{
	display: block;
	width: 100%;
}

.foo1-4{
	width: 510px;
	padding-right: 130px;
	position: relative;
	display: none;
}

.foo1-4 input:focus{
	outline: none;
}
.foo1-4 input::placeholder{
	color:white;
}
.foo1-4 input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	background-color:#0a80c6;
	border:1px solid #fff;
	border-right: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.428571;
	padding:  7px 15px;
}
.foo1-4 input[type="button"]{
	position: absolute;
	width: 130px;
	right: 0px;
	top: 0px;
	height: 50px;
	font-size: 16px;
	color: #0a80c6;
	border:0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.foo1-5{
	width: 510px;
}

.foo1-5-h1{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	/*font-weight: bold;*/
}

.foo1-5-dl{
	padding-top: 5px;
}
.foo1-5-dl dl{
	margin:0;
	margin-left: -3%;
}

.foo1-5-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.foo1-5-dl dd:nth-child(5),
.foo1-5-dl dd:nth-child(6){
	width: 97%;
}



.foo1-5 input:focus{
	outline: none;
}
.foo1-5 input::placeholder{
	color:#54bbe7;
}
.foo1-5 input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	border:0;
	background-color: #fff;
	font-size: 16px;
	color: #0d8ed1;
	line-height: 1.428571;
	padding:  7px 15px;
}
.foo1-5 input[type="button"]{
	display: block;
	width: 123px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	border:0;
	border-radius: 4px;
	background-color:#54bbe7;
	transition: background-color .3s;
}
.foo1-5 input[type="button"]:hover{
	/*font-weight: bold;*/
	background-color: #0d8ed1;
}






.footer-2{
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
}



/**************************************************************/
/*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: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 75px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:7px;
}

.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{
	padding: 140px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.banner-2-wen{
	/*padding-top: 135px;*/
	text-align: center;
}

.banner-2-h1{
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.banner-2-h2{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 30px 70px;
	line-height: 1.5;
	margin-top: 70px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius: 8px;
}
.banner-2-p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
	font-style: italic;
}

.banner-2-p p{
	margin:0;
}


.erji{
	padding: 100px 0 75px;
}

.case-list dl{
	margin:0;
	margin-left: -3%;
}

.case-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 65px;
}
.case-list dd:nth-child(1),
.case-list dd:nth-child(2),
.case-list dd:nth-child(3),
.case-list dd:nth-child(4){
	margin-top: 0
}



.case-pic .imgbox_a{
	padding-bottom: 75.28%;
}
.case-con{
	margin-top: 25px;
}
.case-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
}
.rm {
	margin-top: 15px;
}
.rm a{
	font-size: 18px;
	color: #0a8acc;
	font-style: italic;
}

.rm a:hover{
	/*font-weight: bold;*/text-decoration: underline;
}

.upItem{
	position: relative;
	top: 0;
	transition: top .5s;
}

.upItem:hover{
	top: -10px;
}

.fenye{
	text-align: center;
	margin-top: 70px;
}

.fenye ul{
	margin:0;
}

.yq{
	background-color: #f8f8f8;
	padding: 20px 0;
}

.yq-div{
	position: relative;
	min-height: 70px;
	padding-left: 410px;
}

.yq-title{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 280px;
}

.yq-h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.yq-h2{
	font-size: 18px;
	color: #666;
	font-style: italic;
	margin-top: 5px;
}

.yq-list{
	font-size: 0;
}

.yq-item{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-right: 23px;
}

.yq-list .imgbox_a{
	padding-bottom: 46.67%;
}


.danpian-title{
	padding: 25px 0 75px;
	background-color: #fafafa;
}

.mianbaoxie{
	font-size: 16px;
	color: #666;
}

.mianbaoxie a{
	color: #0a8acc;
}

.danpian-h1{
	font-size: 46px;
	color: #333;
	padding: 55px 0 50px;
}
.danpian-h2{
	font-size: 16px;
	color: #333;
}

.danpian-bottom{
	padding: 60px 0 100px;
}

.danpian-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.danpian-page{
	background-color: #fafafa;
	padding: 35px 30px;
	margin-top: 80px;
}

.dan-a{
	font-size: 18px;
	color: #333;
}
.dan-a+.dan-a{
	margin-top: 15px;
}
.dan-a a:hover{
	color: #0a8acc;
}

.danpian-tui{
	margin-top: 80px;
}

.erji-title .fl{
	font-size: 36px;
	color: #333;
}

.danpian-tui .case-list{
	margin-top: 40px;
}

.news-h2{
	font-size: 18px;
	color: #666;
	font-style: italic;
	margin-top: 15px;
}
.erji-menu {
	padding-bottom: 30px;
}
.erji-menu dl{
	margin:0;
}
.erji-menu dd{
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}
.erji-menu dd>a{
	display: block;
	padding: 15px 25px;
	font-size: 20px;
	color: #666;
}

.erji-menu dd.cur>a{
	color: #fff!important;
	background-color: #0a8acd;
}
.erji-menu dd>a:hover{
	color: #0a8acd;
}

.banner-3{
	height: 791px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.biaomian{
	position: relative;
	z-index: 50;
}
.biaomian1{
	padding: 20px 0 20px;
}
.biaomian1 .container{
	position: relative;
}

.biaomian1-box{
	position: absolute;
	width: 100%;
	left: 0;
	top: -300px;
	height: 380px;
	background-color: #f8f8f8;
	padding: 20px 65px 0
}

.biaomian-h1{
	text-align: center;
	font-size: 36px;
	color: #000;
	font-weight: bold;

}

.biaomian-p{
	text-align: center;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 30px;
	font-style: italic;
}
.more11{
	margin-top: 60px;
}
.more11 a{
	display: block;
	width:270px;
	height: 66px;
	line-height:66px;
	background-color: #0a8acd;
	border-radius:4px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin:0 auto;
	transition: background-color .3s;

}
.more11 a:hover{
	background-color: #36aee2;
}

.more11.dibai a{
	background-color: #fff;
	color: #0a8acd;
}




.biaomian1-pic{
	width: 140px;
	border:0px solid rgba(255,255,255,0.4);
	transition: border-width .3s;
	border-radius: 50%;
	margin:0 auto;
}

.biaomian1-pic .imgbox_a{
	border-radius: 50%;
	
}

.biaomian1-table-h1{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	transition: color .3s;
}
.biaomian1-table-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-top: 5px;
	transition: color .3s;
}

.biaomian1-table table.table{
	margin:0;
}
.biaomian1-table table.table tr{
	background-color: #f8f8f8;
	transition: background-color .3s;

}
.biaomian1-table table.table tr th:nth-child(3){
	width: 15%;
}
.biaomian1-table table.table tr th{
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	border: 0;
	vertical-align: middle;
	height: 50px;
	background-color: #fff;
	white-space: nowrap;
}
.biaomian1-table table.table tr td{
	vertical-align: middle;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	border-top: 0;
	border-bottom: 1px solid #dddddd;
	padding: 30px 15px;
	transition: color .3s;
}

.biaomian1-table table.table.table-hover > tbody > tr:hover {
    background-color: #48a8da;
}

.biaomian1-table table.table.table-hover > tbody > tr:hover td{
	color: #fff;
}

.biaomian1-table table.table.table-hover > tbody > tr:hover .biaomian1-table-h1{color: #fff; font-size:18px;}
.biaomian1-table table.table.table-hover > tbody > tr:hover .biaomian1-table-p{color: #fff;}
.biaomian1-table table.table.table-hover > tbody > tr:hover .biaomian1-pic {
	border:10px solid rgba(255,255,255,0.4);
}


.biaomian2{
	padding: 20px 0 20px;
	background-color: #f8f8f8;
}

.biaomian2 .biaomian-p{
	padding-left: 70px;
	padding-right: 70px;
}


.biaomian2-list .imgbox_a{
	padding-bottom: 100%;
	border-radius: 50%;
}


.biaomian2-list{
	margin-top: 90px;
}







.biaomian-xx1{
	background-color: #f8f8f8;
	padding: 90px 0;
}

.biaomian-xx2{
	background-color: #fff;
	padding: 110px 0;
}


.biaomian-xx2-pic{
	width: 684px;
	border:10px solid #f8f8f8;
	margin-right: 90px;
}

.biaomian-xx2-pic .imgbox_a{
	padding-bottom: 75.6%;
}

.biaomian-xx2-con{
	overflow: hidden;
}

.biaomian-xx2-h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.biaomian-xx2-p{
	font-size:16px;
	color: #666;
	line-height: 1.5;
	margin-top:55px; 
}

.biaomian-xx2-p p{
	margin:0;
}

.biaomian-xx2-p p+p{
	margin-top: 30px;
}

.biaomian-xx3{
	padding: 40px 0 88px;
	background-color: #f8f8f8;
}
.biaomian-xx3-table,
.biaomian-xx3-table table.table{
	margin:0;
}

.biaomian-xx3-table table.table tr th{
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	height: 50px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.biaomian-xx3-table table.table tr td{
	font-size: 16px;
	color: #666;
	vertical-align: middle;
	height: 110px;
	padding: 30px 15px;
	line-height: 1.5;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.biaomian-xx4{
	padding: 110px 0;
}

.biaomian-xx4-1{
	background-color: #5fb1de;
	position: relative;
}
.biaomian-xx4-1::before{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-color: #48a8da;
}
.biaomian-xx4-1-item{
	width: 50%;
	padding: 70px 60px 80px;
	position: relative;
	z-index: 15;
}

.biaomian-xx4-h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;

}
.biaomian-xx4-dl{
	margin-top: 40px;
}
.biaomian-xx4-dl dl{
	margin:0;
}

.biaomian-xx4-dl dd{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.biaomian-xx4-dl dd+dd{
	margin-top: 20px;
	
}
.biaomian-xx4-dl dd{
	position: relative;
	padding-left: 23px;
}

.biaomian-xx4-dl dd::before{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	content:"";
	left: 0;
	top: 10px;
}

.biaomian-xx4-2{
	margin-top: 90px;
}
.biaomian-xx4-dl2{
	margin-top: 40px;
}
.biaomian-xx4-dl2 dl{
	margin:0;
}

.biaomian-xx4-dl2 dd{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	position: relative;
	padding-left: 23px;
}
.biaomian-xx4-dl2 dd+dd{
	margin-top: 15px;
}

.biaomian-xx4-dl2 dd::before{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #48a8da;
	content:"";
	left: 0;
	top: 10px;
}

.biaomian-xx5{
	padding: 20px 0;
	background-color: #f8f8f8;
}



.biaomian-xx5-1{
	width: 310px;
}

.biaomian-xx5-2{
	overflow: hidden;
}

.biaomian-xx5-2 dl{
	margin:0;
	margin-left: -3%;
}

.biaomian-xx5-2 dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 30px;
	font-size: 20px;
	color: #333;
}
.biaomian-xx5-2 dd a:hover{
	color: #48a8da;
}
.biaomian-xx5-2 dd:nth-child(1),
.biaomian-xx5-2 dd:nth-child(2){
	margin-top: 0;
}


.pingjia-list-box{
	width: 48%;
}

.pingjia-item{
	background-color: #48a8da;
	padding: 50px 50px 0;
}

.pingjia-item-con > img{
	display: block;
	width: 26px!important;
}

.pingjia-item-con-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin: 35px 0;
}

.pingjia-bottom{
	border-top: 1px solid #8fcae9;
	padding: 30px 0 25px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

.pingjia-bottom img{
	margin-top: -3px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	margin-top: -9px;
	width: 40px!important;
}

.pingjia-item+.pingjia-item{
	margin-top: 60px;
}

.Materials1-1{
	width:340px;
	margin-right: 55px;
}

.Materials1-1 dl{
	margin:0;
}

.Materials1-1 dd>a{
	display: block;
	padding: 20px 15px;
	font-size: 20px;
	color: #666;
	line-height: 1.5;
	text-align: center;
	background-color: #f8f8f8;
}
.Materials1-1 dd>a:hover{
	color: #0a8acd;
}
.Materials1-1 dd.cur>a{
	background-color: #0a8acd;
	color:#fff!important;
}

.Materials1-2{
	overflow: hidden;
}
.Materials2{
	padding-top: 0!important;
	padding: 0px 0 20px;
	background-color: #fff;
}
.Materials2-div{
	background-image: url(../images/Materials2-bg.jpg);
	padding: 145px 45px 95px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.Materials2-1{
	width: 700px;
}
.Materials2-1 .biaomian-xx2-h1{
	color: #fff;
}
.Materials2-2{
	overflow: hidden;
}

.Materials2-2-p{
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	height: 3.9em;
	overflow: hidden;
}

.Materials2-2 .more11{
	margin:25px 0 0;
}

.Materials2-2 .more11>a{
	margin:0;
	width: 220px;
	height: 54px;
	line-height: 54px;
}

.Materials .biaomian1-table table.table tr th:nth-child(3){
	width:15%;
}

.biaomian-xx1-list{
	margin-top: 100px;
}

.biaomian-xx1-list .imgbox_a{
	padding-bottom: 56.33%;
}

.biaomian-xx1-list .owl-dots {
    margin-top: 50px;
}
.biaomian-xx1-list .owl-dots .owl-dot{
    margin:0 10px;
}
.biaomian-xx1-list .owl-dot span{
    width: 12px;
    height: 12px;
    background-image: none!important;
    background-color: #cccccc;
    border-radius: 50%;
}

.biaomian-xx1-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);
    background-color: #48a8da;

}


.Materials-xx1-con{
	width: 50%;
	padding-right: 75px;
}

.Materials-xx1{
	background-color: #f8f8f8;
	padding: 60px 0;
	position: relative;
}

.Materials-xx1-pic{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.Materials-xx1-p{
	font-size: 18px;
	color: #666;
	line-height: 1.3;
	margin-top: 60px;
	height: 3.9em;
	overflow: hidden;
	font-style: italic;
}
.Materials-xx1-con .more11{
	margin-top:170px; 
}
.Materials-xx1-con .more11 a{
	margin:0;
}

.Materials-xx2{
	padding: 0px 0;
}

.Materials-xx2-1{
	background-color: #48a8da;
	padding: 40px 50px;
}
.Materials-xx2-1-pic{
	width: 400px;
	margin-right: 50px;
}

.Materials-xx2-1-pic .imgbox_a{
	padding-bottom: 100%;
}

.Materials-xx2-con{
	overflow: hidden;
}

.Materials-xx2-con .biaomian-xx2-h1{color: #fff;}

.Materials-xx2-con-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin-top: 20px;
}
.Materials-xx2-list{
	margin-top:42px;
}
.Materials-xx2-list dl{
	margin:0;
	border-top: 1px solid #8fcae9;
}

.Materials-xx2-list dd{
	border-bottom: 1px solid #8fcae9;
	line-height: 1.6;
	padding: 10px 0;
}

.Materials-xx2-dd-title{
	font-size: 18px;
	color: #fff;
	width: 225px;
}

.Materials-xx2-dd-con{
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}

.Materials-xx2-2{
	margin-top: 75px;
}

.Materials-xx2-2-item{
	background-color: #f8f8f8;
	padding: 10px 50px;
}


.Materials-xx2-2-item+.Materials-xx2-2-item{
	margin-top: 30px;
}
.Materials-xx2-2-item-top{
	padding-bottom: 60px;
}
.Materials-xx2-2-item-top-title{
	width: 490px;
	margin-right: 25px;
}

.Materials-xx2-2-item-top-con{
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	overflow: hidden;
}

.Materials-xx2-2-item .biaomian-xx3-table table.table tr td{
	padding: 20px 15px;
	height: 80px;
}


.Materials-xx2-3{
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/Materials-xx2-3-bg.jpg);
	padding: 110px 60px 85px;
}

.Materials-xx2-3-1{
	width: 525px;
}



.Materials-xx2-3-1 .biaomian-xx2-h1{
	font-size: 30px;
	color: #fff;
}

.Materials-xx2-3-1-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 30px;
}
.Materials-xx2-3-1 .more11{
	margin-top: 150px;
}
.Materials-xx2-3-1 .more11 a{
	margin:0;
}

.Materials-xx2-3-2{
	width: 590px;
}

.Materials-xx2-3-2 dl{
	margin:0;
	margin-left: -5%;
	margin-top: -5%;
}

.Materials-xx2-3-2 dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0  20px;
	font-size: 16px;
	color: #333;
}







.Materials-xx3{
	background-color: #f8f8f8;
	padding: 30px 0;
}


.Materials-xx3-list{
	margin-top: 60px;
}

.Materials-xx3-list dl{
	margin:0;
	display: flex;
	justify-content: space-between;
}
.Materials-xx3-list dd{
	align-items: stretch;
	width: 22.5%;
}

.Materials-xx3-item{
	background-color: #fff;
	padding: 40px 35px;
	height: 100%;
}

.Materials-xx3-h1{
	font-size: 18px;
	color: #48a8da;
	font-weight: bold;
}

.Materials-xx3-p{
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin-top: 20px;
}

.Materials-xx4{
	background-color: #fff;
	padding: 20px 0;
}

.Materials-xx5{
	background-color: #f8f8f8;
	padding: 20px 0;
}

.Materials-xx5-div{
	margin-top: 70px;
}

.Materials-xx5-pic{
	width: 600px;
	margin-left: 50px;
}

.Materials-xx5-div img{
	display: block;
	width: 100%;
}

.Materials-xx5-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2.2;
}


.Materials-xx6{
	background-color: #fff;
	padding: 30px 0;
}

.Materials-xx6 .biaomian-xx1-list{
	margin-top: 0
}

.hangye1 .Materials-xx1-p{
	height: auto;
	margin-top: 20px;
}

.hangye1 .Materials-xx1-con .more11 {
    margin-top: 50px;
}
.hangye2{
	padding: 20px 0 20px;
}
.hangye2-1{
	background-color: #48a8da;
	padding: 90px 50px 70px;
}

.hangye2-1 .biaomian-h1{
	text-align: center;
	color: #fff;
}

.hangye2-1-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 50px;
}


.hangye2-2 dl{
	margin:0;
	margin-left: -3%;
}

.hangye2-2 dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.hangye2-2-item{
	border:1px solid #ddd;
	padding: 40px 30px;
	height: 460px;
}
.hangye2-2-h1{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
}
.hangye2-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.hangye2-2-pic{
	max-width: 248px;
	margin:30px auto 0;
}
.hangye2-2-pic .imgbox_a{
	padding-bottom: 70.5645%;
}

.hangye3{
	padding: 20px 0 20px;
	background-color: #f8f8f8;
}


.hangye3-list dl{
	margin:0;
	font-size: 0;
	margin-left: -5%;
}

.hangye3-list dd{
	display: inline-block;
	vertical-align: top;
	width: 28.3333%;
	margin-left: 5%;
	margin-top:3%;
}

.hangye3-h1{
	font-size: 26px;
	color: #333;
}

.hangye3-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 15px;
}
.hangye4{
	padding: 20px 0 20px;
}
.hangye4 .Materials-xx2-3{
	margin-top: 0;
  background-image: url(../images/Materials-xx2-3-bgx.jpg);
}

.hangye4-1{
	margin-top: 20px;
}
.hangye4-1-list{
	padding-top: 20px;
}
.hangye4-1-list dl{
	margin:0;
	margin-left: -3%;
}

.hangye4-1-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.hangye4-1-item{
	background-color: #f8f8f8;
	padding: 35px 30px 30px;
}

.hangye4-1-h1{
	font-size: 18px;
	color: #1891d0;
}

.hangye4-1-h1 img{
	margin-top: -3px;
	margin-right: 15px;
	width: 30px;
}

.hangye4-1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	margin-top: 13px;
}

.about1{
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	//background-image: url(../images/about1-bg.jpg);
}

.about1-1-title{
	width: 380px;
	margin-right: 100px;
}
.about1-1-title .biaomian-h1{
	text-align: left;
	line-height: 1.8;
}
.about1-1-p{
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height: 2;
}

.about1-2 .biaomian-xx1-list .imgbox_a {
    padding-bottom: 74.7159%;
}

.about1-2{
	margin-top: 70px;
}

.about1-3{
	margin-top: 115px;
}

.about1-3 .about1-1-p{
	width: 100%;
}


.about2{
	background-color: #0a8acd;
	padding: 20px 0;
}

.about2-list dl{
	margin:0;
	margin-left: -7%;
}

.about2-list dd{
	float: left;
	width:18%;
	margin-left: 7%;
}

.about2-h1{
	font-size: 28px;
	color: #fff;
}
.about2-h1 img{
	margin-top: -3px;
	margin-right: 16px;
}
.about2-p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-top: 20px;
}


.about3{
	padding: 20px 0 20px;
}


.about3-1-list-wp{
	margin-top: 70px;
	position: relative;
	background-repeat: no-repeat;
}
.about3-1-list-wp::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 56px;
	z-index: 5;
	height: 2px;
	background-color: #0a8acd;
	content:"";
}
.about3-1-list{
	z-index: 15;
	padding: 0 57px;
}

.about3-1-list::before{
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	left: 0;
	bottom: 46px;
	z-index: 5;
	background-color: #0a8acd;
	content:"";
}

.about3-1-list::after{
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	right: 0;
	bottom: 46px;
	z-index: 5;
	background-color: #0a8acd;
	content:"";
}


.about3-1-con{
	background-color: #5fb1de;
	padding: 25px 30px;
}


.about3-1-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.about3-1-nian{
	font-size: 26px;
	color: #5fb1de;
	padding-top: 52px;
	background-repeat: no-repeat;
	background-position: 25px 0;
	background-image: url(../images/nianbb.png);
}


.about3-2{
	margin-top: 100px;
}


.about3-2-item{
	padding: 40px 35px;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: padding .3s;
}
.about3-2-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 10;
	background-color: #f8f8f8;
	transition: background-color .3s;
}

.about3-2-item+.about3-2-item{
	margin-top: 10px;
}

.about3-2-title{
	font-size: 26px;
	color: #333;
	line-height: 1.5;
	position: relative;
	z-index: 15;
	transition: color .3s;
}

.about3-2-p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-top: 15px;
	display: none;
	position: relative;
	z-index: 15;
}
.about3-2-item:hover .about3-2-title{
	color: #5fb1de;
}
.about3-2-item.cur{
	padding: 65px 35px;
}
.about3-2-item.cur::before{
	background-color: rgba(10,138,205,0.8);
}
.about3-2-item.cur .about3-2-title{
	color: #fff!important;
}

.about3-2-item:first-child .about3-2-p{
	display: block;
}

.about3-3{
	margin-top: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about3-3-bg.jpg);
	padding: 70px 70px 85px;
}

.about3-3 .biaomian-h1{
	color: #fff;
	text-align: left;
}

.about3-3-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	width: 800px;
	max-width: 100%;
	min-height: 10.8em;
	margin-top: 30px;
}
.about3-3-dl {
	padding-top: 25px;
}
.about3-3-dl dl{
	margin:0;
}

.about3-3-dl dd{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.about3-3-dl dd>a{
	display: block;
	border:1px solid #76706b;
	background-color: #47413c;
	font-size: 16px;
	color: #fff;
	padding: 10px 18px;
}

.about4{
	background-color: #f8f8f8;
	padding: 20px 0 20px;
}

.about4 .biaomian-xx1-list .imgbox_a {
    padding-bottom: 73.03%;
}

.about5{
	padding: 20px 0;
}

.about5-1-list{
	margin-top: 70px;
}

.about5-item .imgbox_a{
	padding-bottom: 75%;
}

.about5-1-h1{
	font-size: 20px;
	color: #333;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	background-color: #f8f8f8;
}


.about5-1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -75px;
    width: 70px;
    height: 70px;
    background-image: url(../images/left.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition:  background-image .3s;
}
.about5-1-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/lefth.jpg);

}
.about5-1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -75px;
    width: 70px;
    height: 70px;
    background-image: url(../images/right.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition:  background-image .3s;
}

.about5-1-list .owl-nav button.owl-next:hover{
    background-image: url(../images/righth.jpg);

}


.about5-2 {
	margin-top: 30px;
}

.about5-2-1{
	width: 31.25%;
	margin-right: 35px;
}
.about5-2-1 .imgbox_a{
	padding-bottom: 56.2%;
}

.about5-2-con{
	background-color: #0d8ed1;
	padding: 18px 25px;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}
.about5-2-2{
	width: 44.375%;
}

.about5-2-2 .imgbox_a{
	padding-bottom: 56.056%;
}
.about5-2-3{
	width: 20%;
}
.about5-2-3-item .imgbox_a{
	padding-bottom: 56.25%;
}

.about5-2-3-item+.about5-2-3-item{
	margin-top: 35px;
}

.about5-2-div{
	margin-top: 20px;
}


.start{
	background-color: #48a8da;
	border-bottom: 18px solid #fff;
	padding-top: 105px;
}

.start-left{
	width: 680px;
	padding: 70px 100px  50px;
}

.start-left .biaomian-h1{color: #fff;
text-align: left;}


.start-dl1{
	padding-top: 50px;
}
.start-dl1 dl{
	margin:0;
}

.start-dl1 dd{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin-top: 15px;
	padding-left: 17px;
	background-image: url(../images/dd2.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

.start-right{
	width: 820px;
	margin-right: 100px;
	background-color: #fff;
	padding: 40px 60px 70px; 
}

.start-dl2 dl{
	margin:0;
	margin-left: -2%;
}

.start-dl2 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 25px;
}

.start-dl2 dd.longdd{
	width: 98%;
}

.start-input-title{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	padding-bottom: 12px;
}


.start-input input:focus{
	outline: none;
}

.start-input input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	border:1px solid #ddd;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:  7px 15px;
}
.start-input input[type="button"]{
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	background-color:#0a80c6;
	color: #fff;
	border:0;
	border-radius: 5px;
}

.start-input input[type="button"]:hover {
    background-color: #36aee2;
}

.start-file{
	background-color: #d0ecfd;
	border:1px solid #ddd;
	padding:25px 15px 20px;
	text-align: center;
}

.start-file-1{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
.start-file-2{
	
	width: 105px;
	position: relative;
	margin: 20px auto 0;
	cursor: pointer;
}
.start-file-2:hover .start-file-2-btn{
	background-color: #0a8acc;
	color: #fff;
}
.start-file-2 input[type="file"]{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: 0;
	cursor: pointer;
}
.start-file-2-btn{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #0a8acc;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.start-file-3{
	font-size: 14px;
	color: #0a8acc;
	margin-top: 20px;
}


.yewu1{
	padding: 0px 0px 35px 0px;
}

.yewu1-1 .biaomian-h1,
.yewu1-1 .biaomian-p{
	text-align: left;
}

.yewu1-2{
	margin-top: 80px;
	position: relative;
	background-color: #f0f8ff;
	padding-right: 673px;
}

.yewu1-2-item{
	height: 457px;
	width: 100%;
	padding: 50px 45px 25px;
	background-repeat: no-repeat;
	background-position: 95% 10%;
}

.yewu1-2x{
	position: absolute;
	right: 0;
	top: 0;
	width: 673px;
	height: 457px;
	border:1px dashed #0A8ACD;
	background-color: #fff;
	padding: 45px 60px 25px;
}

.yewu1-2-h1{
	font-size: 36px;
	color: #0A8ACD;
	font-weight: bold;
}

.yewu1-2-p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 20px;
}

.yewu1-2x .yewu1-2-h1{
	font-size: 26px;
	text-align: center;
}


.yewu1-2x-img{
	padding: 30px 0 25px;
	border-bottom: 1px solid #ddd;
}

.yewu1-2x-img img{
	display: block;
	margin:0 auto;
}
.yewu1-2x-2{
	margin-top: 20px;
}
.yewu1-2x-2>a{
	display: block;
	width: 284px;
	height: 45px;
	line-height: 45px;
	border-radius: 999em;
	text-align: center;
	margin:0 auto;
	font-size: 16px;
	color: #fff;
	background-color: #0A8ACD;
}
.yewu1-2x-2>a:hover{
	background-color: #36aee2;
}
.yewu1-2x-2-1{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	text-align: center;
	margin-top: 15px;
}

.yewu1-2x-2-2{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	text-align: center;
}

.yewu1-2-dl{
	padding-top: 30px;
}
.yewu1-2-dl dl{
	margin:0;
}

.yewu1-2-dl dd{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 5px;
	padding-left: 20px;
	background-image: url(../images/dd3.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
}



.yewu2-2{
	margin-top: 40px;
	position: relative;
	padding: 10px 0 30px;
}
.yewu2-2::before{
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #48a8da;
	z-index: 10;
	content:"";
}
.yewu2-2::after{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #5fb1de;
	z-index: 10;
	content:"";
}
.yewu2-2 .container{
	position: relative;
	z-index: 50;
}

.yewu2-2-div{
	width: 45%;
}

.yewu2-2-h1{
	font-size: 36px;
	color: #fff;
}

.yewu2-2-box{
	margin-top: 40px;
}

.yewu2-2-menu{
	width: 175px;
	padding-right: 15px;
	margin-right: 15px;
	max-height: 440px;
	overflow-y: auto;
}
.yewu2-2-menu *{
    line-height: inherit!important;
}
.yewu2-2-menu::-webkit-scrollbar {
    width: 6px;
}
.yewu2-2-menu::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    background-color: #fff;
}
.yewu2-2-menu::-webkit-scrollbar-track {
    width: 6px;
   
}
.yewu2-2-menu dl{
	margin:0;
}

.yewu2-2-menu dd{
	padding: 15px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.yewu2-2-menu dd.cur::after{
	position: absolute;
	width: 8px;
	height: 18px;
	top: 50%;
	margin-top: -9px;
	left: 100%;
	content:"";
	background-image: url(../images/jiao3.png);
}
.yewu2-2-menu dd.cur{
	background-color: #0a8acd;
}
.yewu2-2-con-wp{
	overflow:hidden;
}

.yewu2-2-con{
	display: none;
}

.yewu2-2-con:first-child{
	display: block;
}

.yewu2-2-con img{
	display: block;
	width: 80%;
}

.yewu2-2-con-p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-top: 25px;
}

.yewu3{
	padding: 40px 0 40px;
}
.yewu3-1-dl{
	margin-top: 55px;
}
.yewu3-1-dl dl{
	margin:0;
	border-top: 1px solid #ddd;
}
.yewu3-1-dl dd{
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.yewu3-1-title{
	width: 210px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}
.yewu3-1-con{
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height: 24px;
}
.yewu3-2{
	margin-top: 20px;
}
.yewu3-2-dl{
	padding-top: 25px;
}
.yewu3-2-dl dl{
	margin:0;
	margin-left: -3%;
}

.yewu3-2-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.yewu3-2-item{
	background-color: #f0f8ff;
	padding: 35px 30px 30px;
}


.yewu3-2-h1{
	font-size: 18px;
	color: #47a7d9;
	font-weight: bold;
}
.yewu3-2-p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	height: 6.4em;
	overflow: hidden;
	margin-top: 15px;
}
.yewu3-2-pic{
	margin-top: 25px;
}
.yewu3-2-pic .imgbox_a{
	padding-bottom: 56.33%;
}







.yewu3-3{
	margin-top: 30px;
}


.yewu4{
	background-color: #f8f8f8;
	padding: 50px 0;
}

.yewu4-div{
	margin-top: 90px;
}

.yewu4-div .main5-dl::before,
.yewu4-div .main5-dl::after{
	display: none;
}
.yewu4-div .main5-dl{
	text-align: center;
}
.yewu4-div .main5-dl dl{
	margin-left: 0;
	display: inline-block;
}
.yewu4-div .main5-dl dd{
	width: auto;
	text-align: left;
	margin-left: 0;
}
.yewu4-div .main5-dl dd+dd{
	margin-left: 135px;
}
.yewu4-div .main5-dl dd:nth-child(3),.yewu4-div  .main5-dl dd:nth-child(4) {
    margin-top:0px;
}
.yewu4-div .main5-dl dd:nth-child(2),.yewu4-div .main5-dl dd:nth-child(4) {
    /* margin-top: 65px; */
    padding-left: 0px;
}

.yewu5{
	padding: 40px 0;
	background-color: #fff;
}

.yewu5-1.main1-bottom{
	margin-top: 0
}

.yewu5-2{
	margin-top: 35px;
}

.yewu5-2-div{
	margin-top: 80px;
}

.yewu5-2-pic{
	width: 57.5%;
	margin-left: 120px;
}



.yewu5-2-pic .imgbox_a{
	padding-bottom: 56.3%;
}

.yewu5-2-con{
	overflow: hidden;
}

.yewu5-2-h1{
	font-size: 26px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}

.yewu5-2-p-wp{
	margin-top: 70px;

}

.yewu5-2-p{
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
	font-style: italic;
}
.yewu5-2-p-wp::before{
	display: block;
	width: 40px;
	height: 37px;
	background-image: url(../images/yin2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 25px;
	content:"";
}
.fyewu5-2 .flex-control-nav{
	text-align: left;
	height: 0;
	bottom: 12px;
}
.fyewu5-2 .flex-control-nav li{
	margin:0;
}
.fyewu5-2 .flex-control-nav li+li{
	margin-left: 18px;
}
.fyewu5-2 .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: none!important;
	background-color: #cccccc;
	border-radius: 50%;
}

.fyewu5-2 .flex-control-paging li a.flex-active{
	background-color: #48a8da;
}

.main3 .ha{
	margin-top: 50px;
}
.main3 .ha a{
	margin:0 auto;
	width: 160px;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	font-size: 16px;
}

.biaomian-xx5-1 {
    width: 500px;
}
.biaomian-xx5-2x{
	overflow: hidden;
}

.biaomian-xx5-2x-item{
	background-color: #fff;
	border:1px solid #d3d3d3;
	padding: 20px 25px;
	border-radius: 5px;
	padding-right: 55px;
	position: relative;
	cursor: pointer;
}
.biaomian-xx5-2x-item:hover .biaomian-xx5-2x-1{
	color: #2c9ad4;
}
.biaomian-xx5-2x-item.cur .biaomian-xx5-2x-1{
	color: #333;
}
.biaomian-xx5-2x-item.cur{
	padding-right: 0;
	background-color: #f0f8ff;
	border-color: #2c9ad4;
}
.biaomian-xx5-2x-item.cur::after{
	display: none;
}
.biaomian-xx5-2x-item::after{
	position: absolute;
	width: 18px;
	height: 18px;
	right: 28px;
	top: 50%;
	margin-top: -9px;
	background-image: url(../images/jia22.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}
.biaomian-xx5-2x-item+.biaomian-xx5-2x-item{
	margin-top: 15px;
}
.biaomian-xx5-2x-1{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
}

.biaomian-xx5-2x-2{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 20px;
	display: none;
}

.yewu6{
	padding-bottom: 40px;
}
.yewu6-dl{
	margin-top: 20px;
}
.yewu6-dl dl{
	margin:0;
	margin-left:-2%;
}

.yewu6-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}

.yewu6-pic .imgbox_a{
	padding-bottom: 68.9%;
}

.yewu6-con{
	background-color: #f8f8f8;
	padding: 33px 25px 15px;
	height: 225px;
	overflow: hidden; /* 溢出内容隐藏 */
   text-overflow: ellipsis;
  

}

.yewu6-h1{
	font-size: 20px;
	color: #000;
}

.yewu6-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 12px;
}

.yewu7{
	padding-bottom: 40px;
}
.yewu7-dl{
	padding-top: 10px;
}
.yewu7-dl dl{
	margin:0;
	margin-left:-3%;
}

.yewu7-dl dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.yewu7-pic .imgbox_a{
	padding-bottom: 69.15%;
}

.yewu7-con{
	background-color: #f8f8f8;
	padding: 40px 20px 30px;
	height: 300px;
}

.yewu7-ls-item{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(../images/dh.png);
}
.yewu7-ls-item+.yewu7-ls-item{
	margin-top: 6px;
}
.yewu7-ls-item img{
	margin-top: -3px;
	margin-right: 10px;
	display: none;
}

.yewu7-ls{
	padding-top: 15px;
}

.yewu7-bottom{
	margin-top: 20px;
}

.yewu7-bottom .ha{
	margin-right: 0;
	margin-top: 0;
}

.yewu7-bottom .ha a{
	font-weight: bold;
	width: 140px;
}
.yewu7-a{
	margin-top: 10px;
}
.yewu7-a a{
	font-size: 16px;
	color: #0A8ACC;
	font-weight: bold;
}

.mmianbaoxie-wp{
	background-color: #0A8ACD;
	padding: 20px 0;
}

.mmianbaoxie{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}


.fuwu-xx{
	padding: 90px 0;
}

.fuwu-xx1-left{
	width: 760px;
	margin-right: 45px;
}

.ffuwu-xx1 .slides>li .imgbox_a{
	padding-bottom: 69.08%;
}


.ffuwu-xx1 .flex-direction-nav .flex-prev{
	left: 0;
	width: 70px;
	height: 70px;
	margin-top: -85px;
	background-image: url(../images/lefth.jpg);
}
.ffuwu-xx1 .flex-direction-nav .flex-next{
	right: 0;
	width: 70px;
	height: 70px;
	margin-top: -85px;
	background-image: url(../images/righth.jpg);
}



.ffuwu-xx1 .flex-control-thumbs {
  display: block;
  margin-top: 0
}

.ffuwu-xx1 .flex-control-thumbs li {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 2%;
  position: relative;
  cursor: pointer;
}

.ffuwu-xx1 .flex-control-thumbs li {
  position: relative;
  padding-bottom: 16.32%;
  overflow: hidden;
  background-color: #000;
}

.ffuwu-xx1 .flex-control-thumbs li:first-child {
    margin-left: 0;
}

.ffuwu-xx1 .flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}

.ffuwu-xx1 .flex-control-thumbs li img.flex-active {
  opacity: 1;
}


.fuwu-xx1-right{
	overflow: hidden;
}

.fuwu-xx1-h1{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}
.fuwu-xx-title{
	border-bottom: 1px solid #ddd;
}
.fuwu-xx-title .fl{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #0A8ACD;
}

.fuwu-xx2{
	margin-top: 70px;
}


.fuwu-xx-title .ha{
	margin-right: 0;
	margin-top: 10px;
}

.fuwu-xx2-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	padding: 40px 0 30px;
	border-bottom: 1px solid #ddd;
}

.fuwu-xx3{
	margin-top: 80px;
}

.fuwu-xx3-list{
	margin-top: 60px;
}

.fuwu-xx3-pic{
	border:1px solid #ddd;
	padding: 10px;
}

.fuwu-xx3-pic .imgbox_a{
	padding-bottom: 67.857%;
}

.fuwu-xx3-h1{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	text-align: center;
}

.fuwu-xx3-h1 a:hover{
	color: #0A8ACD;
}


.fuwu-xx3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -40px;
    background-image: url(../images/lefth.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition:  background-image .3s;
}

.fuwu-xx3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -40px;
    background-image: url(../images/righth.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition:  background-image .3s;
}


.blog{
	padding: 50px 0 70px;
}

.blog-left{
	width:370px;
	margin-right: 40px;
}
.blog-form{
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.blog-form input:focus{
	outline: none;
}

.blog-form input[type="text"]{
	display: block;
	width: 100%;
	height:48px;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding:  7px 15px;
	padding-right: 75px;
	border-radius: 4px;
	background-color: #F1F2F3;
}
.blog-form input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
}

.blog-menu1{
	background-color: #F8F8F8;
	padding: 40px 25px 35px;
	margin-top: 34px;
}

.blog-menu1-h1{
	font-size: 24px;
	color: #000;
	font-weight: bold
}

.blog-menu1-list1{
	margin-top: 25px;
}

.blog-menu1-list1 dl{
	margin:0;
}

.blog-menu1-list1 dd+dd{
	margin-top: 17px;
}

.blog-menu1-pic{
	width: 120px;
	margin-right: 17px;
}

.blog-menu1-pic .imgbox_a{
	padding-bottom: 70%
}

.blog-menu1-con{
	overflow: hidden;
}

.blog-menu1-con-a{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
}
.blog-menu1-con-a a:hover{
	color: #0a80c6;
}


.blog-menu1-list2{
	margin-top: 30px;
}

.blog-menu1-list2 dl{
	margin:0;
}

.blog-menu1-list2 dd+dd{
	margin-top: 20px;
}


.blog-menu1-list2 .blog-menu1-con-a{
	height: auto;
	max-height: 4.8em;
}






.blog-right{
	overflow: hidden;
}

.blog-list dl{
	margin:0;
	margin-top: -3%;
	margin-left: -3%;
}

.blog-list dd{
	float: left;
	width: 30.3333%;
	margin-top: 3%;
	margin-left: 3%;
}

.blog-item-pic .imgbox_a{
	padding-bottom: 68.92%;
}

.blog-item-con{
	background-color: #f8f8f8;
	padding: 30px 25px 35px;
}

.blog-item-h1{
	font-size: 20px;
	color: #000;
	line-height: 1.4;
	height: 4.2em;
	overflow: hidden;
}

.blog-item-a{
	margin-top: 20px;
}

.blog-item-a a.fl{
	width: 126px;
	height: 40px;
	line-height: 40px;
	background-color: #0A8ACD;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
}

.blog-item-a .fr{
	font-size: 16px;
	color: #666;
	height: 40px;
	line-height: 40px;
}

.blog-menu1-list3{
	margin-top: 20px;
}
.blog-menu1-list3 dl{
	margin:0;
}

.blog-menu1-list3 dd+dd{
	margin-top: 10px;
}

.blog-menu1-list3-1{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}


.blog-menu1-list3-1 a:hover{
	color: #0a80c6;
}

.blog-menu1-list3-2{
	padding: 8px 0;
	padding-left: 40px;
}

.blog-menu1-list3-2-a{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.blog-menu2{
	margin-top: 40px;
}
.blog-xx-title{
	padding-bottom: 30px;
}
.blog-xx-title-1{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

.blog-xx-title-2{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 20px;
}

.blog-xx-page{
	margin-top: 30px;
	background-color: #f8f8f8;
	padding: 20px;
}

.blog-xx-page .fl,
.blog-xx-page .fr{
	max-width: 48%;
	font-size: 18px;
	color: #666;
}


.blog-xx-page a:hover{
	color: #0a80c6;
}



.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}