﻿a {
	color: #FFF;
	font-size: 16px;
	transition: all 0.5s;
}

a:hover {
	color: #fff;
}

.shadow {
	box-shadow: 0 0 6px #888888;
}

#fixtop {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#header {
	background: #004098;
	padding: 34px 56px;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.6);*/
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	transition: all 0.5s;
}

#header .topnav {
	display: flex;
	flex-basis: 100%;
}

#header .nav { line-height:48px;}

#header .logo {
	margin-right: auto;
}

#header .logo img {
	max-width: 74vw;
}

#header .navul {
	display: flex;
}

#header .navli {
	margin-left: 49px;
}

#header .navli a:hover{color:#014099;}

#header .search {
	margin-left: 72px;
	display: flex; line-height:48px;
}

#header #search {
	cursor: pointer;
	background: url("../images/search.png")/*tpa=/themes/default/images/search.png*/ no-repeat scroll 0 16px;
	width: 19px;
}

#header #line {
	margin: 0 24px;
	color: #FFFFFF;
	font-size: 16px;
}

#header .ebook {
	background: url("../images/icon.png")/*tpa=/themes/default/images/icon.png*/ no-repeat scroll 0 15px;
}

#header .ebook a {
	padding-left: 28px;
}

#header .m {
	display: none;
}

#header #mnav {
	cursor: pointer;
	background: url("../images/mnav.png")/*tpa=/themes/default/images/mnav.png*/ no-repeat scroll 0 16px;
	width: 19px;
}

#header .hide {
	display: none;
}

#header .searchbox {
	display: flex;
	margin-top: 24px;
}

#header .searchbox .serach-btn {
	width: 80px;
	height: 40px;
	text-align: center;
	border: none;
	background-color: rgba(5, 70, 134, 0.8);
	color: #FFFFFF;
}

#header .searchbox .serach-txt {
	border: 1px solid;
	width: 300px;
	padding-left: 16px;
}

#header .mnav {
	display: none;
	flex-basis: 100%;
	height: 100vh;
}

#header .mnav .mnavul {
	text-align: center;
}

#header .mnav .mnavli {
	border-bottom: 1px solid #3368b4;
}

#header .mnav a {
	color: #86b2f0;
	line-height: 12vh;
}

#footer {
	background-color: #014099;
}

.fright{margin-right: 30px; width: 120px;}
.fright img{width: 120px; float:left;}
.fright span{float:left; color:#fff; height: 40px; line-height: 40px; text-align: center; width:120px;}

#footer .footerin {
	padding: 104px 56px 30px;max-width: 1392px; margin:0 auto;
}

#footer .fnav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

#footer .navdown ul {
	display: flex;
}

#footer .navdown .firstli a {
	padding-left: 0;
}

#footer .navdown ul li a {
	border-right: 1px solid #FFFFFF;
	padding: 0 14px;
}
#footer .navdown ul li:last-child a{border:0px;}

#footer .navtext p {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	margin: 40px 0 56px;
}

#footer .copyright {
	display: flex;
	justify-content: space-between;
}

#footer .copyright p {
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
}

@media only screen and (max-width: 1440px) {
	#footer .footerin {
		padding: 104px 3% 30px;
	}
	#header .navli{margin-left: 26px;}
	#header .search{margin-left: 20px;}
}

@media only screen and (max-width: 1180px) {
	#header {
		padding: 3vw;
		background-color: #014099;
	}
	#footer .footerin {
		padding: 54px 9vw 30px;
	}
	#footer .fright img,
	#header .nav,
	#header .search {
		display: none;
	}
	#header .m {
		display: flex;
	}
}

@media only screen and (max-width: 620px) {
	#footer .navdown ul {
		flex-wrap: wrap;
	}
	#footer .navdown .firstli a {
		padding-left: 0px;
	}
	#footer .navdown li:nth-child(4) a{padding-left: 0px;}
	#footer .copyright .cright {
		display: none;
	}
}


