/**************************************/
/*************[公用start]**************/
/**************************************/

@font-face{
	font-family:"gr";
	src:url("../fonts/gr.ttf");

}
@font-face{
	font-family:"grb";
	src:url("../fonts/grb.ttf");

}
body{
	overflow-x: hidden;
}
*{
	font-family:"gr";
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}




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{
	height: 80px;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

.logo{
	width: 355px;
	margin-top: 13px;
}

.logo img,.logo a{
	display: block;
	width: 100%;
}
.nav
{margin-left: 120px;}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	padding: 0	25px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #333;
}

.nav>ul>li>a img{
	margin-top: -3px;
	margin-left: 8px;
}
.nav>ul>li.cur>a{color: #00358d;}

.nav>ul>li:hover>a{
	color: #00358d;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	width: 200px;
	top:100%;
	z-index: 600;
	background-color: #161e2e;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 20px;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	position: relative;
}
.nav>ul>li>ul>li>a::before{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #313b4f;
	z-index: 15;
}

.nav>ul>li>ul>li>a::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #feb900;
	z-index: 25;
	transition: width .3s;
}



.nav>ul>li>ul>li>a:hover::after{
	width: 100%;
}
.nav>ul>li>ul>li>a:hover{
	color: #feb900;
}


.search{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/wen1.png);
	width: 120px;
	margin-top: 23px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	width: 100%;
	display: block;
	height: 34px;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 0;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	margin-top: 80px;
	
}
.banner{
	overflow: hidden;
}
.main{
	position: relative;
	z-index: 600;
}
.fafa .slides>li>a{
	display: block;
	overflow: hidden;
}

/*.fafa .slides>li>a img{

	transition: transform 5s linear;
	z-index: 500;
}
.fafa .slides>li.flex-active-slide img{
	transform: scale(1.05);
}*/

.fafa .flex-direction-nav{
	display: block;
}

.fafa .flex-direction-nav a{
	text-indent: 0;
	width: auto;
	height: auto;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	font-size: 15px;
	color:#fff;
}

.fafa .flex-direction-nav .flex-prev{
	left: 23px;
	left: -150px;
	background-image: none;
	padding-left:78px;
	transition: .3s;
}
.fafa .flex-direction-nav .flex-prev:hover{
	padding-left: 118px;
	color:#feb900;
}

.fafa .flex-direction-nav .flex-prev::after{
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 62px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/b-left.png);
	opacity: 1;
	visibility: visible;
	transition:  .1s;
}
.fafa .flex-direction-nav .flex-prev::before{
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/b-left-h.png);
	transition:  .3s;
	z-index: 15;
}
.fafa .flex-direction-nav .flex-prev:hover::after{
	opacity: 0;
	visibility: hidden;

}
.fafa .flex-direction-nav .flex-prev:hover::before{
	width: 102px;
}

.fafa .flex-direction-nav .flex-next{
	right: -150px;
	background-image: none;
	transition: .3s;
	padding-right:78px;
}
.fafa .flex-direction-nav .flex-next:hover{
	padding-right: 118px;
	color:#feb900;
	transition:  .3s;
}
.fafa .flex-direction-nav .flex-next::after{
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 62px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/b-right.png);
	opacity: 1;
	visibility: visible;
	transition:  .1s;
}
.fafa .flex-direction-nav .flex-next::before{
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/b-right-h.png);
	transition:  .3s;
	z-index: 15;
}
.fafa .flex-direction-nav .flex-next:hover::after{
	opacity: 0;
	visibility: hidden;

}
.fafa .flex-direction-nav .flex-next:hover::before{
	width: 102px;
}


.fafa:hover .flex-direction-nav .flex-next{
	right: 23px;

}

.fafa:hover .flex-direction-nav .flex-prev{
	left: 23px;

}

.fxfx .flex-control-nav{
	height: 0;
	bottom: 25px;
}


.main1-1{
	background-color: #fff;
}
.main1-1-div{
	position: relative;
	padding: 75px 0 50px;
}

.main1-1-jing{
	position: absolute;
	right: 0;
	top: -55px;
	width: 400px;
	height: 573px;
	background-image: url(../images/main1-1-jing.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding:236px 50px 0;
}

.main1-2{
	padding: 45px 0 67px;
	background-color: #f0f3f5;
}

.main1-2-div{
	width: 1090px;
}
.main1-2-div .about1-h1{
	font-weight: normal;
}


.main1-2-div .service-p{
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin:35px 0 30px;
}



















.main2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
	padding-top: 70px;
	overflow: hidden;

}

