﻿@charset "utf-8";

/* ---------清空默认样式----------- */

html,
body,
div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
blockquote,
fieldset {
    margin: 0px;
    padding: 0px;
    font-family: Arial, "微软雅黑";
    font-size: 12px;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul,
ol,
li {
    list-style-type: none;
}

body,
input,
select,
button,
textarea {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
p,
span,
label,
del,
a,
strong,
em,
li,
dt,
dd {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

table,
tr,
th,
td {
    /* border: 0 none; */
    /*padding: 4px;*/
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0 none;
}

button {
    cursor: pointer;
}

i,
em,
cite,
address {
    font-style: normal;
}

a,
a:link {
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

a:visited {}

a:hover,
a:active {
    text-decoration: none;
}

a:focus,
input,
textarea {
    outline: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    /* IE Opera */
    outline: none;
    /* FF Opera */
}

a:focus {
    -moz-outline-style: none;
    /* FF */
}

.clearfix {
    /* overflow: hidden; */
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    /*overflow: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.overflow {
    overflow: hidden;
    height: 100%;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.east-tips-box {
    box-sizing: border-box;
}

input {
    border: 0px;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    background: #f9f9f9;
}

.wrap {
    box-shadow: 0 3px 16px #e5e5e5;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
}

.mobile_head {
    display: none;
}

.head {
    width: 100%;
    height: 87px;
    box-shadow: 0px 8px 10px 0px rgba(100, 100, 100, 0.2);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.header{
    width: 1700px;
}
.header .logo {
    float: left;
    margin-left: 18.1%;
    width: 189px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}

.header .logo a {
    display: block;
    width: 189px;
    height: 47px;
    background: url(../images/logo.png) no-repeat;
}

.header .logo p {
    font-size: 14px;
    color: #c9151e;
    margin-top: 6px;
}


/*导航*/

.nav_list {
    float: left;
    margin-left: 22px;
    margin-bottom: 0px;
}

.nav_list>li {
    float: left;
    position: relative;
}

.nav_list>li>a {
    display: block;
    width: 129px;
    height: 87px;
    color: #353332;
    text-align: center;
    line-height: 87px;
    font-size: 16px;
}

.nav_list>li>a:hover {
    text-decoration: initial;
}

.nav_list>li:hover>a {
    background: #c9151e url('../images/x_1_02.jpg') top center no-repeat;
    color: #fff;
}

.nav_list li:first-child .nav_a {
    width: 94px;
}

.nav_list li:last-child .nav_a {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.nav_list .sub_nav {
    display: none;
    z-index: 10;
    overflow: hidden;
    position: absolute;
    top: 87px;
    left: 0px;
    width: 100%;
}

.nav_list .sub_nav li {
    background: #FFFFFF;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    box-shadow: 18px 3px 0px rgba(96, 96, 96, .5);
    position: relative;
}

.nav_list .sub_nav li::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 3px;
    top: 20px;
}

.nav_list .sub_nav li a {
    color: #6a6a6a;
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 48px;
}

.nav_list .sub_nav li a:hover {
    color: #FFFFFF;
    background-color: #C9151E;
}

.head_right {
    float: left;
    position: relative;
    width: 78px;
    height: 87px;
    border-right: 1px solid #e2e2e2;
    background: url(../images/x_2.png) center center no-repeat;
    cursor: pointer;
}

.head_right:hover .ss {
    display: block;
}

.head_right .ss {
    display: none;
    width: 206px;
    height: 67px;
    background-color: #fff;
    position: absolute;
    top: 87px;
    right: 0;
    z-index: 99999;
}

.head_right .user_icon>a {
    display: block;
    width: 17px;
    overflow: hidden;
    height: 90px;
    background: url(../images/user_icon.png) center no-repeat;
}

.head_right .user_icon.on>a {
    background: url(../images/user_icon2.png) center no-repeat;
}

.head_right img {
    margin: 36px 0px;
}

.head_right .psearch {
    width: 185px;
    height: 31px;
    margin-left: 9px;
    margin-top: 22px;
    border: 1px solid #d8d8d8;
}

.mobile_search_box {
    display: none;
}

.head_right .psearch .text {
    width: 154px;
    height: 31px;
    background: none;
    border: 0;
    padding-left: 6px;
    box-sizing: border-box;
    float: left;
}

.head_right .psearch .submit {
    width: 29px;
    height: 30px;
    background: url(../images/phone/p_search.png) center no-repeat;
    float: left;
}

.nav_list>li.active .nav_a {
    text-decoration: initial;
}

.nav_list>li.active .nav_a {
    background: #c9151e url('../images/x_1_02.jpg') top center no-repeat;
    color: #fff;
}

.main {
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 65px;
}
.mainn{   
     width: 1200px;
    margin: 0px auto;
    
    }
.user_ul {
    display: none;
    width: 155px;
    overflow: Hidden;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 90px;
    z-index: 10;
    box-shadow: 0 3px 16px #e5e5e5;
}

.user_ul li {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
}

.user_ul li a {
    width: 100%;
    display: block;
    text-indent: 35px;
    font-size: 12px;
    color: #373534;
}

.user_ul li:hover a {
    background: #69a342 url("../images/go_icon.png") 85% center no-repeat;
    color: #fff;
}

.user_ul li:last-child a {
    background: #f2f2f2;
}

.user_ul li:last-child a:hover {
    color: #373534;
}

.foot {
    width: 100%;
    overflow: Hidden;
    background: #c9151e url(../images/footBg_06.jpg) top center no-repeat;
    position: relative;
}

.foot>h1 {
    display: none;
}

.footer {
    width: 1150px;
    height: 273px;
    margin: 0 auto;
    position: relative;
}

.foot_left {
    width: 138px;
    float: right;
    margin-top: 86px;
}

.foot_left .bdsharebuttonbox a {
    width: 25px;
    height: 25px;
    margin-right: 11px;
}

.foot_left .bdsharebuttonbox a.bds_sqq {
    background: url('../images/x_4_13.jpg') no-repeat;
    background-size: 100% 100%;
}

.foot_left .bdsharebuttonbox a.bds_weixin {
    background: url('../images/x_5_13.jpg') no-repeat;
    background-size: 100% 100%;
}

.foot_left .bdsharebuttonbox a.bds_tsina {
    background: url('../images/x_6_13.png') no-repeat;
    background-size: 100% 100%;
}

.foot_link {
    width: 100%;
    height: 53px;
    border-top: 2px solid #d4444b;
    border-bottom: 2px solid #d4444b;
    line-height: 53px;
    overflow: hidden;
}

.foot_link .main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
    background: none;
}

.foot_link .main p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff;
    width: 76px;
    text-align: center;
    height: 15px;
    float: left;
    line-height: 15px;
    margin-left: 20px;
    margin-top: 19px;
    border-right: 1px solid #fff;
}

.foot_link .main ul {
    float: left;
    overflow: hidden;
    margin-left: 14px;
}

.foot_link .main ul li {
    float: left;
    margin-right: 30px;
}

.foot_link .main ul li a {
    font-size: 12px;
    color: #fff;
}

.foot_right {
    float: left;
    width: 968px;
    margin-left: 8px;
    position: relative;
}

.foot_right .line {
    width: 100%;
    height: 2px;
    background-color: #d4444b;
    position: absolute;
    left: 0;
    top: 117px;
}

.foot_ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 72px;
}

.foot_ul .foot_li {
    float: left;
    margin-right: 68px;
    position: relative;
}

.foot_ul .foot_li li {
    padding-top: 10px;
}

.foot_ul .foot_li:last-child {
    margin-right: 0px;
}

.foot_ul .foot_li ul {
    margin-top: 15px;
}

.foot_ul .foot_li ul li a {
    font-size: 12px;
    color: #fff;
}

/*.foot_ul .foot_li:nth-child(3) {
    margin-right: 30px;
}*/


/*.foot_ul .foot_li::after {
    content: "/";
    position: absolute;
    left: 80px;
    top: 20px;
    color: #fff;
}*/

.foot_ul .foot_li ul li a:hover {
    text-decoration: initial;
    color: #fff;
}

.foot_ul .foot_li:hover .spac_ul {
    display: block;
}

.foot_ul .select {
    width: 120px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    background: url(../images/select_icon.png) 95% center no-repeat;
    font-size: 16px;
    color: #373534;
    text-indent: 15px;
}

.foot_li .spac_ul {
    position: absolute;
    right: 0px;
    top: 100%;
    padding: 5px 10px;
    width: max-content;
    z-index: 99;
}

.foot_li .spac_ul li {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.foot_li .spac_ul li a {
    display: block;
    width: 100%;
    line-height: 35px;
    color: #bababa;
    text-align: right;
}

.foot_li .spac_ul li:hover a {
    color: #373534;
}

.foot_li .spac_ul {
    height: 30px;
    line-height: 30px;
}

.foot_ul .foot_li h2 {
    cursor: pointer;
    position: relative;
}

.foot_ul .foot_li h2 i {
    position: absolute;
    left: 86px;
    top: 0px;
}

.foot_ul .foot_li:nth-child(1) h2 i {
    left: 71px;
}

.foot_ul .foot_li:nth-child(4) h2 i {
    left: 99px;
}

.bottom_img {
    /*width: 65px;
    height: 65px;
    background: url('../images/return_top_18.jpg') no-repeat;
    right: -100px;
    bottom: 20px;*/
    position: absolute;
    cursor: pointer;
    top: 17px;
    left: 14px;
}

.map {
    width: 100%;
    overflow: Hidden;
    background: #fff;
    height: 274px;
}

#map1_container,
#map2_container {
    width: 98%;
    height: 95%;
    float: left;
    overflow: hidden;
    margin: 1%;
}

#allmap1 {
    margin: 0 0 3px;
    height: 100%;
}

#allmap2 {
    margin: 3px 0 0;
    height: 100%;
}

