* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1200px;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

h1 {
    line-height: 1.3em;
}

a:hover img,
img {
    border: none;
}

img {
    vertical-align: middle;
}

ul {
    list-style: none;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}

table input,
table button,
table select,
table textarea {
    vertical-align: middle;
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #230000;
}




/*-------------------------结束公用样式--------------------------*/

.cf {
    overflow: hidden;
    zoom: 1;
}

.cf2 {
    zoom: 1;
}

.cf2:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

input.checlass {
    margin: 0 5px;
    margin-left: 0;
    vertical-align: middle;
    _vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.clear {
    clear: both;
}


/*@font-face {
    font-family: SingkaibeiEG;
    src: url('../font/wdhkbt.TTF') format("truetype");
}*/


/*----------------star首页的样式*/


/*body{ background:#f5f5f5;}*/


/*.w_1400 {
    width: 1400px;
    margin: 0 auto;
}*/


/*@media screen and (min-width:1400px) {
    .w_1400 {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width:1400px) {
    .w_1400 {
        width: 1200px;
        margin: 0 auto;
    }
}*/


/*头文件*/

.header {
    height: 90px;
    background-color: #fff;
}


/*标志*/

.logo {
    float: left;
}

.logo img {
    padding: 5px 0 0 0;
}

.logo .word {
    float: right;
    padding-left: 10px;
    font-size: 40px;
    color: white;
    letter-spacing: 8px;
}

.logo .word.en {
    letter-spacing: 0;
    font-size: 36px;
}


/*电话*/

.h_tel {
    float: right;
    margin: 3.2em 0 0 0;
}

.h_tel li {
    min-height: 45px;
    line-height: 22px;
    font-size: 18px;
    color: #298fe1;
}

.h_tel li h6 {
    font-size: 18px;
}

.h_tel li p {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
}

.left {
    float: left;
}




/*---------------------star动画*/

.banner {
    height: auto;
    width: 100%;
    overflow: visible;
    position: relative;
}

.banner .bd li>a {
    display: block;
    margin: auto;
}

.banner .bd li .caption {
    font-size: 36px;
    position: absolute;
    line-height: 80px;
    letter-spacing: 10px;
    /*//top:50%;
    //right:47%;*/
    opacity: 0;
}

.banner .bd li .caption:nth-of-type(1) {
    color: white;
}

.banner .bd li .caption.en {
    letter-spacing: 0px;
}

.banner .bd li {
    position: relative;
}

.banner .bd li.banner_on .caption {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: -webkit-transform .8s .8s ease, opacity .8s .8s ease;
    -moz-transition: -moz-transform .8s .8s ease, opacity .8s .8s ease;
    transition: transform .8s .8s ease, opacity .8s .8s ease;
    opacity: 1
}

.banner .hd {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0px;
}

.banner .hd li {
    width: 12px;
    height: 12px;
    /* line-height:88px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 18px 8px;
}

.banner .hd li.on {
    background: #ff0000;
}

.header {
    background: transparent;
    width: 100%;
    min-width: 1400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 92px;
}

.header .w_1400 {
    margin: auto;
}

.header .nav {
    float: right;
}

.header .nav>ul>li:nth-of-type(1) {
    background: transparent;
}

.header .nav>ul>li {
    font-size: 20px;
    display: inline-block;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background: url('./../images/nav_bg.png') no-repeat;
}

.header .nav>ul>li ul {
    display: none;
    position: absolute;
    line-height: 35px;
    width: 120px;
    top: 70px;
    margin-left: -5px;
}

.header .nav>ul>li:hover ul {
    display: block;
}

.header .nav>ul>li ul li:hover {
    color: white;
    cursor: pointer;
}

.index_product {
    padding: 80px 40px;
    background-color: #eafaff;
}

.index_product .item {
    float: left;
    text-align: center;
    width: 23.5%;
    margin-right: 2%;
}

.index_product .item a:hover {
    color: red;
}
 .item a:hover {
    color: red;
}
.index_product .item .imgs {
    background-color: white;
    width: 100%;
}

.index_product .item .imgs img {
    width: 100%;
}

.index_product .item:nth-of-type(4) {
    margin-right: 0;
}

.index_product .item .words {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    padding: 10px 0;
}

.index_product.en .item .words {
    font-size: 16px;
}

.index_product .item .words .title {
    font-size: 24px;
}


/*.index_product .item:nth-of-type(1) .words {
    color: red;
}*/

.idea {
    min-width: 1400px;
    text-align: center;
    background: #f5f5f5;
    font-family: "文鼎行楷碑体";
}

.idea .title {
    font-size: 62px;
    letter-spacing: 50px;
    line-height: 150px;
    color: #112c5b;
    font-weight: bold;
}

.idea.en .title {
    letter-spacing: 0;
}

.idea .detail {
    padding: 50px 0;
    width: 100%;
}

.idea .detail ul li {
    display: inline-block;
    margin: 0 2.5%;
    line-height: 50px;
    font-size: 35px;
    /*font-family: "SingkaibeiEG";*/
}

.idea.en .detail ul li {
    font-size: 28px;
    margin: 0 1%;
}

.idea .detail ul li:nth-of-type(6) {
    margin-right: 0;
}

.idea .detail ul li:nth-of-type(1) {
    margin-left: 0;
}

.idea .detail .idea_title {
    cursor: pointer;
    border: 1px solid #f5f5f5;
    padding: 0 40px;
    display: block;
    margin-bottom: 30px;
    height: 120px;
    width: 40px;
    border-radius: 50%;
    background-color: #54e1c2;
    line-height: 50px;
}

.idea.en .detail .idea_title {
    padding: 0;
}

.idea.en .detail .idea_title {
    width: 200px;
    height: 200px;
}

.idea .detail .idea_title>span {
    position: relative;
    top: 8px;
    color: white;
}

.idea.en .detail .idea_title>span {
    top: 35px;
}

.idea .detail .idea_title>div {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    color: #057296;
    position: relative;
    top: 55px;
}

.idea .detail ul li>div {
    padding: 0 40px;
    width: 40px;
}

.idea .detail .idea_title.title2 {
    background-color: #5ad5fe;
}

.idea .detail .idea_title.title3 {
    background-color: #9ed046;
}

.idea .detail .idea_title.title4 {
    background-color: #e88b4e;
}

.idea .detail .idea_title.title5 {
    background-color: #ce92dd;
}

.idea .detail .idea_title.title6 {
    background-color: #4ba6ad;
}

.idea .detail .idea_title:hover {
    border: 1px solid #54e1c2;
    background-color: #f5f5f5;
}

.idea .detail .idea_title.title2:hover {
    border-color: #5ad5fe;
}

.idea .detail .idea_title.title3:hover {
    border-color: #9ed046;
}

.idea .detail .idea_title.title4:hover {
    border-color: #e88b4e;
}

.idea .detail .idea_title.title5:hover {
    border-color: #ce92dd;
}

.idea .detail .idea_title.title6:hover {
    border-color: #4ba6ad;
}

.idea .detail .idea_title:hover>* {
    color: black;
}

.i_about .block1 ul>li {
    font-size: 22px;
    width: 22px;
    margin-right: 80px;
    display: inline-block;
    line-height: 25px;
}

.culture.en ul>li {
    width: 120px;
    margin-right: 0;
    color: #057296;
    display: inline-block;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin-right: 25px;
    cursor: pointer;
    border: 1px solid transparent;
}

.culture.en ul>li:nth-of-type(1) {
    background-color: #54e1c2;
}

.culture.en ul>li:nth-of-type(2) {
    background-color: #5ad5fe;
}

.culture.en ul>li:nth-of-type(3) {
    background-color: #9ed046;
}

.culture.en ul>li:nth-of-type(4) {
    background-color: #e88b4e;
}

.culture.en ul>li:nth-of-type(5) {
    background-color: #ce92dd;
}

.culture.en ul>li:nth-of-type(6) {
    background-color: #4ba6ad;
    margin-right: 0;
}

.culture.en ul>li:nth-of-type(1):hover {
    border-color: #54e1c2;
    background-color: white;
}

.culture.en ul>li:nth-of-type(2):hover {
    border-color: #5ad5fe;
    background-color: white;
}

.culture.en ul>li:nth-of-type(3):hover {
    border-color: #9ed046;
    background-color: white;
}

.culture.en ul>li:nth-of-type(4):hover {
    border-color: #e88b4e;
    background-color: white;
}

.culture.en ul>li:nth-of-type(5):hover {
    border-color: #ce92dd;
    background-color: white;
}

.culture.en ul>li:nth-of-type(6):hover {
    border-color: #4ba6ad;
    background-color: white;
}

.culture.en ul>li div {
    font-size: 18px;
    color: white;
    margin: 20px 0 10px 0;
}

.culture.en ul>li:hover div {
    color: black;
}

.culture.en ul>li span {
    display: block;
    line-height: 16px;
}

.i_about .block1 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 50px;
}

.i_about .item {
    font-size: 22px;
}

.culture .item .l,
.culture .item .r {
    display: block;
    float: left;
}

.culture .item .l {
    width: 200px;
    margin-left: 100px;
}

.left_nav {
    background: url("../images/left_nav_bg.png");
    width: 223px;
    font-weight: bold;
}

.left_nav .title {
    text-align: center;
    line-height: 179px;
    color: white;
    font-size: 30px;
}

.left_nav.en .title {
    font-size: 22px;
}

.left_nav ul li {
    cursor: pointer;
    line-height: 55px;
    padding-left: 30px;
    font-size: 16px;
}
.left_nav ul li.on  {
    cursor: pointer;
    background: url(../images/left_nav.png)
}
.left_nav ul li.on a {
    color: #0d6fb8;
}

.left_nav ul li img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}



