/*Generated by wjdhcms 3.0 */
@charset "utf-8";

.clear{clear: both}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #0076be;
	color: #fff;
}

::-moz-selection {
	background-color: #0076be;
	color: #fff;
}

::-webkit-selection {
	background-color: #0076be;
	color: #fff;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

/*头部*/
#header .header_top {
    height: 40px;
    background-color: #0076be;
}
#header .header_top .inner_header_top {
    width: 1180px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
#header .header_top .inner_header_top .s1 {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}
#header .header_top .inner_header_top .header_tel {
    float: right;
    color: #fff;
}
#header .header_top .inner_header_top .header_tel .tel_icon {
    width: 20px;
    height: 20px;
    float: left;
    background: url("../images/header_tel.png") center center no-repeat;
    margin: 10px;
}
#header .header_top .inner_header_top .header_tel i {
    color: #fff;
}
#header .header_top .inner_header_top .header_tel i:first-child {
    margin-right: 20px;
}
#header .inner_nav {
    height: 80px;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    box-sizing: border-box;
}
#header .inner_nav #cssmenu,
#header .inner_nav #cssmenu ul,
#header .inner_nav #cssmenu ul li,
#header .inner_nav #cssmenu ul li a,
#header .inner_nav #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}
#header .inner_nav #cssmenu:after,
#header .inner_nav #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#header .inner_nav #cssmenu #menu-button {
    display: none;
}
#header .inner_nav #cssmenu {
    width: 1180px;
    font-family: open sans, sans-serif;
    line-height: 1;
    height: 80px;
    margin: 0 auto;
}
#header .inner_nav #cssmenu .logo {
    float: left;
    /* margin-top: 27px; */
}
#header .inner_nav #cssmenu ul {
    float: right;
}
#header .inner_nav #cssmenu > ul > li {
    float: left;
    height: 85px;
}
#header .inner_nav #cssmenu > ul > li:after {
    content: '';
    display: block;
    position: relative;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/nav_li.png") center center no-repeat;
    width: 64px;
    height: 16px;
    display: none;
}
#header .inner_nav #cssmenu > ul > li:hover:after {
    display: block;
}
#header .inner_nav #cssmenu > ul > li.another:after {
    display: block;
}
#header .inner_nav #cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#header .inner_nav #cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#header .inner_nav #cssmenu.align-center ul ul {
    text-align: left;
}
#header .inner_nav #cssmenu.align-right > ul > li {
    float: right;
}
#header .inner_nav #cssmenu.align-right ul ul {
    text-align: right;
}
#header .inner_nav #cssmenu > ul > li > a {
    padding: 0 15px;
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#header .inner_nav #cssmenu > ul > li:hover > a,
#header .inner_nav #cssmenu > ul > li.another > a {
    color: #f28f00;
}
#header .inner_nav #cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#header .inner_nav #cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#header .inner_nav #cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #0076be;
}
#header .inner_nav #cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#header .inner_nav #cssmenu li:hover > ul {
    left: auto;
}
#header .inner_nav #cssmenu.align-right li:hover > ul {
    right: 0;
}
#header .inner_nav #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#header .inner_nav #cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#header .inner_nav #cssmenu ul ul li {
    height: 0;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}
#header .inner_nav #cssmenu ul li:hover > ul > li {
    height: 45px;
    background-color: #f28f00;
}
#header .inner_nav #cssmenu ul ul li a {
    padding: 15px 15px;
    width: 90px;
    font-size: 14px;
    background: -webkit-linear-gradient(left, #f28f00, #f28f00) no-repeat;
    background: linear-gradient(to right, #f28f00, #f28f00) no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 2px solid #fff;
    display: block;
}
#header .inner_nav #cssmenu ul ul li:hover > a,
#header .inner_nav #cssmenu ul ul li a:hover {
    color: #fff;
    background: -webkit-linear-gradient(left, #0076be, #0076be) no-repeat;
    background: linear-gradient(to right, #0076be, #0076be) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header .inner_nav #cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#header .inner_nav #cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
#header .inner_nav #cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff;
}

/*底部*/
#footer {
    height: 541px;
    background: #0076be;
}

#footer .inner_footer {}

#footer .inner_footer .footer_top {
    height: 353px;
}

#footer .inner_footer .footer_top .inner_footer_top {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}

