@charset "gb2312";
/* CSS Document */
* {
	margin: 0;
    padding: 0;
    border: 0;
	font-family:"Microsoft YaHei";
}
html{overflow-x:hidden; overflow-y:auto;}
body{background:#fff; margin:0 auto; font-size:14px; }
ul,ol{list-style-type:none;}
select,input{vertical-align:middle;}
img{vertical-align:top}
a,a:link,a:visited,a:active,a:focus{ text-decoration:none;}
.clear{ clear: both;}
.t_l{ text-align:left;}
.t_c{ text-align:center;}
.t_r{ text-align:right;}
.bg_1{ background:#f6f6f6;}/*浅灰*/
.bg_2{ background:#00a0e9;}/*蓝色*/
.hongse{ color: #ff0000;}
.huangse{ color: #fff100;}
.baise{ color: #fff;}
.lanse{ color: #00a0e9;}
/* 头部 */
/* logo */
/*a:hover{ color:#0073c3;}*/
.clear{ clear:both;}
#logo { width:100%; margin:0 auto;}
#logo .logo_bg{ width:1200px; margin:0 auto; background:#FFFFFF; height:200px;}
#logo .logo_bg2{ width:1200px; margin:0 auto; background:#FFFFFF; height:100px;}
#logo .top_r_xx{float:right; margin-top:25px; padding-right:2%;}
#logo .top_l_logo{float:left; margin-top:25px; padding-left:2%;}
/* logo */
/*logo*/
.index_2{ width:1200px; height:120px; padding-top: 20px; margin:0 auto; background:#FFFFFF;}
.index_2 li{ margin-top:10px;}
.index2_l{float:left;}
.index2_r{float:right; width: 234px; height: 67px; background: url(http://www.sdwtqx.com/static/pubimg/slogen.jpg) no-repeat; padding-top: 47px; padding-left: 30px;}
.index2_tel{ font-size:15px; color:#060202;}
/*logo*/
/* 导航 */
.head_dh {
  background: #3979f1;
  height: 58px;
  color: rgb(255, 255, 255);
  line-height: 58px;
  font-family: "Microsoft YaHei",Arial;
  font-size: 16px;
  min-width: 1200px;
}
.w1200 {
  margin: 0px auto;
  width: 1200px;
}
.head_dh .content  li a.navia:link{ padding:0 28px;}

.head_dh ul li {
	float: left; position: relative; z-index: 3;
}
.head_dh ul li a.navia:link {
	padding: 0px 28px; color: rgb(255, 255, 255); display: block;
}
.head_dh ul li a.navia:visited {
	padding: 0px 28px; color: rgb(255, 255, 255); display: block;
}
.head_dh ul li a.navia:hover {
	background: rgb(0, 54, 96);
}
.head_dh ul li .tc {
	background: url(http://www.sdwtqx.com/2015images/navibg.png); left: 0px; top: 44px; width: 100%; padding-bottom: 8px; display: none; position: absolute;
}
.head_dh ul li .tc a {
	background: url(20150317162936_160.jpg) repeat-x bottom; height: 33px; text-align: center; color: rgb(255, 255, 255); line-height: 32px; font-size: 14px; display: block;
}
/*导航 */
/* 头部 */
/* 页面底部 BENGIN */
.footer_box{ width:100%; background:#efefef; margin:0 auto; margin-top:20px; text-align:center; padding:45px 0;}
.footer_box .fb_h3{ font-size:38px; color:#00a0e9;}
.footer_box .fb_h3 span{ font-size:38px; color:#f10000;}
.foot_ul_1{ width: 1200px; margin: 0 auto; margin-top: 20px; }
.foot_ul_1 li{ width: 283px; height: 319px; margin-left: 24px; float: left;}
.foot_ul_1 li.foot_li_1{ width: 585px; background: url(/static/images/footer/footer_img_01.jpg) no-repeat; margin-left: 0;}
.foot_li_2{ background: url(http://www.sdwtqx.com/static/images/footer/footer_img_02.jpg) no-repeat;}
.foot_li_3{ background: url(http://www.sdwtqx.com/static/images/footer/footer_img_03.jpg) no-repeat;}
.foot_d1{ display: none; width: 100%; height: 319px; background:rgba(235, 69, 69, 0.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5eb4545,endColorstr=#e5eb4545); color: #FFF; cursor: pointer;}
.foot_d1 p.foot_p1{ font-size: 30px; padding-top: 55px; line-height: 50px;}
.foot_d1 p.foot_p2{ font-size: 40px; font-weight: 400; color: #FFF; margin-top: 40px;}
.foot_ul_1 li:hover .foot_d1{ display: block;}
.fd-ul1 {
	width: 1200px;
    margin: 0 auto;
}
.fd-ul1 li {
	width: 300px;
	padding: 33px 0;
	float: left;
}
.fd-ul1 li:first-child{ margin-left: 0;}
.fd-ul1 li .img {
    float: left;
	padding-top: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    border: 1px solid #128bec;
    text-align: center;
    margin-right: 13px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fd-ul1 li .items:hover .img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fd-ul1 li .txt h4 {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 31px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    margin-top: 3px;
}
.fd-ul1 li .txt h4 a{ color: #666;}
.fd-ul1 li .txt p {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.foot_bottom{ width:100%; background:#3f3f3f; margin-top:45px; padding-bottom: 67px;}
.foot_bottom .bottom_in_div{ width:1200px; margin:0 auto;}
.foot_bottom .bottom_in_div ul.bottom_ul01>li{ float:left; padding:0 60px; margin-top:25px; border-right:1px solid #FFF; line-height:22px; letter-spacing:1px; font-size:14px;} 
.foot_bottom .bottom_in_div ul.bottom_ul01>li:first-child{ padding-left:30px;}
.foot_bottom .bottom_in_div ul.bottom_ul01>li a{ color:#bfc0c0;}
.foot_bottom .bottom_in_div ul.bottom_ul01>li b{ color:#bfc0c0; font-size:16px; letter-spacing:2px;}
.foot_bottom .bottom_in_div ul.bottom_ul01>li:last-child{ border:none; padding-right:0;}
.bottom_gzwm .gzwm_img,.bottom_gzwm .gzwm_ul{ float:left; margin-top:5px;}
.bottom_gzwm .gzwm_ul li{ margin-top:10px; border:1px solid #f7f7f7; margin-left:5px; width:100px; height:24.5px;  text-align:center;}
.bottom_gzwm .gzwm_ul li:first-child{ margin-top:0;}
.bottom_gzwm .gzwm_ul a{ color:#efefef; font-size:15px;}
.foot_bottom .bottom_txt{ width:100%; font-size:13px; color:#bfc0c0; text-align:center; line-height:22px; margin-top:45px; padding-bottom:20px; letter-spacing:0.5px;}
.foot_bottom .bottom_txt a{ color:#efefef;}
/* 页面底部 END */
/* 页面底部2 BENGIN */
.footer2_box{ width:100%; background:#efefef; margin:0 auto; margin-top:20px; text-align:center; padding:45px 0;}
.footer2_box .fb_h3{ font-size:38px; color:#00a0e9;}
.footer2_box .fb_h3 span{ font-size:38px; color:#f10000;}
.footer2_box .foot2_ul_1{ width: 1200px; margin: 0 auto; margin-top: 30px; }
.footer2_box .foot2_ul_1 li{ width: 283px; height: 260px; margin-left: 22px; float: left; background: #FFF;}
.footer2_box .foot2_ul_1 li p{ color: #000; font-weight: bold; font-size: 20px;}
.footer2_box .foot2_ul_1 li.fir_mg0{ margin-left:0}
/* 页面底部2 END */
/* 底部浮窗 */
.pc-footer .left {
	float: left!important;
}
.pc-footer {
	background: #2493e2;
	height: 77px;
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 666;
}

.pc-end-box {
	width: 1100px;
	margin: 0 auto;
	height: 47px;
	overflow: hidden;
}

.pc-end-box .pc-end-01 {
	padding-left: 50px;
	height: 47px;
	background: url(http://www.sdwtqx.com/static/images/footer/f01.png) left center no-repeat;
	color: #fff;
	width: 250px;
}

.pc-end-box .pc-end-02 {
	height: 47px;
	width: 380px;
	overflow: hidden;
}

.pc-end-02 .tel-box {
	width: 250px;
	height: 47px;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 47px;
	margin-top: -3px;
}

.pc-end-02 .tel-btn {
	height: 47px;
	border-radius: 5px;
	line-height: 47px;
	color: #fff;
	padding: 0 15px;
	background: #fe7314;
	letter-spacing: 2px;
	cursor: pointer;
	margin-left: 10px;
}

.pc-end-03 ul li {
	float: left;
	border: 1px #fff solid;
	border-radius: 5px;
	width: 138px;
	margin-left: 15px;
}

.pc-end-03 a {
	color: #fe7314;
	height: 45px;
	padding: 4px 0 5px 80px;
	font-weight: bold;
	display: block;
}

.pc-end-03 ul li a.f01 {
	background: url(http://www.sdwtqx.com/static/images/footer/f02.png) 25px 0 no-repeat;
}

.pc-end-03 ul li a.f02 {
	background: url(http://www.sdwtqx.com/static/images/footer/f03.png) 25px 0 no-repeat;
}

.pc-end-03 ul li a.f03 {
	background: url(http://www.sdwtqx.com/static/images/footer/f04.png) 25px 0 no-repeat;
}

.pc-footer .size14 {
	font-size: 14px;
	line-height: 20px;
}

.pc-footer .size25 {
	font-size: 25px;
	line-height: 27px;
}
.pc-footer .am-g:after, .am-g:before, .w1200:after, .w1200:before, .w1220:after, .w1220:before {
	content: " ";
	display: table
}
.pc-footer .am-g:after, .w1200:after, .w1220:after {
	clear: both
}
/* 底部浮窗 */
/*右侧飘窗*/
.gd_rig *{-webkit-box-sizing: border-box;
	box-sizing: border-box;}
.gd_rig{ width: 75px; height: 340px; position:fixed; z-index:9; top:120px;right:0; font-size: 14px;}
.gd_rig li{ width: 75px; height: 80px; text-align: center; padding-top: 15px; cursor: pointer; position: absolute; right: 0;}
.gd_rig li p{ margin-top: 5px;}
.bg_qlan{ background: #00c0e9;}
.gd_li1{ top: 0px;}
.gd_rig li.gd_li2{ width: 340px; top: 80px;}
.gd_rig li.gd_li3{ top: 160px;}
.gd_d1,.gd_d2{ float: left;}
.gd_d2{ width: 225px; height: 35px; line-height: 35px; border-radius: 35px; overflow: hidden; margin-top: 8px; margin-left: 20px;}
.gd_d2 input{ height: 35px; line-height: 35px; float: left;}
.gd_li2{ padding-left: 20px; left:0px;
	transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
}
.gd_li2:hover{ left:-250px;}
.left_phonecallback{ width: 150px; padding-left: 20px;}
.left_callbtn{ width: 75px;}
.gd_rig li.gd_li4{ top: 240px; background: #4c4948; padding-top: 26px;}

.gd_rig *,.bottom_box *,#leftsead *,.fd-ul1 *,.index_2,.index_2 *{
    box-sizing:border-box;  
    -moz-box-sizing:border-box; /* Firefox */  
    -webkit-box-sizing:border-box; /* Safari */  
}
.w_1200{ width: 1200px; }
.mg_hf_0{ margin: 0 auto; }
.mg_t10{ margin-top: 10px; }
.t_c{ text-align: center; }
.w_1920{ width: 100%; min-width: 1200px; max-width: 1920px; }
/*xin chun fen wei*/
/*top*/
.index_top_xc a{
    min-width: 1200px;
    width: 100%;
    height: 98px;
    max-width: 1920px;
    background: url("http://www.sdwtqx.com/static/pubimg/index_top.jpg") center center no-repeat;}
/*top*/
/*bottom piao chuang*/
.index_footer_xc_height{
    height: 15%;
    background: #3f3f3f;}
.index_footer_xc{
    width: 100%;
    max-width: 1920px;
    height: 248px;
    margin: 0 auto;
    position: fixed;
    z-index: 666;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("http://www.sdwtqx.com/static/pubimg/index_bottom_1.png") center bottom no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.footer_xc_ul{ width: 1000px; height: 65px; margin: 0 auto; padding-top: 210px;}
.footer_xc_ul li{
    float: left; pointer-events: all;}
.footer_xc_ul .footer_xc_li2{ margin: 0 40px;}
.footer_xc_ul .footer_xc_li2 .tel_box_xc,.footer_xc_ul .footer_xc_li2 .tel_btn_xc{
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    float: left;
    -webkit-box-shadow:  0px 0px 5px #CCC;
    -moz-box-shadow:  0px 0px 5px #CCC;
    box-shadow:  0px 0px 5px #CCC;
}
.footer_xc_ul .footer_xc_li2 .tel_box_xc{
    width: 220px;
    padding-left: 10px;
}
.footer_xc_ul .footer_xc_li2 .tel_btn_xc{
    width: 100px;
    background: #fff100;
    color: #be0000;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}
.footer_xc_li3{
    color: #FFF;
    font-size: 18px;}
.footer_xc_li3 a{
    color: #FFF; margin: 0 5px;}
/*bottom piao chuang*/
/*right piao chuang*/
.f_l{
    float: left;}
.d_b{
    display: block;}
.gd_rig_xc *{-webkit-box-sizing: border-box;
    box-sizing: border-box;}
.gd_rig_xc{ width: 101px; height: 398px; position:fixed; z-index:9; top:100px;right:0; font-size: 14px;background: url("http://www.sdwtqx.com/static/pubimg/index_right.png") no-repeat;}
.gd_rig_xc ul{
    width: 62px;
    height: 260px;
    margin-left: 9px; margin-top: 101px;}
.gd_rig_xc ul li{ margin-top: 4px;}
.gd_rig_xc ul li a{
    display: block;
    width: 62px;
    height: 62px;
}
.gd_d2_xc{
    margin-top: 10px;
    margin-left: 1px;
    width: 335px;
    height: 62px;
    transition: transform 0.3s;
}
.gd_d2_xc_1{
    width: 235px;
    height: 62px;
    line-height: 62px;
    padding: 0 15px;
    margin-left: 25px;
    background: #dc0000;}
.gd_tel:hover .gd_d2_xc{
    transform: translate(-235px,0px);
}
.gd_d2_xc:hover .gd_d2_xc_1{ margin-left: -5px;}
.lxb_xc{
    height: 30px;
    line-height: 30px;    
	float: left;
    margin-top: 15px;}
.lxb_xc_1{
    width: 60%; padding-left: 2%;}
.lxb_xc_2{
    width: 40%; cursor: pointer;}
/*right piao chuang*/
/*xin chun fen wei*/