.main2 .title-11 .more.fr{color: #fff;background-image: url(../images/more2.png);}

.main2-div{
	margin-top: 46px;
}



.main2-pic{
	width: 725px;
	position: relative;
}
.main2-pic::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 420px;
	width: 54px;
	background-color: #fff;
	z-index: 50;
	content:"";
}

.main2-pic .imgbox_a{
	padding-bottom: 68.41%;
}

.main2-con-wp{
	overflow: hidden;
	padding-top: 76px;
}


.main2-con{
	background-color: #fff;
	padding: 60px 90px 0 88px;
	height: 420px;
}
.main2-title{
	position: relative;padding-bottom: 16px;
}
.main2-title::after{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #242424;
	content:"";
	left: 0;
	bottom: 0;
}
.main2-title h1{
	margin:0;
	font-size: 38px;
	color: #333;
	line-height: 1.2;
}
.main2-title h1 a:hover{
	color: #00358d;
}
.main2-dl{
	margin-top: 55px;
}
.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.main2-dl dd a{
	display: block;
	padding: 6px 12px;
	background-color: #f0f3f5;
	color: #666;
	font-size: 16px;
	transition: .3s;
}
.main2-dl dd a:hover{
	color: #fff;
	background-color:#00358d; 
}



.fmain2 .flex-control-nav{
	text-align: left;
	padding-left: 88px;
	height: 0;
	bottom: 37px;
}

.fmain2 .flex-control-nav li{
	margin:0 12px 0 0;
}

.fmain2 .flex-control-paging li a{
	width: 18px;
	height: 18px;
	background-image: url(../images/arrow-b2.png);
}

.fmain2 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}

.fmain2 .flex-direction-nav{
	position: absolute;
	width: 108px;
	bottom: 0;
	right: 617px;
	height: 54px;
}

.fmain2 .flex-direction-nav a{
	width: 54px;
	height: 54px;
	top: 0;
	margin-top: 0;
}


.fmain2 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	left: 0px;
}


.fmain2 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2h.png);

}

.fmain2 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	right: 0;
}


.fmain2 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2h.png);

}





.main3{
	background-color: #f0f3f5;
	padding: 70px 0 55px;
}

.title-11 .more.fr{
	margin-top: 11px;
}

.main3-list{
	margin-top: 60px;
}

.main3-list .item .media2-item{
	border:1px solid #fff!important;
	background-color: #fff;
	margin-top: 0;
}



.main3-list .owl-dots {
    text-align: center;
    margin-top: 44px;
    font-size: 0;
    line-height: normal;
}
.main3-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 6px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main3-list .owl-dot span{
    width: 18px;
    display: block;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/arrow-b2.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main3-list .owl-dot.active span{
    background-image: url(../images/arrow-b2-h.png);

}












.main4{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main4-bg.jpg);
	padding-top: 70px;
	padding-bottom: 40px;
}

