/* CSS Document */
/*-----------------------------------------------
    reset styles
-----------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
	color: #222;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:12px; font-size:62.5%; /* 10÷16=62.5% */
	min-height: 800px;
	overflow-x: hidden; 
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	letter-spacing: 1px;
	}
iframe {
	display: block;
}
div {
}
body, button, input, select, textarea {
	font: 14px/1.5 Arial, Helvetica, "Microsoft YaHei", "微软雅黑";
	font-family: "Microsoft YaHei", "微软雅黑";
}
ol, ul, li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
}
a{
	text-decoration: none;
	color: #222;
}
a:hover{
	color: #555;
}

input{
	border-radius: 0.2rem;
	line-height: 2rem;
	padding: 0 8px;
	border-style: none; 
	outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}

.cf {
	zoom: 1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mgbt40{
	margin-bottom: 40px;
}
.mgtp180{
	margin-top: 180px;
}

/*----通用---*/
.bgimg{
	background: url(../images/head-menu-bg.jpg) repeat-x;
}
.iconimg{
	background: url(../images/title-bg.png) no-repeat;
}
.head{
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
	height: 146px;
}
.head-1{
	margin: 0 auto;
	width: 20%;
	float: left;
}
.head-1 img{
	width: 182px;
	margin-top: 40px;
}
.head .menu{
	float: left;
	width: 80%;
	text-align: right;
	margin-top: 10px;
	letter-spacing: 0px;
}

.head .menu .cmp-name{
	margin-left: 132px;
	color: #666;
}

.head .menu a{
	margin-top: 30px;
	display: inline-block;
	line-height: 34px;
	padding: 0 16px;
	margin-right: 2px;
	font-size: 16px;
	transition: all 300ms ease 0s;
}
.head .menu a:hover{
	background: #ddd;
	border-radius: 20px;
	color: #000;
}

.head .menu a.current{
	background: #cae7f6;
	color: #0057a5;
	border-radius: 20px;
	font-weight: bold;
}

.head .menu .tel{
	display: inline-block;
	color: #fff;
	background:#0093de url("../images/icon-tel.png") 10px 3px no-repeat;
	border-radius: 20px;
	padding: 6px 12px 5px 34px;
	margin-left: 20px;
}

.foot{
	background: #05498e url("../images/foot-bg.jpg") center no-repeat;
	height: 344px;
}
.foot-menu{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding: 40px 0;
}
.foot .foot-logo{
	float: left;
	height: 180px;
	margin-top: 80px;
}
.foot .foot-text{
	float: left;
	padding-left: 60px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.foot .foot-text h3{
	line-height: 50px;
	color: #aaa;
}
.foot .foot-text p{
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
.foot .foot-text p a{
	color: #fff;
}

/*----首页---*/

.ind{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: absolute;
	z-index: 10000;
}
.ind .ct{
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
.ind .ct .one{
	padding: 80px;
	margin-bottom: 50px;
	
}
.ind .ct .two{
	margin: 0 auto;
	width: 700px;
	height: 550px;
}
.ind .ct .two a{
	display: block;
	transition: all 300ms ease 0s;
}
.ind .ct .two a:hover{
	margin-top: -10px;
}

.ind .ct .two .t_a{
	float: left;
	margin-right: 100px;
}
.ind .ct .two .t_b{
	float: left;
}
.ind .ct .three {
	text-align: center;
}
.company{
	height: 508px;
	min-width: 1200px;
	width: 100%;
	z-index: 1000;
}
.company .cmpn-cont{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.company .cmpn-cont .img{
	float: right;
	width: 560px;
	height: 380px;
	margin: 85px 0px 0 0px;
	z-index: 5;
	background-size:cover;
}
.company .cmpn-cont .imgsd{
	width: 560px;
	height: 415px;
	margin: 70px 0px 0 30px;
	z-index: 1;
	background: rgba(0,69,104,0.2);
}
.company .cmpn-cont .text{
	width: 620px;
	float: left;
	margin: 85px 0px 0 0px;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 35px;
	z-index: 10;
}
.company .cmp-topline{
	width: 90px;
	height: 3px;
	border-radius: 5px;
	background: #666;
	margin-bottom: 25px;
}
.company .en-title{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.company .cmp-name{
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 40px;
}
.company .cmp-text{
	margin-bottom: 60px;
	text-indent: 35px;
}
.company .cmpn-cont .entext{
	position: absolute;
    margin: 510px 0px 0 170px;
    color: #dcdcdc;
    text-align: right;
    font-size: 50px;
    line-height: 56px;
}
.company .cmpn-cont .text p{
	justify-content: space-between;
	text-align:justify;
}

.company .cmpn-cont .text .link{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 0.3rem 1.4rem; 
	bottom: 30px;
	right: 42px;
	background: #004b9d;
	color: #fff;
}

.gs-img{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.gs-img img{
	background: #ccc;
}
.gs-img .s-1{
	float: left;
	padding-right: 10px;
}
.gs-img .s-1 img{
	width: 560px;
	height: 454px;
}
.gs-img .s-2{
	width: 266px;
	overflow: hidden;
	float: left;
	padding-right: 10px;
}
.gs-img .s-2 .img-1{
	width: 100%;
	height: 146px;
	float: left;
	margin-bottom: 10px;
}
.gs-img .s-2 .img-2{
	width: 100%;
	height: 144px;
	float: left;
	margin-bottom: 10px;
}
.gs-img .s-2 .img-3{
	width: 100%;
	height: 144px;
	float: left;
}
.gs-img .s-3 {
	width: 364px;
	float: right;
	overflow: hidden;
}
.gs-img .s-3 .img-1{
	width: 100%;
	height: 300px;
	float: left;
	margin-bottom: 10px;
}
.gs-img .s-3 .img-2{
	width: 100%;
	height: 144px;
	float: right;
}
.idx-group .s-head{
	position: relative;
    width: 100%;
    text-align: center;
    margin: 60px 0 80px 0;
}
.idx-group .s-head h2 {
    position: relative;
    font-size: 40px;
    line-height: 60px;
	font-weight: normal;
}
.idx-group .s-head .text {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 0;
    letter-spacing: 4px;
    word-spacing: 5px;
	line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 10px;
}

.idx-group .s-head .text:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    border-bottom: 2px solid #0a46a0;
    content: '';
}
.idx-group .s-head  .btline {
    margin: 0 auto;
    height: 2px;
    width: 370px;
    background: #efefef;
}

.idx-joinus img{
	width: 100%;
}

.idx-news .s-content{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.s-content .news-ct{
	width: 100%;
	float: left;
}
.idx-news .s-content ul{
	padding: 10px;
	overflow: hidden;
}
.idx-news .s-content ul li{
	float: left;
	width:375px;
	height: 430px;
	margin-right: 27px;
	margin-bottom: 4rem;
    background: #f5f5f5;
}
.idx-news .s-content ul li:nth-child(3n){
	margin-right: 0px;
}
.idx-news .s-content ul li a{
	display: block;
	overflow: hidden;
	transition: all 300ms ease 0s;
	background: #f5f5f5;
	padding-bottom: 30px;
}
.idx-news .s-content ul li a:hover{
	margin-top: -10px;
}


.idx-news .s-content ul li a .news-img{
	width: 375px;
	height: 190px;
	background: #eee;
	overflow: hidden;
}
.idx-news .s-content ul li a .news-img img{
	width: 100%;
	transition: all 300ms ease 0s;
}
.idx-news .s-content ul li a:hover .news-img img{
	width: 110%;
	margin: -10px 0 0 -20px;
}
.idx-news .s-content ul li a .news-name{
	display: block;
	font-size: 20px;
	line-height: 60px;
	padding: 0 30px;
	margin-top: 15px;
}
.idx-news .s-content ul li a .news-time{
	font-size: 16px;
	color: #666;
	padding: 0 30px;
	margin: 15px 0 20px;
}
.idx-news .s-content ul li a .news-ct{
	font-size: 16px;
	line-height: 38px;
	color: #999;
	padding: 0 30px;
	text-align: justify;
	height: 76px;
}

.idx-project .s-content{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.idx-project .s-content ul{
	padding: 10px;
	overflow: hidden;
}
.idx-project .s-content ul li{
	float: left;
	background: #fff;
	margin-right: 25px;
}

.idx-project .s-content ul li a{
	display: block;
	transition: all 300ms ease 0s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.idx-project .s-content ul li a:hover{
	margin:-10px 0 0 0;
}

.idx-project .s-content .prjct-img{
	width: 100%;
	overflow: hidden;
	border:1px solid #ccc;
	padding: 0px;
	text-align: center;
}
.idx-project .s-content .prjct-img img{
	width: 100%;
}
.idx-project .s-content .prjct-name{
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 5px;
    text-align: center;
	background: #ddd;
}
.idx-project .s-content .prjct-ct{
	width: 100%;
	text-align: justify;
}

.idx-project .prdct-three ul li{
	margin-right: 65px;
	height: 260px;
}
.idx-project .prdct-three ul li:nth-child(3n){
	margin-right: 0px;
}
.idx-project .prdct-three ul li a{
	width:350px;
}


.idx-project .prdct-four ul li{
	margin-right: 30px;
	height: 200px;
}
.idx-project .prdct-four ul li:nth-child(4n){
	margin-right: 0px;
}
.idx-project .prdct-four ul li a{
	width:270px;
}

.idx-cases .s-content{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.s-content .news-ct{
	width: 100%;
	float: left;
}
.idx-cases .s-content ul{
	padding: 15px 10px 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.idx-cases .s-content ul li{
	float: left;
	width:355px;
	height: 190px;
	margin-right: 57px;
	margin-bottom: 4rem;
}
.idx-cases .s-content ul li:nth-child(3n){
	margin-right: 0px;
}
.idx-cases .s-content ul li a{
	display: block;
	overflow: hidden;
	transition: all 300ms ease 0s;
	background: #f5f5f5;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.idx-cases .s-content ul li a:hover{
	margin-top: -10px;
}


.idx-cases .s-content ul li a .cases-img{
	width: 100%;
	overflow: hidden;
}
.idx-cases .s-content ul li a .cases-img img{
	width: 100%;
	transition: all 300ms ease 0s;
}

/*----列表---*/
.list-img{
	margin: 0 auto;
	overflow: hidden;
}
.list-img img{
	background: #ccc;
}
.list-img .s-1{
	background: #ccc;
	height: 240px;
}

.list-ct{
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.list-ct .list-lt{
	float: left;
	width: 260px;
	
}
.list-ct .list-rt{
	float: right;
	width: 900px;
	justify-content: space-between;
	text-align:justify;
}
.list-ct .list-rt img{
	max-width: 100%;
}
.list-ct .list-rt p{
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 1rem;
}
.list-ct .list-rt ul li.news{
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.list-ct .list-rt ul li.news:last-child{
	margin-bottom: 25px;
}
.list-ct .list-lt h2{
	background: #2d76bf;
	color: #fff;
	padding: 5px 15px;
}
.list-ct .list-lt ul li{
	background: #f2f2f2;
	margin-top: 2px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.list-ct .list-lt ul li a{
	display: block;
	padding-left: 50px;
	font-size: 16px;
}
.list-ct .list-lt ul li a:hover{
	background: #eee;
}
.list-ct .list-lt ul li.active a:hover{
	background: #c5dcf2;
}
.list-ct .list-lt ul li.active{
	background: #c5dcf2;
}

.news-list-infor {
    padding: 20px 15px;
    width: 880px;
    color: #999;
    position: relative;	
}
.news-list-infor .one {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #666;
    line-height: 50px;
}
.news-list-infor .two {
    display: block;
    line-height: 24px;
}	
	.news-list-infor .two .click {
		margin-left: 20px;
		background-position: -20px 0px;
	}
	.news-list-infor .two .time {
		background-position: 0 0px;
	}

.news-list-infor .three {
    padding-top: 0;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: justify;
	line-height: 32px!important;
}
.news-list-infor .read {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 15px;
	line-height: 30px;
	background: #ccc;
	border-radius: 20px;
	text-align: center;
	padding: 0 20px;
}
.news-list-infor .two span{
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

/*----内容---*/
.ct-with {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.news-cont{
	margin-bottom: 40px;
}
.news-cont h1 {
    font-size: 40px;
    color: #666;
    text-align: center;
    padding: 30px 0 15px;
    line-height: 50px;
    letter-spacing: 3px;
}
.news-cont .two {
    display: block;
    line-height: 34px;
    text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.news-cont .time {
    background-position: 0 0px;
}
.news-cont .click {
    margin-left: 20px;
    background-position: -20px 0;
}
.news-cont .two span{
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.news-cont .cont {
    width: 1020px;
    margin: 50px auto 20px;
	font-size: 16px;
}
.news-cont .cont p {
    text-indent: 3.6rem;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 32px;
	margin: 10px 0;
}
.news-cont .cont img{
	max-width: 100%;
}

.auto-container{
	position: static;
    max-width: 1200px;
    padding: 0px 0px;
    margin: 0 auto;
}
.auto-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.am-breadcrumb {
    width: 100%;
    padding: 2em 0em;
    list-style: none;
    background-color: transparent;
    border-bottom: 1px solid #eee;
	font-size: 16px;
}
.am-breadcrumb>li {
    display: inline-block;
}


.idx-news .hzhb ul li{
	float: left;
	width:375px;
	height: 260px;
	margin-right: 27px;
	margin-bottom: 4rem;
}
.idx-news .hzhb ul li a{
	display: block;
	overflow: hidden;
	transition: all 300ms ease 0s;
	background: #fff;
	padding-bottom: 30px;
}
.idx-news .hzhb ul li a .news-name{
	display: block;
    font-size: 20px;
    line-height: 50px;
    padding: 0 0;
    margin-top: 0px;
}

/*----分页---*/
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
	font-size: 16px;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


.menu-two{
	display: inline-block;
	font-size: 28px;
	margin: 0 auto;
}
.menu-two ul{
}
.menu-two ul li{
	float: left;
	margin:0 15px; 
}
.menu-two ul li a{
	display: inline-block;
	padding: 30px 35px;
	background: #ddd;
	border-radius: 10px;
}
.menu-two ul li.active a{
	color: #fff;
	background: #0093de;
	font-weight: bold;
}


/*--首页地球---*/

.world {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.world-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.world-globe {
  position: absolute;
  right: 500px;
  top: 900px;
  width: 0;
  height: 0;
}


.world-globe-pole {
  position: absolute;
  width: 530px;
  height: 530px;
  left: -265px;
  top: -265px;
  border-radius: 50% 50%;
  background-color: #fff;
}

.world-globe-doms-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}

.world-globe-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 730px;
  height: 715px;
  margin-left: -368px;
  margin-top: -350px;
}

.info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
}

.info-desc {
  color: #ddd;
  font-size: 10px;
}



/*---产品列表---*/
.prdct-menus{
	position: absolute;
	top:120px;
	width: 800px;
}
.prdct-menus ul li{
	display: inline-block;
    padding: 0px;
    background: #fff;
	border:1px solid #ddd;
    border-radius: 10px;
}
.prdct-menus ul li a{
	display: inline-block;
    padding: 8px 12px;
    background: #fff;
    border-radius: 10px;
}



