﻿﻿@charset "utf-8";


#header{

}
.loginbar{
    height:40px;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}
.loginbar li{
    float: left;
    padding: 0 15px;
    position: relative;
}
.loginbar li:after{
    content: '';
    display: block;
    background: #a7a7a7;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 12px;
}
.login_weibo{
    padding: 11px 0 0 10px;
}
.login_weibo img{
    display: block;
}
.logobar{
    height: 128px;
}
.logo{
    padding-top: 25px;
}
.logobar .tel{
    font-size: 14px;
    background: url("../images/ico2.png") no-repeat left 34px;
    padding:38px 0 20px 210px;
}
.logobar .tel span{
    display: block;
    font-size: 28px;
    font-family: Arial;
    color: #da251c;
    line-height: 1;
}
.navbar{
    height: 52px;
    background: #1F5758;
}
.nav li{
    float: left;
    width: 200px;
    position: relative;
}
.nav li>a{
    display:block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    position: relative;
    z-index: 1000;
}
.nav li.on>a,.nav li>a:hover{
    background: #dab96b;
}
.nav li .sub_nav{
    position: absolute;
    left:0;
    width: 100%;
    background-color: #fff;
    transition: all 300ms;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.nav li .sub_nav a{
    display: block;
    line-height: 45px;
    text-align: center;
    color: #273a6c;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0 20px;
}
.nav li:hover .sub_nav{
    top: 52px;
    opacity: 1;
    visibility: visible;
}
.nav li .sub_nav a:hover{
    color: #da251c;
}

.slide_banner{
    width:100%;
    position:relative;
    background:#ccc;
    height:592px;
}
.slide_banner .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.slide_banner .bd ul{
    width:100% !important;
}
.slide_banner .bd li{
    width:100% !important;
    overflow:hidden;
    text-align:center;
    height:592px;
}
.slide_banner .bd li a{
    display:block;
    height:100%;
}
.slide_banner .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
}
.slide_banner .hd ul{
    text-align:center;
}
.slide_banner .hd ul li{
    cursor:pointer;
    background:rgba(0,0,0,.3);
    display:inline-block;
    zoom:1;
    width:46px;
    height:6px;
    margin:0 3px;
    text-indent: -9999px;
}
.slide_banner .hd ul .on{
    background:rgba(0,0,0,.6);
}
.slide_banner .prev,
.slide_banner .next{
    display:none;
    position:absolute;
    z-index:1;
    top:50%;
    margin-top:-30px;
    left:10%;
    width:40px;
    height:60px;
    cursor:pointer;
    background:rgba(0,0,0,.2);
    color:#fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-family: "宋体";
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    font-weight:bold;
    user-select:none;
}
.slide_banner .next{
    left:auto;
    right:10%;
}


/*首页css__start*/

.process{
    padding: 43px 0;
}
.process li{
    flex: 1;
    text-align: center;
}
.process li .img{
    width: 98px;
    height: 98px;
    margin:auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: .3s;
}
.process li:hover .img{
    transform:rotate(360deg);
    background: #f7f7f7;
}
.process li .img img{
    vertical-align:middle;
}
.process li .img span{
    height:100%;
    width:0;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle
}
.process li h4{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    padding: 30px 0 4px;
}
.process li p{
    text-transform: capitalize;
    color: #c5ccdb;
}


/*公用头部*/

.tit_box{
    text-align: center;
}
.tit_box h3{
    font-size: 36px;
    color: #222;
    font-weight: normal;
    line-height: 1.2;
}
.tit_box p{
    color: #b4b4b4;
    font-size: 14px;
    text-transform: capitalize;
}