.main4 .title-11 h1{color: #fff;}
.main4 .title-11 h1::after{background-color: #fff;}

.main4-div{
	position: relative;
}
.main4-div .network-img{
	margin-right:0 ;
}

.main4-div .service-p{
	width: 600px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.4em;
	font-size: 20px;
	height: 4.8em;
	line-height: 1.6;
	z-index: 150;
	color: #fff;
	overflow: hidden;
}











/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color:#060e1f; 
}

.footer-1{
	padding: 65px 0 75px;
	border-bottom: 1px solid #1e2638;
}
.footer-1 ul,.footer-1 dl{
	margin:0;
}

.footer-1 li{
	float: left;
}
.footer-1 li+li{
	margin-left:88px;
}

.footer-1 li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.footer-1 li dd:first-child{
	margin-top: 23px;
}
.footer-1 li dd{
	margin-top: 12px;
	font-size: 14px;
	color: #596275;
	line-height: 1.5;
}
.footer-1 li dd a{
	transition: .3s;
}
.footer-1 li dd a:hover{
	color: #fff;
}

.footer-2{
	font-size: 14px;
	color: #596275;
	line-height: 1.8;
	padding: 20px 0;
}
.footer-2 a{
	transition: .3s;
}
.footer-2 a:hover{
	color: #fff;
}
/**************************************************************/
/*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: 13px;
}
.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;
	text-transform: Capitalize;

}
.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;
	text-transform: Capitalize;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 290px;
   margin-left: 15px;
   margin-top: 15px;
}

.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{
	overflow: hidden;
	position: relative;
}
.banner-2-bg{
	height: 533px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: transform 5s linear;
	z-index: 40;

}

.banner-2-bg.cur {
    transform: scale(1.05);
}


.banner-2-wen{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}

.banner-2-wen-h1{
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	padding-bottom: 15px;
	position: relative;
	font-family: "grb";
}

.banner-2-wen-h1::after{
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #ffffff;
	left: 0;
	bottom: 0;
	content:"";
}

.erji-top{
	background-color: #00358d;
}

.erji-nav dl{margin:0;}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	border-left: 1px solid #00358d;
}
.erji-nav dd>a{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	padding: 0	25px;
}

.erji-nav dd.cur>a,.erji-nav dd>a:hover{
	color: #333;
	background-color: #fff;
}

.mianbaoxie{
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}

.erji-content{
	padding: 60px 0;
}

.about-xx-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
}


.media1{
	background-color: #f0f3f5;
	padding: 60px 0 35px;
}

.media1-item{
	background-color: #fff;
}

.media1-pic{
	width: 50%;
}
.media1-item .imgbox_a{
	padding-bottom: 67.5%;
}

.media1 .swiper-container {
  height: 540px;
}

.media1 .swiper-pagination{
	position: relative;
	margin-top: 35px;
	font-size: 0;
	line-height: normal;
}
.media1 .swiper-pagination .swiper-pagination-bullet:focus{
	outline: none;
}
.media1 .swiper-pagination .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background-image: url(../images/arrow-b2.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	background-color: transparent;
	margin:0 6px;
}
.media1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-image: url(../images/arrow-b2-h.png);
	background-color: transparent;

}

.media1-con{
	overflow: hidden;
	padding: 50px 75px 0;
}
.media1-con1{
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.media1-con1 .fl{
	font-size: 34px;
	color: #333;
}
.media1-con1 .fr{
	font-size: 16px;
	color: #333;
	margin-top: 13px;
}

.media1-con h2{
	margin:0;
	font-size: 24px;
	color: #333;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
	margin:25px 0 35px;
}

.media1-con h2 a:hover{
	color: #00358d;
}
.media1-con p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
}
.media1-con .more{
	margin-top:70px; 
}

.more{
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more1.png);
}

.more a:hover{
	color: #00358d;
}





.media2{
	background-color: #fff;
	padding: 60px 0;
}
.media2-list .row{
	margin-top: -30px;
}
.media2-item{
	border:1px solid #dddddd;
	padding: 50px;
	margin-top: 30px;
}

.media2-item h1{
	margin:0;
	font-size: 20px;
	color: #333;
}

.media2-item h2{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin:15px 0 30px;
}
.media2-item .media2-pic{
	margin-top: 35px;
}
.media2-pic .imgbox_a{
	padding-bottom: 67.5%;
}

.media2-item  .line{
	height: 1px;
	background-color:#ddd;
	position: relative;
}

.media2-item  .line::after{
	position: absolute;
	content:"";
	width: 0;left: 0;
	top: 0;
	height: 1px;
	background-color: #2f318b;
	transition: width .5s;
}

.media2-item:hover .line::after{width: 100%;}
.media2-item:hover h2{
	color: #00358d;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye.text-right{
	text-align: right;
}
.fenye ul{
	margin:0;
}


.media3-right{
	width: 420px;
	margin-left: 70px;
	background-color: #f0f3f5;
	padding: 100px 35px; 
	position: relative;
}
.media3-right::after{
	background-color: #f0f3f5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -50000px;
	content:"";
	z-index: 15;
}

.media3-left{
	overflow: hidden;
	padding: 60px 0;
}
.title-00{
	padding-bottom:28px;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 20;
}
.title-00 h1{
	margin:0;
	font-size: 24px;
	color: #333;
}
.media3-list {
	position: relative;
	z-index: 20;
}

.media3-list dl{
	margin:0;
}

.media3-list dd{
	padding: 30px 0;
	border-bottom: 1px dashed #000;
}
.media3-item .media2-pic{
	padding-bottom: 30px;
	display: none;
}
.media3-list dd:first-child .media3-item .media2-pic{
	display: block;
}
.media3-item h1{
	margin:0;
	font-size: 20px;
	color: #333;
	margin-top: 
}
.media3-item h2{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
	margin:15px 0 20px;
}
.media3-item h2 a:hover{
	color: #00358d;
}
.media3-item p{
	margin:0;
	font-size: 14px;
	color: #9fa2a5;
	line-height: 1.4;
	max-height: 4.2em;
	overflow: hidden;
}

.media3-xx-h1{
	font-size: 18px;
	color: #333;
}
.media3-xx-h2{
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	padding: 10px 0 25px;
	border-bottom: 1px solid #ddd;
}

.media3-xx-con{
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.erji-bottom{
	overflow: hidden;
}


.service1{
	background-color: #fff;
}

.title-11 h1{
	margin:0;
	font-family: "grb";
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.title-11 h1::after{
	display: inline-block;
	content:"";
	width: 9px;
	height: 9px;
	background-color: #00358d;
	margin-left: 16px;
}
.service1-div{
	position: relative;
	bottom: -66px;
	z-index: 50;
}

.service1-list{
	margin-top: 60px;
	background-color: #fff;
}

.service1-pic{
	width: 619px;
}

.service1-pic .imgbox_a{
	padding-bottom: 65.56%;
}

.service1-con{
	overflow: hidden;
	padding: 120px 45px  0;
	
}
.service1-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}
.service1-con-p p{
	margin:0;
}

.fser1 .flex-direction-nav{
	position: absolute;
	width: 54px;
	bottom: 0;
	left: 619px;
	height: 54px;
}

.fser1 .flex-direction-nav a{
	width: 54px;
	height: 54px;
	top: 0;
	margin-top: 0;
}


.fser1 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	left: -54px;
}


.fser1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2h.png);

}

.fser1 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	right: 0;
}


.fser1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2h.png);

}
.service2{
	background-color: #f0f3f5;
	padding: 120px 0 70px;
}
.service3{
	background-color: #fff;
	padding: 70px 0;
}

.service-p{
	font-size: 16px;
	color: #333;
	line-height: 2.0;
}

.service2 .service-p{
	padding: 30px 0 70px;
}

.service2-list .item{
	background-color: #fff;
	padding: 50px 37px 75px;
}

.service2-ico{
	width: 64px;
	margin:0 auto;
}


.service2-list-con{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 40px;
}

.service2-list-con p{
	margin:0;
}

.service3-pic{
	/*margin-top: */
	width: 585px;
	margin-left: 15px;
}

