﻿body{
font-size:16px;
color:#000000;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    font-family: "微软雅黑";
}
.clr {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.flex-viewport {
    width: 100%;
}
.slides img {
    width: 100%;
}
/*图片滚动*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;

    -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "\0020";
    line-height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    position: relative;
    background: #FFFFFF;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin: -20px 0 0;
    width: 40px;
    height: 48px;
    background: url(../images/arr.png) no-repeat;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    text-indent: -999em;
    opacity: 0;
    cursor: pointer;
}
.flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 0 0;
}
.flex-direction-nav .flex-next {
    right: -50px;
    background-position: -132px 0;
}
.flexslider:hover .flex-prev {
    left: 10px;
    opacity: .7;
}
.flexslider:hover .flex-next {
    right: 10px;
    opacity: .7;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* Pause/Play */
.flex-pauseplay a {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 10;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: #3584C7;
    color: #000000;
    opacity: .8;
    cursor: pointer;
}
.flex-pauseplay a:before {
    display: inline-block;
    content: "\f004";
    font-size: 20px;
    font-family: "flexslider-icon";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}

/* Control Nav */
.flex-control-nav {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
    zoom: 1;

    *display: inline;
}
.flex-control-paging li a {
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background: #FFFFFF;
    background: rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
       -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
            box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    text-indent: -9999px;
    cursor: pointer;

         -o-border-radius: 20px;
         -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}
.flex-control-paging li a:hover {
    background: #FFFFFF;
    background: rgba(0,0,0,.7);
}
.flex-control-paging li a.flex-active {
    background: #3584C7;
    cursor: default;
}

.flex-control-thumbs {
    position: static;
    overflow: hidden;
    margin: 5px 0 0;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    display: block;
    width: 100%;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        left: 10px;
        opacity: 1;
    }
    .flex-direction-nav .flex-next {
        right: 10px;
        opacity: 1;
    }
}
/*==图片滚动==*/
.plpl {
    position: fixed;
    z-index: 999;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.ma1 {
    width: 100%;
    height: 80px;
}
.tou {
    margin: 0 auto;
    width: 1200px;
    height: 80px;
}
.logo {
    margin-top: 20px;
   
}
.home_ner {
    
    width: 825px;
    height: 80px; margin-right:100px
}
.home_ner ul li {
    float: left;
    width: 101px;
    height: 80px;
    color: #333333;
    text-align: center;
    line-height: 80px;
}
.home_ner ul li a {
    display: block;
    color: #333333;
}
.home_ner ul li:hover {
    background: #3584C7;
    color: #FFFFFF;
}
.home_ner ul li:hover a {
    color: #FFFFFF;
}
.home_ner ul li p {
    position: absolute;
    width: 101px;
    height: 80px;
    background: #f01818;
    color: #3D92CA;
}
.home_li {
    margin: 0 auto;
    padding: 30px 0;
    width: 1200px;
    height: 150px;
}
.home_li1 {
    float: left;
    width: 150px;
    height: 150px;
    border: #CCCCCC 1px solid;
    border-radius: 100%;
    text-align: center;
}
.home_1 {
    margin-top: 45px;
    margin-left: 0;
}
.home_2 {
    display: none;
    margin: 0 auto;
    margin-top: 45px;
}
.home_li1 p {
    margin-top: 8px;
    color: #414141;
    font-size: 14px;
}
.home_li1:hover {
    border: #3584C7 1px solid;
    background: #3584C7;
}
.home_li1:hover p {
    color: #FFFFFF;
}
.home_li1:hover .home_1 {
    display: none;
}
.home_li1:hover .home_2 {
    display: block;
}
.hr1 {
    float: left;
    width: 110px;
    height: 150px;
}

/* =========================================== */
.MsoTableGrid {
    border-collapse: collapse;
}
/*#products_center {}*/
.home_ner ul li {
    
}
.home_ner ul li:hover .menu_list {
    height: 205px;
}
li .menu_list {
    position: absolute;
    top: 80px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-color: transparent;
    transition: .2s; background:#f1f1f1; 
}
li .menu_list dl{ width:1000px; margin:10px auto; text-align:left}
li .menu_list dl dt{ float:left; margin-left:210px;}
li .menu_list dl dd{float:left ;margin-left:200px;}
li .menu_list dl dd img{ height:160px; margin:12px 0 0px 0}
.home_ner ul li .menu_list a {
    display: block;
   
    
    color: #333;
    
    /*height: 50px;*/
    line-height: 35px;
}
#about1,
#about2 {
    position: relative;
    top: -90px;
}