#footer .inner_footer .footer_top .inner_footer_top .form {
    width: 400px;
    float: left;
}

#footer .inner_footer .footer_top .inner_footer_top .form .p1 {
    color: #fff;
}

#footer .inner_footer .footer_top .inner_footer_top .form .p1 .s1 {
    font-size: 18px;
}

#footer .inner_footer .footer_top .inner_footer_top .form .p1 .s2 {
    font-size: 14px;
}

#footer .inner_footer .footer_top .inner_footer_top .form .inputs {
    padding-top: 23px;
    overflow: hidden;
}

#footer .inner_footer .footer_top .inner_footer_top .form .inputs input {
    float: left;
    width: 191px;
    height: 42px;
    border: solid 1px #fff;
    background-color: transparent;
    text-indent: 15px;
    margin-left: 14px;
    color: #fff;
}

#footer .inner_footer .footer_top .inner_footer_top .form .inputs input::-webkit-input-placeholder {
    color: #fff;
}

#footer .inner_footer .footer_top .inner_footer_top .form .inputs input:first-child {
    margin-left: 0;
}

#footer .inner_footer .footer_top .inner_footer_top .form textarea {
    width: 360px;
    height: 30px;
    border: solid 1px #fff;
    padding: 15px 20px;
    margin-top: 18px;
    background-color: transparent;
    color: #fff;
}

#footer .inner_footer .footer_top .inner_footer_top .form textarea::-webkit-input-placeholder {
    color: #fff;
}

#footer .inner_footer .footer_top .inner_footer_top .form #form_btn {
    width: 325px;
    height: 52px;
    background-color: #f28f00;
    display: block;
    text-align: center;
    line-height: 52px;
    color: #fff;
    margin-top: 24px;
    font-size: 16px;
}

#footer .inner_footer .footer_top .inner_footer_top .form #form_btn img {
    position: relative;
    top: 3px;
    left: 10px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_line1 {
    width: 1px;
    height: 202px;
    background-color: #0076be;
    margin-top: 19px;
    margin-left: 93px;
    float: left;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center {
    float: left;
    margin-left: 70px;
    color: #fff;
    width: 300px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .p1 .s1 {
    font-size: 18px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .p1 .s2 {
    font-size: 14px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .p2 {
    margin-bottom: 20px;
    font-size: 14px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .p2 img {
    margin-right: 15px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .p2 .s_s {
    display: inline-block;
    width: 215px;
    line-height: 1.5;
    position: relative;
    /* top: 20px; */
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .p3 {
    margin-bottom: 15px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .footer_tel span {
    margin-left: -21px;
}

#footer .inner_footer .footer_top .inner_footer_top .footer_top_center .footer_tel img {
    position: relative;
    left: -10px;
    top: 15px;
}

#footer .inner_footer .footer_top .inner_footer_top .ewm {
    float: right;
}

#footer .inner_footer .footer_top .inner_footer_top .ewm .p1 {
    color: #fff;
}

#footer .inner_footer .footer_top .inner_footer_top .ewm .p1 .s1 {
    font-size: 18px;
}

#footer .inner_footer .footer_top .inner_footer_top .ewm .p1 .s2 {
    font-size: 14px;
}

#footer .inner_footer .footer_top .inner_footer_top .ewm .ewm_box {
    width: 155px;
    height: 155px;
    background: url('../images/ewm_bg.png') center center no-repeat;
    margin-top: 57px;
}

#footer .inner_footer .footer_top .inner_footer_top .ewm .ewm_box img {
    width: 106px;
    height: 106px;
    margin-top: 22px;
    margin-left: 25px;
}

#footer .inner_footer .footer_bottom {
    background-color: #000;
}

#footer .inner_footer .footer_bottom .inner_footer_bottom {
    height: 50px;
    width: 1180px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    color: #a8a5a3;
}

#footer .inner_footer .footer_bottom .inner_footer_bottom a {
    color: #a8a5a3;
    margin: 0 5px;
}

#footer .inner_footer .footer_bottom .inner_footer_bottom img {
    margin: 0 10px;
}


.footerLine {
    height: 150px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.footerList  h3{
    font-size: 36px;
    color: #fff;
    line-height: 150px;
    margin-left: 19%;
    padding-top: 30px;
}
#footer .inner_footer .footer_bottom .inner_footer_bottom a{
    color: #a8a5a3;
}
