.service3-con{
	overflow: hidden;
	padding-top: 120px;
}

.product-wp{
	padding: 30px 0 70px;
}

.menu{
	width: 272px;
	margin-right: 25px;
}


.menu ul{
	margin:0;
}

.menu li{
	border:1px solid #00358d;
}
.menu li+li{
	margin-top: 15px;
}
.menu-h1{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding: 18px 15px;
	padding-left: 36px;
	background-color: #00358d;
	background-image: url(../images/jia1.png);
	background-repeat: no-repeat;
	background-position: 16px 23px;
	cursor: pointer;
}

.menu-h1.cur{

	background-image: url(../images/jia1h.png);
}
.menu-dl{
	display: none;
}
/* .menu li:first-child .menu-dl{
	display: block;
} */
.menu-dl dl{
	margin:0;
}
.menu-dl dd+dd{
	border-top: 1px solid #fff;
}
.menu-dl dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	padding: 10px 15px;
	padding-left: 36px;
	background-color: #fff;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: 24px 17px;
	transition: background-color .3s;
}

.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	background-image: url(../images/jiao2h.png);
	background-color: #f0f3f5;
	color: #00358d;
}


.product-div{
	overflow: hidden;
}

.product-div .title-00{
	padding: 20px 0 14px;
}

.product-list dl{
	margin:0;
	margin-left: -1.5%;
}

.product-list dd{
	float: left;
	width: 23.5%;
	margin-left: 1.5%;
	margin-top: 1.5%;
	
}