.main .content .nav_path {
    border-bottom: 1px solid #eaeaea;
    line-height: 17px;
    font-size: 17px;
    padding-bottom: 5px;
}

.main .content .nav_path .content {
    float: right;
}

.main .content .nav_path img {
    position: relative;
    left: -3px;
    top: -1px;
}

.main .content .nav_path .current {
    color: #0d6fb8;
}

.main .content.culture .detail img,
.main .content.news_detail .detail img {
    width: 100%;
}

.main .content.about .detail img {
    width: 50%;
}

.main .content.product .detail .tabs {
    background: url("../images/tabs_bg.png");
    background-size: cover;
    padding: 40px 40px;
}

.main .content.product .detail .tabs li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    color: white;
    font-size: 24px;
    border-bottom: 1px solid #0d6fb8;
    cursor: pointer;
}

.main .content.product .detail .tabs li span {
    display: inline-block;
    border-bottom: 4px solid transparent;
}
.main .content.product .detail .tabs  {
    height: 61px;
    display: none;
}
.main .content.product .detail .tabs.on  {
    
    display: block;
}
.main .content.product .detail .tabs li.on span {
    border-bottom: 4px solid #fff100;
    color: #fff100;
}

.main .content.about .detail {
    background-color: #f3f9ff;
}

.main .content .detail {
    width: 1200px;
    margin: auto;
}