.index_bg{
    background:url("../images/bg1.jpg") repeat ;
    padding: 50px 0;
}
.product_con .hd{
    text-align: center;
    margin:55px 0;
}
.product_con .hd li{
    display: inline-block;
    margin:0 10px;
}
.product_con .hd li a{
    padding: 10px 25px;
    font-size: 16px;
    color: #383838;
    border: 1px solid #000;
    border-radius: 3px;
}
.product_con .hd li.on a{
    background: #cf2a20;
    color: #fff;
    border: 1px solid #cf2a20;
}
.product_con .bd li{
    float: left;
    width: 300px;
    height: 300px;
    margin:0 0px 14px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.product_con .bd li:nth-child(2n){
    margin-right: 0;
}
.product_con .bd li .img{
    width: 300px;
    height: 300px;
}
.product_con .bd li .img img{
    display: block;
}
.product_con .bd li h4{
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: normal;
    padding: 12px 45px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    transition: .3s;
    border-radius: 3px;
    opacity: 0;
}
.product_con .bd li:hover h4{
    background: #cf2a20;
    opacity: 1;
}
.product_con .bd li:hover{
    border:1px solid #cf2a20;
    
}
.join_wrap{
    background: url("../images/gsjj_02.jpg") no-repeat center center;
    height: 494px;
    position: relative;
}
.join_wrap:after{
    content: '';
    display: block;
    background: url("../images/ico4.png") no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top:0;
    transform: translate(-50%,-50%);
}
.join_wrap .ly{float:left; width:330px;padding:20px;margin-top:85px; margin-left:70px; background:#FFF;}
.join_wrap tr td{
    line-height:60px;
	height:60px;
}
.join_wrap .ly tr.content{
    margin-top: 10px;
}
.join_wrap .ly tr.content td{
    width: 500px;
}
.join_wrap .ly tr td input,.join_wrap .ly tr td textarea{
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #333;
    font-family: 微软雅黑;
    font-size: 14px;
    border-radius: 3px;
	outline:0;
}
.join_wrap .ly tr td textarea{
    height: 80px;
    line-height: 1.6;
	width:100%;
}
.join_wrap .ly .tj{
	width:100%;
	height:40px;
	outline:0;
	border:0;
	background:#009944;
	color:#FFF;
	line-height:40px;
	font-size:16px;
	}
.join{
    padding: 35px 0 0;
    
}
.join h4{
    font-size: 25px;
    color: #000;
	text-align: center;
}
.join p{
    color: #000;
    font-size: 16px;
    position: relative;
    padding-bottom: 22px;
	text-align: center;
}

.join p.text{
    color: #000;
    font-size: 16px;
    position: relative;
    padding-bottom: 22px;
	text-align: left;
}
/* .join p:after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
} */
.join .tel{
    font-size: 18px;
    width: 235px;
   margin:4px auto 0;
}
.join .tel a{
    color: #cf2a20;
    font-weight:bold; padding:10px;
	 background: #fff;
    height: 53px;
    line-height: 53px;
    
    border-radius: 3px;
}
.join .tel:hover{
    opacity: .7;
}
.case_con{
    margin:40px 0;
}
.case_wrapper{
    padding-bottom: 30px;
}
.case_con li{
    float: left;
    width: 320px;
    height: 220px;
    margin:0 10px 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.case_con li:first-child{
    width: 540px;
    height: 450px;
}
.case_con li .img{
    width: 320px;
    height: 220px;
}
.case_con li .img img{
    display: block;
}
.case_con li:first-child .img{
    width: 540px;
    height: 450px;
}
.case_con li:nth-child(3),.case_con li:nth-child(5){
    margin-right: 0;
}
.case_con li h4{
    position: absolute;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.6);
    bottom: -40px;
    left: 0;
    width: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align:center;
    transition: .36s;
}
.case_con li:hover h4{
    bottom: 0;
}

.news_con{
    margin-top: 30px;
}
.news_video{
    width: 410px;
    height: 288px;
}

.news_layout1{
    width: 470px;
    margin:0 20px;
}
.news_layout1 li{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.news_layout1 li:nth-child(1){
    padding-top: 0;
}
.news_layout1 .time{
    width: 65px;
    height: 70px;
    border: 1px solid #666;
    text-align: center;
    margin-right: 12px;
}
.news_layout1 .time h5{
    font-size: 30px;
    color: #333;
}
.news_layout1 .time h6{
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}
.news_layout1 .con{
    flex: 1;
}
.news_layout1 .con a{
    color: #cf2a20;
    font-size: 16px;
    display: block;
}
.news_layout1 .con p{
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-top: 4px;
}
.news_layout2{
    width: 280px;
}
.news_layout2 dl{
    border-bottom: 1px #eee dashed;
}
.news_layout2 dt img{
    width: 280px;
    height: 120px;
    display: block;
}
.news_layout2 dd{
    padding:8px 0;
}
.news_layout2 dd h4{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.news_layout2 dd p{
    font-size: 12px;
    color: #999;
}
.news_layout2 dd p em{
    font-style: normal;
    color: #cf2a20;
}
.news_layout2 ul{
    margin-top: 5px;
}
.news_layout2 ul li a{
    color: #666;
    display: block;
}

.bg_f6{
    background: #f6f6f6;
}

.news_layout3{
    width: 585px;
    padding: 35px 0;
}
.tit_box1{
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.tit_box1 h4{
    flex: 1;
    color: #333;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding-left: 10px;
    font-weight: normal;
}
.tit_box1 h4:before{
    content: '';
    width: 3px;
    height: 20px;
    background: #cf2a20;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.tit_box1 a{
    font-size: 14px;
    color: #666;
}
.news_layout3 dl{
    padding: 20px 0;
    border-bottom: 1px #ddd dashed;
}
.news_layout3 dt{
    width: 200px;
    height: 135px;
    margin-right: 16px;
}
.news_layout3 dt img{
    width: 200px;
    height: 135px;
    display: block;
}
.news_layout3 dd{
    flex: 1;
}
.news_layout3 dd h4{
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.news_layout3 dd p{
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin:5px 0 10px;
}
.news_layout3 dd span em{
    font-style: normal;
    width: 200px;
    flex: 1;
    color: #cf2a20;
    font-size: 16px;
}
.news_layout3 dd span i{
    font-style: normal;
    display: block;
    background: url("../images/ico5.png") no-repeat left;
    padding: 0 0 0 24px;
    line-height: 2;
    font-size: 14px;
}
.news_layout3 ul{
    padding-top: 10px;
}
.news_layout3 ul li a{
    flex: 1;
    color: #666;
    font-size: 14px;
}
.news_layout4{
    margin-left: 30px;
}

/*页底css*/
.footer{
    background: #44403f;
}
.footer_con{
    padding: 60px 0 40px;
    border-bottom: 1px solid #2f2d2c;
}
.footer_nav{
    width: 960px;
}
.footer_nav dl{
    flex: 1;
    padding-right: 15px;
}
.footer_nav dl dt a{
    color: #fff;
    font-size: 16px;
    padding-bottom:8px;
    display: block;
}
.footer_nav dl dd{
    margin-bottom: 7px;
}
.footer_nav dl dd a{
    font-size: 13px;
    color: #ccc;
    line-height: 1.4;
    display: block;
}
.footer_code{
    width: 194px;
    position: relative;
    height: 160px;
}
.footer_code .bd{
    position: relative;
}
.footer_code .bd img{
    display: block;
    width: 160px;
    height:160px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_code .hd{
    width: 34px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    font-size: 16px;
}
.footer_code .hd li{
    height: 80px;
    padding: 16px 3px 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.footer_code .hd li.on{
    background: #cf2a20;
    color: #fff;
}

.footer_link{
    padding:20px 0;
    border-top: 1px solid #575353;
}
.footer_link .tit{
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}
.footer_link .con{
    color: #999;
}
.footer_link .con a{
    color: #ccc;
    display: inline-block;
}

.footer_bt{
    background: #363332;
    padding: 20px 0 86px;
    text-align: center;
    color: #ddd;
}

/*全局定位*/

.fixed_qq{
    position: fixed;
    width: 130px;
    height: 310px;
    left: 0;
    top: 20%;
    z-index: 5000;
    box-shadow: 2px 0 8px rgba(0,0,0,.2);
    background: url("../images/bg3.jpg") no-repeat;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.fixed_qq .close{
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 1;
    cursor: pointer;
}
.fixed_qq .con{
    text-align: center;
    padding-top: 35px;
}
.fixed_qq .con img{
    display: block;
    margin:auto;
}
.fixed_qq .con a{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    color: #cf2a20;
    margin:0 auto 10px;
    line-height: 30px;
    font-size: 14px;
}

.fixed_rightIcon{
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 9998;
}
.fixed_rightIcon li{
    position: relative;
    z-index: 2;
}
.fixed_rightIcon li a{
    display: block;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
    margin-bottom: 1px;
    width: 56px;
    height: 56px;
    position: relative;
    z-index: 2;
}
.fixed_rightIcon a:hover{
    background: #cf2a20;
}
.fixed_rightIcon li .con{
    position: absolute;
    text-align: center;
    border-radius: 3px;
    top: 0;
    background:#cf2a20;
    box-shadow:0 0 8px rgba(0,0,0,.1);
    font-size: 14px;
    transition: all .36s;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    color: #fff;
}
.fixed_rightIcon li.ico1 .con{
    width:186px;
    right:-186px;
}
.fixed_rightIcon li.ico2 .con{
    width:160px;
    height: 160px;
    right:-160px;
}
.fixed_rightIcon li.ico3 .con,.fixed_rightIcon li.ico4 .con,.fixed_rightIcon li.ico5 .con{
    width:80px;
    right:-80px;
}
.fixed_rightIcon li:hover .con{
    right: 56px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fixed_rightIcon li:hover a{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.index_form{
    width: 560px;
    padding:15px 30px 30px 30px;
    background: #fff;
    position: fixed;
    right: -560px;
    bottom: -225px;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    border-radius: 5px;
    transition: all .36s;
    z-index: 9999;
}
.index_form .close{
    font-size: 30px;
    color: #999;
    position: absolute;
    right: 20px;
    line-height: 1.4;
    top: 10px;
    cursor: pointer;
}

.index_form .tit{
    font-size: 24px;
    padding-bottom: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
}

.index_form .close:hover{
    color: #333;
}
.index_form tr{
    float: left;
    margin-right: 10px;
}
.index_form tr:nth-child(3),.index_form tr:nth-child(4){
    margin-right:0;
}
.index_form tr td{
    width:160px;
}
.index_form tr.content{
    margin-top: 10px;
}
.index_form tr.content td{
    width: 500px;
}
.index_form tr td input,.index_form tr td textarea{
    width: 100%;
    border: 1px solid #eee;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    color: #333;
    font-family: 微软雅黑;
    font-size: 14px;
    border-radius: 3px;
}
.index_form tr td textarea{
    height: 120px;
    line-height: 1.6;
    padding: 10px;
}
.index_form .btn{
    margin-top: 8px;
}
.index_form .btn input{
    display: inline-block;
    width:90px;
    height: 33px;
    background:#ccc;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.index_form .btn input.coolbg{
    background: #cf2a20;
    margin-right: 10px;
}


/*fixed 底部留言*/

.fixed_msg{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 66px;
    width: 100%;
    background: rgba(0,0,0,.7);
    line-height: 66px;
    z-index: 19920111;
    transition:  .35s;
}
.fixed_msg .wrapper{
    position: relative;
}
.fixed_msg .close{
    position: absolute;
    right: -30px;
    top: 0;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}
.fixed_msg .tit{
    font-size: 24px;
    color: #fff;
    margin-right: 40px;
    background: url("../images/f_logo.png") no-repeat left;
    padding: 0 0 0 44px;
}
.fixed_msg form tr{
    float: left;
    margin-right: 10px;
}
.fixed_msg form tr input{
    width: 190px;
    border: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 3px;
}
.fixed_msg form tr input.phone{
    width: 360px;
}
.fixed_msg form .btn input{
    height: 36px;
    line-height: 36px;
    border: none;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    background: #cf2a20;
    cursor: pointer;
    border-radius: 3px;
}
.fixed_msg form .btn input:hover{
    opacity: .8;
}

/*首页css__end*/


/*内页*/
.inner_banner{
    background: url("../images/iban1.jpg") no-repeat center;
    height: 400px;
    text-align: center;
    color: #fff;
    position: relative;
}
.inner_banner .con{
    position: absolute;
    left:0;
    width:100%;
    top: 50%;
    transform: translate(0,-50%);
}
.inner_banner h4{
    font-size: 40px;
    line-height: 1.2;
}
.inner_banner span{
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
}
.inner_banner p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.main{
    margin:30px 0 50px;
}
/*左侧菜单*/
.left_menu{
    width: 250px;
}
.tit-box3{
    background: #da251c;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.left_menu .menu{
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.left_menu .menu dl{
    padding:15px;
}
.left_menu .menu dl dt{
    margin-bottom: 8px;
}
.left_menu .menu dl dt a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
    background: url("../images/ico8.png") no-repeat calc(100% - 10px) center #eee;
    background-size:12px;
}
.left_menu .menu dl dt a:hover{
    background: url("../images/ico81.png") no-repeat calc(100% - 10px) center #da251c;
    background-size:12px;
    color: #fff;
}
.left_menu .menu dl dd{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #E4E4E4;
    margin-bottom: 5px;
    padding: 0 0 0 5px;
    overflow:hidden;
}
.left_menu .menu dl dd a{
    color: #333;
    padding-left: 5px;
    font-size: 13px;
}
.left_menu .menu dl dd em{
    display: inline-block;
    color: #333;
    font-size: 8px;
    vertical-align: middle;
    font-style: inherit;
}
.left_menu .menu dl dd a:hover{
    color: #da251c;
}
.left_menu .contact{
    border: 1px solid #ccc;
}
.left_menu .contact .con{
    padding: 15px;
    font-size: 13px;
}
.left_img img{
    display: block;
    margin-bottom: 10px;
}


.right_con{
    width:920px;
}

.inner_tit{
    border-bottom: 1px solid #ddd;
    height:60px;
    line-height: 60px;
}
.inner_tit h4{
    font-size: 24px;
    font-weight: bold;
    color: #da251c;
    letter-spacing: 1px;
}
.inner_tit .pos{
    font-size: 14px;
    background: url("../images/ico9.png") no-repeat left;
    padding: 0 0 0 22px;
    color: #666;
    background-size: 16px;
}
.inner_tit .pos a:last-child{
    color: #da251c;
}
/*单页*/
.page_index{
    padding:20px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}
.page_index h3{
    font-size: 24px;
    text-align: center;
    color: #222;
}
.page_index p{
    padding-bottom: 20px;
}
.page_index .des{
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #999;
    margin-bottom: 20px;
}
.page_index img{
    display:block;
    margin:auto;
}
.hot_product .tit{
    text-align: center;
    font-size: 24px;
}
.hot_product ul{
    padding: 20px 0;
}
.hot_product ul li{
    width: 285px;
    margin-right:20px;
}
.hot_product ul li .img{
    height:200px;
    overflow: hidden;
}
.hot_product ul li h4{
    font-size: 14px;
    line-height: 36px;
}
.hot_product ul li:nth-child(4n){
    margin-right:0;
}

/*新闻列表*/
.page_newsList li{
    border-bottom: 1px solid rgba(227,227,227,.61);
    padding:20px 0;
    transition: all .3s ease-out 0s;
}
.page_newsList li .img{
    margin-right:20px;
}
.page_newsList li .img img{
    width:200px;
    height: 126px;
}
.page_newsList li .time{
    width: 140px;
    margin-right: 60px;
}
.page_newsList li .time p{
    color: #c5c5c5;
    font-size:30px;
    font-family: Batang;
}
.page_newsList li .time span{
    display: block;
    border: 1px solid #e6e6e6;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family:宋体;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 2px;
    color: #aaa;
    transition: all .3s ease-out 0s;
}
.page_newsList li .con{
    width:700px;
}
.page_newsList li .con h4{
    height: 32px;
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 16px;
}
.page_newsList li .con p{
    color: #A4A2A2;
    font-size: 13px;
    line-height: 24px;
    height:75px;
}
.page_newsList li:hover{
    border-bottom: 1px solid #da251c;
}
.page_newsList li:hover .con h4{
    color: #da251c;
}

/*加盟页*/

.join_main{
    background: #eee;
    padding:0 0 40px 0;
}
.page_join .con{
    background: #fff;
    font-size: 18px;
    padding:30px 60px;
}
.page_join dt{
    width: 530px;
}
.page_join dt:nth-child(2n){
    margin-left:20px;
}
.page_join dt h4{
    text-align: center;
    margin-top: 0.6em;
    margin-bottom: 1.2em;
}
.page_join dt img{
    height: 370px;
    width: 100%;
    display: block;
}
.join_main h3{
    font-weight: normal;
    color: #222;
}
.page_join .con h3{
    position: relative;
    padding-left: 16px;
}
.page_join .con h3:before{
    content: '';
    width: 4px;
    height: 26px;
    background: #da251c;
    position: absolute;
    left: 0;
    top: 6px;
}

.page_join .menu{
    margin-bottom: 10px;
    background: #fff;
    padding:25px 50px;
    text-align: center;
}
.page_join .menu li{
    display: inline-block;
    margin:0 36px;
    cursor: pointer;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 1px solid #38302e;
    text-align: center;
}
.page_join .menu li img{
    padding: 16px 0 0;
}
.page_join .menu li span{
    display: block;
    font-size: 16px;
}
.page_join .menu li.on{
    background: #f3f3f3;
}

.page_join.fixed .hd{
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0 0 0 -600px;
    width: 1200px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 999;
}
.page_join.fixed .hd .menu{
    margin:0;
}

#tagline {
    color: #999;
    font-size: 1em;
    margin: -0.5em 0 2em;
    padding-bottom: 2em;
    border-bottom: 3px double #eee;
}
#tagline mark{
    color: #666;
    font-weight: normal;
}

.page_join_tit{
    text-align: center;
}
.page_join_tit h4{
    font-size: 36px!important;
    margin-bottom: 0!important;
}
.page_join_tit p{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}


.page{
    text-align: center;
    margin:30px 0;
}
.page span{
    border: 1px solid #333;
}
.page li{
    display: inline-block;
    margin:0 2px;
    background: #eee;
    padding: 2px 10px;
    font-size: 14px;
    color: #666;
}
.page li.thisclass{
    background: #da251c;
    color: #fff;
}
.page li.thisclass a{
    color: #fff;
}
.page li:last-child{
    display: none;
}
.page li a{
    color: #666;
}
.pageinfo{
    display: none;
}
/*产品*/
.page_picList{
    padding:20px 0 0;
}

.page_picList li{
    float: left;
    width:275px;
    margin:0 20px 10px 0;
}
.page_picList li:nth-child(3n){
    margin-right:0;
}
.page_picList li .img{
    overflow: hidden;
    padding: 4px;
    border: 1px solid #ddd;
    margin:auto;
}
.page_picList li .img img{
    height: 210px;
    display: block;
    margin:auto;
}
.page_picList li p{
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

/*内页分类*/
.inner_subMenu li{
    display: inline-block;
    margin:20px 10px 0 0;
}
.inner_subMenu li a{
    display: block;
    color: #666;
    background: #f5f5f5;
    padding: 2px 10px;
    font-size: 14px;
}
.inner_subMenu li a:hover{
    color: #fff;
    background: #2495e4;
}

/*翻页*/
.return_page{
    background: #f7f7f7;
    padding: 10px 20px;
    line-height: 30px;
    color: #666;
}
.return_page p a{
    color: #034484;
}

/*在线留言*/
#my_form{
    padding: 30px 0 0;
}
#my_form table{
    width: 100%;
}
#my_form tr{
    display: inline-flex;
    width: 48%;
    margin-bottom: 15px;
}
#my_form tr:nth-child(2n){
    margin-left:4%;
}
#my_form tr.content{
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#my_form tr td:first-child{
    line-height: 34px;
    color: #333;
}
#my_form tr td:last-child{
    flex: 1;
}
#my_form tr input,#my_form tr textarea{
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#my_form tr input:focus,#my_form tr textarea:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder{
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#my_form tr textarea{
    height:100px;
    padding-top: 6px;
}
#my_form .btn{
    margin-left:30px;
}
#my_form .btn input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#my_form .btn input:first-child{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#my_form .btn input:first-child:focus{
    color: #fff;
    background-color: #286090;
    border-color: #122b40; 
}
.slidewarp{ height:316px; width:1200px; overflow:hidden; position:relative;}
.slidewarp .tempWrap{width:1100px !important;left:40px;}
.sbtn{ color:#000; width:100px; height:100px; overflow:hidden; /*background:#fff; opacity:.5; border-radius:50%;*/ position:absolute; top:50%; margin-top:-50px;
font-weight:bold; text-align:center; line-height:100px; font-size:25px; cursor:pointer; z-index:99;}
.sbtn i{ font-style:normal;}
.s_prev{ left:-50px;}
.s_prev i{ margin-left:30px;}
.s_next{ right:-50px;}
.s_next i{ margin-right:30px;}
.slide{ width:2970px; overflow:hidden;}
.slide li { width:350px; height:316px; position:relative; overflow:hidden; float:left; margin-right:40px;}
.slide li img{ width:100%; height:100%;}