.product-item{
	border:1px solid #ddd;
	padding: 15px;
	transition: border-color .3s;
}

.product-item h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	height: 2em;
	overflow: hidden;
	transition: color .3s;
	margin:10px 0;
	text-align: center;
}

.product-a a{
	display: block;
	background-color: #f0f3f5;
	font-size: 0;
	line-height: normal;
	text-align: center;
	transition: background-color .3s;
}

.product-a a span{
	display: inline-block;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/xin.png);
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	transition: .3s;
}


.product-item:hover{
	border-color:#00358d;
}
.product-item:hover h1{color: #00358d;}
.product-item:hover .product-a a{background-color: #00358d;}
.product-item:hover .product-a a span{
	background-image: url(../images/xinh.png);
		color: #fff;
}

.product2-1-pic-div{
	width: 480px;
	margin-right: 36px;
}

.product2-1-pic-wp{
	border:1px solid #ddd;
	padding: 15px;
}

.product2-1-pic-wp .product2-1-pic{display: none;}
.product2-1-pic-wp .product2-1-pic:first-child{display: block;}
.product2-1-dl{
	margin-top: 15px;
}
.product2-1-dl dl{
	margin:0;
	margin-left: -2%;
}

.product2-1-dl dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	position: relative;
	cursor: pointer;
}

.product2-1-dl dd::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	border:1px solid #ddd;
	z-index: 15;
	transition: .3s;
}

.product2-1-dl dd.cur::before{
	border:2px solid #f45726;
}

.product2-1-con{
	padding-top: 10px;
	overflow: hidden;
}
.product2-1-con-h1{
	font-size: 24px;
	color: #333;
	line-height: 1.4;
}

.product2-1-con-qa{
	padding: 30px 0 40px;
}

.product2-1-con-qa .fl{
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	margin-right: 15px;
}

.product2-1-an{
	overflow: hidden;
}

.product2-1-an dl{
	margin:0;
}

.product2-1-an dd{
	float: left;
	border:1px solid #ddd;
	width: 28px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
}
.product2-1-an dd+dd{
	margin-left: 4px;
}

.product2-1-an dd.andd1{
	cursor: pointer;
	background-image: url(../images/jia3.png);
}
.product2-1-an dd.andd1:hover{
	background-image: url(../images/jia3h.png);
	border-color:#00358d;
	background-color:#00358d;
}

.product2-1-an dd.andd3{
	cursor: pointer;
	background-image: url(../images/jia4.png);
}
.product2-1-an dd.andd3:hover{
	background-image: url(../images/jia4h.png);
	border-color:#00358d;
	background-color:#00358d;
}


.product2-1-an dd.andd2{
	width: 48px;
	height: 28px;
	text-align: center;
}
.product2-1-an dd.andd2 input{
	height: 26px;
	border:0;
	text-align: center;
	display: block;
	width: 100%;
}
.product2-1-an dd.andd2 input:focus{
	outline: none;
	
}

.product2-1-a a{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	/*background-color: #00358d;*/
	background-color: #f45726;
	font-size: 16px;
	transition: .3s;
}

.product2-1-a a img{
	margin-top: -3px;
	margin-right: 9px;
}

.product2-1-a a:hover{
	background-color: #f45726;

}

.product2-2{
	margin-top: 40px;
	border:1px solid #ddd;
}

.product2-2-title{
	background-color: #f0f3f5;
	border-bottom: 1px solid #ddd;
}

.product2-2-title h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height:39px ;
	line-height: 39px;
	background-color: #fff;
	padding: 0	18px;
	border-right: 1px solid #ddd;
	position: relative;
}
.product2-2-title h1::before{
	position: absolute;
	content:"";
	background-color: #00358d;
	height: 2px;
	left: 0;
	top: -1px;
	right: 0;
}


.product2-2-title h1::after{
	position: absolute;
	content:"";
	background-color: #fff;
	height: 1px;
	left: 0;
	right: 0;
	bottom: -1px;
}



.product-2-2-div{
	padding: 35px;
	padding-bottom: 50px;
}
.product-2-2-div-item .title-00{
	padding-bottom: 10px;
	padding-top: 0;
	border-color:#777;
}
.product-2-2-div-item .title-00 h1{
	font-size: 22px;
}