/* =========================================== */

.home_product {
    margin: 0 auto;
    width: 1230px;
}
.home_product_bt {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: #CCCCCC 1px solid;
}
.home_product_bt p {
    margin-bottom: -1px;
    width: 100px;
    height: 5px;
    background: #3584C7;
}


.home_product_wz {
    padding-left: 10px;
    height: 40px;
    color: #8C8C8C;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
}

.home_product_1 {
    float: left;
    width: 380px;
    height: 315px;
    text-align: center;
}
.home_product_1 img {
    width: 380px;
    height: 250px;
}
.home_product_1 h1 {
    margin: 5px 0;
    color: #f41d1d;
    font-size: 14px;
}
.home_product_1 p {
    color: #999999;
    font-size: 12px;
}
.home_product_1:hover h1 {
    color: #f52249;
}

.hr2 {
    float: left;
    width: 30px;
    height: 315px;
}


.home_ckgd {
    margin: 10px auto;
    width: 140px;
    height: 40px;
    border: #3584C7 1px solid;
}
.home_ckgd li {
    float: left;
    width: 40px;
    height: 40px;
    background: #3584C7;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}
.home_ckgd p {
    float: left;
    width: 100px;
    height: 40px;
    color: #3584C7;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.home_ckgd h5 {
    float: left;
    width: 100px;
    height: 40px;
    color: #3584C7;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}


.home_culture {
    width: 100%;
    background: #F1F1F1;
}

.home_culture1 {
    margin: 0 auto;
    width: 1200px;
}
.home_culture1 p {
    color: #8F8F8F;
    font-size: 14px;
    line-height: 25px;
}
.home_culture1 img {
    float: left;
    width: 380px;
    height: 200px;
}
.hr3 {
    float: left;
    width: 30px;
    height: 200px;
}

.home_News {
    margin: 0 auto;
    margin-top: 20px;
    width: 1200px;
}
.home_news_l {
    width: 500px;
    height: 350px;
}
.home_news_l img {
    width: 600px;
    height: 300px;
}
.home_news_l p {
    position: absolute;
    margin-top: -40px;
    width: 600px;
    height: 40px;
    background: url(../images/6.png);
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.home_news_r {
    width: 600px;
    height: 350px;
}
.home_news_r1 {
    width: 600px;
    height: 105px;
}
.home_01 {
    float: left;
    width: 50px;
    height: 105px;
}
.home_01 li {
    width: 50px;
    height: 50px;
    border: #CCCCCC 1px solid;
    color: #7A7A7A;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}
.home_02 {
    float: right;
    width: 530px;
    height: 105px;
    border-bottom: #CCCCCC 1px solid;
}
.home_02 h1 {
    color: #474747;
    color: #474747;
    font-size: 14px;
}
.home_02 h2 {
    color: #999999;
    color: #999999;
    font-size: 12px;
}
.home_02 p {
    overflow: hidden;
    margin-top: 10px;
    height: 33px;
    color: #999999;
    color: #ADADAD;
    font-size: 12px;
}
.home_news_r1:hover .home_02 h1 {
    color: #3584C7;
}

.home_contact {
    margin: 0 auto;
    width: 1200px;
}
.home_contact_l {
    float: left;
    width: 390px;
    height: 200px;
}
.home_contact_l li {
    height: 30px;
    color: #737373;
    font-size: 14px;
    line-height: 30px;
}
.home_contact_l li img {
    margin-right: 5px;
    margin-bottom: -3px;
}
.home_contact_z {
    float: left;
    margin: 0 20px;
    width: 140px;
    height: 200px;
    text-align: center;
}
.home_contact_z p {
    color: #737373;
    font-size: 14px;
}
.home_contact_dt {
    float: left;
    margin-left: 60px;
    width: 570px;
    height: 230px;
}
.home_contact_dt img {
    width: 570px;
    height: 230px;
}

.de {
    margin-top: 40px;
    padding-top: 10px;
    width: 100%;
    height: 210px;
   
}
.de1 {
    margin: 0 auto;
    width: 1200px;
}
.de1 p {
    float: left;
    width: 180px;
    height: 180px;
    color: #737373;
    font-size: 10px;
}
.de1 ul li {
    float: left;
    width: 130px;
    height: 30px;
    color: #737373;
    font-size: 10px;
}
.de1 ul li a {
    color: #737373;
    font-size: 14px;
}
.de2 {
    padding: 30px 0;
    width: 100%;
    background: #F1F1F1;
    
}

.about {
    width: 100%;
}
.about img {
    width: 100%;
}

.about_1 {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
}
.about_2 {
    padding-bottom: 15px;
    width: 1200px;
    height: 400px;
    border-bottom: #999999 1px dashed;
}
.about_2_l {
    width: 590px;
    height: 400px;
}
.about_2_l img {
    width: 590px;
    height: 400px;
}
.about_2_r {
    width: 550px;
    height: 400px;
}
.about_2_r h1 {
    color: #545454;
    font-size: 16px;
}
.about_2_r p {
    margin-top: 10px;
    color: #ADADAD;
    font-size: 14px;
}
.about_2_r li {
    color: #ADADAD;
    font-size: 14px;
}

.about_gy {
    margin: 10px 0;
    width: 590px;
    height: 300px;
}
.about_gy h1 {
    margin: 50px 0 10px 0;
    color: #545454;
    font-size: 16px;
}
.about_gy p {
    margin-top: 3px;
    color: #ADADAD;
    font-size: 14px;
}
.about_gy img {
    width: 590px;
    height: 300px;
}

.prouct {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
}
.prouct_bt {
    margin: 0 auto;
    width: 263px;
    height: 30px;
    background: url(../images/20.png);
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.prouct_1 {
    margin-top: 10px;
    width: 1200px;
    height: 440px;
}
.prouct_1_l {
    margin-right: 20px;
    width: 600px;
    height: 430px;
}
.prouct_1_l img {
    /*  width:600px; */ height: 400px;
}
.prouct_1_l p {
    margin-top: 10px;
    color: #333333;
    text-align: center;
    font-size: 14px;
}
.prouct_1_r {
    width: 580px;
    height: 430px;
}
.prouct_1_r1 {
    float: left;
    width: 280px;
    height: 220px;
}
.prouct_1_r1 img {
    /*  width:280px; */ height: 180px;
}
.prouct_1_r1 p {
    margin-top: 10px;
    color: #333333;
    text-align: center;
    font-size: 14px;
}
.hr3 {
    float: left;
    width: 20px;
    height: 220px;
}

.prouct1_zuo {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
}
.prouct_r {
    width: 900px;
	min-height:600px;
}
.prouct_101 {
    width: 200px;
}
.menu li:hover {
    color: #3584C7;
}
.menu li {
    font-size: 14px;
}

.prouct_p1 {
    float: left;
    width: 280px;
    height: 230px;
	border:1px #CCC solid;
	margin-bottom:10px;
}
.prouct_p1 img {
    max-width: 280px;
    max-height: 180px;
}
.prouct_p1 p {
    margin-top: 10px;
    color: #626262;
    text-align: center;
    font-size: 14px;
}
.hr4 {
    float: left;
    width: 25px;
    height: 230px;
}

.Page {
    margin: 20px auto;
    color: #333333;
    text-align: center;
	width:100%;
}


.Page a{
    color:#666;
	font-size:12px;
	margin-left:10px;
	border:#999 1px solid;
	padding:5px 10px;
}

.Page .PageNumberActive{ color:#F00}

.bj {
    border: #CCCCCC solid 1px;
    color: #333333;
}
.bj:hover {
    border: #3584C7 solid 1px;
    background: #3584C7;
    color: #FFFFFF;
}
.Page tr td a {
    color: #333333;
}
.bj:hover a {
    color: #FFFFFF;
}

.product_y1 {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
}
.prouct_y_1 {
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    border-bottom: 3px solid #3584C6;
    line-height: 30px;
}
.prouct_y_1 a {
    color: #999999;
    font-size: 12px;
}
.prouct_y_1 p {
    color: #999999;
    font-size: 12px;
}

.prouct102 {
    overflow: hidden;
    width: 1200px;
    height: 570px;
}
.product_main {
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    border-top: 3px solid #3584C6;
}
.tplb {
    width: 700px;
    height: 570px;
}
.xin {
    width: 700px;
    height: 80px;
}
.xin img {
    margin-top: 2px;
    border: #FFFFFF 3px solid;
}
.xin img:hover {
    border: #3584C6 3px solid;
}
.prouct3_r {
    width: 445px;
    height: 500px;
    border-bottom: #CCCCCC 1px solid;
}
.prouct3_r h1 {
    padding-left: 20px;
    width: 425px;
    height: 70px;
    background: #3584C6;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 70px;
}
.prouct3_r h2 {
    margin-left: 20px;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.prouct3_r p {
    margin-left: 20px;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.prouct_lol {
    margin: 0 auto;
    margin-top: 20px;
    width: 1200px;
}
.solution {
    padding: 30px 0;
    width: 100%;
    height: 300px;
    background: #F1F1F1;
}

.solution_zuo {
    margin: 0 auto;
    width: 1200px;
}
.solution_l {
    width: 600px;
    height: 300px;
}
.solution_l img {
    width: 600px;
    height: 300px;
}
.solution_r {
    width: 530px;
    height: 300px;
}
.solution_r h1 {
    margin: 50px 0 0 0;
    color: #4A4A4A;
    font-size: 16px;
}
.solution_r h2 {
    color: #999999;
    font-size: 12px;
}
.solution_r p {
    overflow: hidden;
    margin-top: 10px;
    height: 106px;
    color: #A6A6A6;
    font-size: 12px;
}

.solution_ylm {
    width: 1200px;
    background: #FFFFFF;
}
.bjlk {
    margin-top: -30px;
    padding-top: 20px;
    width: 100%;
    background: #F1F1F1;
}
.solution_bt {
    padding: 20px 0;
    width: 1200px;
    height: 50px;
    border-bottom: #CCCCCC 1px solid;
    text-align: center;
}
.solution_bt h1 {
    color: #373737;
    font-size: 16px;
}
.solution_bt h2 {
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
}
.solution_ylm_zuo {
    margin: 0 auto;
    padding: 50px 0;
    width: 1000px;
    color: #999999;
    font-size: 14px;
}
.solution_ylm_zuo h1 {
    margin: 5px 0;
    color: #595959;
    font-size: 14px;
}
.solution_ylm_zuo p {
    color: #999999;
    font-size: 14px;
    line-height: 2;
}

.solution_kolk {
    width: 100%;
    height: 60px;
    border-top: #CCCCCC 1px solid;
}
.solution_kolk li {
    margin: 0 auto;
    width: 1000px;
    height: 60px;
    line-height: 60px;
}
.solution_kolk li a {
    color: #B4B4B4;
    font-size: 12px;
}


.solution1 {
    margin: 30px 0;
    width: 100%;
    height: 300px;
    background: #F1F1F1;
}

.solution_zuo12 {
    margin: 0 auto;
    width: 1200px;
}
.news_l {
    width: 600px;
    height: 300px;
}
.news_l img {
    width: 600px;
    height: 300px;
}
.news_r {
    width: 530px;
    height: 300px;
}
.news_r h1 {
    margin: 50px 0 0 0;
    color: #4A4A4A;
    font-size: 16px;
}
.news_r h2 {
    color: #999999;
    font-size: 12px;
}
.news_r p {
    overflow: hidden;
    margin-top: 10px;
    height: 106px;
    color: #A6A6A6;
    font-size: 12px;
}

.talent {
    width: 100%;
}
.btlo1 {
    height: 40px;
    border-bottom: #B6B6B6 1px solid;
    line-height: 40px;
}
.btlo1 h1 {
    float: left;
    margin-right: 30px;
    color: #424242;
    font-size: 16px;
}
.btlo1 samp {
    float: left;
    color: #999999;
    font-size: 14px;
}
.talent {
    border-bottom: #B6B6B6 1px solid;
}
.talent h2 {
    float: left;
    margin-right: 20px;
    color: #333333;
    font-size: 14px;
}
.talent h3 {
    float: left;
    color: #333333;
    font-size: 14px;
}
.talent h4 {
    color: #999999;
    font-size: 14px;
}
.talent p {
    color: #999999;
    font-size: 12px;
    line-height: 30px;
}
.talent embed {
    display: block;
    margin: 0 auto;
    width: 605px;
    height: 350px;
}

.after_sale {
    width: 100%;
}
.after_sale h1 {
    color: #6A6A6A;
    font-size: 14px;
}
.after_sale li {
    margin-top: 20px;
    padding-left: 20px;
    width: 100%;
    height: 70px;
    background: url(../images/20.0.png) no-repeat;
    color: #3E3E3E;
    font-size: 16px;
    line-height: 90px;
}
.after_sale p {
    margin: 10px 0 0 0;
    color: #828282;
    font-size: 14px;
}

.cotact {
    width: 100%;
}
.cotact1 {
    width: 100%;
    height: 300px;
}
.cotact1 img {
    width: 100%;
    height: 300px;
}
.cotact2 {
    margin-top: 10px;
    width: 100%;
}
.cotact2 p {
    color: #3A3A3A;
    font-size: 16px;
}
.flexslider {
    width: 100%;
}
.flexslider img {
    width: 100%;
}



/*浮动客服*/
#floatDivBoxs {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 999;
    width: 130px;
    background: #FFFFFF;
}
#floatDivBoxs .floatDtt {
    position: relative;
    width: 100%;
    height: 45px;
    background: #2689F0;
    color: #FFFFFF;
    text-indent: 22px;
    font-size: 18px;
    line-height: 45px;
}
#floatDivBoxs .floatDqq {
    padding: 0 14px;
}
#floatDivBoxs .floatDqq li {
    height: 70px;
    text-align: right;
    font-size: 15px;
}
#floatDivBoxs .floatDqq li img {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
#floatDivBoxs .floatDtxt {
    padding: 12px 14px;
    color: #000000;
    font-size: 18px;
}
#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}
#floatDivBoxs .floatImg {
    padding: 10px;
    background: #EBEBEB;
    text-align: center;
}
#floatDivBoxs .floatImg img {
    margin-bottom: 5px;
}
#floatDivBoxs .floatDtel img {
    display: block;
}
#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(../images/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0,0,0,.25);
}
.floatShadow {
    background: #FFFFFF;
    box-shadow: -2px 0 3px rgba(0,0,0,.25);
}
#rightArrow {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 999;
    width: 50px;
    height: 45px;
    background: url(../images/online_arrow.jpg) no-repeat;
}
#rightArrow a {
    display: block;
    height: 45px;
}
.floatDqq li  a {
    display: block;
    padding-top: 10px;
    width: 85px;
    width: 65px;
    outline: none;
    color: #666666;
    text-decoration: none;
}
.footer{ width:1200px; margin:0 auto; color:#737373; }
.bmenu li{ float:left; width:17%; margin-left:3%}
.bmenu li dt a{font-weight:bold;font-size:15px; color:#666}
.bmenu li dd{ margin-top:10px}
.bmenu li dd a{ display:block;font-size:13px;color:#737373; margin-top:4px}
.bmenu li dd.fpro a{ float:left; width:80px}
.footer a:hover{ color:#F00}

.copy{ margin-top:40px; margin-bottom:10px}
.copy dt{ float:left; margin-left:200px}
.copy dt img{ height:30px}
.copy dd{ float:left; line-height:30px; margin-left:20px; font-size:14px}
.clear{ clear:both}

.pdetail{ color:#707473;}
.pdtop{
    height: 800px;
    color: #fff;}
.ban{ width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;}
.p4 {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}
.bcon1{ width:1200px; margin:0 auto;padding-top:210px}
.btxt1{    display: inline-block;    font-family: inherit;
    font-weight: 500;    font-size: 26px;}
.btxt2{    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;}
.btxt3 iframe{ width:350px; height:200px; margin-top:70px}	
.btxt4{width:350px; text-align:center; margin-top:10px; color:#979797; font-size:14px} 

.pdcen{ width:100%; background:#FFF}
.pdmenu{width:1200px; margin:0 auto; height:60px; line-height:60px}
.pdmenu a{ color:#979797}
.pdmenu a:hover{ color:#f72823 }
.pdm1{ float:left}
.pdm2{ float:right; margin-right:350px}
.pdm2 a{ margin-left:20px; font-size:14px}
.pcon0 img{ width:100%}
.pdcon .tit{ background:#f7f8f9; padding:52px 0;}
.w1200{width:1200px; margin:0 auto;}
.pdcon .tit2 {color: #707473;
    font-weight: 300;
    font-size: 26px;}
.pdcon .tit2 em{ font-style:normal;color: #44a8f2;
    font-weight: 300;
    font-size: 26px; margin-left:20px}
.pdcon .tit3{padding:30px 0}	
.pdcon .tit3 *{ font-size:14px; line-height:30px; }

.pcon2 .tit3 li{ float:left; width:25%; margin-bottom:20px}
.pcon2 iframe{ width:270px; height:165px; }	

.pcon3 .tit3 a{ float:left; width:80px; text-align:center; padding: 2px 8px;
    border: 1px solid #707473;
    background: #f7f8f9;
    color: #a6acaa; margin-right:20px; margin-bottom:20px}
.pcon2,.pcon3{ display:none; }

.var{ position:absolute; right:-20px; top:5px}
.var a{ color:#333; font-size:14px}

