/* footer */
.footer{
	margin-top: 40px;
	width: 100%;
	height: 300px;
	background: #363e49;
}
.footer .footercont{
	width: 1300px;
	padding-top: 50px;
	margin: 0 auto;
	
}

.footer .footercont .left{
	width: 380px;
	height: 200px;
	float: left;
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footercont .left span{
	font-size: 24px;
	color: #B20000;
	font-weight: 600;
}
.footer .footercont .left .biaoyu{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer .footercont .left p{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	
}
.footer .footercont .mid{
	width: 510px;
	height: 200px;
	float: left;
	margin-left: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footercont .mid ul{
	float: left;
	margin: 0 28px;
}
.footer .footercont .mid ul .first{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
}
.footer .footercont .mid ul li:first-child{
	margin-top: 15px;
}
.footer .footercont .mid ul li a{
	margin-top: 16px;
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.footer .footercont .mid ul li:hover a{
	color: #B20000;
}
.footer .footercont .right{
	width: 270px;
	float: right;
}

.footer .footercont .right .chaxun{
	
}

.footer .footercont .right .chaxun .guiji{
	width: 120px;
	height: 148px;
	float: left;
	
}
.footer .footercont .right .chaxun .guiji img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer .footercont .right .chaxun .guiji span{
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
}

.footer .footercont .right .chaxun .gzh{
	width: 120px;
	height: 148px;
	float: left;
	margin-left: 25px;
	
}
.footer .footercont .right .chaxun .gzh img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer .footercont .right .chaxun .gzh span{
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
}

.footer .footercont .other{
	height: 40px;
	margin: 25px auto 0;
	width: 242px;
}
.footer .footercont .other ul li{
	float: left;
	margin: 0 10px;
}
.footer .footercont .other ul li img{
	display: block;
	height: 28px;
}
.footerbar{
	width: 100%;
	height: 60px;
	background: #363e49;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footerbar .cont{
	width: 1300px;
	padding-top: 20px;
	margin: 0 auto;
}
.footerbar .cont p{
	float: left;
	color: #aaa;
	font-size: 14px;
}
.footerbar .cont .beian{
	margin-left: 15px;
}
.footerbar .cont span{
	float: right;
	color: #aaa;
	font-size: 14px;
}
.footerbar .cont a{
	color: #aaa;
	font-size: 14px;
}
/* 头部 */
.top{
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
}

.top .topbar{
	width: 1300px;
	height: 80px;
	margin: 0 auto;
}

.top .topbar .logo{
	float: left;
	height: 50px;
	margin-top: 15px;
	width: 120px;
}
.top .topbar .logo img{
	display: block;
	height: 50px;
}

.top .topbar .nav{
	width: 700px;
	height: 76px;
	float: left;
	margin-top: 4px;
}

.top .topbar .nav ul{
	
}
.top .topbar .nav ul li{
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 10px;
}
.top .topbar .nav ul li a{
	color: #333333;
	height: 72px;
	display: block;
	text-align: center;
	width: 80px;
	line-height: 76px;
	font-size: 16px;
}

.top .topbar .nav ul li .line{
	width: 0px;
	height: 4px;
	background-image: linear-gradient(to right, #3d8dfb, #265bf6);
	border-radius: 5px;
	transition: 0.5s;
	margin: 0 auto;
}

.top .topbar .nav ul li:hover .line,.top .topbar .nav ul .on .line{
	width: 60px;
}
.top .topbar .nav ul li:hover a,.top .topbar .nav ul .on a{
	color: #265bf6;
}

.top .topbar .language{
	width: 160px;
	height: 20px;
	margin-top: 30px;
	float: right;
}
.top .topbar .language .flag{
	float: left;
}
.top .topbar .language .flag img{
	display: block;
	height: 16px;
	margin-top: 8px;
}
.top .topbar .language .lan_xuan{
	float: left;
	margin-left: 5px;
}
.top .topbar .language select{
	display: block;
	width: 90px;
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-color: #fff;
	outline: none;
	font-size: 14px;
}
.top .topbar .language option{
	display: block;
	width: 80px;
	border: none;
	background: none;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	height: 32px;
}

.top .topbar .language option :hover{
	color: #eb151d;
}
.top .topbar .login{
	width: 120px;
	height: 32px;
	float: right;
	margin-top: 30px;
}
.top .topbar .login a{
	width: 120px;
	height: 32px;
	background-image: linear-gradient(to right, #B20000, #E62422);
	border-radius: 15px;
	display: block;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-weight: 500;
}

/*banner*/
.banner{
	position: relative;
	width: 100%;
	height: 573px;
	z-index: 11;
}
.banner .bd{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
	height: 573px !important;
}

.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}

.banner .bd ul li a {
	display: block;
	height: 573px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 70px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul {}
.banner .hd ul li {
	margin: 0 7px;
	width: 36px;
	height: 6px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	border-radius: 12px;
}

.banner .hd .on {
	background: #B20000;
}


.topka{
	width: 1300px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	
}
.topka .kabar{
	position: absolute;
	bottom: 0;
	width: 1300px;
	height: 100px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(33,84,245,.3);
	border-radius: 10px;
	z-index: 11111111111111111111111111;
	background: #fff;
}

.topka .kabar .track{
	width: 560px;
	float: left;
	height: 80px;
	padding: 10px 10px 10px 25px;
	
}
.topka .kabar .track h2{
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	display: block;
	
}
.topka .kabar .track .search{
	margin-top: 14px;
}

.topka .kabar .track .search input{
	float: left;
	width: 400px;
	height: 50px;
	border: 1px solid rgba(0,0,0,0.1);
	outline: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	display: block;
	text-indent: 5px;
	font-size: 16px;
	color: #333;
}
.topka .kabar .track .search button{
	width: 120px;
	height: 52px;
	background: #B20000 url(../images/search.png) 28px 15px no-repeat;
	background-size: 24px 24px;
	outline: none;
	cursor: pointer;
	display: block;
	text-indent: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	border: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.topka .contectbar{
	float: right;
	width: 700px;
}

.topka .contectbar ul li{
	width: 175px;
	height: 32px;
	margin-top: 34px;
	float: left;
}

.topka .contectbar ul li img{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 4px;
}
.topka .contectbar ul li span{
	font-size: 18px;
	color: #222;
	display: inline-block;
	margin-left: 10px;
	margin-top: 4px;
}


.jhw_cx{
	width: 1300px;
	margin: 30px auto 0;
	height: 60px;
}

.jhw_cx .left{
	width: 640px;
	background: rgba(0, 0, 0, 0.05);
	height: 60px;
	float: left;
	border-radius: 8px;
}
.yydcx{
	float: left;
	margin-left: 26px;
}
.yydcx input{
	display: block;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 465px;
	margin-top: 10px;
	border-right: none;
	outline: none;
	font-size: 14px;
	text-indent: 15px;
	color: #000;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.jhw_cx .left button{
	width: 120px;
	height: 40px;
	float: left;
	margin-top: 10px;
	border: none;
	background-image: linear-gradient(to right, #B20000, #E62422);
	
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.jhw_cx .right{
	width: 635px;
	float: right;
	background: rgba(0, 0, 0, 0.05);
	height: 60px;
	border-radius: 8px;
}

.jhw_cx .right .jhw_cont{
	width: 580px;
	height: 40px;
	margin: 10px auto 10px;
	background: #fff;
}

.jhw_cx .right .jhw_cont a{
	display: block;
	width: 190px;
	float: left;
	text-indent: 72px;
	height: 20px;
	border-right: 20px;
	margin-top: 10px;
	border-right: 2px solid rgba(0,0,0,0.1);
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}
.jhw_yundan a{
	background: url(../images/mb3ss.png) 46px center no-repeat;
	background-size: 20px auto;
}

.jhw_kf a{
	background: url(../images/mb3kf.png) 46px center no-repeat;
	background-size: 20px auto;
}

.jhw_cp a{
	background: url(../images/mb3sp.png) 46px center no-repeat;
	background-size: 20px auto;
	border: none !important;
}


.title h2{
	position: relative;
	margin-bottom: 10px;
	color: #222;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}
.trangle_01{
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid #B20000;
	vertical-align: super;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-right: 20px;
}

.trangle_02{
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid #B20000;
	vertical-align: sub;
	border-left-color: transparent;
	border-top-color: transparent;
	margin-left: 20px;
}
.trangle_03{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	border: 8px solid #E62422;
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.title p{
	text-align: center;
	font-size: 14px;
	color: #888888;
}

/* 主内容 */
.solution{
	width: 1300px;
	margin: 45px auto 0;
}
.solution .list{
	margin: 30px auto 0;
	width: 1300px;
	height: 420px;
}
.solution .list ul{
	margin-left: -13px;
}
.solution .list ul li{
	position: relative;
	width: 315px;
	float: left;
	margin-left: 13px;
}

.solution .list ul li img{
	display: block;
	width: 315px;
	height: 420px;
	
}
.solution .list ul li .text{
	width: 315px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

.solution .list ul li .text h3{
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.solution .list ul li .text h3 .trangle_03{
	margin-left: 10px;
}
.solution .list ul li .text span{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 15px;
}

.about{
	width: 100%;
	height: 640px;
	background: url(../images/mb3-bg1.jpg) center no-repeat;
	margin-top: 40px;
}

.about .aboutbar{
	width: 1300px;
	height: 500px;
	padding: 70px 0;
	margin: 0 auto;
}
.about .aboutbar .left{
	width: 650px;
	float: left;
}
.about .aboutbar h2{
	font-size: 30px;
	color: #fff;
	
}

.about .aboutbar .left .guanyu{
	margin-top: 70px;
	font-size: 24px;	
	color: rgba(255, 255, 255, 0.8);
}

.about .aboutbar .left .guanyu span{
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.1);
}
.about .aboutbar .left .content{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	text-indent: 28px;
	margin-top: 10px;
}
.about .aboutbar .left .more{
	margin: 30px 0;
	display: block;
	width: 120px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	text-align: center;
	border-radius: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
}

.about .aboutbar .left .advantage{
	
}

.about .aboutbar .left .advantage ul{
	margin-left: -40px;
}

.about .aboutbar .left .advantage ul li{
	float: left;
	width: 190px;
	margin-left: 40px;
	
}

.about .aboutbar .left .advantage ul li .photo{
	width: 48px;
	height: 48px;
}
.about .aboutbar .left .advantage ul li .photo img{
	display: block;
	width: 48px;
	height: 48px;
}
.about .aboutbar .left .advantage ul li .text{
	margin-top: 10px;
	
}
.about .aboutbar .left .advantage ul li .text h3{
	display: block;
	height: 30px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.about .aboutbar .left .advantage ul li .text p{
	line-height: 24px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
}

.about .aboutbar  .right{
	width: 600px;
	height: 400px;
	float: right;
	margin-top: 50px;
}

.about .aboutbar  .right img{
	width: 600px;
	height: 400px;
}
.case{
	width: 1300px;
	margin: 40px auto 0;
}
.case .list{
	width: 1300px;
	margin-top: 30px;
	
}
.case .list ul{
	margin-left: -33px;
}
.case .list ul li{
	float: left;
	margin-left: 33px;
	width: 300px;
}
.case .list ul li .photo{
	width: 300px;
	height: 375px;
}
.case .list ul li .photo img{
	display: block;
	width: 300px;
	height: 375px;
}

.case .list ul li .text{
	margin-top: 10px;
	height: 72px;
	width: 300px;
}
.case .list ul li .text h3{
	display: block;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.case .list ul li .text p{
	font-size: 15px;
	margin-top: 5px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
	padding: 2px;
}

.news{
	margin-top: 40px;
	width: 100%;
	padding: 60px 0;
	background: rgba(0, 0, 0, 0.03);
	height: 515px;
}


/* 新闻 */
.news .list1{
	width: 900px;
	position: relative;
	float: left;
	margin-top: 20px;
	
}
.news .list1 .hd{
	width: 770px;
	height: 26px;
	position: absolute;
	top: -22px;
	left: 0px;
	
}
.news .list1 .hd ul{
	margin-left: -20px;
}
.news .list1 .hd ul li{
	float: left;
	padding: 0 15px;
	height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 24px;
	border-radius: 8px;
	margin-left: 20px;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

.news .list1 .hd ul li:hover,.news .list1 .hd ul .on{
	background: #B20000;
	color: #fff;
	border-color: #B20000;
}

.news .list1 .bd{
	margin-top: 15px;
	width: 900px;
	padding: 15px;
	height: 350px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
}

.news .list1 .bd ul{
	width: 870px;
	height: 350px;
	overflow: hidden;
}

.news .list1 .bd ul li{
	width: 415px;
	margin-left: 20px;
	height: 30px;
	margin-top: 12px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.7);
	float: left;
	line-height: 30px;
}

.news .list1 .bd ul li a{
	display: block;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.7);
	float: left;
	width: 350px;
	
}

.news .list1 .bd ul li span{
	display: block;
	float: right;
	padding-right: 10px;
}

.news .list1 .bd ul li:hover a{
	color: #B20000;
}

.news .list2{
	float: right;
	width: 342px;
	position: relative;
	top: 0;
}
.news .list2 .sy3_tit{
	
	height: 26px;
}
.news .list2 .sy3_tit .line{
	width: 4px;
	height: 26px;
	float: left;
	background: #B20000;
	
}
.news .list2 .sy3_tit h2{
	display: inline-block;
	line-height: 26px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-left: 6px;
}

.news .list3{
	width: 312px;
	padding: 15px 10px;
	height: 350px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
	margin-top: 7px;
	
}

.news .list3 ul{
	margin-top: -13px;
}

.news .list3 ul li{
	height: 60px;
	margin-top: 13px;
}
.news .list3 ul li .photo{
	width: 70px;
	height: 52px;
	float: left;
}
.news .list3 ul li .photo img{
	display: block;
	width: 70px;
	height: 52px;
	border-radius: 4px;
}
.news .list3 ul li .text{
	width: 230px;
	float: right;
}
.news .list3 ul li .text h3{
	font-size: 13px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	font-weight: normal;
}
.news .list3 ul li .text span{
	padding-left: 17px;
	background: url(../images/hot.png) left center no-repeat;
	background-size: 15px auto;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 16px;
}
.news .sy_list{
	width: 1300px;
	margin: 30px auto 0;
}


.partner{
	width: 1300px;
	margin: 40px auto 0;
}

.partner .list{
	width: 1300px;
	margin-top: 15px;
}

.partner .list ul{
	margin-left: -20px;
}
.partner .list ul li{
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 198px;
	height: 78px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	
}

.partner .list ul li img{
	display: block;
	width: 178px;
	height: 56px;
	padding: 10px;
}