@charset "utf-8";
body {
    font-family: "microsoft yahei", Arial;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

form,
input,
button,
option,
textarea,
select {
    margin: 0px;
    padding: 0px;
}

input,
button,
textarea,
select {
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #272727;
    font-family: "microsoft yahei";
}

span {
    font-family: "microsoft yahei";
}

p {
    font-family: "microsoft yahei";
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

th {
    font-weight: normal;
}

table {
    font-size: inherit;
    font: 100%;
}

img {
    border: none;
}

.clear {
    clear: both;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    clear: both;
}


/*全局变量*/

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

.boxsize {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

.header .logo {
    float: left;
}

.header .tel {
    float: right;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 50px;
}

.header .tel p {
    font-size: 14px;
    color: #666666;
}

.header .tel span {
    font-size: 24px;
    color: #d11c1c;
    font-weight: bold;
}

.header .ss {
    width: 226px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    float: right;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 15px 60px 0 0;
}

.header .ss input {
    width: 190px;
    height: 30px;
    font-size: 14px;
    background: none;
    outline: none;
    border: none;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: 10px;
}

.header .ss button {
    width: 18px;
    height: 30px;
    background: url(../images/ss.png) no-repeat center;
    border: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}

.nav {
    width: 100%;
    height: 48px;
    background: #6a5acd;
}

.nav ul {
    width: 1260px;
    margin: 0 auto;
}

.nav ul li {
    width: 140px;
    height: 37px;
    padding-top: 11px;
    float: left;
    background: url(../images/line.jpg) no-repeat right center;
}

.nav ul li>a {
    display: block;
    width: 108px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
}

.nav ul li>a:hover {
    background: #ffb400;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.drop {
    display: none;
    position: absolute;
    z-index: 100;
    background: #6a5acd;
    width: 140px;
    margin-top: 11px;
}

.drop .title {
    width: 140px;
    height: 36px;
}

.drop a {
    display: block;
    width: 108px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
}

.drop a:hover {
    display: block;
    width: 108px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    background: #ffb400;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.nav ul li:hover .drop {
    display: block;
}

.fullSlide {
    position: relative;
    width: 100%;
    height: 500px;
}

.fullSlide .bd ul li {
    width: 100% !important;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.fullSlide .bd ul li img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 1;
}

.fullSlide .hd ul li {
    margin: 0 4px;
    width: 26px;
    height: 6px;
    background: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    font-size: 0;
}

.fullSlide .hd .on {
    background: #6a5acd;
}

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

.pro .menu {
    width: 254px;
    float: left;
    background: #6a5acd;
    text-transform: uppercase;
    padding-top: 20px;
}

.pro .menu .tit {
    padding-bottom: 30px;
    font-weight: bold;
    position: relative;
    background: url(../images/line1.png) no-repeat left bottom;
}

.pro .menu .tit span {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.1);
}

.pro .menu .tit p {
    font-size: 26px;
    color: #ffea00;
    text-indent: 45px;
    position: absolute;
    bottom: 30px;
}

.pro .menu ul {
    padding: 25px 0 20px 25px;
}

.pro .menu ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.pro .menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 40px;
    color: #FFFFFF;
    position: relative;
}

.pro .menu ul li a:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 15px;
    left: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pro .menu ul li a:hover {
    background: #FFFFFF;
    color: #6a5acd;
}

.pro .menu ul li a:hover:before {
    background: #6a5acd;
    border-color: #6a5acd;
}

.pro .list {
    width: 890px;
    float: right;
    padding-top: 40px;
}

.pro .list .tit {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    background: url(../images/none.png) repeat-x center bottom;
}

.pro .list .tit .p1 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.pro .list .tit .p1 span {
    color: #6a5acd;
}

.pro .list .tit .p2 {
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
}

.pro .list ul {
    margin: 30px -15px 0;
}

.pro .list ul li {
    width: 200px;
    height: 266px;
    text-align: center;
    margin: 15px;
    float: left;
}

.pro .list ul li .photo {
    width: 198px;
    height: 198px;
    border: 1px solid #dcdcdc;
    display: block;
    font-size: 0;
}

.pro .list ul li .photo img {
    width: 100%;
    height: 100%;
}

.pro .list ul li .photo:hover {
    border-color: #6a5acd;
}

.pro .list ul li .name {
    line-height: 66px;
    font-size: 13px;
    color: #555555;
}

.pro .list ul li .name:hover {
    color: #6a5acd;
}

.ad {
    width: 100%;
    height: 600px;
    margin-top: 60px;
    background: url(../images/ad.jpg) center center no-repeat;
}

.about {
    width: 1200px;
    margin: 60px auto 0;
    position: relative;
}

.about:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    clear: both;
}

.about .tit {
    float: left;
    width: 240px;
    text-align: center;
}

.about .p1 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.about .p1 span {
    color: #6a5acd;
}

