*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*div{line-height: 1.5;}*/
 body,select,input,view,text,button,textarea{
     font-family:
     /*'PingFang SC','SimHei',*/
     'microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}
@font-face {
     /*font-family:"greycliffcf";*/
     /*src:url('font/GreycliffCF-Bold.otf');   */
}
body{
	font-size: 14px;
	overflow-x: hidden; font-family:en,cn;
}
a{
	color: inherit;
}
a:hover{
	color: inherit;
}
img{
	max-width: 100%;
}
.gnone{
	display: none;
}
.wrapper{
	width: 80%; margin: 0 auto; position: relative;/*width: 1160px*/
	max-width: 1920px;
}

.wrapper:after,
.wrapper:before,
.clearfix:after{
	content: "";display: table; clear: both; height: 0; visibility: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a,img { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }

/*index*/
.header{
	height:108px;
	background: #fff;
	/*background-color: rgba(255,255,255,0.5);*/
	/*background-color: rgb(167 167 167 / 60%) !important;*/
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 998;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s  ease-in-out;
}
.index_pic{
	margin: auto;
	text-align: center;
}
.header.on{
	height: 120px;
}
.header.fixed{
	background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-logo{
	float: left;
	margin-top:30px;
}
.header-logo img{
	/*width:160px;*/
}
.header-nav-box{
	float: left;
	margin-left:110px;
}
.header-nav{

}
.header-nav> li{
	color: #333333;
	float: left;
	/*margin-left: 50px;*/ margin:1px;
	line-height: 80px;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.header-nav> li::before{
	content:"";
	width:60px;
	height:2px;
	background-color:#253278;
	top:78px;
	left:22.5px;
	position: absolute;
	display: none;
}
.header-nav > li>a{
	display: block; line-height: 80px;padding-top: 14px;
}
.header-nav > li:after{
	position: absolute; left: 0; width:0; bottom: 9px; height: 2px; background: #243378; content:"";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-nav > li>a:hover,
.header-nav > li.active>a{
	color: #243378;
}
.header-nav > li.active:after,
.header-nav > li:hover:after{
	width: 100%;
}

.header-nav  li{width:111px; text-align:center}
.header-nav  li p{ display:none}
.header-nav  li a:hover p{ display:block;line-height: 80px; }
.header-nav  li a:hover span{ display:none }

/*.header-nav li:hover ul,
.header-nav li.active ul{
	display: block;
}*/
.header-nav ul{
	position: absolute; /*width: 600px;*/ line-height: 50px; font-size: 14px;
	left:0;
	top:84px;
	display: none;
	/*background: rgb(167 167 167 / 60%);*/
	background: #ffffff;
}

.header-nav ul li{
	float: left; /*margin-right: 18px;*/ line-height: 35px;
}



.header .menu{
	margin-top:28px;
	position: absolute;
	right:65px;
}
.header .menu .tel{
	width:24px;
	height:25px;
	float: left;
}
.header .menu .tel img{
	width:24px;
	height:25px;
}
.header .menu .wx{
	width:35px;
	height:30px;
	float: left;
	margin-left: 35px;
	margin-top:-2px;
}
.header .menu .wx img{
	width:35px;
	height:30px;
}
.header .menu .wb{
	width:35px;
	height:30px;
	float: left;
	margin-left: 20px;
	margin-top:-2px;
}
.header .menu .wb img{
	width:35px;
	height:30px;
}
.header .menu .number{
	float: left;
	font-size: 14px;
	color: #213375;
	font-weight: bold;
	margin-left:7px;
	margin-top:5px;
}


.cnen {
	float: right; margin-top: 41px;
	width: 86px;
	}
.gh {
	float: right; margin-top: 26px;
	height: 30px;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
}



.gh a {
	background-color: #011473;
	display: block;
	height: 2px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}


.gh a:after,
.gh a:before {
	background-color: #011473;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

.gh a:after {
	top: 8px;
}

.gh a:before {
	top: -8px;
}

.header .weixin{
	position: absolute; right: 0; margin-right: -45px; top: 70px; width: 120px; height: 120px; background: #fff; border-radius: 5px; display: none;
}
.gh.selected{
	/*transform: rotate(90deg);*/
}
.gh.selected a:after,
.gh.selected a:before {
	top: 0;
}

.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}

.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a{
	background: transparent;
}

.swiper-button-next{
	right: 30px;    }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{background:url("../images/next.png") center center no-repeat; background-size:cover; width:56px; height:120px}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{background:url("../images/prev.png") center center no-repeat; background-size:cover; width:56px; height:120px}

.swiper-button-prev{
	left: 30px;
}
.banner-img{
	height:1060px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-txt{
	margin-top:340px;
	margin-left:210px;
	position: relative;
}
.banner-txt::after{
	content: "";
	width:66px;
	height:6px;
	background-color:#01188c ;
	border-radius: 10px;
	position: absolute;
	left:0px;
	bottom:-35px;
}
.banner-txt-cn{
	font-size:44px;
	font-weight: bold;
	color:#01188c;
	line-height: 1.3;
}
.banner-txt .banner-txt-en{
	font-size: 48px;
	color: #333333;
	font-weight: bold;
	margin-top:20px;
	line-height: 1.3;
}
.grow{
	padding-top:10%;
	padding-bottom:10%;
}
.gtit{
	color: #333333;
	text-align: center;
}
.gtit h2{
	/*font-size: 72px;*/
	font-size: 55px;
	/*font-weight: bold;*/
	font-family: cn;
	color: #000;
}
.gtit h4{
	color: #000;
	/*font-size: 37px;*/
	font-size: 32px;
	margin-top:8px;
	font-family: en;
}
.gtit h3{
	font-size: 28px;
	margin-top:20px;
}
.gadv{
	margin-top:85px;

}
.gadv ul {
	margin: 0 -12px;
}
.gadv ul li{
	width:361px;
	border:3px solid #dcdedd;
	float: left;
	margin:0 12px;
	cursor: pointer;
	overflow: hidden;
}

.gadv-info img{
		width:60px;
}
.gadv-info .icon{
	display: block;
	width:60px;
	margin:0 auto;
}
.gadv ul li:hover{
	background-color: #e9fcff;
}

.gadv-info{
	text-align: center;
	padding-top:50px; height: 250px;
}
.gadv-info .msg{
	font-size: 20px;
	color: #8e9295;
	margin-top:25px;
}
.gadv-info h3{
	font-size: 26px;
	color: #333333;
	margin-top:6px;
}
.gadv-img{
	margin: 2px; height: 282px;
	overflow: hidden;
}
.gadv-img img{
	width: 100%; display: block;
}
li:hover .gadv-img img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.grow.gray{
	padding-top:10%;
	padding-bottom:100px;
	/*background-color: #ecf0f3;*/
}
.gvideo{
	width:90%;/*border-radius: 20px;*/
	margin: 0 auto;
	margin-top:6%;
	text-align: center; overflow: hidden;
}

.gvideo video{
	width: 100%;
}

.gschool-box{
	margin:70px 0 0;
}
.gschool-txt{
	text-align: left; margin-left: 30px;
}
.gschool-txt .cn{
	font-size: 16px;
	color: #3f3b3c;
}
.gschool-txt .cn{
	margin-top:18px;
	color: #3f3b3c;
}
.gschool{
	margin-top:80px;
	padding-bottom: 170px;
}
.gschool ul li{
	float: left;
	text-align: center;

	width: 20%;
}
.gschool-img{
	margin: 0 auto;
}
.gschool-img img{
	width:210px; display: inline-block;
}
.gschool-tit{
	margin-top:40px;
	font-size: 18px;
	color: #333333;
}
.swiper-pagination-bullet{
	width:80px;
	height:15px;
	border-radius: 10px;
	background-color: #ababab;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #f0dbc8;
}
.swiper-container-horizontal> .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 18px;
}
.gsolution{
	margin-top:90px;
}
.gsolution ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gsolution ul li{
	float: left;
	width:720px; height: 585px; overflow: hidden;
	position: relative;
}
.gsolution ul li:hover .gsolution-img img{
	transform: scale(1.08);
}
.gsolution-img{
	overflow: hidden;
}
.gsolution-img img{
		/*width:720px;*/
		width: 100%;
		transition: .5s;
}
.gsolution-txt{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
/*.gsolution ul li:nth-child(2){
	float: right;
}*/
.gsolution-txt .icon{
	width:100px;
	height:100px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
}
.gsolution-txt .icon img{
	width:54px;
	margin:auto;
	margin-top:20px;
}
.gsolution-txt h4{
	font-size: 24px;
	color: #FFFFFF;
	margin-top:20px;
}
.gsolution-txt h3{
	font-size: 26px;
	color: #FFFFFF;
	margin-top:13px;
}
.gactlist-box{
	margin-top:130px;
}

.gactlist{
	/*height:390px;*/
}

.gactlist ul li{
	float: left;
}
.gactlist .swiper-button-prev{
	left: 0px;
}
.gactlist .swiper-button-next{
	right: 0px;
}
.gactlist .swiper-button-prev,
.gactlist .swiper-button-next{
	width: 40px; height: 60px; background-size:18px ; background-color: rgba(0,0,0,0.5); margin-top: -40px;
}
.gactlist-tit{
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top:30px;
}
.gactlist-img{
	line-height: 0;
	overflow: hidden;
}
.gactlist-img img{
	width: 100%;
}
.gactlist-img img:hover{
	transform: scale(1.08);
}
 .pagination{
	margin-top:150px;
	text-align: center;
}
 .pagination a{
	display: inline-block;
}
 .pagination .num{
	padding:10px 13px;
	background-color: #FFFFFF;
	border:1px solid #c9c9c9;
	margin-left:10px;
}
 .pagination .btn-prev{
	background: url(../imgs/left.png) no-repeat center;
	background-size: 13px;
	padding:10px 13px;
	margin-right: 10px;


}
 .pagination .btn-next{
	background: url(../imgs/right.png) no-repeat center;
	padding:13px 13px;
	background-size: 13px;
	margin-left:10px;
}
 .pagination .num:hover,
 .pagination .num.active{
	background-color: #c9c9c9;
	color: #FFFFFF;
}
 .footer{
	 margin-top:40px;
 }
.footer .wrapper{
	/*padding:0 70px;*/
}
.footer-menu{
	padding:20px 20px;
	background-color: #13204c;
}
.footer-menu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer-menu li{
	width: 32%;
	float: left;
	text-align: center;
}
.footer-menu li a{
	display: inline-block;text-align: center;
}
.footer-menu li:first-child {
	text-align: left;
}
.footer-menu li:nth-child(3){
	text-align: right;
}
.footer-menu a{
	display:block;
}

.footer-menu  h3{
	margin-top:15px;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}

.footer-menu .icon{
	display: inline-block;
	width:70px;
	height:70px;
	border-radius: 50%;
	border:1px solid #999999;
}
.footer-menu .icon img{
	width:44px;
	margin:auto;
	margin-top:12px;
}
.footer-menu li:hover .icon{
	background-color: #213375;
	border:1px solid #213375;
}
.footer-main-box{
	/*background: #01188c url(../imgs/footbg.jpg) no-repeat center; */   background-size: cover;

}
.footer-main{
	overflow: hidden;
	margin-top:75px; font-size:16px;
	max-width: 1920px;
	margin: auto;
}
.footer-main .fl{
	float: left;
	/*width:1111px;*/
	color: #000;
	overflow: hidden;
}
.footer-main .fl dl{
	float: left;
	margin-right:75px;
}
.footer-main .fl dl dt{
	margin-bottom:25px;
	font-size: 16px;font-weight: bold;
}
.footer-main .fl dl dd{
	margin-bottom:15px;
}
.footer-main .fl dl dd:hover{
	color: #FFFFFF;
}
.footer-main .fr{
	/*width:123px;*/
}
.footer-main .fr img{
	width:123px;
}
.footer-main input{
	width:100%;
}
.copyright{
	    padding-top: 20px;
    color: #666;
    font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
    border-top: 1px solid;
    margin-top: 80px;
}



/*关于我们-简介*/
.gtit1{
	text-align: center;
  /*margin-top: 110px;*/
}
.gtit1-img{
	position: relative;
	text-align: center;display: none;
}
.gtit1-img img{
	display: inline-block;
	width:70px;
}
.gtit1-img span{
	display: inline-block;
	position: relative;
}
.gtit1-img span::before{
	content: "";
	width:670px;
	height:2px;
	background: #122047;
	position: absolute;
	left:110px;
	top:50px;
}
.gtit1-img span::after{
	content: "";
	width:670px;
	height:2px;
	background: #122047;
	position: absolute;
	right:110px;
	top:50px;
}
.gtit1-cn{
	color: #000;

	/*font-size: 72px;*/
	font-size: 55px;
	font-weight:lighter;
    margin-top:7%;
	font-family:cn;
	text-align: center;
}
.gtit1-cn.blue{
	color: #13204c;
}
.gtit1-en{
	color: #000;
	margin-top:-10px;
	/*font-size: 34px;*/
	font-size: 28px;
	text-transform :Capitalize;    font-weight:lighter;
     font-family:en;text-align: center;
}
@media screen and (max-width: 1560px){
.gtit1-cn{
margin-top: 36px;
}
.gtit1-en {
   /* margin-top: -67px;    margin-bottom: 20px;*/
}
}


.gtit1-small{
	font-size: 20px;color: #777b7c; margin-top: 10px;
}

.brief-banner-tit{
	text-align: center;
	margin-top:90px;
}
.brief-banner-tit h2{
	color: #333333;
	font-size: 65px;
	/*font-weight: bold;*/
}
.brief-banner-tit h2 span{
	/*color: #01188d;*/ margin: 0 23px; display: inline-block; vertical-align: middle; background: #333; width: 12px; height: 12px; border-radius: 15px;
}
.brief-banner-tit p{
	color: #777b7e;
	margin-top:5px;
	font-size: 27px;
}
.gabout-banner-imgs{
	/*height:465px;*/
	margin-top:100px;
}
.gabout-banner-imgs img{
	/*width:982px;*/
}
.gabout-banner-imgs ul li{
	max-width:1160px;
	margin:auto;
	position: relative;
}
.gabout-banner-imgs .swiper-slide{
	opacity: 0.6;
}
.gabout-banner-imgs .swiper-slide-active{
	opacity: 1;
}

.gabout-info{
	padding-top:150px;
	padding-bottom: 230px;
}
.gabout-info-fl{
	float: left;
	/*width:753px;*/
	width: 50%;

	/*margin-left: 30px;*/
}
.gabout-info-fl .tit h3{
	font-size: 36px;
}
.gabout-info-fl .tit h4{
	font-size: 36px;
	margin-top:6px;
}
.gabout-info-fl .tit .en{
	color: #888;
	font-size: 42px;
}
.gabout-info-fl .txt{
	margin-top:45px;
}
.gabout-info-fl .txt p{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom:18px;
}
.gabout-info-fl .txt p:last-child{
	margin-bottom: 0;
}
.gabout-info-fr{
	width:609px;
}
.gabout-info-fr img{
	width: 609px;
}


/*关于我们-品牌文化*/
.gbrand-banner{
	padding-top:100px;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
}
.gbrand-banner img{
	width: 100%;
}

.gbrand-list{
	padding-top:90px; padding-bottom: 25px; text-align: center;width: 80%;
}
.gbrand-list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	position: relative;
	/*margin-left: -90px;
	margin-right: -90px;*/

}
.gbrand-list ul:before{
	/*position: absolute; left: 50%; width: 1px; top: 0; bottom: 26px; content: ""; background: #ddd;*/
}
.gbrand-list ul:after{
	/*position: absolute; right: 50%; width: 1px; top: 0; bottom: 85px; content: ""; background: #ddd;*/
}
.gbrand-list li{
	float: left;
	position: relative;
	margin-bottom: 85px;
	width: 21%;     box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 5%);
	padding:50px 10px; margin: 10px 2%;
}

.gbrand-list h3{
	font-size: 24px;
	color: #000;
	 font-weight: bold;
}
.gbrand-list h3 img{
	 top: 0;
	vertical-align: middle;     display: block; width:100%; margin-bottom:13%
}
.gbrand-list p{
	font-size: 18px; font-family:cn;
	margin-top:13px;

}
.gbrand-txt{
	padding: 125px 0 110px;
}
.gbrand-txt.gray{
	/*background: #f1f1f1; */
}
.gbrand-txt-info{
	width:680px;
}
.gbrand-txt-info .tit h3{
	font-size: 48px; font-family:cn;
}
.gbrand-txt-info .tit p{
	font-size: 24px; font-family:cn;
}
.gbrand-txt-info .desc{
	font-size: 20px;
	color: #333333;
	margin-top:55px;
}
.gbrand-txt-info .desc h4{
	margin-bottom: 25px;font-size: 30px;
}
.gbrand-txt-info .desc p{
	line-height: 1.7;
	margin-bottom:25px;
}
.gbrand-txt-info .desc p:last-child{
	margin-bottom: 0;text-indent: 2em;
}
.gbrand-txt-img{
	width: 738px;
}
.gbrand-txt1-img{
	width:969px;
	overflow: hidden;
}
.gbrand-txt1-img img{
	width:969px;
}
.gbrand-txt1-info{
	width:445px;
}

/*关于我们-社会荣誉*/

.ghonor{
	padding-bottom: 150px;
}
.ghonor-imgs{
	margin-top:100px;
}
.ghonor-imgs ul{
	height: auto; overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.ghonor-imgs  li{
	float: left;

}
.ghonor-imgs .img1{
	width: 540px;
}
.ghonor-imgs .img2{
	width: 442px;
}

.ghonor-imgs .img3{
	width: 523px;
}
.ghonor-txt{
	margin-top:95px;
}
.ghonor-txt .list{
	margin-top:45px;
}
.ghonor-txt h2{
	font-size: 40px;
	color: #13204c;
	font-weight: bold;
}
.ghonor-txt h2:before{
	/*content: "";
	width:15px;
	height:35px;
	display: inline-block;vertical-align: middle; margin-right: 3px;
	background: url(../imgs/ghonor_left.png) no-repeat;*/
}
.ghonor-txt h2:after{
	/*content: "";
	width:15px;
	height:35px;
	display: inline-block;vertical-align: middle;
	background: url(../imgs/ghonor_right.png) no-repeat; margin-left: 3px;*/
}
.ghonor-txt .list{
	margin-top:45px;
	height: auto; overflow: hidden;
}
.ghonor-txt .list  li{
	float: left;
	width:33.33%;
	font-size:24px;
	color: #595758;
	position: relative;
	margin-bottom:20px;
	font-weight: bold;
}

.ghonor-txt .list  li:before{
	content: "";
	background: url(../imgs/ghonor_4.png) no-repeat;
	background-size: 21px;
	width:21px;
	height:21px;
	display: inline-block;vertical-align: middle; margin-right: 10px;
}
.ghonor-txt .info{
	margin-top:80px;
	width:520px;
}
.ghonor-txt .info .cn{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;

}
.ghonor-txt .info .en{
	font-size: 22px;
	color: #4b4a48;
	line-height: 1.4;
	margin-top:10px;
}

.ghonor-iso{
	margin-top:80px;
	overflow: hidden;
}

.ghonor-iso ul{
	overflow: hidden;
	margin-left: 160px;
}
.ghonor-iso  li{
	width:382px;
	height:450px;
	border:1px solid #333333;
	padding: 0 15px;
	display: inline-block;
	margin-right: 19px;
	margin-bottom:15px;
	text-align: center;
}
.ghonor-iso li:hover{
	box-shadow: rgba(0,0,0,0.5) 0 5px 10px;
}
.ghonor-iso-img{
	width:78px;
	margin:0 auto;
	height: 157px; line-height: 157px;
}
.ghonor-iso-img img{
	width: 95px;
	display: inline-block;vertical-align: middle;
}
.ghonor-iso-txt{
	border-top:1px solid #333333;
	margin:0 auto;
}
.ghonor-iso-txt .year{
	margin-top:35px;
	color: #4b4a48;
	font-size: 30px;
	font-weight: bold;
}
.ghonor-iso-txt .name{
	font-size: 18px;
	color: #333333;
	width:215px;
	margin:0 auto;
	margin-top:15px;
	font-weight: bold;
	line-height: 1.3;
}
.ghonor-iso-txt .info{
	width:200px;
	margin:0 auto;
	margin-top:20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}
.ghonor-txt .desc{
	color: #333333;
	font-size: 18px;
	margin-top:40px;
	line-height: 1.6;
}


/*关于我们-战略历史*/
.ghistory-info{
	background-color: #f6f6f6;
	padding-top:115px;
	padding-bottom:145px;
	margin-top:100px;
}
.ghistory-info-txt{
	float: left;
	width:520px;
}
.ghistory-info-txt .tit h3{
	font-size: 42px;
    color: #333333;
}
.ghistory-info-txt .tit p{
	font-size: 34px;
    color: #717171;
    margin-top: 10px;
}
.ghistory-info-txt .desc{
	margin-top:80px;
}
.ghistory-info-txt .desc h4{
	font-size: 42px;
	color: #595758;
	line-height: 1.2;
	font-weight: 300;
}
.ghistory-info-txt .desc p{
	font-size: 22px;
	color: #333333;
	line-height: 1.6;
	margin-top:40px;
}
.ghistory-info-img{
	width:754px;
	float: right;
	overflow: hidden;
}
.ghistory-info-img img{
	width:754px;
}
.ghistory-info-img img:hover{
	transform: scale(1.1);
}
.ghistory-list{
	padding-top:80px;
	padding-bottom: 40px;
}
.ghistory-list-tit h3{
	font-size: 34px;
	color: #333333;
}
.ghistory-list-tit h3 span{
	font-size: 46px;
	color: #e0e2e1;
	margin-left:20px;
}
.ghistory-list-main{
	margin-top:90px;
}
.ghistory-list-main .time{
	font-size: 34px;
	color: #949494;
}
.ghistory-list-main ul{
	margin-right: -243px; height: auto; overflow: hidden;
}

.ghistory-list-main  li{
	display: inline-block;
	width:340px;
	height:335px;
	position: relative;
	margin-right: 243px;
	margin-bottom:80px;
}

.ghistory-list-main  h3{
	font-size: 28px;
	color: #333333;
	margin-top:15px;
}
.ghistory-list-main .txt{
	font-size: 16px;
	color: #333333;
	margin-top:15px;
	line-height: 1.6;
}
.ghistory-list-main .img{
	width:335px;
	margin-top:35px;
	overflow: hidden;
}
.ghistory-list-main .img img{
	width:335px;
	transition: .5s;
}
.ghistory-list-main .img img:hover{
	transform: scale(1.1);
}
.ghistory-list-main  li:before{
	content:"";
	background: url(../imgs/jt.png) no-repeat center;
	position: absolute;
	width:17px;
	height:33px;
	right:-130px;
	bottom:70px;
}

/*.ghistory-list-main  li:nth-child(3n):before{
	display: none;
}
*/


/*解决方案-精工制造*/
.gintr-adv-tit{
	text-align: center;
	margin-top:150px;
}
.gintr-adv-tit h2{
	font-size: 42px;
	color: #333333;
	/*font-weight: bold;*/
}
.gintr-adv-tit h4{
	font-size: 26px;
	color: #333333;
	margin-top:10px;
	/*font-weight: bold;*/
}
 .gintr-adv-list{
	margin-top:65px;
	text-align: center;
	padding-bottom: 100px;
}
 .gintr-adv-list  li{
	width:165px;
	height:165px;
	border-radius: 50%;
	/*border: 2px solid #333333;*/
	display: inline-block;
	margin:0 67px;
	cursor: pointer;
}
 .gintr-adv-list h3{
	width:145px;
	height:145px;
	border-radius: 50%;
	background-color: #192f6c;
	margin-top:8px;
	margin-left:8px;
	text-align: center;
	line-height: 145px;
	color:#ffffff;
	font-weight: bold;
	font-size: 26px;
}
 .gintr-adv-list  li:hover h3{
	/*background-color: #01188c;*/
	color: #FFFFFF;
}
.gintr-imgs{
	background-color: #f6f6f6;
	padding:115px 0;
}
.gintr-imgs ul{
	margin: -3px;
}
.gintr-imgs li{
	margin: 3px;
}
.gintr-imgs .l1,
.gintr-imgs .l2,
.gintr-imgs .l3{
	height:350px; overflow: hidden;
}
.gintr-imgs .l4,
.gintr-imgs .l5,
.gintr-imgs .l6{
	height:295px; overflow: hidden;
}
.gintr-imgs  img{
	display: block;
}
.gintr-imgs  img:hover{
	transform: scale(1.1);
}
.gintr-imgs .l1{
	width:485px;
}
.gintr-imgs .l2{
	width:520px;
}
.gintr-imgs .l3{
	width:500px;
}
.gintr-imgs .l4{
	width:523px;
}
.gintr-imgs .l5{
	width:501px;
}
.gintr-imgs .l6{
	width:473px;
}
.gintr-imgs ul li{
	float: left;
}
.gintr-list{
	padding-top:100px;

}
.gintr-list-tit{
	text-align: center; margin-top:50px
}
.gintr-list-tit h2{
	font-size: 42px;
	color: #333333;
	/*font-weight: bold;*/
}
.gintr-list-tit h3{
	font-size: 26px;
	color: #585657;
	margin-top:15px;
}
.gintr-list-main{
	margin-top:120px;
}
.gintr-list-main ul li{
	float: left;
	width:410px;
	height:140px;
	margin-right: 143px;
	margin-bottom: 100px;
}
.gintr-list-main ul li:nth-child(3n){
	margin-right: 0;
}
.gintr-list-main .img{
	width:140px;
	float: left;
}
.gintr-list-main .img img{
	width:140px; border-radius: 56px;
    border: 1px #666 solid;
}
.gintr-list-main .txt{
	width:253px;
	margin-left:155px;
}
.gintr-list-main .txt h3{
	font-size: 22px;font-size: 40px;
	color: #333333;
	/*font-weight: bold;*/
}
.gintr-list-main .txt .desc{
	font-size: 18px;
	color: #666666;
	margin-top:16px;
	line-height: 1.4;
}
.gintr-info{
	background-color:#ededed ;
	padding-top:55px;
	padding-bottom: 75px;
}
.gintr-info-img{
	width:979px;
	margin:0 auto;
}
.gintr-info-img {
	width:979px;
}
.gintr-info-txt{
	margin: 0 auto;
	margin-top:60px;
	width:979px;
}
.gintr-info-txt .tit{
	font-size: 40px;
	color: #333333;
}
.gintr-info-txt .desc{
	font-size: 16px;
	color: #4c4847;
	margin: 0 auto;
	margin-top:30px;
	line-height: 1.6;
}
.gintr-bz{
	padding-top:75px;
	padding-bottom: 90px;
}
.gintr-bz ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gintr-bz ul li{
	float: left;
	width:240px;
	text-align: center;
}

.gintr-bz .img{
	width:102px;
	margin:0 auto;
}
.gintr-bz .img img{
	width: 102px;
}
.gintr-bz h3{
	font-size: 22px;font-size: 40px;
	color: #333333;
	margin-top:25px;
	/*font-weight: bold;*/
}
.gintr-bz .desc{
	font-size: 18px;
	color: #4d4948;
	margin-top:25px;
	line-height: 1.5;
}

/*解决方案-精准服务*/
.gserve-adv{
	padding-bottom: 140px;
	margin-top:130px;
}
.gserve-adv ul li{
	float: left;
	width:300px;
	text-align: center;
	margin-right: 308px;
	cursor: pointer;
}
.gserve-adv ul li:nth-child(3){
	float: right;
	margin-right: 0;
}
.gserve-adv .img{
	margin:0 auto;
	width:225px;
	height:225px;
	border-radius: 50%;
	background-color: #a6afb6;
	position: relative;
}
.gserve-adv ul li:hover .img{
	background-color: #243378;
}
.gserve-adv ul li:hover .img img{
	opacity: 0.8;
}
.gserve-adv ul li:hover h3{
	color: #243378;
}

.gserve-adv .img img{
	width:143px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.gserve-adv ul li h3{
	font-size: 40px;
	color: #333333;
	margin-top:40px;
	/*font-weight: bold;*/
}
.gserve-adv .desc{
	font-size: 16px;
	color: #4a4947;
	margin-top:20px;
	line-height: 1.6;
}
.gline{
	background: url(../imgs/gline.png);
	height:35px;
	margin-bottom: 40px;  display:none
}
.gserve-plan{
	height: auto; overflow: hidden; position: relative; padding: 70px 0;
}
.gserve-plan:before{
	/*background-color: #efeff1;*/
	background-color: #eff4f8;
	width:44%; content: "";
	position: absolute; left: 0; top: 0; bottom: 0;
}
.gserve-plan:after{
	background-color: #eff4f8;width:56%; content: "";
	position: absolute; right: 0; top: 0; bottom: 0; border-left: 5px solid #fff;
}
.gserve-plan-l{
	/*padding-left: 70px;*/ padding-top: 30px;
	width: 555px;
	float: left; position: relative; z-index: 1;
	text-align: justify;
}
.gserve-plan-l h2{
	/*font-size: 40px;*/
	font-size: 24px;
	color: #333333;
}
.gserve-plan-l .txt{
	font-size: 22px;
	font-size: 18px;
	color: #333333;
	margin-top:50px;
	line-height: 1.7;
}
.gserve-plan-r{
	float: right; width: 805px;  position: relative; z-index: 1;text-align: left;
}
.gserve-plan-r ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
}
.gserve-plan-r  li{
	float: left;
	width:335px;
	margin: 30px 0;
}
.gserve-plan-r .img{
	width:81px;
	display: inline-block;vertical-align: middle;
}
.gserve-plan-r .img img{
	width:81px;
}
.gserve-plan-r .info{
	display: inline-block;vertical-align: middle; width: 235px; margin-left: 10px;
}
.gserve-plan-r .info h3{
	font-size: 24px;
	color: #333333;
}
.gserve-plan-r .info p{
	font-size: 18px;
	color: #333333;
	margin-top:8px; line-height: 1.4;
}
.gserve-flow{
	text-align: center;
}
.gserve-flow-tit{
	margin-top:70px;color: #5c6369;
}
.gserve-flow-tit h3{
	font-size: 42px;
}
.gserve-flow-tit h4{
	font-size: 28px;
	margin-top:10px;
}
.gserve-flow-img {
	margin-top:40px;
}
.gserve-flow-list{
	padding-top:75px;
	padding-bottom: 90px;
}
.gserve-flow-list ul{
	height: auto; overflow: hidden;
}
.gserve-flow-list ul li{
	/*width:175px;*/
	width: 20%;
	float: left;
	text-align: center;
	/*margin-right: 159px;*/
}
.gserve-flow-list ul li:nth-child(5){
	float: right;
	margin-right: 0;
}
.gserve-flow-list .img{
	width:75px;
	margin:0 auto;
}
.gserve-flow-list .img img{
	width:75px;
}
.gserve-flow-list h3{
	font-size: 40px;
	/*font-weight: bold;*/
	color: #333333;
	margin-top:25px;
}
.gserve-flow-list .txt{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	margin-top:30px;
}


/*联系我们-加入我们*/
.gjoin-list{
	padding-top:100px;
	padding-bottom: 130px;
}
.gjoin-list table{
	border-top:1px solid #333333;
	margin:0 auto;
	width: 100%;

}

.gjoin-list table  td{
	padding: 20px 0; width: 16.6%;
	text-align: center;
	border-bottom:1px dashed #cacaca;
}


/*联系我们-联系方式*/
.gcontact-txt{
	text-align: center;
	color: #595856;
	margin-top:60px;
}

.gcontact-txt .name h2{
	font-size: 28px;
}
.gcontact-txt .name h4{
	font-size: 18px; margin-top: 10px;
}
.gcontact-txt .addr{
	font-size: 20px;
	margin-top:20px;
}
.gcontact-txt .phone{
	font-size: 20px;
	margin-top:20px;
}
.gcontact-txt .info{
	font-size: 20px;
	margin-top:20px;

}
.gcontact-txt .info p{
	line-height: 1.8;
}
.gcontact-map{

	margin-top:100px;
	margin-bottom: 215px;
}

.gcontact-map-info{
	width:990px;
	height: 550px;
	margin:0 auto;
}

/*联系我们-设计预约*/
.gorder-tit{
	margin-top:100px;
	text-align: center;
	color: #7d7d7d;
}
.gorder-tit h4{
	font-size: 42px; color:#4c4b49
}
.gorder-tit h5{
	    color: #7d7d7d;
    font-size: 24px;
	margin-top:8px;
}
.gorder-tit h2{
	font-size: 28px;
	color: #333333;
	margin-top:15px;
}
.gorder-form{
	width:990px;
	margin:0 auto;
	margin-top:75px;
	padding-bottom: 50px;
}
.gorder-form li{
	margin-bottom: 40px; min-height: 25px;
}
.input-box{
	position: relative;
}
.input-box input.text{
	width:100%;
	height:65px;
	padding-left:45px;
	font-size: 16px;
}

.icon-star{
	width:18px;
	height: 65px;
	position: absolute;
	left:15px;
	top:0;
	background: url(../imgs/checkbox_1.png) no-repeat left center;
}
.icon-star-full{
	background: url(../imgs/checkbox_2.png)  no-repeat left center; width: 18px; height: 18px; display: inline-block;vertical-align: middle;
}

.gorder-form .choose{
	position: relative;
}
.gorder-form .choose-name{
	position: absolute; left: 0; top: 0;
	font-size: 20px;
	color: #333333;
	padding-left: 35px;
	line-height: 1.6;
}

.gorder-form .choose1 .choose-list{
	padding-left: 240px;
}

.gorder-form .choose-name .icon-star-full{
	position: absolute; left: 5px; top: 5px;
}
.gorder-form .choose-row{
	margin-bottom: 25px;
}
.gorder-form .choose-row .radio-box{
	margin-right: 0;
}
.gorder-form .choose-row .choosetext{
	width: 200px; height: 20px; border: 0; border-bottom: 1px solid #999; font-size: 16px; padding: 0 5px;
}
.gorder-form .choose-list{
	padding-left: 195px;

}
.gorder-form .infotext{
	margin-right: -60px; margin-bottom: -25px;
}
.gorder-form .infotext .col{
	width: 462px; margin-right: 60px;display: inline-block;margin-bottom: 25px;
}

textarea{
	width:100%;
	height:275px;
	font-size: 18px;
	color: #333333;
	resize: none;
	padding: 25px 20px;
}
.gorder-form .form-btn{
	text-align: right;
}
.gorder-form .form-btn button{
	width:165px;
	height:60px;
	background-color: #595758;
	border: none;
	font-size: 28px;
	color: #FFFFFF;
	cursor: pointer;
}
.gorder-form .form-btn button:hover{
	background: #333;
}
.radio-box{
	font-size: 17px; margin-right: 65px;
}
.radio-box input{
	width: 0;
}
.radio-box i{
	width: 16px; height: 16px; border: 1px solid #7d7d7d; border-radius: 50%; display: inline-block;vertical-align: middle; position: relative; margin-right: 5px;
}
.radio-box input:checked +i:after{
	width: 6px; height: 6px; background: #7d7d7d; border-radius: 50%;display: inline-block;vertical-align: middle; content: "";
	position: absolute; left: 50%; margin-left: -3px; top: 50%; margin-top: -3px;
}
.checkbox-box{
	font-size: 17px; margin-right: 40px;
}
.checkbox-box input{
	width: 0;
}
.checkbox-box i{
	width: 16px; height: 16px;border: 1px solid #7d7d7d;display: inline-block;vertical-align: middle; position: relative; margin-right: 5px;
}
.checkbox-box input:checked +i:after{
	width: 10px; height: 10px; background: #7d7d7d;display: inline-block;vertical-align: middle; content: "";
	position: absolute; left: 50%; margin-left: -5px; top: 50%; margin-top: -5px;
}
.choose-list .choose-col3{
	display: inline-block;vertical-align: top; width: 190px; margin-bottom: 25px;
}
.choose-list .choose-col3 .radio-box{
	margin-right: 0;
}
/*校服订购*/
.gorder-main{
	margin-top:190px;
	padding-bottom: 165px;
}
.gorder-main ul{
	width:1200px;
	margin:0 auto;
}
.gorder-main ul li{
	text-align: center;
	width:400px;
	float: left;
}
.gorder-main ul li h3{
	margin-top:25px;
	font-size: 24px;
}
.gorder-main .img{
	width:190px;
	margin:0 auto;
}
.gorder-main .img img{
	width:190px;
	display: inline-block;
}


/*校服订购-最新款式*/
.gstyle-tit{
	text-align: center;
	margin-top:80px;
}
.gstyle-tit h4{
	font-size: 22px;
	color: #7d7d7d;
	font-weight: bold;
}
.gstyle-tit h5{
	font-size: 16px;
	color: #7d7d7d;
	margin-top:10px;
}
.gstyle-tit h3{
	font-size: 26px;
	color: #333333;
	margin-top:10px;
}
.gstyle-bigimg{
	margin-top:50px;
	overflow: hidden;
}
.gstyle-bigimg img{
	width: 100%;display: block;
}

.gstyle-imgs{
	margin-top:35px;
	padding-bottom: 140px;
}
.gstyle-imgs ul{
	position: relative; height: 360px;
}

.gstyle-imgs  li{
	float: left;
	width:20%;
	overflow: hidden;
	position: relative; z-index: 1;
}
.gstyle-imgs li img{
	width: 100%;display: block;
}






/*专属设计-设计案例*/
.gcase1-adv{
	padding-bottom: 105px;
	margin-top:120px;
}
.gcase1-adv ul{
	text-align: center;
}
 /*.gcase1-adv  li{*/
 /*	display: inline-block; margin: 0 100px;*/
 /*}*/
.gcase1-adv-hbx  li{
	/*display: inline-block;*/
	/*margin: 0 100px;*/
	width: 25%;
	/* margin: 0; */
	float: left;
}
 .gcase1-adv  li a{
 	display: block;
	width:160px;
	height:160px;
	/*border:6px solid #bfc1c0;*/
	border:1px solid #243378;

	border-radius: 50%;
	/*background: #f6f6f6;*/
	background: #223379;
	/*float: left;*/
	text-align: center;
	line-height: 150px;
	/*color: #223379;*/
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	-webkit-transition:  0.3s;
	transition: 0.3s;
}
.gcase1-adv-hbx  li a{
	margin: auto;
}
 .gcase1-adv  li a:hover,
.gcase1-adv  li.active a{
 	/*background: #243378; color: #fff;*/
 	 	background: #fff; color: #243378;

 }
.gcase1-list{
	padding-top: 60px;
}
.gcase1-list-tit{
	font-size: 32px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.gcase1-list-main{
	margin-top:75px;
	margin-bottom: 180px;
}
.gcase1-list-main ul{
	margin:0 auto;
}
.gcase1-list-main ul li{
	float: left;
	text-align: center;
	width: 33.33%;
}

.gcase1-list-main .img{

}
.gcase1-list-main .img img{
	width:210px;
}
.gcase1-list-main h3{
	font-size: 20px;
	margin-top:30px;
}
.gcase1-tab{
	/*border-top:1px solid #c0c0c0;*/
}
 .gcase1-tabhd{
	padding-top:75px;
	text-align: center;
}
 .gcase1-tabhd ul li{
	display:inline-block;
	font-size: 26px;
	color: #333333;
	width:112px;
	height:44px;
	background-color: #d3d3d3;
	text-align: center;
	line-height: 44px;
	border-radius: 30px;
	margin-left:40px;
	margin-right: 40px;
	cursor: pointer;
}
 .gcase1-tabhd ul li:hover,
 .gcase1-tabhd ul li.active{
	background-color: #243378;
	color: #FFFFFF;
}
.gcase1-tabbd{
	text-align: center;
}
.gcase1-tabbd .imgs{
	text-align: center;
	margin:0 auto;
	margin-top:90px;
	display: block;
}
.gcase1-tabbd .imgs img{
	display: inline-block;
}
.gcase1-tabbd .info{
	margin:0 auto;
	margin-top:65px;
	width:980px;
	text-align: left;
	font-size: 20px;
	margin-bottom: 80px; line-height: 1.5;
}
.gcase1-list-main .swiper-button-prev,
.gcase1-list-main .swiper-button-next{
	top: 110px;
}



/*专属设计-设计步骤*/

.gcase1-step-tit{
	font-size: 40px;
	color: #444;
	text-align: center;
	padding-top: 60px;
	/*font-weight: bold;*/
}

.gcase1-step1-list{
	margin-top:55px;margin-bottom: 115px;
	overflow: hidden;
}
.gcase1-step1-list ul li{
	height:260px;
	width:250px;
	border: 4px solid #333333;
	border-radius: 10px;
	float: left;
	margin-right: 160px;
	position: relative;

}
.gcase1-step1-list ul li::after{
	content: "";
	background: url(../imgs/jt.png) no-repeat center;
	background-size: 17px 33px;
	position: absolute;
	right:-85px;
	bottom:100px;
	width:17px;
	height:33px;
}
.gcase1-step1-list ul li:nth-child(4){
	margin-right: 0;
}
.gcase1-step1-list ul li:nth-child(4)::after{
	display: none;
}
.gcase1-step1-list ul li .hd{
	height:140px;
	background-color: #243378;
	border-bottom: 4px solid #333333;
	text-align: center;
	overflow: hidden;
	padding-top: 35px;
}
.gcase1-step1-list .hd h3{
	color: #FFFFFF;
	font-size: 32px;
}
.gcase1-step1-list .hd h4{
	color: #a0a0a0;
	margin-top:8px;
	font-size: 24px;
}
.gcase1-step1-list .bd{
	padding: 15px 20px;
	font-size: 18px;  line-height: 1.42;
}
.gcase1-step-main{
	text-align: center; padding: 60px 0;
}
.gcase1-step-main img{
	display: inline-block;
}
.separate{
	height:40px;
	background-color: #f8f8f8;
}


/*专属设计-设计理念*/
.gcase1-ln{
	padding-top: 70px;  padding-bottom: 120px;
}
.gcase1-ln-l{
	float: left;
	width:665px;
}
.gcase1-ln-l h2{
	font-size: 40px;
	color: #444;
	/*font-weight: bold;*/
}
.gcase1-ln-l .txt{
	font-size:20px ;
	color: #4d4948;
	margin-top:40px;
}
.gcase1-ln-l .txt p{
	margin-bottom: 30px;
	line-height: 1.8;
}
.gcase1-ln-l .txt p:last-child{
	margin-bottom: 0;
}
.gcase1-ln-r{
	float: right;
	width:568px;
	/*margin-top:90px;*/
	overflow:hidden;
}

.gcase1-ln-r img:hover{
	transform: scale(1.08);
}


.gcase1-info .txt{
	margin-top:100px;
	margin-bottom: 100px;
}
.gcase1-info .txt .item{
	float: left;
	width: 50%;
	padding: 0 90px;
}

.gcase1-info .txt .item h3{
	font-size: 40px;
	color: #4d4948;
	/*font-weight: bold*/
}
.gcase1-info .txt .item p{
	font-size: 18px;
	color: #4d4948;
	margin-top:15px;
	line-height: 1.8;
}








/*专属设计-一校一品*/

.gyxyp-info{
	margin-top:60px;
}
.gyxyp-info-l{
	float: left;
	width:815px;
	height:680px;
	background-color: #f6f6f6;
	padding: 180px 30px 30px 195px;
}
.gyxyp-info-l h3{
	font-size: 40px;
	color: #243378;
	font-weight: bold;
	padding-bottom: 40px;
}
.gyxyp-info-l p{
	font-size: 26px;
	color: #4d4948; line-height: 1.9;
}
.gyxyp-info-r{
	float: right;
	width:540px;
	margin-right: 75px;
}
.gyxyp-info-r .img{
	overflow: hidden;
}

.gyxyp-info-r .img img:hover{
	transform: scale(1.1);
}
.gyxyp-info-r .txt{
	font-size: 20px;
	line-height: 1.7;
	margin-top:35px;
	margin-bottom:55px;
}
.gyxyp-txt .img{
	margin-top:95px;
	overflow: hidden;
	line-height: 0;
}

.gyxyp-txt ul{
	padding-top:90px;
	overflow: hidden;
	margin:0 auto;
	display:-webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gyxyp-txt ul li{
	display: inline-block;
	margin-bottom: 130px;
	width:350px;

}

.gyxyp-txt ul li h3{
	font-size: 24px;
	color: #4c4847;
	margin-bottom: 30px;
	font-weight: bold;
}
.gyxyp-txt ul li p{
	font-size: 20px;
	color: #4c4847;
	line-height: 1.6;
}


/*案例*/
.gcase-nav{
	background-color: #f2f2f2;
	padding-top:60px;
	padding-bottom: 70px;
	margin-top:90px;
}
.gcase-nav ul{
	margin: 0 auto;
}
.gcase-nav ul li{
	width:33.33%;
	float: left;
	border-right:4px solid #e6e6e6;
	cursor: pointer;
	text-align: center;
}
.gcase-nav ul li:hover,
.gcase-nav ul li.active{
	color: #001a8b;
}

.gcase-nav ul li:last-child{
	border: 0;
}

.gcase-nav .img{
	width:92px;
	display: inline-block;vertical-align: middle; height: 72px; overflow: hidden;
}
.gcase-nav .img img{
	width:92px;
	-webkit-transition: none;
	transition: none;
}
.gcase-nav .txt{
display: inline-block;vertical-align: middle;
	margin-top:10px;
	margin-left:30px;
	text-align: left;
}
.gcase-nav .txt h4{
	font-size: 18px;
	font-family:"greycliffcf" ; opacity: 0.75;
}
.gcase-nav .txt p{
	font-size: 24px;
	margin-top:10px;
	font-weight: bold;
}
.gcase-subnav{
	margin-top:40px;
	margin-left:180px; font-size: 16px;
}
.gcase-subnav ul li{
	display: inline-block;
	margin-right: 60px;
	cursor: pointer;
}
.gcase-subnav ul li:hover,
.gcase-subnav ul li.active{
	color: #00178b;
}
.gcase-nav  ul li:hover .img img,
.gcase-nav  ul li.active .img img{
	position: relative; margin-top: -72px;
}
.gcase-main-imgs{
	margin:0 auto;
	margin-top:40px;
	position: relative;
	overflow: hidden;
}
.gcase-main-imgs .fl{
	width:515px; position: relative; background: #e7e7e7; height: 755px;
}
.gcase-main-imgs .fr{
	width:990px;
}
.gcase-main-imgs .logo{
	overflow: hidden;text-align: center; padding-top: 170px;
}
.gcase-main-imgs .logo img{

}

.gcase-main-imgs .name{
	position: absolute;
	left: 0; right: 0; text-align: center;
	bottom:25px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.gcase-main-imgs .subimg ul{
	margin-right: -10px; height: auto; overflow: hidden;
}
.gcase-main-imgs .subimg ul li{
	float: left;
	margin-right: 8px;
	overflow: hidden;
	width:240px;
	margin-right: 10px;
}
.gcase-main-imgs .subimg ul li img{
	width: 100%;
}

.gcase-main-txt{
	margin:0 auto;
	margin:70px 65px 65px 98px;
	font-size: 16px;
	color: #333333;
	line-height: 1.7;
}
.gcase-subnav .swiper-pagination-bullets{
	text-align: left;
}

.gcase-subnav .swiper-pagination-bullet{
	background: none;
	color: #333333;
	width:auto;
	font-size: 18px;
	margin: 0 35px;
}
.gcase-subnav .swiper-pagination-bullet-active{
	color: #00178b;
}

.gcase-main-imgs .bigimg{
	width:988px;
	overflow: hidden;
	margin-bottom: 15px;
}
.gcase-main-imgs .bigimg img{
	width:988px;display: block;
}

.gcase-main-imgs .subimg{
	overflow: hidden;
}

.h40{font-size: 40px;
    color: #13204c;margin-top: 36px;}

.h34{font-size: 34px;
    color: #c6c7c9;}

.banner{
	text-align: center;
	margin-top: 108px
}
.banner img{width:1920px}

.bigimg{ text-align:center}

.biaoti2{
	text-align: center;
	font-size: 36px;
	font-weight: lighter;
	padding-top: 4%;
	padding-bottom: 3%;
}
.hbysdesc{
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	padding-bottom: 40px;
}
.hbxtitle{
	text-align: center;
	font-size: 20px;
	line-height: 3;
}
.hbxdesc{
	text-indent: 2em;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
	padding: 0px 22px;
}
.hbbjs{
	position: relative;
	text-align: center;
	max-width: 1920px;
	margin: auto;
}
.hbbjs .nei{
	position: absolute;
	top: 220px;
	bottom: 0;
	/*left: 0;*/
	right: 0;
	width: 60%;
}
.hbbjs .title{
	font-size: 36px;
	font-weight: lighter;
	line-height: 2.5;
}
.hbbjs .desc1{
	font-size: 18px;
	line-height: 1.8;
}
.hbbjs .desc2{
	margin-top: 4px;
	 font-size: 14px;
	 line-height: 1.8;
	color: #5e5e5e;
 }
.hbiaodan{
	position: relative;
	max-width: 1920px;
	margin: auto;
}
.hbiaodan img{
	/*float: left;*/
}
.csed{
	position: relative;
}
.csed .imgs{
	background-color: #e3e3e3;
	max-width: 1920px;
	margin: auto;
}
.csed .neio{
	text-align: justify;
	line-height: 2;
	font-size: 18px;
	color: #080808;
	position: absolute;top: 0;
	right: 0;
	width: 50%;
	white-space: pre-line;
}
.csed .neio .desc{
	text-align: justify;
	line-height: 2.2;
}
.gsmg .title{
	float: left;
	margin: 40px;
	font-size: 26px;
	line-height: 2;
	text-align: center;
}
.hkuai{
	width: 25%;
	float: left;
	padding: 20px;
	padding-top: 0;
	position: relative;
}
.hkuai .kuang{
	padding: 20px;
	border: #dbdbdb solid 5px;
	padding-top: 0;
	position: absolute;
	top: -80px;
	height: 500px;
}
.hkuai .title{
	font-size: 28px;
	text-align: center;line-height: 2.5;
	color: #ffffff;margin-bottom: 40px;
}
.hkuai .desc{
	font-size: 18px;
	line-height: 2;
}
.hbxss{
	margin-bottom: 500px;
}
.htitle{
	 cursor: pointer;
 }

/*关于我们-简介*/
.gtit2{
	text-align: center; margin-top: 110px;
}
.gtit2-img{
	position: relative;
	text-align: center;
}
.gtit2-img img{
	display: inline-block;
	width:70px;
}
.gtit2-img span{
	display: inline-block;
	position: relative;
}
.gtit2-img span::before{
	content: "";
	width:670px;
	height:2px;
	background: #122047;
	position: absolute;
	left:110px;
	top:50px;
}
.gtit2-img span::after{
	content: "";
	width:670px;
	height:2px;
	background: #122047;
	position: absolute;
	right:110px;
	top:50px;
}
.gtit2-cn{
	color: #4d4948;
	margin-top:18px;
	font-size: 30px;
	/*font-weight: bold;*/
	margin-top: 86px;
	font-size: 28px;
}
.gtit2-cn.blue{
	color: #13204c;
}
.gtit2-en{
	color: #777b7c;
	margin-top:3px;
	font-size: 26px;
	/*font-family: "greycliffcf";*/
	text-transform :Capitalize;    color: #4c4b49;
	margin-top: -108px;
	font-size: 42px;
}
.hzhengshu{
  text-align: center;
  font-size: 28px;
  padding-bottom: 40px;
	padding-top: 80px;
}

.hhhimg img{
  width: 50%;
  float: left;
}
.fsdsd img{
  width: 100%;height: auto
}




/*//单独修改的类/*/
/*额外修改*/
.hhhgrow{
	padding: 150px 0;
}
.footer-main-boxhh a:hover{
	color: #192f6c !important;
}



.hbiaodan {
	display: flex;
	align-items: center;
}

.hbiaodan img {
	flex: 1;
	max-width: 100%;
}

.biaodan {
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
	/*background-color: #f0f0f0;*/
}

.hhitem, .bbitem {
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hhitem, .bbitem, .ttiippss ,.hbiaodan .form-btn{
	width:80%;
}
.ttiippss{
	margin-bottom: 10px;margin-top: -10px;
}
.ttiippss,.hbiaodan .form-btn{
	text-align: right;
	padding-right: 10px;
}
.hhitem input, .bbitem input {
	flex: 1;
	padding: 10px; /* 添加较大的内边距 */
	margin-right: 10px; /* 添加间距 */
	box-sizing: border-box;
	border: 1px solid #ccc; /* 添加边框 */
	border-radius: 5px; /* 添加圆角 */
}

.bbitem textarea {
	width: 100%;
	margin: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-left: 0;
}
.bbitem input::placeholder {
	font-weight: bold; /* 调整粗细 */
}
.daohanghang{
	text-align: justify;font-weight: bold;margin-top: 30px !important;
}
