@charset "utf-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}
body {
    color: #000;
    /*font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft Yahei",sans-serif;*/
    font-family: "SourceHanSansCN-Regular";
    
}
#hamburger span{width:160%;height:4px;display:block;transition:all 1s cubic-bezier(1,.02,0,.96);}
#hamburger .first,#hamburger .second,#hamburger .third{position:absolute;left:-11px;}
#hamburger .first{top:4px}#hamburger .second{top:50%;margin-top:5px}
#hamburger .third{margin-top: 15px;}
#hamburger .first,#hamburger .second{}#hamburger.clicked{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); /* IE 9 */
	-moz-transform:rotate(-90deg); /* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari and Chrome */
	-o-transform:rotate(-90deg); /* Opera */
}
#hamburger.clicked .first{    
	transform: rotate(35deg) translateX(30%);
	left: 2px;
	top: 10px;
	width: 115%;
}
#hamburger.clicked .second{
	transform: rotate(-35deg) translateX(30%);
    left: 2px;
    top: 19px;
    width: 115%;
}
#hamburger.clicked .third{bottom:-1px;margin-left: 10px;}
#hamburger span{transition:all .2s linear;}
#hamburger{
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.navbar-default .navbar-toggle {
     border-color: #fff; 
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-toggle {
	margin-right: 36px;
}
.logo {
    padding-top: 0px;
}
.logoimg{
	height: 80%;
	margin-left: 7px;
	margin-top: 10px;
}
#myCarousel {
	margin: 81px 0 0 0;
}
.carousel-indicators .active {
    width: 15px;
    height: 4px;
    margin: 0;
    background-color: #ffd600;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #010a31;
}
#navbar{
	border-color: rgba(220, 220, 220, 0.31);
	box-shadow: 0px 0px 0px 0px #efefef;
}
#navbar-collapse ul {
	margin-top:0;
	margin-right: -40px;
	border-color: rgba(220, 220, 220, 0.31);
}
#navbar-collapse ul .more{
    margin-top: -2px;
    margin-left: 1px;
	border-color: rgba(220, 220, 220, 0.31);
}
.nav-solution{
	width: 100%;
}
.carousel-control.left{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.15) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,0.15) 0,rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0.15) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0.15) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0.15) 100%);
}
.carousel-inner .item img {
	margin: 0 auto;
	max-width: 150%;
}
/*.carousel-control {
	font-size: 100px;
}*/
.dropdown-menu {
    padding: 0px 0;
}
#search{
	height: 50px;
	line-height: 50px;
	padding-top: 16px;
}
#search span{
	padding-top: 10px;
}
#search input{
    border-radius: 15px;
    width: 60%;
    height: 30px;
    margin-left: 20px;
    padding-right: 25px;
    behavior: url(ie-css3.htc);
}
.highlight{
	color:#ff0000;
}
#searchbutton{
    background-color: rgb(255, 255, 255);
    border: 0;
    margin-right: -7px;
    margin-top: 5px;
    float: right;
    z-index: 99;
}
.changeversion{
	padding-top: 15px;
	padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.changeversion a{
    text-decoration: none;
    color: #000;
}
.zh{
	margin-left: 8px;
}
.zh span:hover{
	color: #ffd700;
}
.en span:hover{
	color: #ffd700;
}
.nav > li.changeversion:after{
    content: "";
    width: 0;
    height: 5px;
    background:rgba(102, 102, 102, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}
.headingimg{
	background:url(../img/headingimg.png);
	background-size: 100% 100%;
	height: 40px;
	text-align: center;
}
nav.navbar{
	background-color: #fff;
	font-size: 15px;
    border: none;
    margin-bottom: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav{
    width: 100%;
}
nav.navbar ul.nav > li > a{
    color: #000a31;
}
nav.navbar ul.nav > li a:hover{
    color: #474747;
}
/*.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #f5e539;
    position: absolute;
    bottom: 0;    
    top: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}*/
/*.nav > li:hover:after{
    width: 100%;
}*/

nav.navbar ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    border: none;
    min-width: 100%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffd700;
    background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffd700;
    background-color: #fff;
}
.EN_ZN a:hover{
	background: #fff;
    font-weight: bold;
}
@media only screen and (max-width:990px){
    nav.navbar ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar ul.nav > li:hover{ background: transparent; }
    nav.navbar ul.nav > li > a{ margin: 0; }
}
/*自定义的css*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 30px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.other>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 30px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px;
}
.navbar-nav .open .more>li>a {
    padding: 10px 15px 10px 45px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #010a31;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #010a31;
    background-color: #ffd701;
}
.dropdown-menu>li>a {
    display: block;
    margin-top: 1px;
    padding: 10px 20px;
    clear: both;
	font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #010a31;
    white-space: nowrap;
}
/**, *:before, *:after{
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}*/
.dropdown-menu>li>a:hover {
    color: #010a31;
    text-decoration: none;
    background-color: #ffd701;
    text-indent:3px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    box-shadow: 2px 2px 2px 0px #c5c3c3;
}
.dropdown-menu>li>a{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.pic{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.keytab1{
	margin-top: 50px;
	margin-bottom: 20px;
}
#tit{
	color: #010a31;
	font-size: 24px;
	font-weight: bold;
}
#connet{
	margin: 0 auto;
    text-align: justify;
	color: #000;
}
.tab-h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #0059b2;
}
h5{
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.tab-p {
	font-size: 14px;
	text-align: center;
	color: #999;
	margin: 20px 0 0 0;
}
.tab1 {
	color: #666;
}
.tab1 .text-muted {
	color: #999;
	text-decoration: line-through;
}
.tab1 .media-heading {
	margin: 5px 0 20px 0;
}
.tab1 .col {
	padding: 20px;
}
#case{
    text-align: center;
}
.picdivheight{
	height: 150px;
}
.text h3 {
	font-size: 20px;
}
.text p {
	font-size: 14px;
}
.jumbotron {
	background-image: url(../img/bg.jpg);
	margin: 50px 0 0 0;
	color: #ccc;
}
.jumbotron h1 {
	font-size: 26px;
	padding: 0 0 0 20px;
}
.jumbotron h4 {
	font-size: 15px;
	padding: 0 0 0 20px;
}
#information {
	background-color: #eee;
	padding: 40px 0;
}
.info-content {
	background-color: #fff;
	margin: 0 0 20px 0;
	box-shadow: 2px 2px 3px #ccc;
}
.info-content img {
	margin: 12px 0;
}
.info-content h4 {
	color: #333;
	padding: 2px 0 0 0;
	font-size: 14px;
}
.info-content p {
	line-height: 1.6;
}
.info-right {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
.info-right blockquote {
	margin: 0;
	padding: 0;
}
.info-right h2 {
	font-size: 20px;
	color: #333;
	padding: 5px;
}
.info-right h4 {
	color: #333;
	font-size: 16px;
	padding: 2px 0 0 0;
	line-height: 1.6;
}
#about {
	background-color: #eee;
	padding: 40px 15px;
}
#about a {
	color: #0059b2;
}
#about .about {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
#about h3 {
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 0 0 10px 0;
}
#about p {
	line-height: 2;
	font-size: 13px;
}
.box{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.box img{
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}
.box img:hover{
	transform: scale(1.2);	
	width: 100%;
}
.box .keypictitlebig img:hover{
	transform: scale(1.2);	
	width: 178%;
}
.boxshort{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.boxshort img{
	cursor: pointer;
	transition: all 0.6s;
}
.boxshort img:hover{
	transform: scale(1.2);	
}
.boxmoreshort{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.boxmoreshort img{
	cursor: pointer;
	transition: all 0.6s;
}
.boxmoreshort img:hover{
	transform: scale(1.2);	
}
#footer {
	background: #000a31;
	background-size: 100% 100%;
	text-align: center;
	color: #eee;
	margin-top: 40px;
}
.modal{
	text-align: left;
	color: #000;
}
.footer table{
	float: left;
    width: 50%;
    height: 120px;
    font-size: 12px;
    margin-top: 25px;
    -webkit-transform-origin-x: 0;
}
.footer table a{
	font-size: 13px;
	color: #afafaf;
	text-decoration: none;
}
.footer table a:hover{
	color: #ffd701;
	text-decoration: none;
	font-weight: bold;
}
.footer_copyright {
    font-size: 10px;
    color: rgb(175, 175, 175);
}
.footer_copyright a{
    text-decoration:none; 
    color:rgb(175, 175, 175);
}
#touch li{
	line-height: 39px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 16px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.weixin{
	color: #000;
}
.social{
    position: relative;
    display: table;
    text-align: left;
    margin: 0 auto;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 20px;
}
.text-center .nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background:rgba(102, 102, 102, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}
.scrollToTop{
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(191, 191, 191, 0.48);
    border-radius: 5px;
}
.scrollToTop:hover{
	color: #FBD22C;
}
.container-url {
	width: 90%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #010a31;
    background-color: #ffd701;
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    margin-bottom: 80px;
}
.container-url img{
	height: 20px;
	margin-bottom: 3px;
}
.container-url a{
	color: #000a31;
}
.container-url a:hover{
	color: #000;
}
.bigpic{
	overflow: hidden;
}
.bigpic img{
	width: 150%;
	text-align: center;
	margin-top: 80px;
	margin-left: -15%;
}

.hoverfunction{
	position: absolute;
    width: 86%;
    margin-top: -52%;
    display: block;
    opacity: 0.2;
}
#layer{
	width:125%;
	height:100%;
	background:#000;
	position:fixed;
	top:0;
	filter:Alpha(opacity=60);
	-moz-opacity:0.6;
	background-color: rgba(5, 5, 5, 0.73)!important;
	z-index:99;
	display:none;
}
#videoplayer{
	position: fixed;
	width: 100%;
	margin-top: 200px;
	text-align: center;
	z-index:999;
}
#videoplayer video{
	width: 90%;
}
#videoplayer img{
	text-align: center;
    width: 90%;
    padding-left: 82%;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    opacity: 1.5;
}
.form-group label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}
.keypictitleindex{
	margin:0 auto;
    overflow: hidden;
    width: 240px;
    background-color: rgb(0, 10, 49);
}
.keypictitleindex a{
   text-decoration: none;
}
.float_left_ui{
    float: none;
}
.float_right_ui{
    float: none;
}
.keypictitle{
	margin:0 auto;
    overflow: hidden;
    width: 320px;
    background-color: #ffffff;
}
.keypictitlebig{
	margin:0 auto;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}
