.header2{
	width: 100%;
	position: relative;
	z-index:10;
}
.header2 .top{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #2e2f2f;
}
.header2 .top .left li{
	float: left;
	font-size: 12px;
	position: relative;
	margin-right: 32px;
}
.header2 .top .left a{
	color: #fff;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.header2 .top .left li:first-child{
	margin-right: 31px;
}
.header2 .top .right{
	float: right;
}
.header2 .top .right li{
	margin-left: 31px;
	font-size: 12px;
	float: left;
	position: relative;
}
.header2 .top .right li.first{
	margin-left: 31px;
}
.header2 .top .right li a{
	color: #fff;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.header2 .top .right a.header2-car{
	/*padding-left: 23px;
	background:url(../img/img02.png) no-repeat left center;*/
}
.header2 .top .right a.header2-car i{
	background:url(../image/car.svg) no-repeat left center;
	width: 17px;
	height: 18px;
	margin-right: 6px;
	float: left;
    margin-top: 13px;
}
.header2 .top .right a.header2-car .mun{
width: 18px;
    height: 18px;
    margin-left: 4px;
    color: #fff;
    text-align: center;
    background-color: #ff0000;
    border-radius: 10px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
}
.header2 .bottom .logo{
	width: 180px;
	height: 32px;
	padding: 23px 0 25px;
}
.header2 .bottom .logo a{
	display: block;
	width: 170px;
}
.header2 .bottom .logo img{
	width: 100%;
}
.header2 .top .ewm{
    position: absolute;
    top: 44px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #000;
    z-index: 999;
    background: #fff;
    display: none;
}
.header2 .top .ewm img{
    width: 89px;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 10px;
    margin-bottom: 5px;
}
.header2 .top .left li.hover:hover .ewm{
	display: block;
}
.search-box{
	padding-bottom: 2px;
	padding-top: 28px;
	width: 241px;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}