.main .content.contact .detail {
    padding: 40px 0 0 0;
}

.main .content.product .detail {
    padding: 0;
    border: 0;
}

.main .content.product .detail .items {
    padding: 0 20px;
}

.main .content.product .detail .items .item {
    border: 2px solid #e8e8ea;
    text-align: center;
    margin: 20px 0;
    margin-right: 20px;
    height: 270px;
    width: calc( 25% - 19px);
    float: left;
}

.main .content.product .detail .items .item:nth-of-type(4n) {
    margin-right: 0;
}
.main .content.product .detail .mid .item {
    border: 2px solid #e8e8ea;
    text-align: center;
    margin: 20px 0;
    margin-right: 20px;
    width: calc( 25% - 19px);
    float: left;
}

.main .content.product .detail .mid .item:nth-of-type(4n) {
    margin-right: 0;
}
.main .content.product .detail .mid .item img {
    margin: 30px 0;
}
.main .content.product .detail .main .item img {
    margin: 0 0;
}
.main .content.product .detail .items .item img {
    margin: 0 0;
}
.main .content.product .detail .items .item .name {
    line-height: 30px;
    font-size: 14px;
}

.main .content.product .detail .items .item .more {
    background-color: #0d6fb8;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: white;
    width: 120px;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer;
}

.main .content.product .detail .items .item .more a {
    color: white;
}



.main .content.product_detail>.detail .right {
    float: left;
    margin-left: 60px;
    width: calc( 74% - 410px);
}

.main .content.product_detail>.detail .right .pro_title {
    font-size: 22px;
    color: #0d6fb8;
    line-height: 50px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 30px;
}

.main .content.product_detail>.detail .detail_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    border-bottom: 1px solid #eeeeee;
}

