a {text-decoration: none;color: #999;}
a:hover {color: #fff; text-decoration: none;}
.fl {float: left;}
.fr {float: right;}
.clearfix:after{content: ''; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {/* 触发 hasLayout */ zoom: 1; }
.mymain {width: 1200px; margin:0 auto;}
.mainbox {width: 1400px; margin: 0 auto;}
.mytitle {width: 100%; margin-top: 100px;margin-bottom: 100px; overflow: hidden;}
.mytitle h1 {display: block; width: 100%; text-align: center; font-size: 55px; font-weight: bold; color: #d63a3a;}
.mytitle p {font-size: 28px; font-weight: bold; color: #949494; display: block; text-align: center; padding-top: 10px; text-transform: uppercase;}
.mybtn {overflow: hidden;}
.mybtn a {display: block; width: 300px; line-height: 45px; text-align: center; border-radius: 30px; color: #fff; margin: 120px auto 0 auto; font-size: 20px; background: #d63a3a; }
.mybtn a:hover {color: #fff;}

.myservice {width: 100%; overflow: hidden;}
.myservice .showpic {
    width: 48%;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 45px;
    overflow: hidden;
    box-shadow: 0 0 15px #ccc;
    float: left;
}
.myservice .showpic:nth-child(2n+2) {float: right;}
.myservice .showpic .section1 {width: 100%; overflow: hidden;}
.myservice .icon {width: 77px; height: 76px; float: left; text-align: center; overflow: hidden;}
.myservice img {width: 100%;}
.myservice .shead {
    width: 200px; 
    height: 77px; 
    padding: 10px;
    background: #d42d2e; 
    border-radius: 5px; 
    margin-left: 25px; 
    float: left; 
    position: relative;
    z-index: 1;
}
.myservice .shead:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #d42d2e;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 26px;
    left: -13px;
    z-index: 2;
}
.myservice .shead h3 {font-size: 28px; font-weight: bold; color: #fff;}
.myservice .shead small {font-size: 14px; text-transform: uppercase; color: #ffcccc;}
.myservice .order {font-size: 60px; color: #fff0dc; line-height: 77px; font-weight: bold; font-style: italic; padding-right: 10px; float: right;}
.myservice .section2 {margin: 25px 0; width: 100%; overflow: hidden; font-size: 20px; line-height: 30px; color: #111;}
.myservice .section3 {overflow: hidden;}
.myservice .section3 span {display: block; width: 48%; border-radius: 5px; text-align: center; overflow: hidden;}

.myactivity {width: 100%; overflow: hidden;}
.myactivity .title {width: 1200px; margin: 35px auto; height: 90px; position: relative; z-index: 1; overflow: hidden;}
.myactivity .title h2 {
    display: block; 
	width: 1180px;
	text-align: center;
    line-height: 90px; 
    font-size: 40px; 
    color: #111; 
    font-weight: bold;
    position: absolute;
    top: 0; 
    left: 20px;
    z-index: 3; 
}
.myactivity .title span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.swiper-container-activity {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container-activity .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mysupport {overflow: hidden;}
.mysupport ul {display: block; width: 100%; overflow: hidden;}
.mysupport ul li {width: 280px; margin-right: 26px; float: left;}
.mysupport ul li:last-child {margin-right: 0;}
.mysupport .showimg {
    padding: 40px 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.mysupport .showimg img {width: 70px; height: 70px;}
.mysupport .showimg h3 {
    display: block; 
    padding: 25px 0; 
    font-size: 18px; 
    font-weight: bold; 
    color: #111; 
    line-height: 24px;
    position: relative;
}
.mysupport .showimg h3:after {
    content: '';
    display: block;
    width: 20%;
    height: 4px;
    background: #b79275;
    position: absolute;
    bottom: 0;
    left: 40%;
}
.mysupport .showimg p {padding-top: 15px; font-size: 14px; color: #737373; line-height: 22px; height: 88px;}

.myinteract {overflow: hidden;}
.myinteract .lists {width: 32%; margin-bottom: 60px; margin-right: 2%; float: left; position: relative; z-index: 1;}
.myinteract .lists:last-child {margin-right: 0;}
.myinteract .lists .text {
    width: 70%;
    padding: 30px;
    height: auto;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    position: absolute;
    left: 15%;
    bottom: -50px;
    z-index: 2;
}
.myinteract .lists h3 {font-size: 20px; font-weight: bold; color: #111;}
.myinteract .lists span {
    display: block; 
    width: 20%; 
    height: 4px; 
    background: #d63a3a;
    margin: 15px auto;
    text-indent: 999px;
}
.myinteract .lists p {font-size: 14px; color: #848484;}
.myinteract .lists .img {border-radius: 10px; overflow: hidden;}
.myinteract ul {margin-top: 25px; margin-bottom: 50px; overflow: hidden;}
.myinteract ul li {
    border: 1px solid #ccc;
    width: 18%; 
    border-radius: 5px;
    margin-bottom: 30px; 
    margin-right: 2.5%; 
    overflow:hidden; 
    float: left;
}
.myinteract ul li:nth-child(5n+5) {margin-right: 0;}

.mybiaodan {
    width: 100%; 
    padding: 35px 0;
    height: auto;
    background: url(../images/bd_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.mybiaodan .img {
    width: 30%; 
    float: left; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mybiaodan .img img {width: 305px; height: 315px;}
.mybiaodan .text {margin-right: 30px; padding-top: 25px; text-align: center; overflow: hidden;} 
.mybiaodan .text span {font-size: 45px; color: #fcb200;}
.mybiaodan .text h1 {font-size: 65px; color: #ffffff; font-weight: bold;}
.mybiaodan .myinput {width: 680px; margin: 35px auto 0 auto; overflow: hidden;}
.mybiaodan .inputbox {width: 435px; float: left; overflow: hidden;}
.mybiaodan .inputbox input {
    width: 100%; 
    line-height: 70px; 
    padding-left: 25px; 
    font-size: 24px; 
    border-radius: 10px 0 0 10px;
    border:none;
}
.mybiaodan .mybtn {width: 245px; float: left;}
.mybiaodan .mybtn button {
    width: 100%; 
    border-radius: 0 10px 10px 0; 
    line-height: 70px;
    background-image: linear-gradient(to top, #f55556 , #d42d2e);
    border:none;
    font-size: 30px;
    color: #fff;
}

/**导航栏**/
.navigation_box {width: 100%; background: #d63a3a;}
.navigation_main {width: 1200px; margin: 0 auto;}
.navigation_main ul {width: 100%; height: 60px; display: block;}
.navigation_main ul li {width: 10%; line-height: 60px; height: 60px; text-align: center; float: left; position: relative; z-index: 1;}
.navigation_main ul li:hover {background: #a40505;}
.navigation_main .columns {font-size: 18px; color: #fff;}
.navigation_list {width: 100%; position: absolute; left: 0;top: 60px; z-index: 999; display: none;}
.navigation_list dl {display: block; width: 100%;}
.navigation_list dd {line-height: 45px; font-size: 14px; background: #a40505; color: #fff;}
.navigation_list dd:last-child {border-radius: 0 0 5px 5px; overflow: hidden;}
.navigation_list dd a {display: block; color: #fff; border-bottom: 1px solid #e86161;}
.navigation_list dd a:hover {background: #ed2e2e;}
.myfixed {position: fixed;top: 0; z-index: 999; width: 97.5%; background: #d63a3a; box-shadow: 0 1px 5px #a40505;}

/**品牌信息**/
.mybrand {clear:both; height:auto; overflow:hidden; margin-bottom: 10px; margin-top: 10px;}
.mybrand .lists {float: left; overflow: hidden;}
.mybrand .lists span {display: inline-block; width:42px; line-height: 22px; font-size: 14px;  text-align: center; background: #d63a3a; color: #fff; border-radius: 5px; float: left; overflow: hidden;}
.mybrand .lists p {float: left; color: #666; line-height: 22px; padding-left: 8px; font-size: 14px;  margin-bottom: 0px;}
.mybrand .head{width:1200px; height:auto; margin:0 auto;}
.mybrand .head_left{float:left; height:auto; text-align:left;}
.mybrand .head_brand{font-size:15px; font-weight:400; display:block; height:36px; line-height:30px; background:url(../images/icon.png) 120px 8px no-repeat; clear:both;}
.mybrand .head_logo{display:block; width:450px;}
.mybrand .head_right{width: 23%; float:right; height:auto;}
.mybrand .head_link{display:block; text-align:right; float: right; clear:both; margin-top: 5px;}
.mybrand .head_link li{float:left;display:inline-block; margin:0 0 0 10px; font-size:12px;}
.mybrand .head_link li a {display: inline-block; width: 90px; line-height: 30px; background: #d63a3a; text-align: center; color: #fff; border-radius: 5px; overflow: hidden;}
.mybrand .head_link li a i {color: #fff; margin-right: 5px; font-size: 12px;}
.mybrand .head_link li a:hover{text-decoration:none; background: #a40505;}
.mybrand .head_tel{float:right; height:auto; color:#111; font-size: 16px; overflow: hidden;}
.mybrand .head_tel img {width: 18px; height: 18px; margin-right: 8px;}
.mybrand .head_tel strong {font-size: 20px;}

footer{height:440px; background: #2d3235; text-align:center;}
.footer{padding:24px 0 0 0;}
.footer_top{height:60px; border-bottom:1px #646464 solid; clear:both;}
.footer_top strong{display:block; float:left; height:40px; line-height:40px; color:#ddd; font-weight:400; background:url(../images/icon.png) no-repeat; overflow:hidden;}
.footer_top strong a{color:#ddd;}
.footer_top strong a:hover{color:#fff; text-decoration:underline;}
.footer_top strong.link_mobile{width:278px; margin:0 0 0 174px; background-position:-4px -308px; padding:0 0 0 28px;}
.footer_top strong.address{width:380px; background-position:-3px -363px; padding:0 0 0 32px;}
.footer_top strong.telephone{background-position:0 -416px; padding:0 0 0 36px;}

dl.footer_nav_list{display:block; height:236px; margin:48px 0 0 175px; position:relative; overflow:hidden;}
dl.footer_nav_list div{float:left; color:#ddd;}
dl.footer_nav_list dt{display:block; height:32px; line-height:1; font-size:18px; font-weight:700; clear:both;}
dl.footer_nav_list dt, dl.footer_nav_list dd, dl.footer_nav_list dd a{color:#ddd;}
dl.footer_nav_list dd{line-height:36px; color:#ddd;}
dl.footer_nav_list dd a:hover{text-decoration:underline; color:#fff;}

dl.footer_nav_list div.footer_nav_1{width:224px;}
dl.footer_nav_list div.footer_nav_2{width:118px;}
dl.footer_nav_list div.footer_nav_3{width:116px; border-right:1px #646464 solid;}
dl.footer_nav_list div.footer_nav_4{width:200px; margin:0 0 0 40px;}
dl.footer_nav_list div.footer_nav_5{width:140px; text-align:center; line-height:20px;}

.copyright{line-height:28px; color:#888; text-align:center; clear:both;}
.copyright a{color:#888;}
.copyright a:hover{text-decoration:underline; color:#fff;}
.box_1200 {width: 1200px; margin: 0 auto;}


/*定义mscale*/
@keyframes mscale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.94);
    }
    100% {
      transform: scale(1);
    }
}

/*大于pad*/
@media only screen and (min-width: 750px) {
}

/*iphone 5*/
@media screen and (min-width: 320px) and (max-width: 374px) {

}