.search-box .con{
	display: block;
	width: 239px;
	border: 1px solid #f6f6f6;
	position: absolute;
	top: 54px;
	left: 0;
	background: #fff;
	display: none;
}
.search-box .con a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 16px;
	font-size: 12px;
	color: #666;
	transition:background 0.3s;
	position: relative;
	left: 10px;
	opacity: 0;
}
.search-box .con .jb{
	color: #a8a8a8;
}
.search-box .con a:hover{
	background: #f7f7f7;
}
.search-box input[type="text"]{
	font-size: 14px;
	color: #8f8f8f;
	line-height: 22px;
	height: 22px;
	width: 214px;
	float: left;
	border: none;
}
.search-box input[type="text"]:focus{
	color: #333;
}
.search-box input[type="submit"]{
	width: 14px;
	height: 22px;
	float: right;
	background: url(../image/search.svg) no-repeat center;
	border: none;
}
.header2 .bottom{
	width:100%;
	background: #fff;
}
.header2 .bottom.flexedfrist{
	position: fixed;
	top:0px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #e8e8e8;
}
.header2-list{
	margin-left: 42px;
}
.header2-list li{
	float: left;
	/*width: 63px;*/
	margin-right: 28px;
	font-size: 14px;
	color: #3e3a39;
	line-height: 80px;
	height: 80px;
}
.header2-list li.li2{
	/*width: 107px;*/
}
.header2-list li.li3{
	/*width: 90px;*/
}
.header2-list li>a{
	color: #3e3a39;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.header2-list li>a.all-b i{
	width: 9px;
	height: 6px;
	background:url(../image/head01.svg) no-repeat center;
	margin-left: 6px;
	display: inline-block;
    position: relative;
    top: -3px;
}
.header2-list li.red>a{
	color: #d70012;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.header2-links{
	margin-right: 30px;
	font-size: 0;
	padding-top: 24px;
	height: 32px;
	line-height: 32px
}
.header2-links a{
	display: inline-block;
	font-size: 14px;
	color: #3e3a39;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.header2-links i{
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #eee;
	height: 12px;
	display: inline-block;
	margin: 0 9px 0 12px;
	position: relative;
	top: 1px;
}
.header2-nav-l{
	position: absolute;
	background:#fff;
	top: 80px;
	display: none;
	line-height: 0;
	padding: 39px 0 34px;
    border-top: 1px solid #dadada;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
}
.header2-nav-l dd{
	float: left;
	width: 110px;
	position: relative;
	top: 0;
	text-align: center;
	webkit-transition:top 0.3s;
    -moz-transition:top 0.3s;
    -o-transition:top 0.3s;
	transition:top 0.3s;
}
.header2-nav-l dd a{
	display: block;
	width: 100%;
}
.header2-nav-l dd img{
	height: 33px;
	margin-bottom: 13px;
}
.header2-nav-l dd p{
	font-size: 12px;
	color: #4d4d4d;
	line-height: 22px;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.header2-nav-l dd:hover{
	top: -5px;
}
.header2-nav-l dd:hover p{
	color:#007bc7;
}
.footer2{
	padding:43px 0 2px;
	background: #fff;
}
.footer2-top{
	padding: 0 59px 40px 23px;
}
.footer2-top dd{
	float: left;
	text-align: center;
}
.footer2-top dd a{
	display: block;
	width: 100%;
}
.footer2-top dd img{
	position: relative;
	top: 0;
	height: 36px;
	webkit-transition:top 0.3s;
    -moz-transition:top 0.3s;
    -o-transition:top 0.3s;
	transition:top 0.3s;
}
.footer2-top dd p{
	font-size: 16px;
	color: #595757;
	line-height: 27px;
	margin-top: 17px;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.footer2-top dd:hover img{
	top: 5px;
}
.footer2-top dd:hover p{
	color: #007bc7;
}
.footer2-center{
	padding: 62px 0;
	border-top: 1px solid #d4d4d5;
	border-bottom: 1px solid #f4f4f4;
}
.footer2-center .footer2-list{
	width: 1000px;
}
.footer2-center .footer2-list li{
	float: left;
	width: 167px;
}
.footer2-center .footer2-list li.li1{
	width: 120px;
}
.footer2-center .footer2-list li.li2{
	width: 152px;
}
.footer2-center .footer2-list h2{
	font-size: 14px;
	color: #323333;
	font-weight: bold;
	line-height:34px;
	margin-bottom: 13px;
}
.footer2-center .footer2-list p{
	font-size: 12px;
	color: #7f7f80;
	line-height: 24px;
}
.footer2-center .footer2-list a{
	color: #7f7f80;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.footer2-center .footer-right{
	width: 206px;
	float: right;
	text-align: center;
	padding-top: 12px;
}
.footer2-center .footer-right h2{
	font-size: 24px;
	color: #2688c7;
	line-height: 29px;
	font-weight: bold;
}
.footer2-center .footer-right p{
	font-size: 12px;
	color: #4d4d4d;
	line-height: 21px;
	margin-bottom: 9px;
}
.footer2-center .footer-right .link{
	width:102px;
	height: 31px;
	line-height: 31px;
	padding-left:19px;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	display: block;
	background:#2688c7;
} 
.footer2-center .footer-right .link i{
	width: 16px;
	height: 16px;
	background:url(../image/foot07.svg) no-repeat center;
	display: inline-block;
    position: relative;
    top: 3px;
	margin-right: 15px;
}
.footer2-bot{
	border-top: 1px solid #dfdfdf;
	padding: 19px 0;
}
.footer2-bot a{
	float: left;
	color: #717171;
	font-size: 12px;
	line-height: 22px;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.footer2-bot i{
	width: 1px;
	height: 9px;
	float: left;
	display: block;
	background: #717171;
	margin: 0 12px;
	margin-top: 7px;
}
.footer2-bot p{
	float: left;
	color: #717171;
	font-size: 12px;
	line-height: 22px;
	padding: 0 24px 0 28px;
}
.footer2-bot a.bf{
	margin-right: 17px;
}
.footer2-bot a.bf img{
	width: 47px;
}
.sign-li-box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: none;
	height: 100%;
}
.sign-li-box .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.sign-li-box .con{
	width: 183px;
	height: 259px;
	background: #fff;
	padding: 49px 65px 50px 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-radius: 5px;
	margin: -179px 0 0 -157px;
}
.sign-li-box .con .close{
	width: 17px;
	height: 17px;
	position: absolute;
	top: 20px;
	right: 21px;
	background: url(../image/right06.svg) no-repeat center;
	display: block;
	transition:all 0.3s;
}
.sign-li-box .con .picture{
	width: 90px;
	margin-bottom: 14px;
}
.sign-li-box .con h2{
	font-size: 23px;
	color: #0099e5;
	line-height: 32px;
}
.sign-li-box .con h3{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
	margin-bottom: 14px;
}
.sign-li-box .con p{
	font-size: 14px;
	color: #808080;
	line-height: 49px;
}
.sign-li-box .con .links{
	width: 183px;
	margin: 0 auto;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #007bc7;
	border-radius: 4px;
}
.sign-li-box .con .close:hover{
	transform: rotate(180deg);
}
.sign-li-boxb{
	padding: 17px 45px 21px 19px;
	width: 86px;
	background: url(../image/img96.png) no-repeat left center;
	background-size: auto 100%;
	position: absolute;
	top:30px;
	display: none;
	left:-149px;
}
.left-flexed.minwidth .sign-li-boxb{
	top: 11px;
}
.left-flexed .sign-li-boxb .fonts{
	font-size: 13px;
	color: #4d4d4d;
	line-height:18px;
	margin-bottom: 9px;
}
.sign-li-boxb .llink{
	width: 86px;
	height: 29px;
	border-radius: 2px;
	background: #007bc7;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #dde9f4;
	line-height: 29px;
}
.left-flexed{
	position: fixed;
	top: 50%;
	right:10px;
	padding:0 4px;
	width: 75px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 10;
	margin-top: -217px;
}
.left-flexed.minwidth{
	padding: 0 6px;
	width: 28px;
	margin-top: -100px;
	right:0;
}
.left-flexed li{
	width: 75px;
	text-align: center;
	position: relative;
	padding: 17px 0 10px;
	border-top: 1px solid #ececec;
}
.left-flexed.minwidth li{
	width: 28px;
	padding: 11px 0 10px;
}
.left-flexed li.red p{
	color: #d70000;
}
.left-flexed li .erw-box{
	padding:15px 54px 17px 28px;
	width: 86px;
	display: none;
	position: absolute;
	left: -160px;
	top: 22px;
	background: url(../image/right09.svg) no-repeat left center;
	background-size:auto 100%;
}
.left-flexed.minwidth li .erw-box{
	top: 5px;
}
.left-flexed li .erw-box img{
	width: 100%;
	margin-bottom:13px;
}
.left-flexed li .erw-box h2{
	font-size: 13px;
	color: #4d4d4d;
	line-height: 18px;
}
.left-flexed li:first-child{
	border-top: none;
}
.left-flexed li a{
	display: block;
	width: 100%;
}
.left-flexed li .img{
	width: 29px;
	height: 29px;
	display: block;
	margin: 0 auto;
}
.left-flexed.minwidth li .img{
	width: 18px;
	height: 18px;
}
.left-flexed li p{
	font-size: 12px;
	color: #707070;
	line-height: 30px;
	webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
	transition:color 0.3s;
}
.left-flexed.minwidth li p{
	display: none;
}
.left-flexed li .ico1{
	background: url(../image/right01.svg) no-repeat center;
}
.left-flexed li .ico2{
	background: url(../image/right02.svg) no-repeat center;
}
.left-flexed li .ico3{
	background: url(../image/right03.svg) no-repeat center;
}
.left-flexed li .ico4{
	background: url(../image/right04.svg) no-repeat center;
}
.left-flexed li .ico5{
	background: url(../image/right05.svg) no-repeat center;
}
.left-flexed li:hover .ico1{
	background: url(../image/right01_h.svg) no-repeat center;
}
.left-flexed li:hover .ico2{
	background: url(../image/right02_h.svg) no-repeat center;
}
.left-flexed li:hover .ico3{
	background: url(../image/right03_h.svg) no-repeat center;
}
.left-flexed li:hover .ico4{
	background: url(../image/right04_h.svg) no-repeat center;
}
.left-flexed li:hover .ico5{
	background: url(../image/right05_h.svg) no-repeat center;
}
.left-flexed.minwidth li .ico2{
	background: url(../image/right02_m.svg) no-repeat center;
}
.left-flexed.minwidth li .ico3{
	background: url(../image/right03_m.svg) no-repeat center;
}
.left-flexed.minwidth li:hover .ico2{
	background: url(../image/right02_m_h.svg) no-repeat center;
}
.left-flexed.minwidth li:hover .ico3{
	background: url(../image/right03_m_h.svg) no-repeat center;
}
.gotalk-alert_ss{
	position:absolute;
	left:-152px;
	bottom:-150px;
	display:none;
	padding-right:18px;
}
.gotalk-alert_ss .rignb{
	width:131px;
	font-size:12px;
	padding:8px 5px 0px 0;
	background:url(../image/right10.svg) no-repeat center;
}
.gotalk-alert_ss span{
	font-size:12px;
	color:#8b8b8b;
	line-height:20px;
	display:block;
}
.gotalk-alert_ss .skin-color{
	color:#4d4d4d;
	margin:0 0 10px 0;
}
.gotalk-alert_ss .skin-btn{
	width:86px;
	height:30px;
	margin-top: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	background:#007bc7;
	color:#fff;
	line-height:30px;
	display:inline-block;
}
.header2 .top .right li a:hover,.header2 .top .left a:hover,.header2-list li:hover>a,.header2-list li.red:hover>a,.header2-list li.red.hover>a,.header2-links a:hover,.footer2-center .footer2-list a:hover,.footer2-bot a:hover,.left-flexed li:hover p{
	color: #007bc7;
}
.robam_div{ display:none;}
.robam_service_bg{ background-color:#000000; filter:alpha(opacity=30);  -moz-opacity:0.3;  -khtml-opacity: 0.3;  opacity: 0.3; position:fixed; width:100%; height:100%;top:0px; left:0px; z-index:9999}
.robam_service{ width:530px; height:300px; display:block; margin:0 auto; background-color:#FFFFFF; position:fixed; z-index:99999; left:50%; top:50%; margin:-185px 0px 0px -265px; border:3px #f3f3f3 solid; border-radius:10px;}
.robam_service_close{ float:right; position:relative;top:16px; right:16px; background-image:url('../image/fancybox.png'); background-position:-40px -121px; width:25px; height:26px; cursor:pointer}
.robmam_service_title{ text-align:center;font-size:24px; height:33px; line-height:33px; width:300px; margin:0 auto; margin-top:32px; color:#333}
.robmam_service_title2{text-align:center; margin-top:11px;font-size:16px; color:#999}
.robam_service_ul{ clear:both; margin-top:36px;}
.robam_service_ul li{ list-style:none; float:left; width:50%; text-align:center}
.robam_service_ul li a{ text-decoration:none}
.robam_service_ul li p{font-size:16px; margin-top:13px;}