.copyright {
    width: 100%;
    background: #c9151e;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.p_head {
    display: none;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.p_head .logo {
    float: left;
    width: 40%;
}

.p_head .logo a {
    text-indent: -999px;
    display: block;
    width: 100%;
    overflow: hidden;
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    height: 55px;
}

.p_head .search {
    width: 185px;
    height: 30px;
    line-height: 30px;
    float: right;
    background: #f7f7f7;
    border-radius: 15px;
    margin: 12px 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    box-sizing: border-box;
    position: relative;
}

.p_head .submit {
    float: right;
    width: 38px;
    height: 30px;
    background: url(../images/phone/p_search.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.p_head .search .text {
    width: 100%;
    line-height: 30px;
    height: 30px;
    background: none;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.p_head .nav_icon {
    float: right;
    height: 55px;
    width: 25px;
    background: url(../images/phone/p_nav.png) center no-repeat;
}

.p_header {
    width: 95%;
    margin: 0px auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
}


/*通用*/

.w {
    width: 1200px;
    margin: 42px auto 30px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit*/
    color: #333333;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

.tl,
.tl1 {
    margin: 0 auto 20px;
    line-height: 40px;
}

.tl a {
    float: right;
    color: #c3c3c3;
}

.tl span,
.tl1 span {
    border-bottom: 1px solid #69a342;
    font-size: 18px;
    color: #69a342;
    display: inline-block;
    padding: 0 10px 0 0;
}

.tl1 span {
    padding: 0 85px 0 0;
}

.tl i {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: url('../images/css_sprites.png') no-repeat;
    vertical-align: middle;
    margin: 0 5px 0 8px;
}

.ileft1 {
    float: left;
    width: 370px;
}

.inquiry {
    background: #fff;
    padding: 5px 17px 18px;
    border: 1px solid #e6e6e6;
}


/*侧边栏开始*/

#sliderBar {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 999;
}

#sliderBar ul {
    background-color: rgba(35, 24, 21, .6);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#sliderBar ul li {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
}

#sliderBar ul li.tel {
    background: url('../images/x_7.png') center center no-repeat;
}

#sliderBar ul li.tel:hover {
    background-color: #c9151e;
}

#sliderBar ul li.tel>p {
    width: 172px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: -172px;
    top: 11px;
    line-height: 40px;
}