#banner-inside{position:relative;width:100%;height:auto;overflow:hidden;margin:0 auto}
#banner-inside .bannertext{
	top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    font-size: 120px;
    line-height: 130px;
    text-align: left;
    font-family: "microsoft yahei";
    transform: translateY(-50%);
    position: absolute;   }
#banner-inside .bannertext .tit{
	font-size: 50px;
    line-height: 50px;
	color:#fff;

}

#banner-inside .bannertext .text{
	font-size: 18px;
    line-height: 24px;
    font-family: "microsoft yahei";
    margin-top: 30px;
    width: 55%;
	color:#fff;

}

.bannertext .container {
    max-width: 1400px;
}
.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}




.bannertext .bigtext{font-size: 50px;margin-bottom: 60px; color:#fff; position: relative; width: 100%; display: table;}
.bannertext .bigtext:after{ content: ''; display: block;position: absolute; left: 50%; width: 72px; height: 1px; margin-left: -36px; bottom: -40px; background: #fff;}
.bannertext .bigtext2{font-size: 40px; font-weight: 300; font-family: 'Microsoft YaHei Light', 'Microsoft YaHei';color: #014099;width: 100%; display: table;}
#banner-inside img{width:100%;}

@media (max-width: 768px){
	#banner-inside{}
	#banner-inside img {left: 0; margin-left: 0px;}
	.bannertext .bigtext{font-size: 30px;}
	.bannertext .bigtext2{font-size: 20px;}

}
.g-bd{padding:50px 56px; margin:0 auto; max-width: 1392px;}
#navpart{position:relative;margin:102px auto 0;width:100%; display: table;}
#navpart .position{padding:25px 3% 25px; margin:0 auto;color:#fff;font-size:16px;text-align:left;float: left;}
#navpart .position a{color:#fff}
#navpart .position a:hover{color:#014099;text-decoration:underline}
.inside-menus .column{padding:20px 56px 20px; max-width: 1392px; margin:0 auto;text-align:left;overflow:auto}
.inside-menus .column ul{text-align:left}
.inside-menus .column ul li{
	width: 20%;
	float: left;
    padding: 0 20px;
	margin-bottom: 10px;
   

 }
.inside-menus .column a{color: #22282d;
    display: block;
    height: 67px;
    line-height: 65px;
    text-align: center;
    border-radius: 60px;
    overflow: hidden;
    border: solid 1px #e1e4e6;}


	@media (max-width: 1200px){
	.inside-menus .column ul li {
		width: 50% !important;
		padding: 0 5px;
		margin-bottom: 10px;
	}

}
@media (max-width: 1200px){
.inside-menus .column li a {
    font-size: 12px;
    height: 42px;
    line-height: 40px;
}

.inside-menus .column{padding:40px 10px; }




}



/* .inside-menus .column .A,#navpart .column ul li:hover{background:#014099;border:1px solid #014099} */
.inside-menus .column .A a,#navpart .column ul li:hover a{color:#fff;background:#014099;border:1px solid #014099}
.inside-menus .column #scrollwidth{width:auto}

.linkbox{display: none;}
.footer-social ul li{color:#ccc; display:inline-block; margin-right:10px;height:30px; line-height: 30px; color:#fff;text-align:center;font-size:12px;}
.footer-social ul{margin:1.5em 0}
.footer-social ul li a{color:#ccc; font-size: 12px;}
.footer-social ul li:hover a{color:#fff;text-decoration:none}

@media(max-width: 768px){
	#navpart{margin-top: 58px;}
	#header .mnav{ background:#004098}
	#header .mnav a{ line-height:50px; color:#fff}
	.title-style h2{ line-height:30px; height:30px}
.about-ours .img img{ height:inherit !important}
.about-ours .right2{ display:none}
}



.pro_main_con{
	
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 90px;
}

.case_main_con{
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 130px;
}