@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	 padding:0;
	font-family: "Microsoft YaHei",serif;
}
[class^="icon-"], [class*=" icon-"] {
  line-height: 1em; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: 1em;
    display: inline-block;
    vertical-align: top; }
ul,li,ol,dl,dd{
	list-style:none;
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
a{
	text-decoration:none;
}
.fr {
    float: right;
    display: inline;
}
.fl {
    float: left;
    display: inline;
}
.ovh {
    overflow: hidden;
}
.clear{
	clear:both;
}
/*******************导航***********************/
.d1 {
    position: relative;
    z-index: 9999;
    background: #fff;
    width: 100%;
	display: block;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2)
}
header .nav li:hover{
    border-bottom: 2px solid #152b72;
    transition: border-bottom 1s ease-out;
}
header .nav li:hover a{
    color: #073190;
    transition: all 0.5s;
}
.w1120 {
    width: 1200px;
    margin: 0 auto;
}
.d1 .logo {
    width: auto;
    height:55px;
    line-height: 75px;
	margin-top: 10px;
}
.d1 .lang {
    height: 22px;
    margin-top: 27px;
    width: 25px;
    margin-left: 8px;
    border-left: 1px solid #e5e5e5;
}
.d1 .lang li {
    float: right;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}
.d1 .lang a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #5f8fa6;
}
.d1 .nav {
    margin-right: 20px;
    line-height: 75px;
}
.d1 .nav li {
    float: left;
    padding: 0 8px 0 9px;
    line-height: 73px;
    margin-left: 44px;
    border-bottom: 2px solid #fff;
}
.d1 .nav a {
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.d2{display:none;}

/******************内页banner*********************/
.banner {
    width: 100%;
    height: 393px;
    position: relative;
    overflow: hidden;
}
.banner-tit {
    width: 100%;
    height: 62px;
    background:rgba(29,107,195,.7);
    background-size: auto auto;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-tit p a {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding-right: 17px;
    padding-left: 10px;
    transition: opacity 0.5s;
    background:url(../images/wel06.png) center right no-repeat;
	line-height: 62px;
}
.banner-tit li {
    padding: 0 15px 0 13px;
    line-height: 60px;
    float: left;
    background:url(../images/line02.png) no-repeat right center;
}
.banner-tit li:hover {
    border-bottom: 2px solid #ffffff;
}
.banner-tit li a {
    font-size: 16px;
    color: #fff;
    opacity: 0.95;
    display: block;
    width: 100%;
    filter: alpha(opacity=95);
}
.banner-tit .on{
    border-bottom: 2px solid #ffffff;
}
.w1200 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 220px;
    top: 87px;
}
.banner-con p {
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    left: 12px;
    text-shadow: 0 0 20px #666;
    top: 50%;
    margin-top: -24px;
    font-weight: bold;
    position: absolute;
}


/**************内页标题***************/
.inside-tit {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 70px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 17px;
}

/*******************分页*********************/
.pagination, .page {
    width: 100%;
    background: #f5f5f5;
    line-height:40px;
    overflow: hidden;
    text-align: center;
}
.pagination a:hover, .pagination a.active, .page a:hover, .page a.active {
    background: #1d6bc3;
    color: #fff;
    transition: all 0.5s;
}
.pagination a, .page a {
    font-size:14px;
    color: #888;
    padding:5px 10px;
    border-radius: 0.03rem;
    transition: all 0.5s;
    margin-right: 0.05rem;
}
/***************页脚****************/
footer {
    width: 100%;
    height: 50px;
    min-width: 1200px;
    background:#9f9f9f no-repeat center;
    background-size: cover;
	margin-top:20px;
}
.beian{
    height: 50px;
    line-height: 50px;
    color: #fff;
	opacity: 0.5;
}


/**************公司简介******************/
.about {
    padding: 30px 0 104px;
}
.about .about-tit {
    width: 35%;
}
.about .about-tit h2 {
    font-size: 60px;
    color: #1069ad;
    line-height: 74px;
    margin-bottom: 10px;
	text-align: center;
}
.about .about-tit ul {
    width: 100%;
    padding-top: 60px;
}
.about .about-tit li {
    width:50%;
    border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
    float: left;
	text-align: center;
}
.about .about-tit li:last-child{
	border-right:0;
}

.about .about-tit li h3, .about .about-tit li span.on {
    color: #187ab2;
    font-size: 48px;
    line-height:48px;
    display: inline;
    display: inline-block;
	margin: 0;
}
.about .about-tit li p {
    color: #888888;
    font-size: 13px;
    text-indent: 0;
    line-height: 18px;
}
.about .about-box {
    width:60%;
    text-align: left;
}
.about .about-con p {
    text-align: left;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 30px;
    text-indent: 2em;
    color: #666666;
}
.about-img {
    width: 100%;
    overflow: hidden;
}
.about-img li {
    max-width: 100%;
    padding: 10px 15px;
    width:30%;
    height:auto;
    float: left;
    filter: alpha(opacity=0);
}


/***************发展历程****************/
.history-txt ul{
	padding-bottom:50px;
}
.history-txt li{
	margin:30px 0;
	overflow:hidden;
}
.history-txt li h2{
	font-size:30px;
	color:#006cb9;
	font-weight: bold;
	float:left;
	width:25%;
	text-align: center;
}
.history-txt li h2 span{
	font-size:18px;
	color:#333;
	font-weight: normal;
}
.event{
	width:75%;
	float:right;
}
.event p{
	font-size:14px;
	color:#666;
	border-bottom: 1px solid #ccc;
	line-height:30px;
}

/****************公司荣誉*******************/
.honor-txt h2{
	width:25%;
	text-align: center;
	font-size:48px;
	color:#0067b7;
}
.honor-txt .fr{
	width:70%;
	font-size:13px;
	color:#666;
	line-height:26px;
}
.honor-img{
	overflow:hidden;
	margin:30px 0;
	width:100%;
}
.honor-img ul li{
	display: inline;
	width:33.333%;
	float: left;
	padding:0 1%;
	text-align: center;
}
.honor-img ul li:hover p{
	color:#0067b7;
}
.hm{
	width:100%;
	height:auto;
	border:1px solid #ccc;
	padding:3%;
	box-sizing: border-box;
	overflow: hidden;
}
.hm img{
	width:96%;
	height:auto;
	transition: all 800ms ease-in-out;
}
.hm img:hover{
	transform:scale(1.2,1.2);
	transition: all 800ms ease-in-out;
}
.honor-img ul li p{
	font-size:16px;
	color:#666;
	line-height:36px;
}

/***************资质证书***************/
.honor-txt h2{
	width:25%;
	text-align: center;
	font-size:48px;
	color:#0067b7;
}
.cert .fr{
	width:70%;
	font-size:13px;
	color:#666;
	line-height:26px;
}
.cert-img{
	overflow:hidden;
	margin:30px 0;
	width:100%;
}
.cert-img ul li{
	display: inline;
	width:25%;
	float: left;
	padding:0 1%;
	text-align: center;
}
.cert-img ul li:hover p{
	color:#0067b7;
}
.hm{
	width:100%;
	height:auto;
	border:1px solid #ccc;
	padding:3%;
	box-sizing: border-box;
	overflow: hidden;
}
.hm img{
	width:96%;
	height:auto;
	transition: all 800ms ease-in-out;
}
.hm img:hover{
	transform:scale(1.2,1.2);
	transition: all 800ms ease-in-out;
}
.cert-img ul li p{
	font-size:16px;
	color:#666;
	line-height:36px;
}

/***************产品中心***************/
.pro-list li {
    width: 100%;
	margin:30px 0;
    padding: 30px 28px;
    float: left;
	background: #f6f6f6;
}
.pro-list li .pic {
    width: 30%;
    height: 220px;
    overflow: hidden;
}
.pro-list li img {
    transition: all 1s;
	width:100%;
	height:auto;
}
.pro-list li:hover img {
    transition: transform 1s;
    transform: scale(1.2);
}
.pro-list li .p-box {
    width:66%;
}
.pro-list li h2 {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
}
.pro-list li .p-des {
    font-size: 13px;
    color: #666666;
    line-height: 23px;
    height: 136px;
    overflow: hidden;
}
.pro-list li p.pmore {
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a1a1a1;
    color: #eaeaea;
    transition: all 0.5s;
    border-radius: 3px;
}
.pro-list li:hover p.pmore {
    background: #1d6bc3;
    color: #fff;
    transition: all 0.5s;
}

/************客户分类**************/
.project li{
	float: left;
    margin:20px  1%;
    position: relative;
    width: 48%;
    height: 430px;
    border: 1px solid #dedede;
}
.Soluimg{
    height: 340px;
    overflow: hidden;
    text-align: center;
}
.Soluimg img{
	max-height:100%;
}
.SoluTD {
    padding: 20px 15px;
}
.SoluTD h2{
    font-size: 20px;
    color: #0071CE;
	font-weight: normal;
}
.sonling{
	overflow: hidden;
	margin-top: 15px;
}
.sonling p{
    float: left;
    display: block;
    margin-right: 15px;
	font-size:14px;
	color:#666;
}


/******************客户案例***********************/
.n-news ul li {
    width: 31.3%;
    box-sizing: border-box;
    margin: 3% 1%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.n-news a {
    display: block;
}
.n-news ul li .img {
    overflow: hidden;
    width: 100%;
}
.n-news ul li .img img {
    width: 100%;
    max-width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all .8s;
    transition: all .8s;
}
.n-news ul li:hover .img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.n-news ul li .n-text {
    padding: 28px;
    background: #fff;
}
.n-news ul li h3 {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    height:40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.n-news ul li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 12px;
}
.n-news ul .bot {
    border-top: 1px solid #e5e5e5;
    background: #fff;
    padding: 16px 20px;
	display: block;
	height:50px;
	text-align: center;
	position: relative;
	color:#999;
	background:rgba(255,255,255,.0);
	font-size:16px;
}
.n-news ul .bot:before {
    content: "";
    width: 100%;
    height: 0px;
    background: #1d6bc3;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
	position: absolute;
	z-index:-1;
}
.n-news ul li:hover .bot{
	color:#fff;
}
.n-news ul li:hover .bot:before {
    height: 100%;
}
/*********公司新闻**********/
.news-top {
    padding: 28px 0 20px;
    border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.news-top .n-box {
    width: 30%;
    height: auto;
    overflow: hidden;
    border: none;
	float:left;
}
.news-top .n-box img{
	width:100%;
	height:auto;
}
.news-top .n-box:hover img {
    transform: scale(1.2);
    transition: all 1s;
}
.news-top .nt {
    width: 66%;
	float:right;
}
.news-top .nt a {
    display: block;
}
.news-top .nt h2:hover ,
.news-top .nt p:hover{
    color: #1d6bc3;
    transition: color 0.5s;
}
.news-top .nt h2 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 23px;
    height: 72px;
    overflow: hidden;
    transition: color 0.5s;
}
.news-top .nt p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 78px;
    transition: color 0.5s;
    overflow: hidden;
}
.news-top .nt a.more{
    width: 140px;
    height: 38px;
    text-align: center;
    overflow: hidden;
    line-height: 38px;
    font-size: 12px;
    color: #d6e0f1;
    background: #1d6bc3;
    margin-top: 27px;
    display: block;
}
.news-bottom li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}
.news-bottom li h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    transition: color 0.5s;
    padding-top: 10px;
}
.news-bottom li a .day{
    color: #888888;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
}
.sjd{
	display:none;
}
.news-bottom li h2:hover {
    color: #1d6bc3;
    transition: color 0.5s;
}
.news-bottom li p {
    color: #666666;
    font-size: 14px;
    transition: color 0.5s;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.news-bottom li p:hover {
    color: #1d6bc3;
    transition: color 0.5s;
}
/*****************新闻详情**********************/
.info-hd {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.info-hd h2 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    padding: 70px 0 10px;
}
.info-bd p {
	text-align: left;
    font-size: 13px;
    color: #666;
    text-indent: 2em;
    line-height: 28px;
}
.info-page p a {
    color: #333;
    transition: all 0.5s;
}
.info-page {
    margin-top: 45px;
    padding: 15px 0 104px;
    border-top: 1px solid #eee;
}
.info-page p{
	color:#333;
	font-size:12px;
	line-height: 24px;
}
.info-page .back {
    float: right;
    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #eee;
    color: #333;
    transition: all 0.3s;
}
.info-page .back:hover {
    background: #2a72c6;
    color: #fff;
    border: 2px solid #2a72c6;
    transition: all 0.5s;
}
.pagectrl {
    display: none;
}
/****************招聘*****************/
.idea{
    font-size: 13px;
    color: #666666;
    line-height: 23px;
    margin-bottom: 12px;
	padding-top: 20px;
}
.ulbox li {
    padding: 40px 30px;
    float: left;
    margin: 2.6% 1%;
    background: #fff;
    width:31.33%;
    cursor: pointer;
    box-sizing: border-box;
	border:1px solid #ccc;
}
.ulbox li .t {
    color: #989898;
    font-size: 15px;
    line-height: 20px;
    font-family: "Arial";
    margin-bottom: 15px;
}
.ulbox li .h {
    font-size: 20px;
    color: #666;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.ulbox li .p {
    color: #666;
    line-height: 22px;
    font-size: 14px;
    height: 110px;
    overflow: hidden;
    margin: 26px 0 55px;
}
.ulbox li .more {
	display: block;
    font-size: 14px;
    color: #333;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f7f7f7;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.ulbox li:hover .more{
	color:#fff;
	background: #1d6bc3;
}

/************招聘弹窗***************/
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; z-index: 100; display: none; top: 0; left: 0; background:rgba(00, 00, 00, 0.8) }	.reveal-modal { visibility: hidden; top: 150px; left: 50%; margin-left: -300px; width: 520px; position: absolute; z-index: 101; padding: 30px 40px 34px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); -box-shadow: 0 0 10px rgba(0,0,0,.4); background-color: #FFF; 		}			
.reveal-modal.small { width: 200px; margin-left: -140px;}	
.reveal-modal.medium{ width: 400px; margin-left: -240px;}	
.reveal-modal.large { width: 600px; margin-left: -340px;}	
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
.wclosebtn{    
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;}
.wclosebtn span {
    vertical-align: middle;
}
.wclosebtn .icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 12px;
    display: inline-block;
}
.wclosebtn .icon .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.wclosebtn .icon .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #000;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.wclosebtn .icon:hover .line.line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wclosebtn .icon:hover .line.line2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
}
.position{
	width:100%;
}
.position .h {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 25px;
    font-weight: bold;
}
.mCustomScrollbar{
	overflow-y: auto;
	height:400px;
}
.mCustomScrollbar::-webkit-scrollbar {/*滚动条整体样式*/
            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
.mCustomScrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.mCustomScrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.box1 {
    margin-bottom: 35px;
}
.h-tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}
.ex-more {
	margin-top:60px;
    position: relative;
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1d6bc3;
}
.ex-more span {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/******************联系我们*********************/
.mian{
	padding-top:50px;
}
.mian li {
    float: left;
    width: 31.33%;
    height:200px;
    margin:2% 1%
}
.mian li:nth-child(5){
	width:64.66%
}
.mian li:nth-child(5) button{
	display:none;
}
.mian input {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 0;
    border-top: 1px solid #cdcdcc;
    font-family: 'Century Gothic';
    font-weight: bold;
    outline: none;
    font-size: 18px;
}
.mian textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.5% 3%;
    line-height: 30px;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #cdcdcc;
    outline: none;
}
.mian button{
    display: block;
    width:100%;
    height: 62px;
    background: #004a82 url(../images/contact-icon1.png) 65% center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    float: right;
    font-family: 'Century Gothic';
    font-size: 24px;
    color: #fff;
    font-weight: bold;
	margin-top:50px;
    padding: 0 170px 0 110px;
    border: 0;
}

