@charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form{ margin:0; padding:0; }
li { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
img{ border: 0; vertical-align:top}
a{ text-decoration: none; }
h1,h2,h3,h4,h5,h6{ font-weight: normal; }
/* 清除浮动*/
.clearfix:after {  
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;  
}  
.clearfix { zoom:1; } 

html{ min-width: 1200px; }
body{ color:#333; font-size: 16px; font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;}

a{ color: #333; }
a:hover{ color:#ff6801;}

/*颜色*/
.skyBlue {color: #007ae1;}
.orange {color: #F60;}
.black { color:#000; }
/**************★**头部**★************/
.con1200{ width: 1200px; min-width: 1200px; margin: 0 auto; }

.header{ width: 100%; background-color: #f3f3f3;}

.top-t{ width: 100%; height: 50px; line-height: 50px; background-color: #ff6801;}
.top-t p{ color: white;}
.top-t p a{ color: white;}

.top-t .p-1{ float: left;}
.top-t .p-2{ float: right;}

.top-con{ width: 100%; height: 140px; background-color: #f3f3f3;}
.top-con .logo{ float: left; margin: 15px 0 0 15px; }
.top-con .info{ float: right; padding:23px 15px 0 0; line-height: 50px; text-align: center;}
.top-con .info_top{ font-size:30px; font-weight: bold;}
.top-con .info_bottom{ font-size:24px; }

/*banner*/
.banner{ width: 100%; margin:5px 0; position: relative; overflow: hidden; z-index: 0;}
.banner .bd{ width: 100%; }
.banner .bd li{  }
.banner .bd img{ width: 100%; max-width: 1600px; max-height: 400px; display: block; margin: 0 auto;}
.banner .hd { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align:center; }
.banner .hd li{ width: 60px;height: 12px; display: inline-block; margin: 0 5px;background-color:#ccc;line-height: 15px; cursor: pointer;}
.banner .hd li.on{ background-color: #f60; }
.banner .prev,
.banner .next{ position:absolute; left:3%; top:50%; margin-top:-40px; display:block; width:66px; height:108px; background:url(../images/banner_btn.png) no-repeat; filter:alpha(opacity=20);opacity:0.2; }
.banner .next{ right:3%; left:auto; background-position: -66px 0px; }
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=60);opacity:0.6; }

/*导航*/
.nav { width:100%; height: 105px; padding-top:25px; background-color: #f3f3f3; }

.nav .ul-1{ width:1200px; margin:0 auto; border-left:1px solid #676768; height:70px;}
.nav li.item { box-sizing:border-box; -moz-box-sizing:border-box; width:11%; height:70px; border-right:1px solid #676768;float:left;text-align:center; position:relative; }
.nav li.item .item_top { width:100%; height: 36px; line-height:36px; }
.nav li.item .item_top a { color:#000; font-size:20px; font-weight:bold; }
.nav li.item .item_bottom { color:#848282;font-size:14px;height:34px;text-align:center;line-height:15px;}
.nav li.item .item_bottom .big { font-size:18px;line-height:34px; }

.nav li.selected .item_top a { color:#ff6801 !important; }

.nav .menu { position:absolute;display:none;left:-1px;top:70px;border:1px solid #676768; line-height:30px;width:168px;background-color:#f3f3f3; z-index:8;}
.nav .menu ul { padding:10px 0 20px; }
.nav .menu ul li { font-size:14px; color: }
.nav .menu ul li:hover { background-color:#FE9F21; color: #fff;}
.nav .menu ul li:hover a{ color: #fff;}

.nav li.hover .item_top a { color:#ff6801 !important; }
.nav li.hover .item_bottom{ position:relative; z-index:999; border-bottom:1px solid #f3f3f3; }
.nav li.hover .menu { display: block; }

/*服务*/
.service{ }
.service h2{ font-size: 40px; line-height: 2.4;}
.service .title{ width: 1200px; margin: 0 auto; }
.service .title ul{ }
.service .title li{ float: left; width: 25%; padding-bottom: 20px; cursor: pointer; text-align: center; }
.service .title li.selected{ background: url(../images/service-li-selected.png) no-repeat center bottom;}

.service .title p{ font-size: 22px; line-height: 1.4; }
.service .title i{ width: 100px; height: 100px;  display: inline-block; background: url(../images/new300-sprite-icon.png) no-repeat;}
.service .title i.i-1{ background-position: 0 0; }
.service .title i.i-2{ background-position: -100px 0; }
.service .title i.i-3{ background-position: -200px 0; }
.service .title i.i-4{ background-position: -300px 0; }

.service .title li.selected i.i-1{ background-position: 0 -100px;}
.service .title li.selected i.i-2{ background-position: -100px -100px;}
.service .title li.selected i.i-3{ background-position: -200px -100px;}
.service .title li.selected i.i-4{ background-position: -300px -100px;}

.service .content{ width: 100%; height: 380px; text-align: center; background: url(../images/service-content-bg.jpg) #f2f2f2 no-repeat center 0; overflow: hidden;}

.service .content ul{ margin: 120px 0; display: inline-block; }
.service .content li{ width: 280px; height: 140px; float: left; margin: 0 20px; background: #fff; text-align: left; cursor: pointer; }

.service .content li h3{ margin: 35px 0 0 35px; font-size: 24px; color: #000; }
.service .content li p{ margin: 5px 30px 0 35px; font-size: 16px; color: #a5a5a5;}
.service .content li:hover{ background-color: #00a0e9 ; transition: background-color .5s ease-out;}
.service .content li:hover h3{ color: #fff; }
.service .content li:hover p{ color: #a1d2f4;}

/*解决方案*/
.solution { width: 100%; height: 990px; color: #fff; background: #000 url(../images/solution-bgimg-1.jpg) no-repeat center; }

.solution .wrap{ width: 1200px; margin: 0 auto;  position: relative;}

/*.solution .title{ width: 1500px; margin: 0 auto;}*/
.solution .title h2{ font-size: 32px; padding: 50px 0 10px 0;}
.solution .title p{ font-size: 16px; color: #a3a3a3; padding-bottom: 30px;}

.solution .menu{ width: 330px; background: hsla(0,0%,100%,.2); position: absolute; top: 0; left: 0; text-align: center; }
.solution .menu ul{ position: relative; z-index: 1;}
.solution .menu li{ height: 95px; padding: 20px 0; cursor: pointer; text-align: center;}
.solution .menu li i{ width: 100px; height: 60px; display: inline-block; background: url(../images/new300-sprite-icon.png) no-repeat;}
.solution .menu li p{ padding-top: 10px; font-size: 16px;}

.solution .menu li i.i-1{ background-position: 0 -200px;}
.solution .menu li i.i-2{ background-position: -100px -200px;}
.solution .menu li i.i-3{ background-position: -200px -200px;}
/*.solution .menu li i.i-4{ background-position: -300px -200px;}*/
.solution .menu li i.i-4{ background: url(../images/solution-icon4.png) no-repeat center center;}
.solution .menu li i.i-5{ background-position: -400px -200px;}
/*.solution .menu li i.i-6{ background-position: -500px -200px;}*/
.solution .menu li i.i-6{ background: url(../images/solution-icon6.png) no-repeat center center;}

.solution .menu li.selected i.i-1{ background-position: 0 -260px;}
.solution .menu li.selected i.i-2{ background-position: -100px -260px;}
.solution .menu li.selected i.i-3{ background-position: -200px -260px;}
/*.solution .menu li.selected i.i-4{ background-position: -300px -260px;}*/
.solution .menu li.selected i.i-4{ background: url(../images/solution-icon4-active.png) no-repeat center center;}
.solution .menu li.selected i.i-5{ background-position: -400px -260px;}
/*.solution .menu li.selected i.i-6{ background-position: -500px -260px;}*/
.solution .menu li.selected i.i-6{ background: url(../images/solution-icon6-active.png) no-repeat center center;}

.solution .menu .move-bg{ width: 330px; height: 135px; position: absolute; top: 0; background: #00a0e9; z-index: 0; }

.solution .content{ height: 780px; margin-left: 430px; overflow: hidden;}
/*.solution .content{ width: 1000px; height: 780px; margin-left: 430px; overflow: hidden;}*/
.solution .content .item{ height: 780px; position: relative;}
/*.solution .content .item{ width: 1000px; height: 780px; position: relative;}*/
.solution .content h3{ margin: 20px 0; font-size: 26px; color: #999;}
.solution .content p{ color: #999; margin: 5px 0; }
.solution .content ul{ padding-top: 150px; }
.solution .content li{ width: 25%; float: left; text-align: center;}
.solution .content li i{color: #fff; width: 100px; height: 100px; display:inline-block; background: url(../images/new300-sprite-icon.png) no-repeat;}
.solution .content li p{color: #fff; }
.solution .content .a-button{ position: absolute; left: 100px; bottom: 30px; display: block; width: 142px; height: 42px; line-height: 42px; 
	text-align: center; border: 1px solid #fff; color: #fff; border-radius: 10px;}

.solution .content li i.i-1-1{ background-position: 0 -350px; }
.solution .content li i.i-1-2{ background-position: -100px -350px; }
.solution .content li i.i-1-3{ background-position: -200px -350px; }
.solution .content li i.i-1-4{ background-position: -300px -350px; }

.solution .content li i.i-2-1{ background-position: 0 -1050px; }
.solution .content li i.i-2-2{ background-position: -100px -1050px; }
.solution .content li i.i-2-3{ background-position: -200px -1050px; }

.solution .content li i.i-3-1{ background-position: 0 -1150px; }
.solution .content li i.i-3-2{ background-position: -100px -1150px; }
.solution .content li i.i-3-3{ background-position: -200px -1150px; }

.solution .content li i.i-4-1{ background: url("../images/solution-4-item-1.png") no-repeat center; }
.solution .content li i.i-4-2{ background: url("../images/solution-4-item-2.png") no-repeat center; }
.solution .content li i.i-4-3{ background: url("../images/solution-4-item-3.png") no-repeat center; }
.solution .content li i.i-4-4{ background: url("../images/solution-4-item-4.png") no-repeat center; }

.solution .content li i.i-5-1{ background-position: 0 -1350px; }
.solution .content li i.i-5-2{ background-position: -100px -1350px; }
.solution .content li i.i-5-3{ background-position: -200px -1350px; }
.solution .content li i.i-5-4{ background-position: -300px -350px; }

.solution .content li i.i-6-1{ background: url(../images/solution-6-item-1.png) no-repeat center; }
.solution .content li i.i-6-2{ background: url(../images/solution-6-item-2.png) no-repeat center; }
.solution .content li i.i-6-3{ background: url(../images/solution-6-item-3.png) no-repeat center; }
.solution .content li i.i-6-4{ background: url(../images/solution-6-item-4.png) no-repeat center; }
.solution .content li i.i-6-5{ background: url(../images/solution-6-item-5.png) no-repeat center; }
.solution .content li i.i-6-6{ background: url(../images/solution-6-item-6.png) no-repeat center; }
/* 屏幕 大于1500 时调整*/
@media screen and (min-width: 1500px){
	.solution .wrap {width: 1500px;}
	.solution .content{ margin-left: 500px; }
}

.cooperation {  }
.cooperation h3{ height: 55px; margin: 50px 0 30px; background: url(../images/cooperation.png) no-repeat center; text-indent: -9999px; }
.cooperation ul{ }
.cooperation li{ width: 33%; float: left; text-align: center; padding-bottom: 20px; }
.cooperation li img{ border: 1px solid #999;}
.cooperation h4{ padding: 20px 0 10px; font-size: 36px; font-weight: bold; text-align: center; }
.cooperation p{ font-size: 18px; text-align: center; }

.news { padding-bottom: 30px; }
.news h3 { height: 55px; margin: 60px 0 30px; background: url(../images/news-h3.png) no-repeat center; text-indent: -9999px;}

.news .left { float: left; }
.news .left img{ border: 1px solid #ccc; }
.news .right { width: 700px; float: left;}
.news .right ul { padding:5px 0 0 35px; }
.news .right li h4 { ;font-size:18px; line-height:2; font-weight:bold; }
.news .right li h4 a { color:#000; }
.news .right li p { font-size: 16px; line-height:1.6; padding-right: 30px; text-align: justify;}
.news .right li p a { color:#ff2626; }

.choose { height: 500px; background: url(../images/city.jpg) no-repeat center top fixed;}
.choose .left{ float: left; margin-top: 70px;}

.choose .center{ float: left; margin-top: 70px; margin-left: 10px; width: 430px; height: 379px; border: 1px solid #fff; color: #fff;}
.choose .center h3{ font-size: 24px; padding: 10px;}
.choose .center p{ padding: 5px; font-size: 18px;}

.choose .right{ float: left; margin-top: 70px; margin-left: 10px; width: 225px; height: 380px; color: #000;}
.choose .right h3{ font-size: 24px; line-height: 55px; padding: 0 10px; margin-bottom: 8px; background-color: #fff; }
.choose .right p{ line-height: 24px; padding: 3px; font-size: 18px; margin-bottom: 10px; background-color: #fff;}

.choose div{ transform: translate3d(-100px, -60px, 0); opacity: 0; transition: all 2.8s; }
.choose div.visible { transform: translate3d(0, 0, 0); opacity: 1; }
/*页尾*/
.footer{ width: 100%; height: 360px; margin-top: 30px; background-color: #555; font-size: 18px; color: #fff;}
.footer a{ color: #fff;}
.footer .con1200{ height: 290px; border-bottom: 1px solid #bbb; }

.footer .left{ float: left; width: 490px; height: 240px; margin-top: 35px;}
.footer .left h3{ font-size: 24px; padding-bottom: 10px;}
.footer .left h3 span{ font-size: 18px; }
.footer .left img { display: block; float: left; }
.footer .left ul{ float: left;  line-height:1.6; }
.footer .left li{ }

.footer .center{ float: left; width: 195px; height: 240px; padding:0 20px; margin-top: 35px;  border-left: 1px solid #fff; border-right: 1px solid #fff;}
.footer .center p{ font-size: 24px; padding-bottom: 10px; text-align: center;}

.footer .right{ float: left; width: 460px; height: 240px; margin-top: 35px;}
.footer .right dl{ padding:0 25px 15px; }
.footer .right dt{ font-size: 24px; padding-bottom: 10px;}
.footer .right dd{ float: left; line-height: 2; margin-right: 20px; }

.footer-b { margin-top: 5px; color: #999; text-align: center; line-height: 1.6;}
.footer-b a{ color: #999; }
.footer-b span{ padding: 0 10px;}
/*咨询*/
.zixun{ width: 150px; /*height: 690px;*/ position:fixed; right: 0; top: 50%; margin-top: -281px; background-color: #00a1df; }
.zixun .con{ width: 140px; margin:6px auto; background-color: #fff; border-radius: 5px; overflow: hidden;}
.zixun .zixun-img{ display: block; margin: 0 auto;}
.zixun .qq{ display: block; margin: 0 10px;}

.zixun h4{ margin: 3px 0; height: 40px; line-height: 40px; text-indent: 30px;  font-size: 18px; color: #00a1df; }
.zixun h4.h4-1{ background: #e5e6e7 url(../images/zixun-i-1.png) 2px center no-repeat; }
.zixun h4.h4-2{ background: #e5e6e7 url(../images/zixun-i-2.png) 2px center no-repeat; }
.zixun h4.h4-3{ background: #e5e6e7 url(../images/zixun-i-3.png) 2px center no-repeat; }
.zixun p{ padding: 3px 10px; font-size: 18px; }
.zixun p.b{ padding: 5px 10px; margin: 5px 0; background-color: #e5e6e7; font-size: 14px; }
.zixun p.b span{ font-size: 18px; color: #00a1df;}

.zixun .close{ width: 20px; height: 22px; position:absolute; top: 0; right: 0 ; cursor: pointer; background: url(../images/qq-close.png) no-repeat; }

/*返回顶部*/
.top-box {position:fixed;right:200px;bottom:100px;width:60px;height:30px;padding-top:30px;font-size:20px;line-height:30px;background:#333;color:#ccc;
			text-transform:uppercase;text-align:center;border-radius:10px;opacity:0.7;cursor:pointer;}
.top-box:before {position:absolute;top:13px;left:16px;content:"";border-bottom:15px solid #888;border-left:15px solid transparent;border-right:15px solid transparent;}

/*当前位置*/
.position { width:1200px; height:45px; margin:30px auto 10px;}
.position .left { width:820px; height:45px; float:left; border-bottom: 1px solid #000;}
.position .left p{ font-size: 20px; padding-top: 15px;}
.position .search { float:right;width:350px;height:45px; }
.position .search input { padding: 0; display: block; float: left; font-size: 20px;}
.position .search input.text { width:220px;height:43px; border: 1px solid #000; border-radius:10px 0 0 10px ; }
.position .search input.submit { width:120px;height:45px; border: none; color:white; background:#666;cursor:pointer;font-weight:bold; border-radius:0 10px 10px 0;}

.main { width:1200px;margin:0 auto 20px;}
.main-right{ float:right;width:350px; }
.main-right .ad-1{ width: 350px; height: 150px; background-color: #f60; margin-bottom: 20px;}
.main-right .ad-2{ width: 350px; height: 400px; background-color: #f60;margin-bottom: 20px;}
.main-right .right-news{ border: 1px solid #000; border-radius: 5px; margin-bottom: 20px;}
.main-right .right-news li{ padding:5px 10px;  font-size: 18px; line-height: 1.4; }
/*内容页*/
.article { float:left; width:820px; }
.article h1 { padding:10px 0; font-size: 30px; font-weight: bold;}
.article .info {padding-bottom: 20px; color: #666; font-size: 18px;}
#onclick { color:#f60; }
.article .con { font-size: 18px; line-height: 1.6;}
.article .pre-next { margin-top:15px; border-top:1px solid #ccc; font-size: 18px; line-height: 2.4; color:#000;}
/*单页*/
.main .one{  }
.main .one h1{ padding:20px 0; font-size: 30px; font-weight: bold; text-align: center; }
.main .one .con { font-size: 18px; line-height: 1.6;}
/*列表页*/
.main .list { float:left; width:820px; }
.main .list li { border-bottom:1px solid #ccc;margin-bottom:20px;padding:10px 0; }
.main .list h4 { font-size:20px;color:#000;font-weight:bold; line-height: 2;}
.main .list p { font-size: 18px; line-height: 1.8;}
.main .list p a { color:#f60; }

.page {padding:25px 0; text-align: center;}
.page a,.page b{ display: inline-block; line-height: 1.8; padding: 0 10px; margin:0 5px; }
.page a{ border:1px solid #555;}
.page a:hover{ border-color: #f60;}

/*投诉建议*/
.suggestion { width:90%; margin: 10px auto 20px;}
.suggestion_form{ font-size: 18px; }
.suggestion h3 { width:100%; padding: 10px 10px 20px; vertical-align:baseline; font-size:24px; font-weight:bold; color:#007ae1;}
.suggestion h3 span { font-size:16px;color:#c9c9c9; }
.suggestion table { width: 100%;  }
.suggestion table td { border:1px solid #ccc; padding: 5px;}
.suggestion table td input{ font-size: 18px; }
.suggestion table td.td-1 { width: 18%; text-align: center; background-color: #F6F6F6;}
.suggestion table td.td-2 {  }
/*招聘职位列表页*/
.table-read {}
.table-read table { width: 100%; margin: 20px auto; }
.table-read table td { border:1px solid #ccc; font-size: 16px;}
.table-read table td.td-t { padding: 10px; line-height: 1.4; font-size: 18px; }
.table-read table td.td-b { padding:6px 25px; }
.table-read table td.td-b h3{ font-weight: bold;}
.table-read table td.td-b p{ color:#888;}

.table-word {}
.table-word table { width: 100%; margin: 20px auto; }
.table-word table tr.tr-t { background-color: #F6F6F6; font-weight: bold; text-align: center;}
.table-word table tr.tr-t td { padding: 14px 0 !important; }
.table-word table td { padding: 8px 5px; border:1px solid #ccc; font-size: 16px;}
.table-word table td.td-c { text-align: center;}
/*招聘职位内容页*/
.table-word-con {}
.table-word-con table { margin: 20px auto; font-size: 16px; }
.table-word-con table td{ padding: 5px; border:1px solid #ccc;}
.table-word-con table td.td-1 { background-color: #F6F6F6; text-align: center;}
.table-word-con table p.right{ float: right; }

/*搜索页*/
.search-box {}
.search-box .search_form { width:100%; padding: 15px 0; text-align:center; font-size: 20px;}
.search-box .search_form input{ font-size: 20px;}
.search-box .search_form #keyboard{ width: 300px;}
.search-box p.search_info { width:100%; padding: 8px 0; font-size: 18px; text-align:center; color:#666;border-bottom:1px solid #ccc; }
.search-box p.search_info strong { color:#c00; margin:0 5px; }
.search-box .search_list li { border-bottom:1px dotted #ccc; }

.search-box .search_list li h2 { padding: 15px 0 10px; font-size: 20px; font-weight: bold; }
.search-box .search_list li p{ padding: 0 20px 10px; line-height: 1.6;}

/*汽车专题*/
.car .img_head img{ width: 100%;  }

.car .tit h1,.car .tit h2{ padding: 40px 0 5px; text-align: center; font-size: 60px; color: #ff6801; }
.car .tit h3{ line-height: 1.8; text-align: center; font-size: 36px; color: #000; }
.car .tit p{ padding: 10px 0; line-height: 1.4; text-align: center; font-size: 24px; color: #737373; }

.car .ul-1 { height: 390px; }
.car .ul-1 li{ width: 297px; height: 390px; float: left;  background-color: #737373; }
.car .ul-1 li.mr{ margin-right: 3px; }

.car .ul-1 li h4{ width: 250px; margin: 30px auto; padding-bottom: 10px; border-bottom: 1px dashed #fff; font-size: 48px; color: #fdfe02; text-align: center;}
.car .ul-1 li p{ padding: 0 25px; line-height: 1.6;  font-size: 18px; color: #fff; text-align: justify;}

.car .ul-2 li{ width: 300px; padding: 30px 0 20px; float: left; text-align: center;}
.car .ul-2 li img{  }
.car .ul-2 li p{ font-size: 30px; padding: 10px 0;}

.car .box { width: 100%; margin: 20px 0 10px; background-color: #e7e6e6;}
.car .box .ul-3 { width: 1200px; margin: 0 auto;}

.car .box .ul-3 li{ width: 300px; float: left; }
.car .box .ul-3 li img{ display: block; margin: 5px auto; }
.car .box .ul-3 li p{ padding:5px 20px; font-size: 24px; color: #000; text-align: justify;}
.car .box .ul-3 li p.p-a{ padding:5px 5px; }

.car .div-4{ background: #f8f2ec url(../images_car/div-4-bg.jpg) 50px 50px no-repeat; overflow: hidden;}
.car .div-4 p{ margin: 50px 0 0 590px; text-indent: 2em; line-height: 1.6; font-size: 18px; color: #000;  }
.car .div-4 ul{ margin: 20px 0 10px 590px; }
.car .div-4 ul li{ float: left; margin: 0 10px 10px 0;}

.car .div-5{ width: 100%; height: 165px; margin: 30px auto 40px; background-color: #ff6801; color: #fff; text-align: center;}
.car .div-5 h2{ font-size: 48px; padding: 30px 0 12px}
.car .div-5 p{ font-size: 24px; }
