@charset "utf-8";
/* CSS Document */

.daohang{ width:100%; margin:0 auto; position: fixed; z-index:999;}

.dhtop1{ background:#07355c; width:100%; height:40px; margin:0 auto; min-width:1200px;}
.dhtop1 p{ color:#FFF; font-size:14px; line-height:40px; width:300px; float:left; margin-left:30px;}

.dhtop2{ width:100%; height:80px; margin:0 auto; background:#FFF;min-width:1200px;box-shadow: 5px 2px 4px #ccc;}
.logo{ float:left; height:60px; margin-left:30px; margin:10px 30px;}



.lunbotu{ width:100%; height:770px; margin:0 auto;}
.kongbai{ width:100%; height:120px; margin:0 auto;}



.gqdongt{ width:100%; background:url(../images/beij1.jpg) center bottom; height:490px;min-width:1200px;}
.gqdongt1{ width:1250px; margin:0 auto;}

.gqyinxaing{}
.gqyinxaing1{width:100%; background:url(../images/beij2.jpg) center bottom; height:540px;min-width:1200px;}
.gqyinxaing2{width:100%; background:#fafafa; height:270px;min-width:1200px;}
.xxjja{ width:1200px;}

.gqshiye{ width:100%; background:url(../images/beij3.jpg) center bottom; height:620px;min-width:1200px;}
.xxjja{ width:1200px; margin:0 auto;}


#step3{ background:url(../images/intro1_bg.png) center top no-repeat; }


.advantage{
    width: 1200px;
    margin: 0 auto;

}
.advantage h1{
    font-size: 40px;
    color:#fff;
    text-align: center;
    margin-bottom: 20px;
}
.advantage ul{
    overflow: hidden;
}
.advantage ul li{
    float:left;
    width: 380px;
    height: 212px;
    background: #9b0d1c;
    margin: 30px 30px 0 0;
}
.advantage ul li img{
    margin: 30px auto 20px 43%;
}
.advantage ul li h2{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.advantage ul li p{
    font-size:16px;
    color:#fff;
    text-align: center;
    margin-top: 12px;
    line-height:28px;
	margin-left:20px;
	margin-right:20px;
}




.introduction{
    width: 1200px;
    margin: 0 auto;

}
.introduction h1{
    font-size: 40px;
    color:#333;
    text-align: center;
}
.sc_cont{
    margin-top: 50px;
    overflow: hidden;
}
.sc_cont img{
    float: left;
}
.sc_cont .sc_text{
    width: 580px;
    float: right;
}
.sc_cont .sc_text p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}
.sc_cont .sc_text a{
    display: block;
    width: 180px;
    height:50px;
    border: 2px solid #002d60;
    font-size: 18px;
    color: #002d60;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
}
.sc_cont .sc_text a:hover{
    color: #fff;
    background: #002d60;
}



/* nav */

.nav{}
.nav>ul>li{float:left;margin-left:70px;position: relative;padding: 29px 0;}
.nav>ul>li:first-child{margin-left:0}
.nav>ul>li>a{display:block;font-size:16px;color:#333;line-height:40px;border-bottom:2px solid transparent}
.nav li.dot a{padding-right:18px;background:url(../images/dot.png) no-repeat right center}
.nav>ul>li>a:hover{border-color:#e11020}

.sbnav{display: none;position:absolute;z-index:99;padding:15px 20px;background:#e11020;top:100px;text-align:center;width:100%;margin-left:-20px}
.sbnav:before{content:'';border:7px solid;border-color:transparent transparent #e11020 transparent;position:absolute;left:50%;margin-left:-7px;top:-14px}
.nav .sbnav li a{padding-right:0;background:0 0;font-size:14px;color:#fff;line-height:36px;display:block;width:100%;position:relative}
.nav .sbnav li a:before{content:'';width:1px;height:12px;background:#f9cfd2;position:absolute;left:0;top:50%;margin-top:-6px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.nav .sbnav li a:hover{color:#ffe0b9}
.nav .sbnav li a:hover:before{background:#ffe0b9}


/* 下拉 */
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
}

/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {font-size:14px;display: block;
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	left:-80px;
	width: 100%;
	text-align: right;
	padding: 0 2em;
	margin: 0;
	text-transform: capitalize;
}

/* first level menu items */
.cbp-tm-menu > li {
	display: inline-block;
	margin: 0 2.2em;
	position: relative;
}

.cbp-tm-menu > li > a {
	line-height: 4em;
	padding: 0 0.3em;
	font-size: 1.25em;
	display: block;
	color: #666;
	text-align:center;
}

.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active {
	color: #07355c;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;

	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 14em;
	left: 50%;
	
	margin: 0 0 0 -6.5em;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 10px;
}

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/

.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}

.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 16px;
	margin-left: -16px;
	
	left: 50%;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #fff;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #fff;
}

.cbp-tm-submenu {}

.cbp-tm-submenu > li {
	display: block;
	background: #fff;
	
}

.cbp-tm-submenu > li > a {
	padding: 10px 0.6em 10px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	font-size: 1.2em;
	position: relative;
	color: #47a3da;
	border: 4px solid #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-align:center;
	border-bottom:#CCC 1px dashed;

}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
	color: #fff;
	background: #47a3da;
}

/* the icons (main level menu icon and sublevel icons) */
.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {
	font-family: 'cbp-tmicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
}

/*.cbp-tm-menu > li > a:not(:only-child):before {
	content: "\f0c9";
	font-size: 60%;
	opacity: 0.3;
}*/

.cbp-tm-icon-archive:before {
	content: "\e002";
}

.cbp-tm-icon-cog:before {
	content: "\e003";
}

.cbp-tm-icon-users:before {
	content: "\e004";
}

.cbp-tm-icon-earth:before {
	content: "\e005";
}

.cbp-tm-icon-location:before {
	content: "\e006";
}

.cbp-tm-icon-mobile:before {
	content: "\e007";
}

.cbp-tm-icon-screen:before {
	content: "\e008";
}

.cbp-tm-icon-mail:before {
	content: "\e009";
}

.cbp-tm-icon-contract:before {
	content: "\e00a";
}

.cbp-tm-icon-pencil:before {
	content: "\e00b";
}

.cbp-tm-icon-article:before {
	content: "\e00c";
}

.cbp-tm-icon-clock:before {
	content: "\e00d";
}

.cbp-tm-icon-videos:before {
	content: "\e00e";
}

.cbp-tm-icon-pictures:before {
	content: "\e00f";
}

.cbp-tm-icon-link:before {
	content: "\e010";
}

.cbp-tm-icon-refresh:before {
	content: "\e011";
}

.cbp-tm-icon-help:before {
	content: "\e012";
}

/* Media Queries */
@media screen and (max-width: 55.6875em) {
	.cbp-tm-menu {
		font-size: 80%;
	}
}

@media screen and (max-height: 25.25em), screen and (max-width: 44.3125em) {

	.cbp-tm-menu {
		font-size: 100%;
		position: relative;
		text-align: center;
		padding: 0;
		top: auto;
	}

	.cbp-tm-menu > li {
		display: block;
		margin: 0;
		border-bottom: 4px solid #3793ca;
	}

	.cbp-tm-menu > li:first-child {
		border-top: 4px solid #3793ca;
	}

	li.cbp-tm-show > a,
	.no-touch .cbp-tm-menu > li > a:hover,
	.no-touch .cbp-tm-menu > li > a:active {
		color: #fff;
		background: #07355c;
	}

	.cbp-tm-submenu {
		position: relative;
		display: none;
		width: 100%;
	}

	.cbp-tm-submenu > li {
		padding: 0;
	}

	.cbp-tm-submenu > li > a {
		padding: 0.6em 2.3em 0.6em 0.6em;
		border: none;
		border-bottom: 2px solid #6fbbe9;
	}

	.cbp-tm-submenu:after {
		display: none;
	}

	.cbp-tm-menu .cbp-tm-show .cbp-tm-submenu {
		display: block;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}

}


.wzsylm{ background:#07355c; height:75px; top:5px; width:90px; }
.wzsylm a{ color:#FFF !important;}


.top_2_search{
	float:right;
	margin-top:5px;
	margin-right:30px;height: 30px !important; overflow:hidden;
}

.top_2_search form input{
	width: 220px;
	height: 30px;
	border: none;
	text-indent: 10px;
	border: solid 1px #0699ff;
}

.top_2_search a{
	width: 60px;
	height: 30px;
	background: url(../images/ssbt.png) no-repeat center center;
	border-left: none;
	position:absolute;
	top:5px;
	right:15px;
	
}