.main .content.product_detail>.detail .content {
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.detail .address {
    width: calc( 100% - 240px);
}

.detail .address ul>li {
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 50px;
}

.main .content.contact .detail {
    padding-bottom: 200px;
}

.main .content.contact .detail .address_img {
    height: 205px;
    width: 240px;
    background-color: #8ccbec;
    text-align: center;
    line-height: 50px;
    color: white;
    padding-top: 50px;
    font-size: 24px;
}

.main .content.contact .detail .address_img img {
    margin-bottom: 20px;
}

.main .content .title {
    margin-top: 30px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.main .content .pagination {
    text-align: center;
    margin-top: 50px;
    line-height: 40px;
}
.main .content .pagination .btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eeeeee;
    
}
.main .content .pagination  .on {
    background-color: #0d6fb8;
}
.main .content .pagination  .on a {
    color: #fff ;
}

.main .content.news_detail .next {
    margin-bottom: 30px;
}

.main .content.news_detail .next,
.main .content.news_detail .pre {
    line-height: 40px;
    font-size: 18px;
}

.main .content.news_detail .title {
    color: #0d6fb8;
}

.main .content.news_detail .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.main .content .block {
    text-indent: 30px;
    line-height: 40px;
    font-size: 18px;
    margin: 20px 0;
}

.main .content.message form {
    padding: 50px;
    font-size: 14px;
}

.main .content.message form .item {
    line-height: 50px;
    margin-bottom: 10px;
}

.main .content.message form .item input {
    height: 40px;
    padding-left: 10px;
    width: 700px;
    border: 1px solid #dcdcdc;
}

.main .content.message form .item textarea {
    width: 700px;
    height: 200px;
    padding-left: 10px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
}

.main .content.message form .left.label {
    width: 120px;
}

.main .content.message form .submit {
    display: inline-block;
    background-color: #027dea;
    color: white;
    text-align: center;
    width: 120px;
    margin-right: 10px;
    cursor: pointer;
    margin-left: 20px;
}

.main .content.news .item {
    padding: 20px;
}

.main .content.news .item:hover {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

.main .content.news .item .title {
    margin-top: 0;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.main .content.news .item .right {
    width: 120px;
    text-align: center;
}

.main .content.news .item .left {
    width: calc( 100% - 140px);
    margin-right: 20px;
}

.main .content.news .item .right .date {
    font-size: 21px;
    position: relative;
    top: -10px;
}

.main .content.news .item .right .btn {
    background-color: #eeeeee;
    padding: 5px 10px;
    font-size: 18px;
    width: 100px;
    display: inline-block;
}

.main .content.news .item:hover .right .btn {
    background-color: #0d6fb8;
    color: white;
}

.bottom {
    min-width: 1400px;
    margin: auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 10px;
    background: black;
    color: white;
    font-size: 18px;
}

.bottom .links ul>li {
    display: inline-block;
    width: 120px;
    color: white;
    line-height: 80px;
}

.bottom.en .links ul>li {
    width: 160px;
}

.bottom .links ul>li a {
    color: white;
}

.bottom .line {
    border-bottom: 1px solid white;
}

.bottom .line div {
    width: 80px;
    height: 8px;
    background-color: #fad019;
    margin: auto;
    position: relative;
    top: 4px;
}

.bottom .copyright {
    padding-top: 10px;
}

.side_nav {

    position: fixed;
    right: 5%;
    bottom: 200px;
}

.side_nav ul>li {
    padding-top:15px;
    cursor: pointer;
    margin-bottom: 10px;
    background: black;
    border-radius: 5px;
    width: 48px;
    height: 57px;
    opacity: 0.7;
    position:relative;
}

.side_nav ul>li.fnav_hover{
    background-color: #179de3;
}
.side_nav ul>li .ewm{
    position: absolute;
    z-index: 26;
    bottom: 0;
    top: auto;
    right: 100px;
    padding: 10px;
    width: 165px;
    height: 165px;
    background-color: #444;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
.side_nav ul>li .phone
{
    position: absolute;
    z-index: 26;
    left: auto;
    right: 57px;
    top: 0;
    text-align: center;
    padding: 15px 13px 15px 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #179de3;
    cursor: pointer;
    white-space: nowrap;
    display: none;
}

.pop {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 120;
}

.pop .ntpop {
    padding: 0rem 1rem;
    text-align: center;
    position: fixed;
    left: calc( 50% - 15rem);
    /*  right: 3rem; */
    width: 30rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #f8fcf5;
    border: 5px solid #007ACC;
}

.pop .popheader {
    position: relative;
}

.pop .popheader .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right: 0rem;
    top: -2rem;
}

.ntpop .title {
    /*     line-height:3.5rem; */
    margin-top: 3rem;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}

.ntpop .content {
    text-align: center;
    font-size: 16px;
    background-color: #f8fcf5;
    padding: 1rem;
}

.ntpop .btn {
    width: 10rem;
    background-color: #007ACC;
    text-align: center;
    margin: auto;
    margin-top: 3rem;
    cursor: pointer;
    color: white;
    padding: 6px 0;
    border-radius: 2px;
    margin-bottom: 2rem;
}
.side_nav ul>li#top {
    background: none;
}