﻿@charset "utf-8";

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

@font-face {
    font-family: 'HelveticaNeueLTProThEx';
    src: url('HelveticaNeueLTProThEx.eot');
    src: url('fonts/HelveticaNeueLTProThEx.eot') format('eot'), url('fonts/HelveticaNeueLTProThEx.svg') format('svg'), url('fonts/HelveticaNeueLTProThEx.ttf') format('truetype'), url('HelveticaNeueLTProThEx.woff') format('woff'), url('HelveticaNeueLTProThEx.woff2') format('woff2'), url('HELVETICANEUELTPRO-THEX.OTF') format('OTF');
    font-weight: normal;
    font-style: normal;
}

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;
}

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;
    
}

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 {
    color: #1673cf;
    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: 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

body {
    background: #f9f9f9;
}

.MobileCode {
    display: none;
}

.M_head {
    display: none;
}

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

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

.head {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.head .header {
    width: 1200px;
    margin: 0 auto;
}

.header .logo {
    width: 131px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
    float: left;
}

.header .logo img {
    vertical-align: middle;
    width: 135px;
}

.header .logo a {
    display: block;
    width: 131px;
    height: 60px;
}


/*导航*/

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

.nav_list>li {
    float: left;
    position: relative;
    height: 100px;
    line-height: 100px;
}

.nav_list>li>a {
    display: block;
    color: #313131;
    text-align: center;
    font-size: 14px;
    height: 100px;
    line-height: 100px;
    padding: 0px 17px;
}

.nav_list>li em {
    display: block;
    width: 8px;
    height: 5px;
    margin-top: -9px;
    margin-left: 94px;
}

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

.nav_list>li:hover {
    border-bottom: 3px solid #ee7700;
    background: #fefaf5;
}

.nav_list>li.active>a {
    text-decoration: initial;
    color: #ee7700;
}

.nav_list>li.active {
    border-bottom: 3px solid #ee7700;
    background: #fefaf5;
}

.nav_list li:first-child .nav_a {
    padding: 0px 25px;
}

.nav_list li:last-child .nav_a {
    /* padding: 0px 16px; */
}

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

.nav_list li#l_2 .sub_nav{width:130px;left:-20px;}

.nav_list .sub_nav li {
    background: #FFFFFF;
    text-align: center;
    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;
    border-bottom: 1px solid #e9e9e9;
}

.nav_list .sub_nav li a:hover {
    color: #ee7700;
    background-color: #fefaf5;
}

.head_right {
    position: relative;
    width: 64px;
    height: 102px;
    background: url(../images/search.png) center 45px no-repeat;
    cursor: pointer;
    float: left;
    margin-top: -2px;
}
.head_right>span{position:absolute;width:100%;height:100%;top:0;left:0}

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

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

.head_right .psearch {
    width: 185px;
    height: 31px;
    margin-left: 9px;
    margin-top: 22px;
    border: 1px solid #d8d8d8;
}
.head .Icon{float: left;line-height:24px;margin-top: 38px;}
.Icon a{color:#333333;font-size: 15px;display: inline-block;margin: 0px 0px 0px 37px;line-height: 26px;font-weight: bold;position: relative;}
.head a.ch{color:#ee7700;} 
.Icon a.ch:before,.Icon a.en:before,.Icon a.jp:before{position: absolute;content: "";background: url(../images/china_bg.jpg) center no-repeat;width: 25px;height: 20px;left: -28px;top: 2px;}
.Icon a.en:before{background: url(../images/eng_bg.jpg) center no-repeat;}
.Icon a.jp:before{background: url(../images/jlogo.jpg) center no-repeat;}
/*.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/search.png) center no-repeat;
    float: left;
}

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

.nav_list>li.active .nav_a {
    background: #fefaf5;
}


/*底部开始*/
.footerRR .footermore:hover{color:#ee7700;font-weight:600;}
.footer .foot {
    background: #f8f8f8;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.footer_ul {
    width: 1200px;
    margin: 40px auto 45px;
}

.footerF {
    width: 50%;
    float: left;
    overflow: hidden;
}

.footer_list li {
    float: left;
    width: 24%;
    margin: 0px 1% 0px 0px;
}

.footer_list li img {
    width: 100%;
    /* height: 100%; */
}

.footer_list li p {
    color: #707070;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.footerR {
    float: right;
    width: 48%;
    overflow: hidden;
}

.footerR h3 {
    color: #313131;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
}

.footerR .footerRL {
    float: left;
    width: 33%;
    color: #707070;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.footerR .footerRR {
    float: right;
    width: 58%;
    overflow: hidden;
    color: #707070;
    font-size: 14px;
    line-height: 25px;
}

.footerRR .footermore {
    color: #707070;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}


/*底部友情链接开始*/

.flink_list li {
    float: left;
    margin: 0px 1% 75px 0px;
    position: relative;
    overflow: hidden;
    width: 15.5%;
    display: none;
}

.flink_list li img {
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    height: 44px;
    max-width: 160px;
}

.flink_list li img:hover {
    -webkit-filter: grayscale(0);
    /* Webkit */
    filter: none;
    /* IE6-9 */
    filter: grayscale(0);
    /* W3C */
}


/*底部列表*/

.f_footer {
    background: #434343;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.f_footer_ul {
    width: 1200px;
    margin: 50px auto 35px;
}

.f_footerL {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.f_footerR {
    width: 50%;
    float: right;
    overflow: hidden;
}

.f_footerR dl {
    /*width: 16.5%;*/
    margin: 0px 0px 0px 30px;
}

.f_footerR dt {
    margin: 0px 0px 30px 0px;
}

.f_footerR dl.hnav4,
.f_footerR dl.hnav5 {
    display: none;
}

.f_footerR dt a {
    color: #aaaaaa;
    font-size: 14px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.f_footerR dt:hover a,
.f_footerR dd:hover a {
    color: #ee7700;
}

.f_footerR dd {
    line-height: 25px;
}

.f_footerR dd a {
    color: #aaaaaa;
    font-size: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    padding-left: 10px;
}

.f_footerR dd a:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.copyright {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #959595;
    text-align: center;
    border-top: 1px solid #535353;
    line-height: 50px;
}

.lentitle p {
    color: #313131;
    font-size: 24px;
    overflow: hidden;
    position: relative;
    height: 75px;
    line-height: 75px;
    padding-left: 13px;
    float: left;
}

.lentitle p:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #ee7700;
    top: 28px;
    left: 0;
}

.BackTop {
    display: none;
}


/*手机导航*/

.m_header {
    height: 100px;
    box-shadow: 0 0 10px 3px rgba(0, 46, 93, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #f6f6f6;
}

.m_headerr a {
    color: #434343;
}

.m_header h1 {
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -39px;
}

.m_header h1 img {
    vertical-align: middle;
    width: 29vw;
    max-width: 100px;
}

.m_header .link {
    margin-left: 6px;
}

.m_header .link>ul>li {
    float: left;
    margin-top: 13px;
}

.m_header .link>ul>li a {
    padding: 0 15px;
    display: block;
    height: 14px;
    line-height: 14px;
}

.m_header .link>ul>li:first-child>a {
    border-right: 1px solid #00448a;
}

.m_header .menu {
    position: relative;
    width: 68px;
    margin: 29px 21px 0 0;
}

.m_header .menu .menuIcon {
    width: 30px;
    height: 8vw;
    max-width: 30px;
    position: absolute;
    top: 0px;
    right: 0;
    background: url("../images/nav.png") center no-repeat;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-size: contain;
}

.m_header .menu.open .menuIcon {
    background: url("../images/close.png") center no-repeat;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.m_header .menu.open>span {
    display: none;
}

.m_header .menu nav {
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 99999;
  right: -260px;
}

.m_header .navTop {
    overflow: hidden;
    margin: 8px 10px 0 0;
    position: relative;
    background: url(../images/psearch.png) center no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 99999;
    background-size: 60%;
    top: 3vw;
    right: 2%;
}

.m_header .msearch p {
    width: 100%;
    margin: 0px auto 0 auto;
    height: 25.5vw;
    position: relative;
    display: none;
}

.m_header .msearch input[type="text"] {
    width: 98%;
    height: 100%;
    border: none;
    padding: 0 5%;
    display: none;
    background: #ee7700;
    font-size: 14px;
}

.m_header nav .pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 0.3px rgba(17, 118, 232, 0.3);
    margin: 20px auto 0 auto;
    overflow: hidden;
    background: url(../images/admin1.jpg) center no-repeat;
    background-size: contain;
}

.m_header nav .pic img {
    width: 100%;
    height: 100%;
    display: none;
}

.m_header nav .nav {
    line-height: 28px;
    margin: 0 auto 40px;
}

.m_header nav .nav {
    line-height: 28px;
    margin-top: 64px;
}

.m_header nav .nav a {
    font-size: 14px;
    padding: 0 15px;
    display: block;
    line-height: 40px;
    color: #313131;
}

.m_header nav .two a {
    background: url('../images/nav-2.png') 95% 50% no-repeat;
    background-size: 3%;
}

.m_header nav .nav>li>a:first-child {
    border-top: 1px solid #dcdcdc;
}

.m_header nav .nav>li.on .two {
    display: block;
}

.m_header nav .nav>li.on .two>a {
    background: url('../images/nav-1.png') 95% 50% no-repeat;
}

.m_header nav .two {
    line-height: 38px;
    display: none;
}

.m_header nav .two a {
    font-weight: normal;
    padding: 0 15px;
    display: block;
    color: #434343;
    font-size: 14px;
    margin-left: 36px;
    border-top: 1px solid #dcdcdc;
}


/*导航*/

.m_header,
.m_banner {
    display: none;
}

.head,
.banner {
    display: block;
}
#header .moblie-nav {
  display: none;
}


/*漂浮样式*/

.float {
    position: fixed;
    width: 50px;
    right: 0;
    top: 200px;
    z-index: 999;
}

.float ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 3px;
    background-color: #ee7700;
    cursor: pointer;
}

.float ul li .floattop {
    width: 50px;
    height: 50px;
    ;
    display: inline-block;
    background: url("../images/flo1.png") center center no-repeat;
}

.float ul li .floatbox,
.float ul li .floatbox1 {
    position: absolute;
    width: 0;
    height: 50px;
    top: 0;
    right: 0;
    color: #fff;
    font: 14px/50px "微软雅黑";
    overflow: hidden;
    font-weight: bold;
    padding-left: 50px;
    background-repeat: no-repeat;
}

.float ul li .l1 {
    background: url("../images/flo2.png") 15px center no-repeat;
}

.float ul li .l2 {
    background: url("../images/flo3.png") 15px center no-repeat;
    width: 0px!important;
}

.float ul li .l3 {
    background: url("../images/flo4.png") 15px center no-repeat;
}

.float ul li:hover .floatbox {
    background-position: 15px center;
}

.float ul li .rightTel{position:absolute;right: -200px;background:#ee7700;color:#fff;width: 200px;font-size: 14px;font-weight: bold;line-height: 24px;padding: 10px;box-sizing: border-box;transition:0.5s all ease;z-index: 999;}
.float ul li.li2:hover .rightTel{right:52px;}

.weibo,
.weibo_t {
    width: 50px;
    height: auto;
}

.weibo .weibo_show,
.weibo_t .weibo_t_show {
    width: 119px;
    height: auto;
    display: none;
    background: #ee7700;
    position: absolute;
    left: -122px;
    top: 0;
    cursor: pointer;
}

.bd {
    width: 100%;
    height: auto;
}

.code {
    width: 100%;
    height: auto;
    float: left;
}

.code .co_img {
    width: 93px;
    height: 93px;
    padding: 13px;
}

.code .co_img img {
    width: 93px;
    height: 93px;
}
.copyright a{color: #959595;}


