﻿/* 
* @Author: anchen
* @Date:   2018-08-01 10:33:04
* @Last Modified by:   anchen
* @Last Modified time: 2018-08-02 10:17:38
*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    /*font-size: 0*/
	font-family:"Microsoft YaHei";
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
    }

.bx {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*1*/
.box_1 {
    height: 90px;
    width: 100%;
    box-shadow:0px 7px 10px 0px rgba(0, 0, 0, 0.13);
}

.nav{
    margin-left:46px;
}

.nav li {
    width: 115px;
}

    .nav li a {
        font-size: 16px;
        color: #000;
        text-align: center;
        display: block;
        line-height: 90px;
    }

        .nav li a:hover {
            color: #fc2d2d;
            font-weight: 700;
        }

		.nav li a.active{ color: #fc2d2d;font-weight: 700;}

.nav_img {
    margin-top: 20px;
}

.nav_tel img{
    margin-left:40px;
    margin-top:20px;
}

/*nav*/
nav {
    margin-left: 46px;float: left;
}
 
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
 
.menu > li {
    float: left;width: 115px;
}
 
.menu > li > a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
    line-height: 90px;
}
 
.menu > li > a:hover, .dropdown:hover > a {
    color: #fc2d2d;
    font-weight: 700;
}
 
.submenu {
    padding: 0;
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
 
.submenu li {
    float: none;
    list-style: none;
}
 
.submenu li a {
    padding: 12px 16px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: left;
}
 
.submenu li a:hover {
    background-color: #575757;
}
 
.dropdown:hover .submenu {
    display: block;
}

/*3*/
.box_3 {
    background: url(../img/bgg.jpg) center no-repeat;
    height: 550px;
    margin-bottom: 50px;
}

.about {
    padding-top: 90px;
}

.about_text h3 {
    font-size: 24px;
    color: #2d2d2d;
	    letter-spacing: 5px;
}

.about_text h2 {
    font-size: 14px;
    font-weight: 700;
    color: #2d2d2d;
	 letter-spacing: 5px;
}

.about_text p {
    font-size: 16px;
    color: #333;
    text-indent: 20px;
    width: 600px;
    line-height: 30px;
    margin-top: 15px;
}

.about_text a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

    .about_text a:hover {
        color: #fc2d2d;
    }

.about_top {
    margin-bottom: 60px;
}

.text_1 h1 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    width: 298px;
    text-align: center;
    margin-bottom: 10px;
}

.wen {
    margin-left: 40px;
    margin-bottom: 20px;
}

.text_1 p {
    width: 298px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.text_2 {
    margin-left: 153px;
}


/*4*/
.tit {
    margin-bottom: 30px;
}

.huan a {
    font-size: 14px;
    color: #2d2d2d;
    margin-left: 5px;
    font-weight: 700;
}

    .huan a:hover {
        color: #fc2d2d;
    }

.huan_img {
    margin-top: 4px;
}

.huan {
    margin-bottom: 10px;
}

.box_4 ul li {
    width: 277px;
    height: 360px;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.cover h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 26px 0 15px 0;
    letter-spacing: 2px;
}

.box_4 ul li .cover {
    width: 277px;
    height: 277px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.cover h3 a {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 60px 0 20px 0;
}

.cover p a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    width: 230px;
    margin-left: 23px;
}

.box_4 ul li:hover .cover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.case_box_2 {
    margin-left: 20px;
}

.box_4 {
    margin-bottom: 50px;
}


/*5*/
.box_5 {
    background: url(../img/adv.png) center no-repeat;
    padding-top: 30px;
    height: 349px;
    margin-bottom: 50px;
}

.adv_tit h3 {
    font-size: 24px;
    color: #2d2d2d;
	letter-spacing: 10px;
}

.adv_tit h2 {
    font-size: 14px;
    font-weight: 700;
    color: #2d2d2d;
	letter-spacing: 4px;
}

.adv_tit {
    margin-bottom: 15px;
}

.icon_1 {
    margin: 36px 73px 0 96px;
}

.icon_box p {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 600;
    margin-top: 20px;
    text-align:center;
}

.icon_2 {
    margin-right: 97px;
}

.icon_3 {
    margin: 36px 73px 0 0;
}

.icon_4 {
    margin-top: 36px;
}

/*6*/
.box {
    overflow: hidden;
    position: relative;
}

    .box:before {
        content: "";
        width: 0;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    }

    .box:hover:before {
        width: 400px;
        left: 0;
        opacity: 0.5;
    }

    .box .box-content {
        width: 100%;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .box .post {
        font-size: 15px;
        text-transform: capitalize;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .box:hover .title,
    .box:hover .post {
        opacity: 1;
        transition-delay: 0.7s;
    }

.box_6 {
    margin-bottom: 50px;
}

/*7*/
.box_7 {
    background: url(../img/bg_2.png) center no-repeat;
    height: 492px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.ter {
    width: 270px;
    height: 348px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.box_7 .adv_tit {
    margin-bottom: 25px;
}

.people_img {
    margin: 0 auto;
    display: block;
}

.ter p {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 6px;
	margin-left:15px;
}

.ter h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
}
#team h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
}

.ter_2 {
    margin-left: 40px;
}


/*8*/
.newss {
    width: 540px;
    margin: 0 auto;
    margin-top: 30px;
}

.news_1 {
    border-radius: 20px;
    width: 136px;
    height: 40px;
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

    .news_1 a {
        font-size: 18px;
        color: #666;
        text-align: center;
        line-height: 40px;
        display: block;
    }

.news_2 {
    margin-left: 63px
}

.news_text_1 h3 {
    font-size: 24px;
    color: #666;
    font-weight: 400;
}

.news_text_1 span {
    font-size: 16px;
    color: #ccc;
}

.news_text_1 {
    width: 588px;
    margin-top: 10px;
}

.news_text_bto p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-top: 5PX;
}

.news_title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.news_img {
    margin-top: 30px;
}

.new_duan p {
    font-size: 60px;
    color: #eaeaea;
    font-weight: 500;
}

.text_01_1 h4 {
    font-size: 18px;
    color: #333;
}

.new_duan {
    width: 526px;
    margin-top: 15px;
}

.text_01_1 .t {
    font-size: 14px;
    color: #747474;
    width: 389px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 22px;
}

.text_01_1 .time_text {
    font-size: 10px;
    color: #747474;
    font-weight: 400;
}

.time_text {
    margin-top: 10px;
}

.text_01_1 {
    margin-top: 10px;
}

.time {
    margin-right: 5px;
}

.t a {
    font-size: 14px;
    color: #2b2b2b;
}

.new_duan {
    border-bottom: 1px dashed #ccc
}

.new_duan_2 {
    border-bottom: none;
}

.box_8 {
    margin-bottom: 30px;
}

/*9 */
.box_9 {
    width: 100%;
    height: 283px;
    background-color: #898989;
    padding-top: 30px
}

.bottom_nav a {
    font-size: 16px;
    color: #fff
}

.mar {
    margin-left: 35px;
}

.bottom_nav a:hover {
    color: #fc2d2d
}

.bottom_nav {
    border-bottom: 1px solid #777;
    padding-bottom: 30px;
    width: 600px;
}

.num p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.bottom_sao {
    margin-left: 30px;
    margin-top: 30px;
}

.bottom_tian p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.bottom_tian {
    width: 248px;
}

.k {
    margin-left: 20px;
}

.K_2 {
    margin-left: 20px;
}

.input_box {
    border-radius: 5px;
    width: 200px;
    height: 40px;
    border: 1px solid #cccccc;
    margin-top: 20px;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
/* WebKit browsers */
::-webkit-input-placeholder {
    color: #fff;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #fff;
}

.btn {
    width: 210px;
    height: 55px;
    border-radius: 5px;

    margin-top: 25px;
    margin: 10px auto;
}

   .btn a {
    color: #2b2b2b;
    font-size: 24px;
    text-align: center;
    height: 52px;

    display: block;
    background: url(../img/btn.png) no-repeat;
}



/*主图*/
.banner{width:100%;overflow:hidden;height:600px;position:relative}
.banList{position:absolute;left:50%;margin-left:-960px;height:600px}
.banList li{height:600px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fc8f0f;cursor:pointer}


/*
    rollslide
*/
.roll-wrap:hover .control {
    display: block
}

.roll-wrap {
    position: relative;
    width: 100%;
    height: 277px;
    overflow: hidden
}

    .roll-wrap .roll__list {
    }

.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0
}

.roll_row .roll__list::after {
    clear: both
}

.roll_row .roll__list {
    width: 9999px
}

    .roll_row .roll__list li {
        float: left;
        display: block;
        margin-right: 0px;
        width: 277px;
        height: 277px;
        line-height: 100px;
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        color: #fff;
        background-color: #f90
    }

.control {
    position: absolute;
    top: 150px;
    display: none;
    padding: 10px 5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,.3)
}

    .control:hover {
        background-color: rgba(0,0,0,.5)
    }

    .control.pre {
        left: 5px
    }

    .control.next {
        right: 5px
    }

.roll_col {
    width: 100%;
    height: 200px;
    overflow: hidden
}

    .roll_col .roll__list {
        width: 100%
    }

.h600 {
    height: 600px
}

.roll_col li {
    display: block;
    height: 200px;
    line-height: 200px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #f90
}

.roll_col .li-2 {
    background-color: #09f
}

.roll_col .li-3 {
    background-color: #f09
}

.roll_col .li-4 {
    background-color: #0f9
}

.roll_col .control {
    top: 80px
}
.caseMenu {
    font-size: 14px;
    height: 70px;
    margin-bottom: 30px;
}
    .caseMenu li {
        float: left;
        width: 16.5%;
        margin-left: 2px;
        text-align: center;
        font-weight: bold;
    }
        .caseMenu li.on a, .caseMenu li a:hover {
            background: #b11e28;
            color: #fff;
            border: 1px solid #8a020b;
        }
        .caseMenu li a {
            display: block;
            border: 1px solid #c3c3c3;
            height: 68px;
            line-height: 68px;
            border-radius: 3px;
            transition: all 0.3s;
            background: #eee;
            color: #000;
        }

.link a{color:black;}

/*kefu*/
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(/img/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/img/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(/img/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
/*kefu*/

.clear{clear:both;}

@font-face {
	font-family: 'icomoon';
    src:url('/fonts/icomoon.eot?qradjf');
    src:url('/fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?qradjf') format('truetype'),
        url('/fonts/icomoon.woff?qradjf') format('woff'),
        url('/fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
.pro-left{height:580px;}
.pro-right{height:290px;overflow:hidden;}

.about_text{
    width: 500px;
    height: 350px;
    margin-left: 50px;
    margin-top: 40px;
}











