﻿/* CSS reset */

@charset "utf-8";
* {
    margin: 0px;
    padding: 0px
}

/* *,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
} */
body, html {
    font: "微软雅黑", Arial, sans-serif;
    color: #6d6d6d;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    cursor: pointer;
    color: #666;
}

a, a:active, u, s, del {
    text-decoration: none;
    color: #6d6d6d;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

i, em, b {
    font-style: normal
}

dl, ol, ul, li {
    list-style: none
}

input, select {
    outline: none;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

ul:after {
    display: block;
    content: "";
    clear: both;
}

table {
    border-collapse: collapse;
    width: auto;
}

/*细线边框*/
.fl {
    float: left;
}

.fr {
    float: right;
}

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

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.wp {
    width: 1200px;
    margin: 0 auto;
}

/*分页*/
.pages {
    text-align: center;
    margin: 21px 0 0;
    height: 96px;
}

.pages ul {
    display: inline-block;
}

.pages ul li {
    margin: 0 5px;
    float: left;

    height: 47px;
    line-height: 47px;
}

.pages ul li span {
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #4f4f4f;
    /*background-color: #fff;*/
    /*border: 1px solid #e6e6e6;*/

}

.pages ul li a {
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #4f4f4f;
    background-color: #fff;
    border: 1px solid #e6e6e6;

}

.pages ul a:hover, .pages ul li.on a {
    /*border:none;*/
    background-color: #25c872;
    border-color: #25c872;
    color: #fff;
}

.pages ul .active {
    background: #25c872;
    border: 1px solid #25c872;
}

.pages ul .active p, .active span, .active i {
    color: white !important;
}

.disabled {
    background: white;
    border: 1px solid #e6e6e6;
    font-size: 16px;
}

header {
    height: 60px;
    width: 100%; /* Fallback for sad browsers */
    background-color: #f6f6f6; /* Mozilla Firefox */
    background-image: -moz-linear-gradient(#fff, #f6f6f6); /* Opera */
    background-image: -o-linear-gradient(#fff, #f6f6f6); /* WebKit (Chrome 11+) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f6f6f6)); /* WebKit (Safari 5.1+, Chrome 10+) */
    background-image: -webkit-linear-gradient(#fff, #f6f6f6); /* IE10 */
    background-image: -ms-linear-gradient(#fff, #f6f6f6); /* W3C */
    background-image: linear-gradient(#fff, #f6f6f6);
    border-bottom: 1px solid #ededed;
    line-height: 60px;
}

header .fl {
    color: #848484;
}

header .fr ul li {
    float: left;
    padding: 0 20px;
    position: relative;
}

header .fr ul li::before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #d8d8d8;
}

header .fr ul li:last-child::before {
    display: none;
}

header .fr ul li a {
    color: #848484;
}

header .fr ul li .header_v, header .fr ul li .header_w {
    display: inline-block;
}

header .fr ul li .header_w {
    margin-left: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-box-shadow: 50%;
    -ms-box-shadow: 50%;
    border-radius: 50%;
    line-height: 50px;
}

.header_top {
    padding: 30px 0;
}

.header_top .fl .logo {
    display: inline-block;
    width: 210px;
    height: 60px;
}

.header_top .fl .i_ding {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 30px;
    border: solid 1px #cfcfcf;
    padding: 0 7px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-box-shadow: 3px;
    -ms-box-shadow: 3px;
    border-radius: 3px;
}

.header_top .fl .i_ding i {
    color: #585858;
}

.header_top .fl span {
    font-size: 16px;
    color: #565656;
}

.header_top .fr .i_sou {
    width: 380px;
    height: 43px;
    line-height: 43px;
}

.header_top .fr .i_sou img {
    display: inline-block;
    margin: 0 10px;
}

.header_top .fr .i_sou input {
    display: inline-block;
    width: 230px;
    height: 42px;
    line-height: 40px;
    border: none;
}

.header_top .fr .i_sou input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bdbcbc;
}

.header_top .fr .i_sou input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bdbcbc;
}

.header_top .fr .i_sou input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bdbcbc;
}

.header_top .fr .i_sou input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bdbcbc;
}

.header_top .fr .i_sou .i_input {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 270px;
    display: inline-block;
}

.header_top .fr .i_sou input[type="submit"] {
    width: 80px;
    height: 46px;
    line-height: 46px;
    background: #fd9501;
    color: #fff;
    font-size: 16px;
    border: none;
    margin-left: -5px;
    cursor: pointer;
}

.header_top .fr .i_tel {
    display: inline-block;
}

.header_top .fr .i_tel .i_tel_a {
    margin-left: 15px;
    margin-top: -4px;
}

.header_top .fr .i_tel .i_tel_a span {
    color: #696969;
}

.header_top .fr .i_tel .i_tel_a p {
    font-size: 24px;
    color: #f59217;
    font-weight: bold;
}

.nav_on a {
    color: #fd9501 !important;
    font-weight: bold;
}

nav {
    position: relative;
    border-bottom: 1px solid #fd9501 !important;
    width: 100%;
}

nav .wp {
    position: relative;
}

nav .menu {
    width: 220px;
    position: relative;
}

nav .menu .nav_ico {
    width: 40px;
    display: inline-block;
}

nav .menu .menu_tit {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 50px;
    background: #00afdb;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

nav .menu .menu_tit .fl span {
    font-size: 16px;
    color: #fff;
}

nav .menu .menu_tit .fr img {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
}

nav .menu ul {
    z-index: 999;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    top: 51px;
}

nav .menu ul li {
    width: 220px;
    height: 64px;
    line-height: 64px;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #584e49;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

nav .menu ul li a {
    color: #fff;
    font-size: 16px;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li:hover {
    background: #00afdb;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

nav .menu:hover ul {
    display: block !important;
}

nav .nav {
    margin-left: 20px;
    position: relative;
    top: 12px;
}

nav .nav ul li {
    float: left;
    padding: 0 30px;
    position: relative;
}

nav .nav ul li a {
    font-size: 18px;
}

nav .nav ul li img {
    display: inline-block;
    position: relative;
    top: -13px;
}

nav .nav ul li:last-child::before {
    display: none;
}

nav .nav ul li::before {
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #dad9d9;
}

nav .nav_demand {
    position: absolute;
    top: 80px;
    right: -4px;
    width: 250px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-box-shadow: 3px;
    -ms-box-shadow: 3px;
    border-radius: 3px;
}

nav .nav_demand h5 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 100%;
    background: #39c46f;
}

nav .nav_demand input {
    display: inline-block;
    width: 220px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

nav .nav_demand input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #959595;
}

nav .nav_demand input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959595;
}

nav .nav_demand input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #959595;
}

nav .nav_demand input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
}

nav .nav_demand input[type="submit"] {
    display: inline-block;
    width: 220px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #f7ae16;
    border: none;
}

nav .nav_demand .demand_er {
    padding: 0 14px 10px;
    margin-top: 10px;
}

nav .nav_demand .demand_er p {
    display: inline-block;
}

nav .nav_demand .demand_er img {
    width: 58px;
    height: 58px;
    display: inline-block;
    margin-right: 15px;
}

nav .nav_demand .demand_er span {
    display: inline-block;
    text-align: left;
    position: relative;
    top: 6px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    width: 100%;
    min-width: 1200px;
    background: #232830;
    height: 622px;
}

.footer .footer-top {
    height: 157px;
    border-bottom: 1px solid #363b44;
}

.footer .footer-top ul {
    float: left;
}

.footer .footer-top ul li {
    float: left;
    width: 230px;
    margin-left: 10px;
}

.footer .footer-top ul li img {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 43px;
}

.footer .footer-top ul li .footer-top-right {
    float: left;
    width: 145px;
    margin: 30px 0 0 15px;
}

.footer .footer-top ul li .footer-top-right p {
    font-size: 18px;
    line-height: 48px;
    color: #fefefe;
}

.footer .footer-top ul li .footer-top-right span {
    font-size: 12px;
    line-height: 24px;
    color: #585c63;
}

.footer .footer-bottom {
    height: 313px;
}

.footer .footer-bottom .footer-bottom-left {
    float: left;
    width: 500px;
    margin-top: 30px;
    border-right: 1px solid #363b44;
}

.footer .footer-bottom .footer-bottom-left dl {
    float: left;
    width: 85px;
    margin-left: 36px;
}

.footer .footer-bottom .footer-bottom-left dl dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer .footer-bottom .footer-bottom-left dl dd a {
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #5a626e;
    transition: .4s all;
    -moz-transition: .4s all;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
}

.footer .footer-bottom .footer-bottom-left dl dd a:hover {
    color: white;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.footer .footer-bottom .footer-bottom-left dl:first-child {
    margin-left: 0;
}

.footer .footer-bottom .footer-bottom-center {
    float: left;
    margin-top: 10px;
    padding-left: 74px;
}

.footer .footer-bottom .footer-bottom-center ul li {
    float: left;
    /*margin-left: 58px;*/
    /*width: 130px;*/
    text-align: center;
}

.footer .footer-bottom .footer-bottom-center ul li img {
    display: inline-block;
    width: 190px;
    /*height: 130px;*/
}

.footer .footer-bottom .footer-bottom-center ul li span {
    font-size: 18px;
    line-height: 55px;
    color: #ffffff;
}

.footer .footer-bottom .footer-bottom-right {
    float: left;
    margin-top: 30px;
    padding: 0 74px;
    padding-right: 0;
    border-right: 1px solid #363b44;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-top {
    width: 345px;
    height: 65px;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-top img {
    float: left;
    margin-top: 5px;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-top .footer-tel {
    float: left;
    margin-left: 15px;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-top .footer-tel span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #e8e8e8;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-top .footer-tel em {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    /*font-weight: 600;*/
    font-style: normal;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-bottom {
    font-size: 14px;
    line-height: 30px;
    color: #939eb0;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-bottom .footer-b-dizhi span {
    float: left;
}

.footer .footer-bottom .footer-bottom-right .footer-b-r-bottom .footer-b-dizhi p {
    float: left;
    width: 185px;
    height: 55px;
}

.footer .footer-link {
    height: 100px;
    padding: 1px;
    background: #14171c;
}

.footer .footer-link .footer-link-box {
    margin-top: 16px;
}

.footer .footer-link .footer-link-box i {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 93px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #30343c;
    position: relative;
    font-style: normal;
}

.footer .footer-link .footer-link-box i:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 20px;
    width: 9px;
    height: 6px;
    background: url(../images/footer-sj.png) center no-repeat;
}

.footer .footer-link .footer-link-box ul {
    float: left;
    width: 1010px;
    height: 64px;
}

.footer .footer-link .footer-link-box ul li {
    float: left;
    margin-left: 30px;
}

.footer .footer-link .footer-link-box ul li a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #78808d;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.footer .footer-link .footer-link-box ul li a:hover {
    color: white;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.footer .footer-copyright {
    background: #191b1e;
    height: 73px;
    padding-bottom: 130px;
}

.footer .footer-copyright .footer-copyright-box {
    font-size: 14px;
    line-height: 73px;
    color: #5c626c;
    text-align: center;
}

.footer .footer_bot {
    padding: 25px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fe7314;
    width: 100%;
}
.footer .footer_bot .footer_bot_l{
    margin-top: 10px;
    width: 615px;
}
.footer .footer_bot .footer_bot_l .footer_bot_l_t img {
    width: 47px;
    height: 47px;
    float: left;
    vertical-align: top;
    margin-top: 1px;
}

.footer .footer_bot .footer_bot_l .footer_bot_l_t {
    width: 242px;
    float: left;
}


.footer .footer_bot .footer_bot_l .footer_bot_l_t .z_div1{
    float: left;
    width: 180px;
    padding-left: 10px;
}
.footer .footer_bot .footer_bot_l .footer_bot_l_t .z_div1 h3 {
    font-size: 16px;
    color: #fff;

}

.footer .footer_bot .footer_bot_l .footer_bot_l_t .z_div1 p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.footer .footer_bot .footer_bot_l .z_div2 {
    width: 363px;
    float: left;
    padding-left: 10px;
}
.footer .footer_bot .footer_bot_l .z_div2 form input{
    width: 250px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    color: #757575;
    padding-left: 10px;
    float: left;
}
.footer .footer_bot .footer_bot_l .z_div2 form button{
    margin-left: 10px;
    width: 93px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #39c46f;
    border: none;
    border-radius: 5px;
    float: left;
}
.footer .footer_bot .footer_bot_l_r{
    width: 500px;
}
.footer .footer_bot .footer_bot_l_r ul li{
    width: 136px;
    height: 65px;
    float: left;
    margin-left: 14px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.footer .footer_bot .footer_bot_l_r ul li:nth-of-type(3n+1){
    margin-left: 0;
}
.footer .footer_bot .footer_bot_l_r ul li a{
    display: block;
    padding-left: 20px;
}
.footer .footer_bot .footer_bot_l_r ul li a img{
    width: 30px;
    height: 30px;
    float: left;
    padding-right: 12px;
    vertical-align: top;
    margin-top: 16px;
}
.footer .footer_bot .footer_bot_l_r ul li a .footer_bot_l_r_t{
    float: left;
    padding-top: 5px;
}
.footer .footer_bot .footer_bot_l_r ul li a .footer_bot_l_r_t p{
    font-size:18px;
    color: #fff;
    line-height: 1.5;
}

.c_zhezhao {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999
}

.c_zhezhao .c_tanceng {
    width: 400px;
    height: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-box-shadow: 10px;
    -ms-box-shadow: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(64, 64, 64, 0.8);
    -moz-box-shadow: 0 0 30px rgba(64, 64, 64, 0.8);
    -o-box-shadow: 0 0 30px rgba(64, 64, 64, 0.8);
    -ms-box-shadow: 0 0 30px rgba(64, 64, 64, 0.8);
    box-shadow: 0 0 30px rgba(64, 64, 64, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.c_zhezhao .c_tanceng .guan {
    position: absolute;
    font-size: 20px;
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: #fff;
}

.c_zhezhao .c_tanceng .tc_tit {
    text-align: center;
    height: 70px;
    line-height: 70px;
    background: #00afdb;
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid #dcdcdc;
}

.c_zhezhao .c_tanceng ul {
    margin-top: 30px;
    padding: 0 30px;
}

.c_zhezhao .c_tanceng ul li {
    margin-bottom: 10px;
}

.c_zhezhao .c_tanceng ul li input {
    border: none;
    width: 100%;
    height: 47px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-box-shadow: 10px;
    -ms-box-shadow: 10px;
    border-radius: 10px;
    line-height: 47px;
    padding-left: 18px;
    color: #1f1f1f;
    background: #f1f1f1;
    box-sizing: border-box;
}

.c_zhezhao .c_tanceng ul li textarea {
    width: 100%;
    height: 170px;
    line-height: 20px;
    padding-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-box-shadow: 10px;
    -ms-box-shadow: 10px;
    border-radius: 10px;
    padding-left: 18px;
    background: #f1f1f1;
    border: none;
    resize: none;
    box-sizing: border-box;
}

.c_zhezhao .c_tanceng input[type="submit"] {
    cursor: pointer;
    width: 86%;
    background: #00afdb;
    color: #fff;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-box-shadow: 10px;
    -ms-box-shadow: 10px;
    border-radius: 10px;
    border: none;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
