﻿/**
 * Created by zxq on 2018/11/3.
 */
 /*header*/
.header{ width:100%; height:80px; border-bottom:1px solid #e7e7e7; position:fixed; top:0; background:#fff; z-index:999999;}
.header .content{ width:1200px; margin:0 auto;}
.header .content .logo{ width:166px; height:48px; float:left; padding-top:16px;}
.header .content .nav{ float:right; height:80px;}
.header .content .nav ul li{ float:left; height:80px; line-height:80px; margin-left:45px; }
.header .content .nav ul li a{color:#000000; font-size:18px;}
.header .content .nav ul li a:hover{color:#ec420d;}
.header .content .nav ul li.color_cheng a{ color:#ec420d;}
.header .content .nav ul li.dingwei{ position:relative;}
.header .content .nav ul li.dingwei .nav_02{ position:absolute; width:100%; min-width:50px; background:#fff; padding:15px 20px; top:80px; left:-12px; display:none; z-index:9999;box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);}
.header .content .nav ul li.dingwei .nav_02 a{ display:block; height:35px; width:100%; text-align:left; line-height:35px; font-size:16px; color:#000000; font-weight:400;}
.header .content .nav ul li.dingwei .nav_02 a:hover{ color:#ec420d; font-weight:400;}
.header .content .nav ul li.dingwei:hover .nav_02{ display:block;}
.header .content .nav ul li.dingwei .nav_03{ position:absolute; width:100%; min-width:250px; background:#fff; padding:15px 20px; top:80px; left:-12px; display:none; z-index:9999;box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);}
.header .content .nav ul li.dingwei .nav_03 a{ display:block; height:35px; width:100%; text-align:left; line-height:35px; font-size:16px; color:#000000; font-weight:400;}
.header .content .nav ul li.dingwei .nav_03 a:hover{ color:#ec420d; font-weight:400;}
.header .content .nav ul li.dingwei:hover .nav_03{ display:block;}
/*header end*/
/*banner轮播*/
.banner { position: relative; background:#fff; height:650px; overflow: hidden; margin-top:81px;}
.slides { position: relative; z-index: 1; }
.slides li { height:650px;background-size: cover!important; }
.flex-control-nav {position: absolute; bottom:30px; z-index: 2; width: 100%; text-align: center; }
.flex-control-nav li {display:inline-block;width:8px;height: 8px; margin: 0 5px; *display:inline;
        zoom: 1; }
.flex-control-nav a { display: inline-block; width: 8px; height: 8px; overflow: hidden; background: #fff; cursor: pointer;       font-size:0; -moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px; }
.flex-control-nav .flex-active { background:#ec420d;}
.flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 45%; display:none; }
.flex-direction-nav li a { display: block; width: 50px; height: 38px; overflow: hidden; cursor: pointer; position: absolute;        filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.flex-direction-nav li a.flex-prev { left: 40px; background: url(../images/prev_icon.png) center center no-repeat; }
.flex-direction-nav li a.flex-next { right: 40px; background: url(../images/next_icon.png) center center no-repeat; }
.flex-direction-nav li a:hover {filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6; opacity: 0.6;}

.banner .banner_content1{ width:1200px; margin:0 auto;}
.banner .banner_content1 h6{ color:#fff; font-size:40px; margin-left:530px; margin-top:180px; width:625px; margin-bottom:15px;}
.banner .banner_content1 p{ color:#cccccc; font-size:14px; margin-left:530px; width:625px; line-height:30px;}

.banner .banner_content2{ width:1200px; margin:0 auto;}
.banner .banner_content2 h6{ color:#333; font-size:40px; margin-left:180px; margin-top:200px; width:365px; margin-bottom:15px;}
.banner .banner_content2 p{ color:#666; font-size:14px; margin-left:180px; width:365px; line-height:35px;}

.banner .banner_content3{ width:1200px; margin:0 auto;}
.banner .banner_content3 h6{ color:#fff; font-size:40px; margin-left:180px; margin-top:200px; width:500px; margin-bottom:15px;}
.banner .banner_content3 p{ color:#fff; font-size:14px; margin-left:180px; width:500px; line-height:35px;}

.banner .banner_content4{ width:1200px; margin:0 auto;}
.banner .banner_content4 img{margin-left:120px; margin-top:200px;}

/*banner轮播 end*/
/*产品中心*/
.biaoti{ text-align:center; text-align:center; font-size:35px; color:#333333; line-height:140px; height:140px;}
.zhongxin{ width:1200px; margin:0 auto;}
.zhongxin ul li{ width:285px; float:left; position:relative; margin-left:20px;}
.zhongxin ul li:nth-child(1){ margin-left:0;}
.zhongxin ul li h6{ background:rgba(213,60,12,0.9); width:255px; height:46px; line-height:46px; text-align:center; font-size:18px; color:#fff; position:absolute; top:162px; left:15px;}
.zhongxin ul li .xian{ height:1px; width:100%; background:#e0e0e0; margin-top:43px;}
.zhongxin ul li p{ font-size:14px; color:#666666; margin-top:12px; padding:0 5px; line-height:25px; padding-bottom:10px;}
.zhongxin ul li a{ color:#ec420d; font-size:14px; margin-left:5px;}
/*产品中心 end*/
/*空图*/
.kong_tu{ width:100%;}
.kong_tu img{ width:100%;}
/*空图 end*/
/*优势*/
.youshi{ background:#e9e9e9; width:100%;}
.youshi .content{ width:1200px; margin:0 auto;}
.youshi .content .jieshao{ width:1080px; margin:0 auto; text-align:center; height:80px; border:1px solid #eb957b; -moz-border-radius:49px;-ms-border-radius:49px;-o-border-radius:49px;-webkit-border-radius:49px; color:#333333; font-size:18px; line-height:30px; padding-top:17px;}
.youshi .content .wu{ background:url(../images/youshi_bg.png) no-repeat top center; width:100%; height:700px;}
.youshi .content .wu .list{ width:356px; float:left;}
.youshi .content .wu .list ul li h6{ color:#333333; font-size:20px; font-weight:bolder; margin-bottom:10px;}
.youshi .content .wu .list ul li p{ color:#666666; font-size:14px; line-height:25px;}
.youshi .content .wu .left ul li h6{ text-align:right;}
.youshi .content .wu .left ul li p{ text-align:right;}
.youshi .content .wu .list ul li{ padding-top:72px;}
.youshi .content .wu .list ul li .height{ height:6px;}
.youshi .content .wu .list ul li .height_02{ height:59px;}
.youshi .content .wu .right{ margin-left:485px;}
.youshi .content .wu .center ul li h6{ text-align:center;}
.youshi .content .wu .center ul li p{ text-align:center; width:414px; margin:0 auto;}
.youshi .content .wu .center{ width:1200px;}
/*优势 end*/
/*footer*/
.footer{ width:100%; height:500px; background:#222222;}
.footer .content{ width:1200px; margin:0 auto; padding-top:60px;}
.footer .content .three{ float:left;}
.footer .content .three h6{ color:#cccccc; font-size:20px;}
.footer .content .three ul{ margin-top:10px;}
.footer .content .three ul li{ color:#666; font-size:14px; line-height:33px; }
.footer .content .three ul li a{display:block; width:auto; color:#666;}
.footer .content .three ul li a:hover{color:#999; text-decoration:underline;}
.footer .content .three .erweima{ margin-top:20px; width:157px;}
.footer .content .left{ width:358px;}
.footer .content .center{ width:367px;}
.footer .content .center ul li{ line-height:16px; background:url(../images/icon_footer.png) no-repeat 0 0; padding-left:30px;}
.footer .content .right .more{ display:block; width:117px; height:35px; line-height:35px; text-align:center; color:#fff; font-size:16px; background:url(../images/more_bg.png) no-repeat 0 0; margin-top:15px;}
.footer .content .footer_xian{ width:100%; height:1px; background:#333333; margin-top:70px;}
.footer .content .biean{ color:#666666; font-size:14px; margin-top:20px;}
/*footer end*/
/*****************************************主页完成************************************/
/*****************************************产品页面************************************/
.banner_cp{ width:100%; margin-top:81px;}
.banner_cp img{ width:100%;}
.list_02{ width:1200px; margin:0 auto;}
.list_02 ul li{ height:245px; margin-top:60px; border-bottom:1px solid #e0dede;}
.list_02 ul li img{ float:left; width:305px; height:185px;}
.list_02 ul li .right{ float:left; margin-left:60px; width:835px;}
.list_02 ul li .right h5{ font-size:25px; color:#333333; line-height:30px;}
.list_02 ul li .right .time{ display:block; font-size:14px; color:#999999; line-height:50px;}
.list_02 ul li .right p{font-size:14px; color:#666666; line-height:25px;}
.list_02 ul li .right .more{display:block; width:117px; height:35px; line-height:35px; text-align:center; color:#fff; font-size:16px; background:url(../images/more_bg.png) no-repeat 0 0; margin-top:15px;}
/*****************************************产品页面 end************************************/
/*****************************************关于我们************************************/
.content_about_us{ width:1200px; margin:0 auto; margin-top:60px;}
.content_about_us .left{ width:298px; border:1px solid #e0dede; border-bottom:none; float:left;}
.content_about_us .left ul li{ height:59px; border-bottom:1px solid #e0dede; line-height:59px; padding-left:30px;}
.content_about_us .left ul li a{ display:block; color:#333333; font-size:16px;}
.content_about_us .left ul li.dangqian_01 a{ color:#ec420d; border-right:5px solid #ec420d; color:#ec420d;}
.content_about_us .left ul li a:hover{ color:#ec420d; border-right:5px solid #ec420d; color:#ec420d;}

.content_about_us .right{ float:left; margin-left:60px; width:840px;}
.content_about_us .right h4{ font-size:25px; color:#333333; padding-left:15px; border-left:5px solid #cccccc;}
.content_about_us .right .about_us_xian{ width:100%; height:1px; background:#e0dede; margin:15px 0;}
.content_about_us .right ul li{ line-height:60px; background:url(../images/about_us_list_bg.png) no-repeat 0 0; height:60px; padding-left:40px; color:#666666; font-size:16px;}
.content_about_us .right .shuxian{ width:40px; height:20px; background:url(../images/about_us_list_bg.png) no-repeat 0 0;}
.content_about_us .right .about_us_nr{width:100%; font-size:16px; line-height:35px; color:#666666; padding-top:20px;}
/*****************************************关于我们 end************************************/
/*****************************************服务介绍************************************/
.fuwu{ width:1200px; margin:0 auto; padding-bottom:30px;}
.fuwu .fuwu_jieshao{ text-align:center; color:#666666; font-size:15px; line-height:25px;}
.fuwu ul li{ width:360px; float:left;margin-top:45px; margin-left:60px;}
.fuwu ul li.left_0{margin-left:0;}
.fuwu ul li img{ margin:0 auto; width:111px; height:111px;}
.fuwu ul li p{ font-size:16px; color:#666666; text-align:center; line-height:26px; margin-top:8px; height:78px; }

.liucheng{ width:100%; background:#f2f2f2; padding-bottom:80px;}
.liucheng ul{ width:1200px; margin:0 auto;}
.liucheng ul li{ width:340px; height:760px; background:#fff; -moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; padding:0 20px; float:left; margin-left:30px; box-shadow:0 0 20px rgba(81, 81,81,0.1);}
.liucheng ul li.left_0{ margin-left:0;}
.liucheng ul li h6{ color:#333333; font-size:25px; line-height:60px; padding-top:20px; text-align:center; border-bottom:1px solid #e5e5e5; margin-bottom:30px;}
.liucheng ul li img{ width:340px; margin:0 auto;}

.zhichi{ width:100%; background:url(../images/zhichi_bg.png) no-repeat bottom center; padding-bottom:200px;}
.zhichi ul{ width:840px; margin:0 auto;  border:1px solid #cccccc; border-radius:10px; overflow:hidden; border-bottom:none;}
.zhichi ul li{ height:50px; border-bottom:1px solid #cccccc;}
.zhichi ul li span{ line-height:50px; color:#666666; font-size:16px;}
.zhichi ul li .s1{ display:block; width:310px; float:left; border-right:1px solid #cccccc; text-align:center;}
.zhichi ul li .s2{ display:block; width:425px; float:left; padding-left:50px;}
.zhichi ul li.li_2{ background:#f2f2f2;}
.zhichi ul li.li_1{background:#666666;} 
.zhichi ul li.li_1 span{color:#fff; font-size:20px;}
/*****************************************服务介绍end************************************/
/*****************************************招聘************************************/
.join_us{ width:1200px; margin:0 auto;}
.join_us .biaoti_02{text-align:center; text-align:center; font-size:35px; color:#333333; padding-top:35px; padding-bottom:10px;}
.join_us .biaoti_03{text-align:center; text-align:center; font-size:20px; color:#666666;padding-bottom:55px;}
.join_us .zhiwei h4{ width:180px; text-align:right; color:#333333; font-size:20px;float:left; margin-top:35px;}
.join_us .zhiwei .tu{ width:43px;  background:url(../images/join_us_tu.png) no-repeat 0 0; float:left; margin-left:15px;}
.join_us .zhiwei .zhiwei_box{ float:left; background:#f0f0f0; width:962px; margin-top:15px; padding-bottom:30px;}
.join_us .zhiwei .zhiwei_box ul{ padding:30px 30px 0px 30px;}
.join_us .zhiwei .zhiwei_box ul h6{ color:#333333; font-size:18px;}
.join_us .zhiwei .zhiwei_box ul li{ line-height:30px; font-size:14px; color:#666666;}
.join_us .zhiwei .tu_01{ height:560px;}
.join_us .zhiwei .tu_02{ height:270px;}
.join_us .zhiwei .tu_03{ height:415px;}
.join_us .zhiwei .tu_04{ height:515px;}

/*****************************************招聘 end************************************/

/*****************************************行业方案************************************/

/*****************************************行业方案 end************************************/




