@charset "utf-8";

/* CSS Document */

body,h1,h2,h3,h4,h5,h6,div,ul,li,ol,dl,dt,dd,td,p,pre, form, fieldset, input, textarea, blockquote, th, button,em,select{ padding:0; margin:0;}
img,border,select,li{border:none; vertical-align:top;}
ul,dl,li{ list-style:none;}
body{color:#555; font-size:12px; font:Arial, 宋体, sans-serif;line-height:22px; background:#f4f4f4 url(images/bg2.gif) repeat-x;}
/*共用*/
a{text-decoration:none;color:#666}
.left{ float:left;}
.right{ float:right;}
.clear{clear:both;}
/*共用结束*/


/* 幻灯*/
.visual-swiper-slide {
    width: 100%;
    height: 100%;
    background:#000;
}
.visual-swiper-slide-item {
    position: relative;
}
.visual-swiper-slide-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin:0px auto;
}
.visual-swiper-slide .visual-swiper-slide-prev,
.visual-swiper-slide .visual-swiper-slide-next {
    opacity: 0;
    position: absolute;
    top: 50%;
}
.visual-swiper-slide:hover .visual-swiper-slide-prev,
.visual-swiper-slide:hover .visual-swiper-slide-next {
    width:50px;
    height:50px;
    line-height:50px;
    opacity: 1;
    transition: all .3s linear;
    background-color:rgba(0,0,0,0.5);
    background-image:none;
    font-size:20px;
    text-align:center;
    border-radius: 50px;
    color:#fff;
}
.visual-swiper-slide-item-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.visual-swiper-slide-item-text h2 {
display:none;
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
}
.visual-swiper-slide-item-text p {
    margin:0px auto;
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.visual-swiper-slide-item-text a.visual-swiper-slide-btn {
display:none;
clear:both;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.visual-swiper-slide-item-text a.visual-swiper-slide-btn:hover,
.visual-swiper-slide-item-text a.visual-swiper-slide-btn:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.visual-swiper-slide .visual-swiper-slide-item-text h2 {
display:none;
    transition: all 500ms ease-in-out 1000ms;
    position: relative;
    left: 50%;
    opacity: 0;
}
.visual-swiper-slide .visual-swiper-slide-item-text p {
display:none;
    transition: all 800ms ease-in-out 1500ms;
    position: relative;
    left: 50%;
    opacity: 0;
}
.visual-swiper-slide .visual-swiper-slide-item-text a {
display:none;
    transition: all 1200ms ease-in-out 2000ms;
    position: relative;
    left: 25%;
    opacity: 0;
}
.visual-swiper-slide .swiper-slide-active .visual-swiper-slide-item-text h2 {
display:none;
    left: 0;
    opacity: 1;
}
.visual-swiper-slide .swiper-slide-active .visual-swiper-slide-item-text p {
display:none;
    left: 0;
    opacity: 1;
}
.visual-swiper-slide .swiper-slide-active .visual-swiper-slide-item-text a {
display:none;
    left: 0;
    opacity: 1;
}
@media (max-width: 991px) {
    .visual-swiper-slide-item-text h2 {
	display:none;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .visual-swiper-slide-item-text p {
	display:none;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .visual-swiper-slide-item-text h2 {
	display:none;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .visual-swiper-slide-item-text p {
	display:none;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .visual-swiper-slide-item-text h2 {
	display:none;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .visual-swiper-slide-item-text p {
	display:none;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .visual-swiper-slide-item-text a.visual-swiper-slide-btn {
	display:none;
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
}
@media (max-width: 1280px) {
    .visual-swiper-slide-item-text h2 {
	display:none;
        font-size:2.0em;
    }
    .visual-swiper-slide-item-text p {
	display:none;
        line-height:180%;
        font-size:1.6em;
    }
}
@media (max-width: 768px) {
    .visual-swiper-slide-item-text h2, .visual-swiper-slide-item-text p, .visual-swiper-slide-item-text a.visual-swiper-slide-btn {
        display:none;
    }
}

/*幻灯文字对齐*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.top{width:980px;height:188px; margin:0 auto;}
.head{width:980px; height:21px; padding-top:9px; line-height:14px; text-align:right; color:#8f8f8f;}
.logo{width:980px; height:93px; margin:0 auto;}
.logo_l{ padding:29px 0 0 8px;}
.logo_r{float:right;line-height:93px;color:#FE6F15;font-size: 14px;font-weight:bold;height:93px;padding:0 60px 0 0 ;background:url(images/tel.png) right center no-repeat;}
.logo_r span{font-size: 18px;}

.head a{color:#666; margin:0 10px;}
.head a:hover{color:#b84834;}
.menu{width:980px; height:44px; margin:0 auto;}
#navmenu li.one{ float:left;padding:0 19px;}
.menu_ul li.menu_li{height:43px;float:left;width:2px;background:url(images/menu_li.gif) left bottom no-repeat;}
.menu_ul li.one a{display:block;height:43px;width:82px;text-align:center;line-height:43px;color:#FFF;font-size: 13px;font-weight:bold;font-family: 微软雅黑;}
.menu_ul li.one a:hover,.menu_ul li.one a.on{text-decoration:none;background:url(images/menu_a.gif) center top no-repeat;}

.bottom_bg{ padding:24px 0; background:#0B2860 url(images/bottombg.gif) repeat-x; margin:0 auto;}
.bottom{width:951px; margin:0 auto; color:#5680ca; padding:0px 0px 0 29px;}
.bottom a{color:#9bbbf3; margin:0 4px;}
.bottom_r{ color:#4c6ba3; padding-left:28px;}

#con_r{width:255px; height:295px;float:left; background:url(images/indexbg3.gif) no-repeat;}
#contact{width:227px; height:240px; padding:24px 14px 0 14px;}
#contact p{ margin-top:16px; display:block;}

body {font-family:'微软雅黑';}




#banner{width:964px;height:328px;margin:0 auto; position:relative; padding:8px; background:url(images/bannerbg.gif) no-repeat;}
.slides_container{width:964px;height:315px;overflow:hidden; margin:0px;}
.pagination{ margin:0;position:absolute;left:410px;top:316px;z-index:2000;width:123px;height:18px; background:url(images/bannerannubg.png) no-repeat; padding:5px 0 0px 42px;}
.pagination li{float:left;}
.pagination li a{ display:block;width:14px;height:0;padding-top:13px;background:url(images/bannerdoc.gif) no-repeat;float:left;overflow:hidden; margin-right:16px; display:inline;}
.pagination li.current a{background:url(images/bannerdoc1.gif) no-repeat;}

#con{width:980px; height:295px; margin:0px auto 0px auto;}
#con_l{width:310px; height:295px;float:left; background:url(images/indexbg1.gif) no-repeat;}
#news{width:275px; height:240px; padding:24px 17px 0 18px;}
#box10{width:275px; height:70px; margin-bottom:15px; color:#838383;}
#box10 img{ padding:1px; border:1px solid #e7e7e7; margin-right:19px; float:left;}
#box10 b a{ color:#ff6e08; font-size:13px;}
#news li{width:257px; height:17px; padding:10px 0 0 18px; border-bottom:1px solid #e6e6e6; background:url(images/indexdoc.gif) no-repeat 2px 13px; line-height:14px;}
#news li a{color:#555;}
#news li a.ash{color:#a3a3a3;}
#con_m{width:380px; height:295px;float:left; background:url(images/indexbg2.gif) no-repeat; margin:0 17px 0 18px; color:#555;}
#about{width:350px; height:245px; padding:19px 15px 0 15px;}
#about img{ float:left; margin:0 10px 0 0;}
.tit{height:23px; padding:8px 16px 0 20px;}
.tit_r{ padding-top:5px;}

#pro{width:980px; height:239px; background:url(images/indexbg4.gif) no-repeat; margin:0 auto;}
#title{ height:33px; padding:0 21px 0 16px;}
#title_r{ padding-top:14px; float:right;}
#pro_m{width:980px; height:157px; padding-top:38px;}
#pro_m dl{width:276px; height:167px; padding:0 8px 0 35px; color:#555; float:left;}
#pro_m dt img{ border:1px solid #e4e4e4; float:left; margin-right:20px;}
#pro_m dd a{color:#555; font-size:14px; font-weight:bold; margin-bottom:7px; display:block; line-height:14px;}
#pro_m dl:hover dd a{color:#ff6b07;}










.con{width:980px; margin:0 auto;}
.con_l{width:255px;}
.submenu{width:255px; background:url(images/submenubg1.gif) repeat-y;}
.tit{width:255px; height:31px;}
.submenu ul{width:255px;display:block; padding-top:8px;}
.submenu li{width:164px; height:23px; background:url(images/submenubg.gif) no-repeat;padding:13px 0 0 91px;line-height:14px; font-weight:bold;}
.submenu li a{color:#606060;}
.submenu li:hover a,.submenu li.hover a{color:#ff6b07;}
.tit1{height:23px; padding:8px 16px 0 20px;}
.con_r{width:704px; background:#f1f1f1 url(images/conrbg.gif) repeat-x; border:1px solid #e1e1e1;border-bottom:none;}
.title{width:668px; height:32px;color:#b8b8b8; line-height:14px; padding:0 21px 0 15px;}
.title a{color:#b8b8b8;}
.title_r{ padding:11px 0px 0 13px; background:url(images/titledoc.gif) no-repeat 0 12px;}
#main{width:678px; padding:27px 0px 25px 26px;}
#main dl{width:292px; height:133px; padding:26px 9px 0 18px; color:#555; float:left; background:url(images/propicbg.gif) no-repeat; margin:0 16px 20px 0; display:inline; display:block;}
#main dt img{float:left; margin-right:37px;display:inline;display:block;}
#main dd a{color:#555; font-size:14px; font-weight:bold; margin-bottom:7px; display:block; line-height:14px;}

.order{text-align:right;}
.order b{color:#6b6b6b;}
.order a{ color:#adadad; margin:0 2px; border:1px solid #d4d4d4; background:#fdfdfd; padding:3px;}
.order input{width:29px; height:19px; background:url(images/orderinput.gif) no-repeat; margin:5px 0px 0 12px; display:inline; border:none;}

#main1{width:648px; padding:32px 25px 40px 31px;}
#main1 dl{width:618px; height:119px; padding:18px 14px 0 16px; color:#656565;background:url(images/propicbg1.gif) no-repeat; margin:0 0px 27px 0;}
#main1 dt img{float:left; margin-right:46px;}
#main1 dd b{color:#0c46a1; font-size:14px; font-weight:bold; margin:3px 0 10px 0; display:block; line-height:14px;}
#main1 strong{ font-size:14px;}

#main2{width:650px; padding:24px 26px 26px 28px;}
#main2 img{ margin:0 18px 10px 0; float:left;}

#main3{width:636px; padding:35px 33px 33px 35px;}
#main3 b{color:#0c459e; font-size:14px;}
#main3 ul{ padding-top:20px;}
#main3 li{width:636px; height:40px;}
#main3 li strong{width:22px; height:16px;color:#fff; background:url(images/servicedoc.gif) no-repeat; display:block; text-align:center; line-height:16px; float:left; margin-right:10px;}

#main4{width:664px; padding:32px 0 35px 40px; background:url(images/contactpic.gif) no-repeat;}
#main4 b{color:#0c459e; font-size:16px; margin-bottom:5px; display:block;}

#main5{width:654px; padding:43px 0 27px 50px;}
.box1_m{width:654px;}
.box1_m .select{height:20px; margin:0 0 10px 19px;}
.input{width:287px; height:17px; margin:0 0 10px 19px;}
.textarea{width:428px; height:90px; border:1px solid #e4e4e4c; margin:14px 0 15px 19px;}
.annu{width:600px; height:24px;text-align:center;}
.annu input{width:61px; height:21px; background:url(images/annu.gif) no-repeat; color:#535353; border:none;}

#main6{width:655px; padding:35px 22px 35px 27px;}
#main6 strong{color:#105091;}

#main7{width:652px; padding:37px 22px 23px 30px;}


#box{width:652px; height:88px; margin-bottom:32px;}

#box img{ border:5px solid #ddd; margin-right:29px; float:left;}
#box b{width:492px; float:left; font-size:14px;}
#box p{width:492px;color:#6e6e6e; border-bottom:1px solid #eee; display:block; float:left; margin-bottom:17px; line-height:26px;}
#box a{color:#555;}
#box:hover a{color:#0b4093;}
#box span a{ padding-left:23px; background:url(images/newsdoc.gif) no-repeat; line-height:18px;}
#box:hover span a{ background:url(images/newsdoc1.gif) no-repeat;}
#box span{color:#666;}
#box:hover span{color:#ff6b07;}


#main8{width:639px; padding:34px 27px 26px 38px;}
#main8 h2{width:639px; height:35px;font-size:16px; color:#0c46a1; line-height:39px; text-align:center;}
#main8 span{width:639px; height:42px;text-align:center; display:block; color:#8b8b8b;}

.title10{height:31px;line-height:31px;font-family: 微软雅黑;text-transform : uppercase}
.title10 a.more{float:right;margin:0 20px 0 0 ;color:#EFEFEF;font-size: 10px;}
.title10 a.aa{float:left;color:#FFFFFF;width:100px;text-align:center;padding:0 10px 0 0 ;font-size: 14px;font-weight:bold;display:block;}
.title10 span{color:#FFF;color:#EFEFEF;font-size: 13px;}
.title11 span{padding:0 0 0 20px;}
.title10 a.aa{width:auto;padding:0 20px;}
.title13 a.more{display:none;}

.title15{line-height:32px;}
.title15 a.aa{display:block;float:left;width:130px;text-align:center;color:#FFFFFF;font-size: 14px;font-weight:bold;font-family: 微软雅黑;height:32px;line-height:32px;}
.title15 span{padding:0 0 0 20px;color:#B2B2B2;font-weight:bold;font-size: 13px;}


.title30{height:31px;background:url(images/title10.gif) left bottom no-repeat;text-align:center;line-height:31px;color:#FFF;font-size: 14px;font-weight:bold;}
.title30 span{padding:0 0 0 5px;}
.title30 a{color:#FFF;}

.title20{line-height:32px;height:32px;}
.title20 h5{float:left;height:32px;line-height:32px;padding:0 0 0 35px;background:url(images/title20.gif) left top no-repeat;color:#FFF;}
.title20 h5 span{display:block;height:32px;line-height:32px;padding:0 35px 0 0 ;background:url(images/title20.gif) right top no-repeat;}
.title20 h5 span a{color:#FFF;}
.title20 p{float:left;padding:0 0 0 20px;line-height:32px;font-size: 14px;font-weight:bold;color:#999999;}

.mianbao{float:right;line-height:32px;padding:0 0 0 12px;background:url(images/titledoc.gif) left center no-repeat;}
.mianbao a{margin:0 5px;}

.title21{margin:20px 0 10px;text-align:center;font-size: 22px;font-weight:bold;}

#content p img {max-width:100%;height:auto;}