#sliderBar ul li p {
    display: none;
}

#sliderBar ul li:hover p {
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: #f2f2f2;
}

#sliderBar ul li.tel>p i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/x_10.png) no-repeat;
    margin-left: 17px;
    margin-right: 6px;
    position: relative;
    top: 5px;
}

#sliderBar ul li.qq {
    background: url('../images/x_8.png') center center no-repeat;
}

#sliderBar ul li.qq:hover {
    background-color: #c9151e;
}

#sliderBar ul li.qq a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    color: #333;
}

#sliderBar ul li.qq>p {
    width: 172px;
    height: 40px;
    position: absolute;
    left: -172px;
    top: 11px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: #f2f2f2;
}

#sliderBar ul li.wx {
    background: url('../images/x_9.png') center center no-repeat;
}

#sliderBar ul li.wx:hover {
    background-color: #c9151e;
}

#sliderBar ul li.wx>p {
    width: 138px;
    height: 137px;
    position: absolute;
    top: 0px;
    right: 60px;
}

#sliderBar ul li.wx>p img {
    margin-top: 0px;
    margin-left: 0px;
}

#sliderBar ul li.wb {
    background: url('../images/wb.png') center center no-repeat;
}

#sliderBar ul li.wb:hover {
    background-color: #c9151e;
}

#sliderBar ul li.wb>p {
    width: 138px;
    height: 137px;
    position: absolute;
    top: 0px;
    right: 60px;
}

#sliderBar ul li.wb>p img {
    margin-top: 0px;
    margin-left: 0px;
}


/*#sliderBar ul li.top {
    background: url('../images/top.png') center center no-repeat;
}*/

#sliderBar ul li.bottom_img:hover {
    background-color: #c9151e;
}

#sliderBar ul li.top>p {
    width: 138px;
    height: 137px;
    position: absolute;
    top: 0px;
    right: 60px;
}

#sliderBar ul li.top>p img {
    margin-top: 0px;
    margin-left: 0px;
}


/*侧边栏结束*/