.about .p2 {
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
    text-transform: uppercase;
    padding-bottom: 30px;
    background: url(../images/lin3.png) no-repeat left bottom;
}

.about .photo {
    width: 295px;
    height: 224px;
    position: relative;
    margin-top: 20px;
    font-size: 0;
}

.about .photo:after {
    display: block;
    width: 58px;
    height: 189px;
    background: #6a5acd;
    content: "";
    position: absolute;
    right: -58px;
    bottom: 0;
}

.about .us {
    width: 782px;
    min-height: 280px;
    float: right;
    padding-top: 30px;
    font-size: 13px;
    color: #555555;
    line-height: 36px;
    text-indent: 2em;
}

.about .us .more {
    position: relative;
    margin-top: 30px;
    height: 22px;
    width: 690px;
}

.about .us .more hr {
    width: 670px;
    height: 1px;
    background: #6a5acd;
    border: none;
    position: absolute;
    left: -65px;
    top: 10px;
}

.about .us .more a {
    display: block;
    width: 91px;
    height: 22px;
    background: #6a5acd;
    color: #FFFFFF;
    line-height: 22px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    float: right;
}

.ad1 {
    background: url(../images/ad1.jpg) no-repeat center;
    width: 100%;
    height: 432px;
    margin-top: 80px;
}

.news {
    width: 1200px;
    margin: 56px auto 0;
}

.news:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    clear: both;
}

.news .title {
    width: 100%;
    background: url(../images/none.png) repeat-x center;
    position: relative;
    text-align: center;
    min-height: 100px;
    margin-bottom: 60px;
}

.news .title .tit {
    background: #FFFFFF;
    padding: 0 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.news .title .tit .p1 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.news .title .tit .p1 span {
    color: #6a5acd;
}

.news .title .tit .p2 {
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
    text-transform: uppercase;
}

.news .title>p {
    font-size: 12px;
    color: #868585;
    padding-top: 90px;
}

.news dt {
    width: 320px;
    height: 312px;
    position: relative;
    float: left;
    margin-right: 75px;
}

.news dt .photo {
    width: 320px;
    height: 200px;
    font-size: 0;
}

.news dt .photo img {
    width: 100%;
    height: 100%;
}

.news dt a {
    display: block;
    width: 246px;
    height: 32px;
    line-height: 32px;
    background: #6a5acd;
    margin: 20px 0;
    color: #FFFFFF;
    font-size: 15px;
    position: relative;
    text-indent: 34px;
}

.news dt a:before {
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 16px;
    top: 12px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.news dt p {
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    padding-left: 34px;
}

.news dt:after {
    display: block;
    width: 1px;
    height: 118px;
    background: #e59090;
    content: "";
    position: absolute;
    left: 7px;
    bottom: 0;
    z-index: -1;
}

.news dd {
    width: 320px;
    float: right;
    display: list-item;
    list-style: disc;
    color: #6a5acd;
    margin: 35px;
}

.news dd .name {
    font-size: 16px;
    color: #333333;
}

.news dd .name:hover {
    color: #6a5acd;
}

.news dd .more {
    display: block;
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #6a5acd;
    font-size: 12px;
    float: right;
}

.news dd .more:hover {
    background: #ffb400;
}

.news dd p {
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    margin-top: 20px;
}

.link {
    width: 100%;
    height: 80px;
    background: #f4f4f4;
    margin-top: 76px;
}

.link .cont {
    width: 1200px;
    margin: 0 auto;
}

.link .cont p {
    font-size: 24px;
    color: #6a5acd;
    font-weight: bold;
    float: left;
    height: 80px;
    line-height: 80px;
}

.link .cont p .s1 {
    color: #000000;
}

.link .cont p .s2 {
    color: #d0d0d0;
    font-weight: normal;
    margin-left: 10px;
}

.link .cont ul {
    float: left;
    margin-left: 50px;
}

.link .cont ul li {
    display: inline-block;
    font-size: 13px;
    color: #cccbcb;
    line-height: 80px;
}

.link .cont ul li a {
    color: #666666;
}

.link .cont ul li a:hover {
    color: #6a5acd;
}

.foot_nav {
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #6a5acd;
}

.foot_nav ul li {
    display: inline-block;
    margin: 0 25px;
}

.foot_nav ul li a {
    color: #FFFFFF;
    font-size: 15px;
}

.foot_nav ul li a:hover {
    color: #ffe400;
}

.footer {
    width: 100%;
    padding: 25px 0;
    background: #f4f4f4;
    text-align: center;
}

.footer .p1 {
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}

.footer .p2 {
    line-height: 28px;
    font-size: 13px;
    color: #a7a7a7;
    margin-top: 10px;
}

.footer span {
    margin: 0 10px;
}


/*翻页*/

.fanye {
    margin: 20px 0;
    text-align: center;
}

.fanye a {
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    min-width: 16px;
    height: 22px;
    line-height: 22px;
    border: 1px #999 solid;
    background: #fff;
    color: #545454;
}

.fanye a:hover,
.fanye a.on {
    background: #6a5acd;
    border: 1px #6a5acd solid;
    color: #fff;
}

.page .cont {
    margin-top: 30px;
    line-height: 26px;
}

.yn .tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.yn .content_related {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #383838;
}

.yn .photo {
    text-align: center;
    width: 100%;
}

.yn .photo img {
    margin: 15px 0;
    max-width: 100%;
}

.yn .content_btn {
    margin: 15px 0;
    line-height: 26px;
    font-size: 14px;
}

.yn .content_btn a {
    color: #666666;
}

.paper {
    width: 1200px;
    margin: 50px auto;
    min-height: 500px;
}

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

.side {
    width: 254px;
    float: left;
}

.side .side_c .tit {
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    background: #e73232;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 68px;
    text-indent: 60px;
}

.side .side_c .tit:after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: -7px;
    bottom: -7px;
}

.side .side_c .tit:before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: -10px;
    top: -10px;
}