.keypictitlebig img{
	 width: 170%; 
	 margin-left: -38%;
}
.keypictitledown{
	margin:0 auto;
    overflow: hidden;
    width: 315px;
    background-color: rgb(2, 2, 2);
    margin-top: 5%;
}
#code  
{  
	font-size: 18px;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    letter-spacing: 3px;
    color: #231717;
    width: 100px;
    box-shadow: 2px 2px 2px 0px #c5c3c3;
    background: url(../img/code1.png);
} 
#codefooter  
{  
	font-size: 18px;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    letter-spacing: 7px;
    color: #231717;
    width: 100px;
    box-shadow: 2px 2px 2px 0px #c5c3c3;
    background: url(../img/code1.png);
} 

.gaodemap {
	position: relative;
	width: 100%;
	height:400px;
	float: left;
	border:#ccc solid 1px;
	border: 0px solid saddlebrown;
}
.map_left{
	padding-left: 0%;
	padding-top: 30px;
	line-height: 40px;
	text-align: left;
	font-size: 13px;
	color: #000;
	visibility: visible;
	animation-name: fadeInUp;
}
.amap-marker-label{
	height: 23px;
	border-color: #e7e7e7;
	border-radius: 4px;
}
.tittext{
	position: absolute;
    margin-top: -50px;
    font-size: 20px;
    font-weight: bold;
    color: #000a31;
    letter-spacing: 2px;
}
#indexkeybank{
    color: #c2bfbf;
    font-size: 15px;
    line-height: 25px;
    width: 240px;
    background-color: rgb(0, 10, 49);
    text-align: center;
    position: absolute;
}
#plantit{
    color: #c2bfbf;
    font-size: 15px;
    line-height: 30px;
    width: 320px;
    background-color: rgb(0, 10, 49);
    position: absolute;
    text-align: center;
    margin-top: 0px;
}
#planlongtit{
	color: #c2bfbf;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    background-color: rgb(0, 10, 49);
    position: relative;
    text-align:center;
    margin-top: 0px;
}
.glyphicon-menu-right{
	margin-top: -28px;
    float: right;
    display: block;
}
.hoverbotton{
	font-size: 12px;
	color: #afafaf;
	border: 0;
	border-radius: 38px;
	white-space: nowrap;
	padding: 1px 6px;
    behavior: url(ie-css3.htc);
}
.hoverbotton:hover{
	color: #000;
}
#desc{
    color: #666666;
}
.newstitpic{
	width: 100%;
	margin-right: 20px;
	margin-top: 11px;
	margin-bottom: 10px;
    border-radius: 4px;
}
.newsone h6 span{
	color: #7d7b7b;
}
.keyone input {
	box-shadow: 2px 2px 2px 0px #c5c3c3;
}
.keyone textarea{
	box-shadow: 2px 2px 2px 0px #c5c3c3;
}
.modal-body input{
	box-shadow: 2px 2px 2px 0px #c5c3c3;
}
.modal-body textarea{
	box-shadow: 2px 2px 2px 0px #c5c3c3;
}
.about_png{
	width: 100%; 
	margin: 0 auto;
	margin-left: 0%;
	padding-top: 10px;
}
.nav .activeSearch:after{
        content: "";
        width: 0;
        height: 5px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        top: 100%;
        left: 0;
        transition: all 0.5s ease 0s;
}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.logoimg{
		height: 80%;
	}
	#myCarousel {
	    margin: 120px 0 0 0;
	}
	.navbar-nav{
   		 width: 100%;
	}
	.nav-solution{
		width: 100%;
	}
	.bigul {
		width: 109%;
	}
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p {
		font-size: 15px;
	}
	.text h3 {
		font-size: 22px;
	}
	.text p {
		font-size: 15px;
	}
	.tab2-text {
		float: left;
	}
	.tab2-img {
		float: right;
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    border-color: transparent;
	    border-style: solid;
	    border-width: 5px 0 5px 5px;
	    border-left-color: #ccc;
	    margin-top: 5px;
	    margin-right: 0px;
	}
	.carousel-indicators .active {
    width: 30px;
    height: 8px;
    margin: 0;
    background-color: #ffd600;
	}
	.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #010a31;
	}
	#search input{
		border-radius: 15px;
	    width: 116px;
	    height: 20px;
	    margin-left: 0px;
	    padding-right: 25px;
        behavior: url(ie-css3.htc);
	}
	#searchbutton{
	    position: absolute;
	    background-color: rgb(255, 255, 255);
	    border: 0;
	    margin-left: -27px;
	    margin-top: 17px;
	    float: right;
	    width: 17%;
	    z-index: 99;
	}
	.jumbotron h1 {
		font-size: 30px;
	}
	.jumbotron h4 {
		font-size: 16px;
	}
	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#about h3 {
		font-size: 19px;
	}
	#about p {
		font-size: 14px;
	}
	.boxshort{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	}
	.boxmoreshort{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	}
	.gaodemap {
	position: relative;
	width: 100%;
	height:400px;
	float: left;
	border:#ccc solid 1px;
	border: 0px solid saddlebrown;
	}
	.map_left{
	padding-left: 0px;
	padding-top: 20px;
	line-height: 40px;
	text-align: left;
	font-size: 15px;
	color: #000;
	visibility: visible;
	animation-name: fadeInUp;
	}
	#tit{
	color: #010a31;
	font-size: 31px;
	font-weight: bold;
	}
	.container-pic {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	.carousel-inner .item img {
	margin: 0 auto;
	width: 100%;
	}
/*	a:hover img{ 
	width:220px; 
	height:160px;
	position:absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .8s ease;
	display: block;
	}*/
	.container-url {
    width: 550px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #010a31;
    background-color: #ffd701;
    padding-right: 15px;
    padding-left: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 66px;
    margin-bottom: 80px;
	}
	.container-url img{
		height: 20px;
	}
	.container-url a{
		color: #000a31;
	}
	.container-url a:hover{
		color: #000;
	}
	.bigpic img{
	width: 100%;
	text-align: center;
	margin-left: 0px;
	}
	.footer table{
	float:left;
	width:150px;
	height:120px;
	font-size: 14px;
	
	}
	.social{
    position: relative;
    display: table;
    text-align: left;
    margin: 0 auto;
	}
	.hoverfunction{
		position: absolute;
	    width: 86%;
	    margin-top: -52%;
	    display: block;
	    opacity: 0.2;
	}
 	#layer{
		width:125%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		filter:Alpha(opacity=60);
		-moz-opacity:0.6;
		background-color: rgba(5, 5, 5, 0.73)!important;
		z-index:99;
		display:none;
	}
	#videoplayer{
		position: fixed;
		width: 100%;
		margin-top:200px;
		text-align: center;
		z-index:999;
	}
	#videoplayer video{
		width: 80%;
	}
	#videoplayer img{
		text-align: center;
		width: 80%;
    	padding-left: 75%;
	    margin: 0 auto;
	    position: absolute;
	    z-index: 9999;
	    opacity: 1.5;
	}
	#plantit{
	    color: #c2bfbf;
	    font-size: 17px;
	    line-height: 30px;
	    width: 320px;
	    background-color: rgb(0, 10, 49);
	    position: absolute;
	    text-align: center;
	    margin-top: 0px;
	}
	.glyphicon-menu-right{
    	display: none;
	}
	#planlongtit{
		color: #c2bfbf;
	    font-size: 17px;
	    line-height: 30px;
	    width: 100%;
	    background-color: rgb(0, 10, 49);
	    position: relative;
	    text-align:center;
	    margin-top: 0px;
	}
	.newstitpic{
		float: left;
    	width: 230px;
        min-height: 125px;
   	 	margin-right: 30px;
    	margin-top: 3px;
        border-radius: 4px;
	}
	.keypictitlebig img{
		 width: 100%; 
		 margin-left: 0%;
	}
	.box .keypictitlebig img:hover{
		transform: scale(1.2);	
		width: 100%;
	}
	.about_png{
		width: 80%; 
		margin: 0 auto;
		margin-left: 10%;
		padding-top: 10px;
	}
    .float_left_ui{
        float: none;
    }
    .float_right_ui{
        float: none;
    }
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.logoimg{
		height: 80%;
		margin-left: -15px;
		margin-top: 7px;
	}
	#myCarousel {
	    margin: 81px 0 0 0;
	}
	#navbar-collapse ul {
    margin-top: 0;
    margin-right: -10%;
    border-color: rgba(220, 220, 220, 0.31);
	}
	.navbar-nav{
   		 width: 78%;
	}
	.bigul {
		width: 88%;
	}
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p {
		font-size: 15px;
	}
	.text h3 {
		font-size: 24px;
	}
	.text p {
		font-size: 16px;
	}
	.jumbotron h1 {
		font-size: 33px;
	}
	.jumbotron h4 {
		font-size: 17px;
	}
	.info-content h4 {
		font-size: 18px;
	}
	#about h3 {
		font-size: 20px;
	}
	#about p {
		font-size: 15px;
	}
	.boxshort{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	}
	.boxmoreshort{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	}
	.gaodemap {
	position: relative;
	width: 60%;
	height:400px;
	float: left;
	border:#ccc solid 1px;
	border: 0px solid saddlebrown;
	}
	.map_left{
	padding-left: 15px;
	padding-top: 60px;
	line-height: 40px;
	text-align: left;
	font-size: 15px;
	color: #000;
	visibility: visible;
	animation-name: fadeInUp;
	}
	#footer-left-conment-width{
		width: 43%;
   		margin-left: 17%;
	}
	#footer-right-conment-width{
		width: 25%; 
	}
    .tittext{
        position: absolute;
        margin-top: -50px;
        font-size: 24px;
        font-weight: bold;
        color: #000a31;
        letter-spacing: 2px;
    }
	#connet{
		text-align: justify;
		width: 750px;
	}
	.container-pic {
    width: 750px;
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	.carousel-inner .item img {
	margin: 0 auto;
	width: 100%;
	}
	.container-url {
    width: 550px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #010a31;
    background-color: #ffd701;
    padding-right: 15px;
    padding-left: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 66px;
    margin-bottom: 80px;
	}
	.container-url a{
		color: #000a31;
	}
	.container-url a:hover{
		color: #000;
	}
	.bigpic img{
	width: 100%;
	text-align: center;
	margin-left: 0px;
	}
	.footer table{
	float:left;
	width:200px;
	height:120px;
	font-size: 14px;
	}
	.social{
    position: relative;
    display: table;
    text-align: left;
    margin: 0 auto;
	}
	.hoverfunction{
		position: absolute;
	    width: 86%;
	    margin-top: -52%;
	    display: block;
	    opacity: 0.2;
	}
 	#layer{
		width:125%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		filter:Alpha(opacity=60);
		-moz-opacity:0.6;
		background-color: rgba(5, 5, 5, 0.73)!important;
		z-index:99;
		display:none;
	}
	#videoplayer{
		position: fixed;
		width: 100%;
		margin-top: 100px;
		text-align: center;
		z-index:999;
	}
	#videoplayer video{
		width: 80%;
	}
	#videoplayer img{
		text-align: center;
		width: 80%;
   		padding-left: 76%;
	    margin: 0 auto;
	    position: absolute;
	    z-index: 9999;
	    opacity: 1.5;
	}
	#planlongtit{
		color: #c2bfbf;
	    font-size: 17px;
	    line-height: 30px;
	    width: 100%;
	    background-color: rgb(0, 10, 49);
	    position: relative;
	    text-align:center;
	    margin-top: 0px;
	}
	.keypictitlebig img{
		 width: 100%; 
		 margin-left: 0%;
	}
    .float_left_ui{
        float: left;
    }
    .float_right_ui{
        float: right;
    }
}
/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.logoimg{
		height: 100%;
		margin-left: -10px;
		margin-top: 6px;
	}
	.navbar-nav{
   		 width: 63%;
	}
	.bigul {
		width: 73%;
	}
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p {
		font-size: 15px;
	}
	.text h3 {
		font-size: 26px;
	}
	.text p {
		font-size: 18px;
	}
	.jumbotron h1 {
		font-size: 36px;
	}
	.jumbotron h4 {
		font-size: 18px;
	}
	.info-content h4 {
		font-size: 20px;
	}
	#about h3 {
		font-size: 22px;
	}
	#about p {
		font-size: 16px;
	}
	.boxshort{
	width: 83%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	}
	.boxmoreshort{
	width: 92%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	}
	.gaodemap {
	position: relative;
	width: 60%;
	height:400px;
	float: left;
	border:#ccc solid 1px;
	border: 0px solid saddlebrown;
	}
	.map_left{
	padding-left: 80px;
	padding-top: 80px;
	line-height: 40px;
	text-align: left;
	font-size: 15px;
	color: #000;
	visibility: visible;
	animation-name: fadeInUp;
	}
	#connet{
		text-align: justify;
		width: 66%;
	}
	.container-pic {
    width: 857px;
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	.carousel-inner .item img {
	margin: 0 auto;
	width: 100%;
	}
	.container-url {
    width: 550px;
    height: 27px;
    line-height: 26px;
    font-size: 14px;
    color: #010a31;
    background-color: #ffd701;
    padding-right: 15px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 66px;
    margin-bottom: 80px;
	}
	.container-url a{
		color: #000a31;
	}
	.container-url a:hover{
		color: #000;
	}
	.bigpic img{
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-left: 0px;
	}
	.footer table{
	float:left;
	width:260px;
	height:120px;
	font-size: 14px;

	}
	.social{
    position: relative;
    display: table;
    text-align: left;
    margin: 0 auto;
	}
	.hoverfunction{
		position: absolute;
	    width: 86%;
	    margin-top: -52%;
	    display: block;
	    opacity: 0.2;
	}
 	#layer{
		width:125%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		filter:Alpha(opacity=60);
		-moz-opacity:0.6;
		background-color: rgba(5, 5, 5, 0.73)!important;
		z-index:99;
		display:none;
	}
	#videoplayer{
		position: fixed;
		width: 100%;
		margin-top: 8%;
		text-align: center;
		z-index:999;
	}
	#videoplayer video{
		width: 60%;
	}
	#videoplayer img{
		text-align: center;
	    width: 60%;
	    padding-left: 57%;
	    margin: 0 auto;
	    position: absolute;
	    z-index: 9999;
	    opacity: 1.5;
	}
	#planlongtit{
		color: #c2bfbf;
	    font-size: 17px;
	    line-height: 30px;
	    width: 100%;
	    background-color: rgb(0, 10, 49);
	    position: relative;
	    text-align:center;
	    margin-top: 0px;
	}
    .about_png{
        width: 80%; 
        margin: 0 auto;
        margin-left: 10%;
        padding-top: 10px;
    }
    .float_left_ui{
        float: left;
    }
    .float_right_ui{
        float: right;
    }
}