#x_sub_nav ul li:hover {
    background-color: #f2f2f2;
}

#x_sub_nav ul li.active {
    background-color: #f2f2f2;
}

.aboutbg {
    background: url(../images/aboutbg.png) center 140px no-repeat;
}


/*.about1{background:none;}*/

@media only screen and (max-width:1800px) {
    .header .logo {
        margin-left: 11%;
    }
}

@media only screen and (max-width:1700px) {
    .header .logo {
        margin-left: 9%;
    }
}

@media only screen and (max-width:1600px) {
    .header .logo {
        margin-left: 6%;
    }
}

@media only screen and (max-width:1500px) {
    .header .logo {
        margin-left: 6%;
    }
    .nav_list li:first-child .nav_a {
        width: 90px;
    }
    .nav_list>li>a {
        width: 115px;
        font-size: 14px;
    }
}

@media only screen and (max-width:1450px) {
    .header .logo {
        margin-left: 3%;
    }
    .nav_list li:first-child .nav_a {
        width: 85px;
    }
    .nav_list>li>a {
        width: 110px;
        font-size: 14px;
    }
}

@media only screen and (max-width:1280px) {
    .header .logo {
        margin-left: 0%;
    }
}

@media only screen and (max-width:1280px) {
    .bottom_img {
        right: -2px;
    }
}

@media only screen and (max-width:1200px) {
    .header .logo {
        margin-left: 3%;
    }
    .nav_list li:first-child .nav_a {
        width: 87px;
    }
    .nav_list>li>a {
        width: 85px;
        font-size: 14px;
    }
}

@media only screen and (max-width:1000px) {
    .header .logo {
        margin-left: 3%;
    }
    .nav_list li:first-child .nav_a {
        width: 60px;
    }
    .nav_list>li>a {
        width: 65px;
        font-size: 14px;
    }
}

.business dl {
    float: left;
}

.business dl dt,
.boxContent dt {
    width: 200px;
    float: left;
}

.boxContent1 dt {
    width: 300px;
    float: left;
}

.business dl dt a {
    display: block;
    width: 200px;
}

.business dd>span,
.boxContent dd>span {
    font-size: 25px;
    color: #464646;
}

.mask {
    background-color: #000;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.business dd {
    float: left;
    margin-left: 139px;
    margin-bottom: 120px;
    position: relative;
}

.zyywImg img {
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    width: 214px;
    height: 214px;
}

.zyywImg:hover img {
    border: 10px solid #c9151e;
    border-radius: 50%;
}

.business dd:hover .par {
    color: #c9151e;
}

.business dd .par {
    font-size: 91px;
    color: #f1f1f1;
    position: absolute;
    top: 215px;
    right: 5px;
    font-style: italic;
    font-weight: 600;
}

.business dd>span {
    position: absolute;
    top: 240px;
    left: -6px;
    text-transform: uppercase;
    font-size: 15px;
    color: #535353;
    width: 220px;
    text-align: center;
}

.business dd .par1 {
    position: absolute;
    top: 263px;
    left: 125px;
    color: #535353;
    font-size: 12px;
    ;
}

.togglesbox {
    width: 1010px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -502px;
    z-index: 999999999999999999;
    display: none;
    left: 50%;
    /*FF IE7*/
    top: 60%;
    /*FF IE7*/
    /*margin-left: -220px!important;FF IE7 该值为本身宽的一半 */
    margin-top: -280px!important;
    /*FF IE7 该值为本身高的一半*/
    margin-top: 0px;
    position: fixed!important;
    /*FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:/*IE6*/
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    /*IE5 IE5.5*/
}

.boxContent {
    padding: 60px;
}

.boxContent dd {
    width: 624px;
    margin-left: 60px;
    float: left;
}


.boxContent dl dt img {
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    width: 214px;
    height: 214px;
}

.boxContent1 dl dt img {
    border: 10px solid #FFFFFF;
    width: 268px;
    height: 386px;
}

.business dl dt img {
    border: 10px solid #c9151e;
    border-radius: 50%;
}

.boxContent dd p {
    font-size: 14px;
    margin-top: 45px;
}

.boxContent1 dd p {
    font-size: 18px;
    margin-top: 90px;
    float: right;
    width: 69%;
}
.boxContent1 dd{
    padding: 0px 20px 0px 0px;
}

.boxContent1 dd>span {
    color: #C9151E;
    position: absolute;
    top: 54px;
    font-size: 18px;
}

.boxContent dd>span {
    color: #285da3;
    position: absolute;
    top: 14px;
    text-align: left;
    width: 300px;
    font-size: 18px;
}



.closes {
    width: 41px;
    height: 41px;
    background: url(../images/closes.png) no-repeat;
    display: block;
    position: absolute;
    right: -7px;
    top: -7px;
}