.side .side_c .tit span:after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/drop.png) no-repeat center;
    float: right;
    margin: 26px 52px 0 0;
}

.side .side_c ul {
    padding: 20px 0 20px 25px;
    background: #6a5acd;
}

.side .side_c ul li {
    width: 100%;
    height: 40px;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.side .side_c ul li a {
    display: block;
    width: 246px;
    height: 40px;
    line-height: 40px;
    text-indent: 60px;
    color: #FFFFFF;
    position: absolute;
    left: -20px;
}

.side .side_c ul li a:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 33px;
    top: 15px;
}

.side .side_c ul li a:hover {
    background: #FFFFFF;
    color: #6a5acd;
}

.side .side_c ul li a:hover:before {
    background: #6a5acd;
    border-color: #6a5acd;
}

.side .side_p {
    margin-top: 30px;
    width: 100%;
    height: 100px;
    border: 1px solid #eeeeee;
    background: url(../images/phone.png) 23px center no-repeat #f7f7f7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px 0 0 80px;
}

.side .side_p p {
    font-size: 14px;
    color: #5d5d5d;
}

.side .side_p span {
    font-size: 22px;
    color: #e30d06;
    font-weight: bold;
}

.product,
.page,
.news_list {
    width: 890px;
    float: right;
}

.bread {
    width: 100%;
    height: 64px;
    background: url(../images/none.png) repeat-x left bottom;
    line-height: 64px;
}

.bread p {
    float: right;
    font-size: 12px;
    color: #999999;
}

.bread p a {
    color: #999999;
    margin: 0 3px;
}

.bread p span {
    color: #6a5acd;
    margin: 0 3px;
}

.product ul {
    margin: 30px -15px 0;
}

.product ul li {
    width: 200px;
    height: 266px;
    text-align: center;
    margin: 15px;
    float: left;
}

.product ul li .photo {
    width: 198px;
    height: 198px;
    border: 1px solid #dcdcdc;
    display: block;
    font-size: 0;
}

.product ul li .photo img {
    width: 100%;
    height: 100%;
}

.product ul li .photo:hover {
    border-color: #6a5acd;
}

.product ul li .name {
    line-height: 66px;
    font-size: 13px;
    color: #555555;
}

.product ul li .name:hover {
    color: #6a5acd;
}

.news_list ul li {
    width: 100%;
    height: 82px;
    padding: 20px 0;
    border-bottom: 1px dashed #d2d2d2;
}

.news_list ul li .name {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    padding-left: 36px;
    background: url(../images/icon.png) left center no-repeat;
}

.news_list ul li .name:hover {
    color: #6a5acd;
}

.news_list ul li .more {
    display: block;
    width: 76px;
    height: 23px;
    background: #eeeeee;
    text-align: center;
    line-height: 23px;
    color: #999999;
    font-size: 12px;
    float: right;
}

.news_list ul li .more:hover {
    color: #FFFFFF;
    background: #6a5acd;
}

.news_list ul li p {
    font-size: 12px;
    color: #888888;
    line-height: 22px;
    margin-top: 15px;
}

.float {
    width: 121px;
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 100;
}

.float ul {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.float ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.float ul li span {
    font-size: 16px;
    color: #555555;
}

.float ul li p {
    font-size: 12px;
    color: #cfcfcf;
    text-transform: uppercase;
}

.float ul li a {
    display: block;
    width: 70px;
    height: 22px;
    background: #6a5acd;
    margin: 10px 0 0 25px;
    position: relative;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
}

.float ul li a:before {
    display: block;
    width: 28px;
    content: '';
    position: absolute;
    left: -20px;
    top: -4px;
    height: 30px;
    background: url(../images/qq.png) center center no-repeat;
}

.float .top {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 10px auto 0;
    display: block;
}