.product-2-2-div-item .service-p{
	margin-top: 15px;
}
.product-2-2-div-item+.product-2-2-div-item{
	margin-top: 35px;
}

.product-2-2-dl1 dl{
	margin:0;
	margin-left: -1.5%;
}

.product-2-2-dl1 dd{
	float: left;
	width: 48.5%;
	margin-left: 1.5%;
	margin-top: 1.5%;
	border:1px solid #ddd;
}

.product-2-2-dl1 dd .imgbox_a{
	padding-bottom: 89.59%;
}






.product-2-2-dl2 dl{
	margin:0;
	margin-left: -3%;
}

.product-2-2-dl2 dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.product-2-2-img .imgbox_a{
	padding-bottom: 56.08%;
}

.product-2-2-dl2-con{
	border:1px solid #ddd;
	padding: 20px 35px 15px;
	text-align: center;

}

.product-2-2-dl2-con img{
	display: block;
	width: 48px;
	margin:0 auto 5px;
}

.product-2-2-faq dl{
	margin:0;
}

.product-2-2-faq dd{
	padding: 30px 0;
	border-bottom: 1px dashed #e9e9e9;
	line-height: 24px;
}

.product-2-2-faq span.fl{
	font-size: 22px;
	color: #333;
	margin-right: 10px;
	width: 25px;
}

.product-2-2-faq-con{
	font-size: 22px;
	color: #00358d;
	overflow: hidden;
}

.product-2-2-faq-2{
	margin-top: 12px;
}

.product-2-2-faq-2 .product-2-2-faq-con{
	font-size: 16px;
	color: #333;
}

.product2-3{
	padding: 35px 0;
}

.product2-3 a{
	width: 47%;
	border:1px solid #ddd;
	border-radius: 5px;
	background-color: #f0f3f5;
	font-size: 16px;
	color: #333;
	padding: 10px 24px;	
	transition: .3s;
}

.product2-3 a span{
	color: #00358d;
	transition: .3s;
}

.product2-3 a:hover{
	background-color:#00358d ;
	border-color:#00358d; 
	color: #fff;
}

.product2-3 a:hover span{
	color: #fff;
}

.product2-4 .title-00{
	padding-bottom: 10px;
	padding-top: 0;
	border-color:#777;
}
.product2-4 .title-00 h1{
	font-size: 22px;
}
.product2-4-list{
	margin-top: 25px;
}
.product2-4-pic{
	border:1px solid #ddd;
	padding: 8px;
	transition: .3s;
}

.product2-4-item .service-p{
	height: 3.2em;
	overflow: hidden;
	margin-top: 7px;
	transition: .3s;
}

.product2-4-item:hover .product2-4-pic{
	border-color:#00358d;
}

