﻿body{font:16px/1.8 'microsoft yahei',arial,"Hiragino Sans GB","SimSun";background-color:#fff;}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form{margin:0;}
table{border-collapse:collapse;}
h1,h2,h3,h4,h5,h6{font-size:1em;}
ul,ol,li{padding-left:0;list-style-type:none;}
img{border:0;vertical-align: middle;}
a{color: #fff;text-decoration: none;}
em{font-style: normal;}

@keyframes animRight {from {opacity: 0;transform: translateX(-100px);}to {opacity: 1;transform: translateX(0);}}
@-moz-keyframes animRight {from{opacity: 0;transform: translateX(-100px);}to {opacity: 1;transform: translateX(0);}}
@-webkit-keyframes animRight {from{opacity: 0;transform: translateX(-100px);}to {opacity: 1;transform: translateX(0);}}
@-o-keyframes animRight {from{opacity: 0;transform: translateX(-100px);}to {opacity: 1;transform: translateX(0);}}

@keyframes animLeft {from {opacity: 0;transform: translateX(100px);}to {opacity: 1;transform: translateX(0);}}
@-moz-keyframes animLeft {from{opacity: 0;transform: translateX(100px);}to {opacity: 1;transform: translateX(0);}}
@-webkit-keyframes animLeft {from{opacity: 0;transform: translateX(100px);}to {opacity: 1;transform: translateX(0);}}
@-o-keyframes animLeft {from{opacity: 0;transform: translateX(100px);}to {opacity: 1;transform: translateX(0);}}

@keyframes animTop {from {opacity: 0;transform: translateY(100px);}to {opacity: 1;transform: translateY(0);}}
@-moz-keyframes animTop {from{opacity: 0;transform: translateY(100px);}to {opacity: 1;transform: translateY(0);}}
@-webkit-keyframes animTop {from{opacity: 0;transform: translateY(100px);}to {opacity: 1;transform: translateY(0);}}
@-o-keyframes animTop {from{opacity: 0;transform: translateY(100px);}to {opacity: 1;transform: translateY(0);}}

@keyframes animDown {from {opacity: 0;transform: translateY(-100px);}to {opacity: 1;transform: translateY(0);}}
@-moz-keyframes animDown {from{opacity: 0;transform: translateY(-100px);}to {opacity: 1;transform: translateY(0);}}
@-webkit-keyframes animDown {from{opacity: 0;transform: translateY(-100px);}to {opacity: 1;transform: translateY(0);}}
@-o-keyframes animDown {from{opacity: 0;transform: translateY(-100px);}to {opacity: 1;transform: translateY(0);}}

/*公共类 global*/
.global_title{position: relative;height: 33px;}
.global_title h2{font-size: 28px;color: #565656;background-color: #fff;line-height: 33px;z-index: 9;position: absolute;padding-right:10px;}
.global_title:after,.global_title:before{content: '';position: absolute;background-color: #eaeaea;top:19px;height:1px;}
.global_title:after{width: 20px;left:-30px;}.global_title:before{width: 100%;left:0;}
.global_clear::after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.global_body{width:1000px;margin:0 auto;position: relative;}
/*动画*/
.start_anim .global_anim_left{animation:animLeft 2s;-moz-animation:animLeft 2s;-webkit-animation:animLeft 2s;-o-animation:animLeft 2s}
.start_anim .global_anim_right{animation:animRight 2s;-moz-animation:animRight 2s;-webkit-animation:animRight 2s;-o-animation:animRight 2s}
.start_anim .global_anim_top{animation:animTop 2s;-moz-animation:animTop 2s;-webkit-animation:animTop 2s;-o-animation:animTop 2s}
.start_anim .global_anim_down{animation:animDown 2s;-moz-animation:animDown 2s;-webkit-animation:animDown 2s;-o-animation:animDown 2s}
/*原子类*/
.fl{float: left;}.fr{float: right;}
.w900{width: 900px;}.w260{width: 260px}
.mt10{margin-top: 10px;}.mr20{margin-right: 20px;}.mt20{margin-top: 20px;}

/*顶部*/
.top_head{background-color: #fff;height: 116px;overflow: hidden;}
.top_head .global_body{overflow: hidden;}
.th_logo{float: left;margin:28px 0 0;}
.th_phone{float: right;padding-left:50px;height: 44px;background: url(img/phone.png) left center no-repeat;font-size: 22px;color: #1559a8;line-height: 36px;margin:36px 5px 0;vertical-align: middle;}
.th_phone span{display: inline-block;vertical-align: middle;}
.th_phone strong{font-style: oblique;font-size: 28px;font-weight:700;display: inline-block;vertical-align: middle;}
/*顶部banner*/
.top_banner{height: 864px;background: url(img/banner_bg.jpg) center no-repeat;position: relative;}
.top_banner .global_body{height: 864px;}
.tb_num{color: #ffde00;font-size: 120px;font-weight: 800;position: absolute;left:130px;top:120px;}
.tb_img{position: absolute;left:47px;top:30px;display: block;}
.tb_list_1,.tb_list_2,.tb_list_3{position: absolute;bottom:80px;width: 240px;padding:20px 30px;height: 180px;color: #fff;}
.tb_list_1 h3,.tb_list_2 h3,.tb_list_3 h3{font-size: 32px;}
.tb_list_1 p,.tb_list_2 p,.tb_list_3 p{font-size: 16px;padding:10px 0 0;}
.tb_list_1{background-color: rgba(255,222,0,.6);left:0;}
.tb_list_2{background-color: rgba(107,198,0,.6);left:350px;}
.tb_list_3{background-color: rgba(0,0,0,.6);left:700px;}
/*顶部box*/
.top_box{height: 840px;background:url(img/top_bg.jpg) bottom center no-repeat;position: relative;}
.top_box .global_body{height: 840px;position: relative;}
.tb_txt{text-align: center;font-size: 70px;padding:60px 0 0;line-height: 90px;}
.tb_txt div{color: #2e2e2e;text-align: center;}
.tb_txt p{color: #ffae00}
.tb_txt span{display: inline-block;width: 10px;height:24px;border-left:6px solid #ffae00;border-right:6px solid #ffae00;vertical-align: top;margin:20px 0 0;}
.tb_class_1,.tb_class_2,.tb_class_3{position: absolute;bottom:260px;width: 200px;height: 200px;border-radius: 130px;background-color: #ffae00;color: #2e2e2e;padding:30px;}
.tb_class_1 h3,.tb_class_2 h3,.tb_class_3 h3{font-size: 70px;text-align: center;line-height: 100px}
.tb_class_1 p,.tb_class_2 p,.tb_class_3 p{font-size: 20px;line-height: 30px;padding:10px 0 0;}
.tb_class_1{left:0;}
.tb_class_1:after,.tb_class_2:after{content: '+';width: 60px;height: 60px;font-size: 60px;font-weight: 800;color: #ffae00;position: absolute;right:-85px;top:100px;text-align: center;line-height: 60px;}
.tb_class_2{left:370px;}
.tb_class_3{left:740px;}

/*服务项目*/
.serve_item{position: relative;margin:20px 0 0;}
.si_list{margin:20px 0;width: 1050px;overflow: hidden;}
.si_box{width: 300px;height: 110px;float: left;margin:20px 50px 0 0;background-size: 100%;background-repeat: no-repeat;text-align: center;color: #fff;background-size: 100% 100%;}
.si_box_1{background-image: url(img/serve_1.jpg);}
.si_box_2{background-image: url(img/serve_2.jpg);}
.si_box_3{background-image: url(img/serve_3.jpg);}
.si_box_4{background-image: url(img/serve_4.jpg);}
.si_box_5{background-image: url(img/serve_5.jpg);}
.si_box_6{background-image: url(img/serve_6.jpg);}
.si_box h2{font-size: 24px;padding:20px 0 5px;}
.si_box a{display: inline-block; *zoom:1;*display:inline;padding:0 10px;border:1px solid #fff;color: #fff;line-height: 26px;border-radius: 2px}

/*需要什么*/
.need_data{position: relative;}
.nd_list{margin:20px 0;width: 1020px;overflow: hidden;}
.nd_box{width: 448px;height: 110px;border:1px solid #e3e3e3;margin:20px 20px 0 0;background-color: #f2f2f2;padding:14px 20px;float: left;}
.nd_box strong{font-weight: 800;font-size: 20px;color: #be1c2c}
.nd_box p{color: #565656;font-size: 16px;line-height: 24px;}

/*流程*/
.flow_tip{position: relative;}
.ft_img{margin:20px 0;text-align: center;}
.ft_img img{max-width: 100%;}

/*重要性*/
.impor_set{position: relative;}
.is_list{position: relative;text-align: center;font-size: 0;color: #565656;margin:40px 0 20px;}
.is_box{display: inline-block; *zoom:1;*display:inline;width: 120px;margin:0 12px 0 0;vertical-align: top;}
.is_box_last{margin:0;}
.is_box i{display: block;width: 120px;height: 100px;background-image: url(img/ico.jpg);background-repeat: no-repeat;}
.is_box strong{display: block;padding:10px 0 5px;font-size: 20px;}
.is_box p{font-size: 16px;line-height: 24px;}
.is_b1{background-position: 0 0}.is_b1{background-position: -120px 0}.is_b1{background-position: -240px 0}
.is_b1{background-position: -360px 0}.is_b1{background-position: -480px 0}.is_b1{background-position: -600px 0}
.is_b1{background-position: -720px 0}

/*问题咨询*/
.problem_infor{position: relative;}
.pi_list{overflow: hidden;width: 1002px;position: relative;margin:20px 0;}
.pi_box{float: left;width:339px;height: 56px;padding: 0 100px 0 60px;position: relative;margin:2px 2px 0 0;background-color: #f4f4f4}
.pi_box i{display: block;position: absolute;width: 44px;height: 44px;left:6px;top:6px;font-style: normal;text-align: center;line-height: 44px;color: #fff;font-size: 24px;border-radius: 5px;}
.pi_box span{line-height: 56px;color: #565656;font-size: 18px;}
.pi_box a{display: block;position: absolute;right:10px;top:12px;width: 90px;height: 32px;border:1px solid #0c0306;color: #0c0306;text-align: center;line-height: 32px;}
.pi_b1{background-color: #be1c2c}.pi_b2{background-color: #49bf57}.pi_b3{background-color: #f85c2e}
.pi_b4{background-color: #36c7b1}.pi_b5{background-color: #f8d92e}.pi_b6{background-color: #1f80b8}

/*特色*/
.us_feature{position: relative;}
.uf_content{position: relative;padding:0 0 0 400px;line-height: 38px;color: #565656;margin:20px 0;}
.uf_content img{position: absolute;width: 380px;height: 230px;left:0;top:0;}

/*底部*/
.footer{position: relative;display: block;}
.footer_con{margin:40px 0 0;padding:20px 0;background-color:#eeeeee;border:1px solid #d4d4d4;text-align: center;color: #565656;}
.footer b{font-size: 20px;}
.footer_code{margin:20px 0;}

/*弹窗*/
.fixed_popup{position: fixed;top:0;left:0;width:100%;height:100%;background-color: #000;background-color: rgba(0,0,0,.8);z-index: 9;display: none;}
.fp_con{position: absolute;width: 540px;height: 360px;left:50%;top:50%;margin:-180px 0 0 -300px;background-color: #fff;padding:0 30px;}
.fp_con h3{text-align: center;font-size: 24px;color: #565656;margin:10px 0;}
.fp_form{position: relative;padding:0 140px 0 0;}
.fp_text{width: 380px;height: 36px;border:1px solid #ccc;padding:0 10px;}
.fp_submit{width: 160px;height: 38px;background-color: #db8732;position: absolute;right:0;top:0;border:1px solid #db8732;color: #fff;font-size: 16px;}
.fp_tip{margin:10px 0;}
.fp_tip b{font-size: 16px;color: #bd2333}
.fp_tip p{font-size: 14px;color: #565656}
.fp_info{background-color: #e4fcff;border:1px solid #81d7e2;padding:10px;color: #565656;border-radius: 5px;}
.fp_info a{color: #565656}
.fp_close{display: block;position: absolute;right: 10px;top:10px;width: 32px;height: 32px;background: url(img/close.png) no-repeat;cursor: pointer;}