/****************联系信息*************************/
.con-info .box{
	width:45%;
	height:auto;
	float:left;
}
.con-info .box li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
}
.con-info .box li p {
    font-size: 24px;
    color: #333;
    text-transform: Capitalize;
    font-family: 'Century Gothic';
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
}
.con-info .box li  span{
    display: block;
    font-size: 16px;
    color: #888;
    line-height:30px;
}

@media(max-width:1024px){
	html,body{
		font-size:80px;
	}
	.w1120 {
    width: 100%;
    margin: 0 auto;
}
	.d1{display:none;}
	.d2 {
	display:block;
    height:0.8rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 10;
}
	.d2 .logo {
    display: block;
    height:0.8rem;
    width: auto;
    padding-top: 0.16rem;
    box-sizing: border-box;
    position: absolute;
    left: 0.38rem;
    top: 0rem;
}
	.logo img {
    display: block;
    width: 2rem;
    height: auto;
}
	.d2.top {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
	.navbtn {
    position: absolute;
    width: 0.4rem;
    height: 0.28rem;
    margin-top: 0.26rem;
    right: 0.38rem;
    top: 0;
}
	.navbtn .line:nth-child(1) {
    top: 0rem;
}
	.navbtn .line:nth-child(2) {
    top: 0.12rem;
}
	.navbtn .line:nth-child(3) {
    top: 0.24rem;
}
	.navbtn .line:first-child.cur {
    -webkit-transform: rotateZ(42deg);
    transform: rotateZ(42deg);
}
	.navbtn .line:nth-child(2).cur {
    opacity: 0;
}
	.navbtn .line:last-child.cur {
    -webkit-transform: rotateZ(-42deg);
    transform: rotateZ(-42deg);
	left:0.06rem;
}
	.navbtn .line:last-child {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
	.navbtn .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05rem;
    background-color: #073190;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
	nav {
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    background-color: #f5f5f5;
    position: absolute;
    top: 0.8rem;
    left: 0;
    display: none;
    z-index: 10000;
}
	nav ul li {
    border-bottom: solid 1px #dcdcdc;
}
	nav ul li .tit {
    position: relative;
    display: block;
    line-height: 0.63rem;
    color: #000;
    font-size: 0.22rem;
    padding-left: 0.22rem;
}
	nav ul li .hsub:after {
    content: "";
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    background:url(../images/jia.png) no-repeat center;
    background-size: 0.26rem 0.26rem;
    position: absolute;
    margin-top: -0.13rem;
    top: 50%;
    right: 0.2rem;
}
	.subnav {
    display: none;
}
	.subnav dd a {
    display: block;
    font-size: 0.20rem;
    color: #666;
    height: 0.6rem;
    line-height: 0.77rem;
    padding-left: 0.44rem;
    position: relative;
}
	.subnav dd a:before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    background-color: #7a7a7a;
    position: absolute;
    margin-top: -0.02rem;
    top: 50%;
    left: 0.26rem;
}
	nav ul li .open {
    background-color: #1d6bc3;
    color: #fff;
}
	nav ul li .open:after {
    background:url(../images/jian.png) no-repeat center;
    background-size: 0.26rem 0.26rem;
}
	.w1200 {
    width: 100%;
    position: relative;
	height:1rem;
    margin: 0 auto;
    top:0.9rem;
}
	.banner {
    width: 100%;
    height:3.4rem;
    position: relative;
    overflow: hidden;
	margin-top:0.8rem;
}
	.banner-con p {
    font-size: 0.3rem;
    line-height: 0.32rem;
    font-weight: bolder;
    color: #fff;
    margin-top: -0.16rem;
    text-shadow: 0 0 0.2rem #666;
    position: absolute;
    top: 50%;
    lleft: 0.6rem;
    opacity: 1;
}
	.banner-tit {
    width: 100%;
    height: 0.6rem;
    background: rgba(255,255,255);
    background-size: cover;
    position: absolute;
    left: 0;
	border-bottom: solid 1px #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
	.banner-tit .fl{
		display:none;
	}
	.banner-tit ul{
		width:100%;
	
	}
	.banner-tit li {
	width:25%;
    padding: 0;
	text-align: center;
    line-height:0.6rem;
    float: left;
    background:none;
}
	.banner-tit li a {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #666;
}
	.inside-tit{
		display:none;
	}
	.about {
    padding: 30px 0.2rem;
	box-sizing: border-box;
}
	.about .about-tit {
    width: 100%;
}
	.about .about-box {
    width:100%;
    text-align: left;
	padding-left: 0.2rem;
}
	.about .about-tit h2 {
    font-size:0.5rem;
    color: #1069ad;
    line-height:0.6rem;
    margin-bottom: 10px;
    text-align: center;
}
	.about .about-tit ul {
    width: 100%;
    padding-top:0.2rem;
}
	.about .about-tit h2 span{
		display:none;
	}
	.about-img li {
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    float: left;
    filter: alpha(opacity=0);
}
	/********************发展历程************************/
	.history-txt li h2 {
    font-size: 0.3rem;
    width: 25%;
    text-align: center;
}
	.history-txt li h2 span {
    font-size: 0.2rem;
}
	/*************公司荣誉*************/
	.honor-txt h2 {
    width: 100%;
	font-size:0.5rem;
}
	.honor-txt h2 span{
		display:none;
	}
	.honor-txt .fr {
    width:100%;
}
	.honor-img ul li {
    width: 50%;
}
	/***********客户案例**************/
	.n-news ul li {
    width: 92%;
    box-sizing: border-box;
    margin: 3% 4%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
	/**********新闻中心**************/
	.news-top{
		display:none;
	}
	.news-bottom{
		background: #f5f5f5;
		padding:0 20px;
	}
	.news-bottom li a h2 {
    font-size: 0.26rem;
    color: #333;
    font-weight: bolder;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
	.sjd{
		display:block;
    font-size:0.15rem;
    color: #333;
    margin-bottom: 0.1rem;
	}
	.news-bottom li a .day{
    display:none;
}
	
	/***************新闻详情*****************/
	.info-hd h2 {
    font-size: 0.25rem;
    font-weight: normal;
    color: #333;
    padding: 70px 0 10px;
}
	.info-page{
		display:none;
	}
	.info-hd p{
		font-size:0.15rem;
		color:#666;
	}
	.pagectrl {
    padding: 0.4rem 0;
    border-top: solid 1px #dedede;
	display: block;
}
	.pagectrl .pgup, .pagectrl .pgdn {
    display: inline-block;
    float: left;
    width: 1.4rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff!important;
    background-color: #1d6bc3;
    border-radius: 0.05rem;
		font-size: 0.24rem;
}
	.pagectrl .backli {
    display: block;
    width: 1.4rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff!important;
    background-color: #1d6bc3;
    border-radius: 0.05rem;
		font-size: 0.24rem;
}
	/****************招聘*******************/
	.ulbox{
		padding:30px 20px;
	}
	.ulbox li {
    padding: 40px 30px;
    float: left;
    margin: 2.6% 0.5%;
    background: #fff;
    width:49%;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
	/**********招聘弹窗************/
	.reveal-modal {
    width: 92%;
    margin-left: -46%;
}
	.reveal-modal .box1 p{
		font-size:0.2rem;
}
	.mCustomScrollbar{
	overflow-y: auto;
	height:300px;
}
	/************联系我们**************/
	.mian{
		padding:0 20px;
		min-height: 500px;
	}
	.mian li {
    float: left;
    width: 48%;
    height:0.5rem;
    margin:0.3rem 1%;
}
	.mian input {
    height: 40px;
}
	.mian li:nth-child(4) button{
		display:none;
	}
	.mian li:nth-child(5){
	width:98%
}
	.mian li:nth-child(5) button{
		display:block;
	}
	.mian textarea {
    height: 80px;
}
	.mian button {
    height:40px;
    background: #004a82 url(../images/contact-icon1.png) 65% center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size:0.2rem;
    color: #fff;
    font-weight: normal;
}
	/******************联系信息*****************/
	.con-info .box{
	width:96%;
	height:auto;
	float:none;
		margin:2% auto;
}
	/***************页脚*******************/
	footer {
    width: 100%;
    height: 50px;
    min-width:100%;
    background: #9f9f9f no-repeat center;
    background-size: cover;
}
	.beian {
    height:auto;
    color: #fff;
    opacity: 0.5;
	font-size:0.15rem;
}
}
@media(max-width:450px){
	.banner-tit .on{
	background: #1d6bc3;
	}
	.banner-tit .on a{
		color:#fff;
	}
	/***************产品中心***************/
.pro-list li {
    width: 100%;
	margin:0;
	border-bottom: 1px solid #ccc;
    padding:15px;
    float: left;
	background: #f6f6f6;
}
.pro-list li .pic {
    width:100%;
    height: 220px;
    overflow: hidden;
}
.pro-list li .p-box {
    width:100%;
}
.pro-list li h2 {
    margin-top:20px;
}
.pro-list li p.pmore {
    display:none;
}
}