.product2-4-item:hover .service-p{color: #00358d;}



.product2-4-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    width: 27px;
    height: 27px;
    background-image: url(../images/left.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.product2-4-list .owl-nav button.owl-prev:hover {
	background-image: url(../images/lefth.jpg);
}
.product2-4-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    width: 27px;
    height: 27px;
    background-image: url(../images/right.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}

.product2-4-list .owl-nav button.owl-next:hover {
	background-image: url(../images/righth.jpg);
}


.product3{
	padding: 35px 150px 65px;
}

.product3 .title-00{
	padding-bottom: 10px;
	padding-top: 0;
	border-color:#777;
}
.product3 .title-00 h1{
	font-size: 22px;
}

.product3-form{
	margin-top: 20px;
}

.product3-1 table.table tr th{
	font-weight: normal;
	height:40px;
	font-size: 16px;
	color: #333;
	background-color: #f0f3f5;
	vertical-align: middle;
	padding: 8px	15px;
}
.product3-1 table.table{
	margin:0;
}
.product3-1 table.table tr th:first-child{
	width: 245px;
}

.product3-1 table.table tr td{
	font-weight: normal;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	padding: 8px	15px;
}
.product3-1 table.table tr td img{
	display: block;
	width: 100%;
}
.product3-1 table.table tr td:first-child{
	padding: 8px;
}
.product3-2 dl{
	margin:0;
}
.product3-2 dd{
	margin-top: 23px;
	font-size: 16px;
}
.product3-2 dd.fl,
.product3-2 dd.fr{
	width: 48.5%;
}
.product3-2 dd.flfr{
	float: left;
	width: 100%;
}

.product3-2 dd input.form-control{
	height: 45px;
	border-radius: 0;
}

.ddText2_1{
	width: 164px;
	margin-right: 23px;
}

.ddText2_2{
	width: 166px;
}

.ddText2_2 img{
	display: block;
	width: 100%;
	cursor: pointer;
}
.product3-2 dd textarea.form-control{
	height: 125px;
	border-radius: 0;
	resize: none;
}

.product3-2 dd.flfr input[type="button"]:focus{
	outline: none;
}
.product3-2 dd.flfr input[type="button"]{
	display: block;
	width: 133px;
	height: 40px;
	border:0;
	background-color: #00358d;
	color: #fff;
	cursor: pointer;
	font-size: 16px;color: #fff;
	transition: background-color .3s;
}

.product3-2 dd.flfr input[type="button"]:hover{
	background-color: #f45726;
}
.contact{
	overflow: hidden;

}
.contact1{
	padding: 80px 0 0;
}

.contact1-div{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/contact1-bg.jpg);
}

.contact1-1{
	width: 48%;
	padding-top: 45px;
}

.contact1-1-item{
	width: 48.5%;
	border:1px dashed #333;
	padding: 25px;
	border-radius: 5px;
	margin-top: 60px;
	background-color: #fff;
}

.contact1-1-item dl{
	margin:0;
}

.contact1-1-item dd{
	padding-left:32px;
	font-size: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 1.4;
}

.contact1-1-item dd+dd{
	margin-top: 15px;
}

.contact1-2{
	position: relative;
	width: 48%;
}
.contact1-2::after{
	position: absolute;
	left: 0;
	bottom:0;
	top: 0;
	width: 15000px;
	content:"";
	background-color: #fff;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.15);
}
.contact1-2-form{
	position: relative;
	z-index: 50;
	padding: 25px 0px 25px 75px;
}
.contact1-2-form .product3-2 dd:first-child,
.contact1-2-form .product3-2 dd:first-child+dd{
	margin-top: 0;
}
.contact2{
	padding: 55px 0 80px;
	background-color: #f0f3f5;
}

.contact2-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	margin-left: -5%;
}

.contact2-dl dd{
	display: inline-block;
	width: 45%;
	margin-left: 5%;
	vertical-align: top;
	margin-top: 50px;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/dddd.png);
}

.contact2-dl dd h1{
	margin:0;
	font-size: 22px;
	color: #00358d;
}

.contact2-dl dd .service-p{
	margin-top: 15px;
}

.contact2-dl{
	padding-top: 20px;
}


.network{
	padding: 80px 0;
}



.network-div .service-p{
	max-width: 1026px;
	margin:80px auto 50px;
	text-align: center;
	font-size: 22px;
}

.network-img{
	max-width: 1240px;
	margin:0 auto;
	position: relative;
}


.network-img img.map1,
.network-img img.map3{
	display: block;
	width: 100%;
}

.network-img .map2{
	position: absolute;
	right: 0;
	top: 0;
	width: 0%;
	bottom: 0;
	z-index: 50;
	overflow: hidden;
	transition: 2s;
}
.network-img .map2.cur{
	width: 100%;
}
.network-img .map2 img{
	max-width: none;
	position:absolute;
	right: 0;
	top: 0;
	display: block;
	width: 1240px;
}

.about1{
	padding: 80px 0 0;
	background-repeat: repeat-y;
	background-position: 65% top;
	background-image: url(../images/yy.jpg);
}

.about1-div{
	margin-top: 50px;
}

.about1-pic{
	width: 745px;
	margin-left:80px;
}

.about1-pic .imgbox_a{
	padding-bottom: 66.67%;
}




.fabout1 .flex-direction-nav{
	position: absolute;
	width: 108px;
	bottom: 0;
	right: -54px;
	height: 54px;
}

.fabout1 .flex-direction-nav a{
	width: 54px;
	height: 54px;
	top: 0;
	margin-top: 0;
}


.fabout1 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	left: 0px;
}


.fabout1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2h.png);

}

.fabout1 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	right: 0;
}


.fabout1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2h.png);

}

.about1-con{
	overflow: hidden;
}
.about1-h1{
	font-size: 36px;
	color: #333;
	line-height: 1.4;
	/*font-family: "grb";*/
	font-weight: bold;
}

.about1-h1 span{
	color: #ffc000;
}

.about1-con .service-p{
	margin:30px 0 40px;
	height: 8em;
	overflow: hidden;
	line-height: 2;
}

.about1-dl{
	margin-top: 60px;
}

.about1-dl dl{
	margin:0;
}

.about1-dl dd{
	float: left;
}
.about1-dl dd+dd{
	margin-left: 140px;
}
.about1-dl dd h1{
	margin:0;
	font-size: 48px;
	color: #333;
	text-align: center;
}
.about1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	margin-top: 12px;
}

.about2{
	background-color: #f0f3f5;

}

.about3{
}

.about2-box{
	position: relative;
	bottom: -90px;
	z-index: 50;
}

.about2-div{
	background-color: #fff;
	margin-top: 60px;
	background-color: #fff;
	padding: 80px;
}
.about2-div .service1-pic{
	margin-right: 60px;
}
.about2-div .service1-pic .imgbox_a{
	padding-bottom: 45.48%;
}

.about2-div .service1-con{
	padding-top: 50px;
}

.about3{
	padding: 155px 0 200px;
	min-height: 795px;
	background-image: url(../images/about3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about3 .title-11 h1{color: #fff;}
.about3 .title-11 h1::after{background-color: #fff;}

.about3-div{
	margin-top: 135px;
}

.about3-logo{
	width: 249px;
	margin-left: 100px;
	position: relative;
}

.about3-logo>img{
	display: block;
	width: 100%;
}

.about3-logo1{
	position: absolute;
	left: 208px;
	bottom: 217px;
	width: 890px;
}

.about3-logo1 .about3-logo-ico{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 368px;
}

.about3-ico-logo img{
	display: block;
	width: 100%;
}
.about3-logo-wen{
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.about3-logo1 .about3-logo-wen{
	position: absolute;
	left: 235px;
	bottom:60px;
}



.about3-logo2{
	position: absolute;
	left: 249px;
	top:50%;
	width: 1140px;
}

.about3-logo2 .about3-logo-ico{
	position: absolute;
	left: 0px;
	top:50%;
	width: 403px;
	margin-top: -10px;
}


.about3-logo2 .about3-logo-wen{
	position: absolute;
	left: 420px;
	height: 160px;
	top: 50%;
	margin-top: -80px;
}


.about3-logo3{
	position: absolute;
	left: 214px;
	bottom:42px;
	width: 890px;
}

.about3-logo3 .about3-logo-ico{
	position: absolute;
	left: 0;
	top: 0;
	width:362px;
}


.about3-logo3 .about3-logo-wen{
	position: absolute;
	left: 227px;
	top: 55px;
}

.about4{
	background-color: #fff;
	padding: 75px 0;
}

.about4-div{
	margin-top: 70px;
}

.about4-item{
	border:1px solid #333;
	padding: 40px 20px 30px 45px;
	position: relative;
}
.about4-pic{
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transform: translateY(100%);
	transition: .3s;
}
.about4-pic::after{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.6);
	content:"";
	z-index: 10;

}



.about4-nub-wp{
	font-size: 0;
	line-height: normal;
	position: relative;
	z-index: 50;
}
.about4-nub{
	display: inline-block;
	width: 80px;
	font-size: 36px;
	color: #333;
	height: 73px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/line.png);
	line-height: 1;
	position: relative;
	z-index: 50;
	transition: .3s;
}

.about4-p{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin:18px 0 10px;
	position: relative;
	z-index: 50;
	transition: .3s;
}

.about4-ico{
	position: relative;
	z-index: 50;
	width: 50px;
	margin-left: auto;
}

.about4-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: .3s;
}

.about4-ico img.imgCur{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
.about4-item:hover .about4-pic{
	transform: translateY(0%);
}
.about4-item:hover .about4-nub{
	color: #fff;
	background-image: url(../images/lineh.png);
}

.about4-item:hover .about4-p{
	color: #fff;
}

.about4-item:hover .about4-ico img{opacity: 0;}
.about4-item:hover .about4-ico img.imgCur{opacity: 1;}



.about3-div-gai{
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	max-width: 1050px;
	margin-top: 110px;
}


.about3{
	background-image: url(../images/about3-bgx.jpg);
	min-height: 0;
}